JUnit version 4.13.2
.06:12:16.228 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:12:16.235 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:12:16.238 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:12:16.357 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive1278939939048757577
06:12:16.515 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
06:12:16.534 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
06:12:16.809 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
06:12:16.852 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
06:12:16.852 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
06:12:16.895 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
06:12:16.915 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
06:12:16.936 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
06:12:17.775 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:12:17.779 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
06:12:17.802 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
06:12:17.804 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
06:12:17.817 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:12:17.818 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
06:12:18.021 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
06:12:18.022 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
06:12:18.023 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
06:12:18.570 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
06:12:18.571 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3e94868d, with PersistenceManager: null will be shutdown
06:12:18.620 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3e94868d, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@13d673e5 created in the thread with id: 13
06:12:18.681 [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
06:12:18.888 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:18.890 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:18.891 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:18.891 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:18.893 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:18.893 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:19.540 [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
06:12:19.541 [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.116
06:12:19.541 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3e94868d
06:12:19.908 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
06:12:19.961 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
06:12:20.013 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
06:12:20.017 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
06:12:20.104 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
06:12:20.112 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
06:12:20.433 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
06:12:20.440 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
06:12:20.453 [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)
06:12:20.454 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [40373]...
06:12:20.454 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
06:12:20.454 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
06:12:20.454 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
06:12:20.455 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
06:12:21.385 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:12:21.386 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:12:21.387 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:12:21.401 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
06:12:21.401 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:40373]
06:12:21.402 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:40373) in binary transport mode
06:12:21.418 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:40373) current connections: 1
06:12:21.486 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
06:12:21.612 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskwynGyp/test-tmp
06:12:21.615 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
06:12:21.620 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskwynGyp/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
06:12:21.659 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:40373"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

06:12:21.844 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:12:21.851 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

06:12:21.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:21.852895 13356 mini_oidc.cc:150] Starting JWKS server
06:12:21.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:21.853711 13356 webserver.cc:533] Webserver started at http://127.0.0.1:46389/ using document root <none> and password file <none>
06:12:21.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:21.854041 13356 mini_oidc.cc:186] Starting OIDC Discovery server
06:12:21.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:21.854257 13356 webserver.cc:533] Webserver started at http://127.0.0.1:41733/ using document root <none> and password file <none>
06:12:21.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:12:21Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
06:12:21.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:12:21Z Disabled control of system clock
06:12:21.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:21.870350 13356 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:21.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:21.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-0/wal
06:12:21.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-0/data
06:12:21.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:12:21.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:12:21.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:12:21.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:21.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:21.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:21.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-0/logs
06:12:21.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-0/data/info.pb
06:12:21.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:21.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:12:21.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:12:21.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:12:21.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:12:21.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:21.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:21.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:21.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:12:21.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:12:21.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:21.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:21.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.11.62:33251
06:12:21.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.11.62
06:12:21.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:21.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.11.20:33309
06:12:21.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:21.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:21.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:21.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:21.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.11.62:33251,127.13.11.61:39703,127.13.11.60:36235
06:12:21.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:21.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46389/jwks.json
06:12:21.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40373 with env {}
06:12:21.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:21.963413 13378 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:12:21.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:21.963655 13378 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:12:21.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:21.963712 13378 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:12:21.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:21.965734 13378 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:12:21.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:21.965783 13378 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:12:21.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:21.965801 13378 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:12:21.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:21.965839 13378 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:12:21.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:21.965858 13378 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:12:21.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:21.965875 13378 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46389/jwks.json
06:12:21.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:21.968081 13378 master_runner.cc:387] Master server non-default flags:
06:12:21.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:21.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.11.20:33309
06:12:21.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:21.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:21.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-0/data
06:12:21.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-0/wal
06:12:21.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40373
06:12:21.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:21.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.11.62:33251,127.13.11.61:39703,127.13.11.60:36235
06:12:21.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:21.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:21.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:21.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.11.62:33251
06:12:21.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:21.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:12:21.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:21.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46389/jwks.json
06:12:21.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:21.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:21.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-0/data/info.pb
06:12:21.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.11.62
06:12:21.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:21.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:12:21.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.13378
06:12:21.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:21.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:12:21.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:12:21.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:21.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-0/logs
06:12:21.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:21.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:12:21.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:12:21.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:12:21.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:12:21.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:12:21.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
06:12:21.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:17 UTC on e7f111948823
06:12:21.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17644
06:12:21.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:21.968395 13378 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:12:21.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:21.968693 13378 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:12:21.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:21.974536 13392 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
06:12:21.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:21.975541 13378 server_base.cc:1061] running on GCE node
06:12:21.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:21.975683 13388 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
06:12:21.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:21.975894 13389 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
06:12:21.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:21.976138 13378 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:12:21.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:21.976423 13378 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:12:21.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:21.978729 13378 hybrid_clock.cc:648] HybridClock initialized: now 1786515141978710 us; error 39 us; skew 500 ppm
06:12:21.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:21.980151 13378 webserver.cc:533] Webserver started at http://127.13.11.62:44061/ using document root <none> and password file <none>
06:12:21.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:21.980370 13378 fs_manager.cc:362] Metadata directory not provided
06:12:21.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:21.980422 13378 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:12:21.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:21.980547 13378 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:12:21.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:21.981654 13378 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-0/data/instance:
06:12:21.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ed917b76536b4e2f8b2b170edeb2ce52"
06:12:21.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:21 on dist-test-slave-mjjr"
06:12:21.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:21.982051 13378 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-0/wal/instance:
06:12:21.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ed917b76536b4e2f8b2b170edeb2ce52"
06:12:21.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:21 on dist-test-slave-mjjr"
06:12:21.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:21.983626 13378 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.003s
06:12:21.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:21.984536 13402 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:12:21.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:21.984699 13378 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.001s
06:12:21.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:21.984757 13378 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-0/data,/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-0/wal
06:12:21.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ed917b76536b4e2f8b2b170edeb2ce52"
06:12:21.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:21 on dist-test-slave-mjjr"
06:12:21.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:21.984812 13378 fs_report.cc:389] FS layout report
06:12:21.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:12:21.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-0/wal
06:12:21.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-0/wal
06:12:21.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-0/data/data
06:12:21.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:12:21.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:12:21.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:12:21.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:12:21.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:12:21.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:12:21.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:12:21.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:12:21.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:12:21.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:12:21.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:12:22.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.009873 13378 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:12:22.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.010308 13378 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:12:22.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.010448 13378 kserver.cc:163] Server-wide thread pool size limit: 3276
06:12:22.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.015349 13378 rpc_server.cc:307] RPC server started. Bound to: 127.13.11.62:33251
06:12:22.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.015413 13488 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.13.11.62:33251 every 8 connection(s)
06:12:22.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.015836 13378 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-0/data/info.pb
06:12:22.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.016525 13489 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:12:22.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.018245 13489 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.11.62" port: 33251 } has no permanent_uuid. Determining permanent_uuid...
06:12:22.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.019493 13356 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskwynGyp/build/release/bin/kudu as pid 13378
06:12:22.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.019594 13356 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-0/wal/instance
06:12:22.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.020568 13356 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:22.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:22.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-1/wal
06:12:22.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-1/data
06:12:22.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:12:22.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:12:22.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:12:22.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:22.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:22.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:22.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-1/logs
06:12:22.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-1/data/info.pb
06:12:22.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:22.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:12:22.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:12:22.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:12:22.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:12:22.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:22.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:22.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:22.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:12:22.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:12:22.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:22.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:22.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.11.61:39703
06:12:22.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.11.61
06:12:22.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:22.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.11.20:33309
06:12:22.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:22.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:22.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:22.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:22.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.11.62:33251,127.13.11.61:39703,127.13.11.60:36235
06:12:22.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:22.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46389/jwks.json
06:12:22.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40373 with env {}
06:12:22.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.028232 13489 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.11.61" port: 39703 } has no permanent_uuid. Determining permanent_uuid...
06:12:22.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.029018 13407 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.13.11.61:39703: connect: Connection refused (error 111)
06:12:22.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.032094 13489 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.11.61:39703: Network error: Client connection negotiation failed: client connection to 127.13.11.61:39703: connect: Connection refused (error 111)
06:12:22.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.081686 13489 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.11.61" port: 39703 } attempt: 1
06:12:22.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.082728 13489 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.11.61:39703: Network error: Client connection negotiation failed: client connection to 127.13.11.61:39703: connect: Connection refused (error 111)
06:12:22.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.110491 13493 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:12:22.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.110707 13493 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:12:22.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.110738 13493 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:12:22.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.112660 13493 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:12:22.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.112735 13493 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:12:22.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.112758 13493 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:12:22.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.112778 13493 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:12:22.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.112808 13493 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:12:22.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.112828 13493 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46389/jwks.json
06:12:22.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.114794 13493 master_runner.cc:387] Master server non-default flags:
06:12:22.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:22.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.11.20:33309
06:12:22.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:22.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:22.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-1/data
06:12:22.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-1/wal
06:12:22.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40373
06:12:22.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:22.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.11.62:33251,127.13.11.61:39703,127.13.11.60:36235
06:12:22.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:22.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:22.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:22.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.11.61:39703
06:12:22.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:22.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:12:22.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:22.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46389/jwks.json
06:12:22.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:22.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:22.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-1/data/info.pb
06:12:22.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.11.61
06:12:22.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:22.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:12:22.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.13493
06:12:22.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:22.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:12:22.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:12:22.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:22.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-1/logs
06:12:22.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:22.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:12:22.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:12:22.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:12:22.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:12:22.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:12:22.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
06:12:22.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:17 UTC on e7f111948823
06:12:22.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17644
06:12:22.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.115087 13493 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:12:22.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.115376 13493 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:12:22.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.118074 13504 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
06:12:22.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.118069 13505 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
06:12:22.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.118306 13493 server_base.cc:1061] running on GCE node
06:12:22.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.118360 13507 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
06:12:22.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.118549 13493 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:12:22.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.118793 13493 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:12:22.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.119962 13493 hybrid_clock.cc:648] HybridClock initialized: now 1786515142119922 us; error 51 us; skew 500 ppm
06:12:22.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.121322 13493 webserver.cc:533] Webserver started at http://127.13.11.61:42209/ using document root <none> and password file <none>
06:12:22.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.121551 13493 fs_manager.cc:362] Metadata directory not provided
06:12:22.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.121603 13493 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:12:22.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.121717 13493 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:12:22.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.122776 13493 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-1/data/instance:
06:12:22.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0374f50e20014722a151135f5aac40ce"
06:12:22.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:22 on dist-test-slave-mjjr"
06:12:22.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.123134 13493 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-1/wal/instance:
06:12:22.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0374f50e20014722a151135f5aac40ce"
06:12:22.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:22 on dist-test-slave-mjjr"
06:12:22.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.124611 13493 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.003s
06:12:22.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.125422 13521 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:12:22.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.125617 13493 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.001s
06:12:22.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.125685 13493 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-1/data,/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-1/wal
06:12:22.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0374f50e20014722a151135f5aac40ce"
06:12:22.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:22 on dist-test-slave-mjjr"
06:12:22.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.125741 13493 fs_report.cc:389] FS layout report
06:12:22.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:12:22.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-1/wal
06:12:22.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-1/wal
06:12:22.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-1/data/data
06:12:22.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:12:22.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:12:22.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:12:22.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:12:22.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:12:22.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:12:22.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:12:22.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:12:22.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:12:22.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:12:22.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:12:22.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.138964 13493 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:12:22.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.139348 13493 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:12:22.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.139495 13493 kserver.cc:163] Server-wide thread pool size limit: 3276
06:12:22.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.143813 13493 rpc_server.cc:307] RPC server started. Bound to: 127.13.11.61:39703
06:12:22.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.143879 13618 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.13.11.61:39703 every 8 connection(s)
06:12:22.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.144245 13493 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-1/data/info.pb
06:12:22.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.144869 13619 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:12:22.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.146123 13619 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.11.62" port: 33251 } has no permanent_uuid. Determining permanent_uuid...
06:12:22.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.151037 13489 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.11.61" port: 39703 } attempt: 2
06:12:22.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.151399 13619 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.11.61" port: 39703 } has no permanent_uuid. Determining permanent_uuid...
06:12:22.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.152169 13356 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskwynGyp/build/release/bin/kudu as pid 13493
06:12:22.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.152251 13356 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-1/wal/instance
06:12:22.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.152704 13356 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:22.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:22.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-2/wal
06:12:22.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-2/data
06:12:22.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:12:22.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:12:22.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:12:22.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:22.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:22.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:22.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-2/logs
06:12:22.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-2/data/info.pb
06:12:22.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:22.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:12:22.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:12:22.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:12:22.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:12:22.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:22.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:22.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:22.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:12:22.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:12:22.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:22.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:22.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.11.60:36235
06:12:22.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.11.60
06:12:22.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:22.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.11.20:33309
06:12:22.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:22.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:22.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:22.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:22.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.11.62:33251,127.13.11.61:39703,127.13.11.60:36235
06:12:22.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:22.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46389/jwks.json
06:12:22.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40373 with env {}
06:12:22.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.155812 13619 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.11.60" port: 36235 } has no permanent_uuid. Determining permanent_uuid...
06:12:22.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.156176 13523 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.13.11.60:36235: connect: Connection refused (error 111)
06:12:22.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.156595 13619 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.11.60:36235: Network error: Client connection negotiation failed: client connection to 127.13.11.60:36235: connect: Connection refused (error 111)
06:12:22.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.157943 13489 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.11.60" port: 36235 } has no permanent_uuid. Determining permanent_uuid...
06:12:22.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.158686 13489 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.11.60:36235: Network error: Client connection negotiation failed: client connection to 127.13.11.60:36235: connect: Connection refused (error 111)
06:12:22.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.201858 13489 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.11.60" port: 36235 } attempt: 1
06:12:22.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.202912 13489 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.11.60:36235: Network error: Client connection negotiation failed: client connection to 127.13.11.60:36235: connect: Connection refused (error 111)
06:12:22.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.205803 13619 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.11.60" port: 36235 } attempt: 1
06:12:22.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.206724 13619 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.11.60:36235: Network error: Client connection negotiation failed: client connection to 127.13.11.60:36235: connect: Connection refused (error 111)
06:12:22.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.240142 13625 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:12:22.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.240394 13625 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:12:22.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.240428 13625 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:12:22.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.242374 13625 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:12:22.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.242453 13625 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:12:22.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.242475 13625 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:12:22.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.242496 13625 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:12:22.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.242515 13625 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:12:22.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.242530 13625 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46389/jwks.json
06:12:22.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.244474 13625 master_runner.cc:387] Master server non-default flags:
06:12:22.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:22.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.11.20:33309
06:12:22.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:22.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:22.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-2/data
06:12:22.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-2/wal
06:12:22.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40373
06:12:22.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:22.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.11.62:33251,127.13.11.61:39703,127.13.11.60:36235
06:12:22.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:22.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:22.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:22.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.11.60:36235
06:12:22.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:22.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:12:22.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:22.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46389/jwks.json
06:12:22.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:22.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:22.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-2/data/info.pb
06:12:22.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.11.60
06:12:22.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:22.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:12:22.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.13625
06:12:22.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:22.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:12:22.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:12:22.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:22.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-2/logs
06:12:22.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:22.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:12:22.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:12:22.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:12:22.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:12:22.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:12:22.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
06:12:22.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:17 UTC on e7f111948823
06:12:22.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17644
06:12:22.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.244781 13625 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:12:22.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.245088 13625 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:12:22.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.248003 13635 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
06:12:22.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.248121 13639 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
06:12:22.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.248306 13636 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
06:12:22.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.248554 13625 server_base.cc:1061] running on GCE node
06:12:22.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.248752 13625 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:12:22.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.249010 13625 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:12:22.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.250103 13489 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.11.60" port: 36235 } attempt: 2
06:12:22.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.250176 13625 hybrid_clock.cc:648] HybridClock initialized: now 1786515142250143 us; error 45 us; skew 500 ppm
06:12:22.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.250726 13489 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.11.60:36235: Network error: Client connection negotiation failed: client connection to 127.13.11.60:36235: connect: Connection refused (error 111)
06:12:22.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.251436 13625 webserver.cc:533] Webserver started at http://127.13.11.60:40009/ using document root <none> and password file <none>
06:12:22.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.251709 13625 fs_manager.cc:362] Metadata directory not provided
06:12:22.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.251796 13625 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:12:22.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.251931 13625 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:12:22.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.252825 13625 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-2/data/instance:
06:12:22.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "99c13422c01e44ae8a7acf425c4ae83c"
06:12:22.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:22 on dist-test-slave-mjjr"
06:12:22.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.253211 13625 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-2/wal/instance:
06:12:22.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "99c13422c01e44ae8a7acf425c4ae83c"
06:12:22.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:22 on dist-test-slave-mjjr"
06:12:22.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.254678 13625 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.003s
06:12:22.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.255506 13650 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:12:22.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.255748 13625 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.001s
06:12:22.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.255822 13625 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-2/data,/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-2/wal
06:12:22.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "99c13422c01e44ae8a7acf425c4ae83c"
06:12:22.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:22 on dist-test-slave-mjjr"
06:12:22.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.255885 13625 fs_report.cc:389] FS layout report
06:12:22.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:12:22.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-2/wal
06:12:22.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-2/wal
06:12:22.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-2/data/data
06:12:22.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:12:22.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:12:22.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:12:22.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:12:22.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:12:22.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:12:22.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:12:22.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:12:22.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:12:22.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:12:22.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:12:22.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.274912 13619 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.11.60" port: 36235 } attempt: 2
06:12:22.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.275863 13619 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.11.60:36235: Network error: Client connection negotiation failed: client connection to 127.13.11.60:36235: connect: Connection refused (error 111)
06:12:22.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.277549 13625 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:12:22.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.277834 13625 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:12:22.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.277925 13625 kserver.cc:163] Server-wide thread pool size limit: 3276
06:12:22.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.282209 13625 rpc_server.cc:307] RPC server started. Bound to: 127.13.11.60:36235
06:12:22.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.282241 13748 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.13.11.60:36235 every 8 connection(s)
06:12:22.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.282572 13625 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-2/data/info.pb
06:12:22.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.283130 13751 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:12:22.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.284461 13751 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.11.62" port: 33251 } has no permanent_uuid. Determining permanent_uuid...
06:12:22.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.289065 13751 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.11.61" port: 39703 } has no permanent_uuid. Determining permanent_uuid...
06:12:22.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.291736 13751 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.11.60" port: 36235 } has no permanent_uuid. Determining permanent_uuid...
06:12:22.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.292313 13356 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskwynGyp/build/release/bin/kudu as pid 13625
06:12:22.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.292404 13356 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster16797350834620358254/master-2/wal/instance
06:12:22.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.296470 13751 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 99c13422c01e44ae8a7acf425c4ae83c: Bootstrap starting.
06:12:22.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.297192 13751 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 99c13422c01e44ae8a7acf425c4ae83c: Neither blocks nor log segments found. Creating new log.
06:12:22.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.297386 13751 log.cc:826] T 00000000000000000000000000000000 P 99c13422c01e44ae8a7acf425c4ae83c: Log is configured to *not* fsync() on all Append() calls
06:12:22.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.298187 13751 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 99c13422c01e44ae8a7acf425c4ae83c: No bootstrap required, opened a new log
06:12:22.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.300071 13751 raft_consensus.cc:359] T 00000000000000000000000000000000 P 99c13422c01e44ae8a7acf425c4ae83c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed917b76536b4e2f8b2b170edeb2ce52" member_type: VOTER last_known_addr { host: "127.13.11.62" port: 33251 } } peers { permanent_uuid: "0374f50e20014722a151135f5aac40ce" member_type: VOTER last_known_addr { host: "127.13.11.61" port: 39703 } } peers { permanent_uuid: "99c13422c01e44ae8a7acf425c4ae83c" member_type: VOTER last_known_addr { host: "127.13.11.60" port: 36235 } }
06:12:22.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.300199 13751 raft_consensus.cc:385] T 00000000000000000000000000000000 P 99c13422c01e44ae8a7acf425c4ae83c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:12:22.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.300233 13751 raft_consensus.cc:740] T 00000000000000000000000000000000 P 99c13422c01e44ae8a7acf425c4ae83c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 99c13422c01e44ae8a7acf425c4ae83c, State: Initialized, Role: FOLLOWER
06:12:22.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.300330 13751 consensus_queue.cc:260] T 00000000000000000000000000000000 P 99c13422c01e44ae8a7acf425c4ae83c [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: "ed917b76536b4e2f8b2b170edeb2ce52" member_type: VOTER last_known_addr { host: "127.13.11.62" port: 33251 } } peers { permanent_uuid: "0374f50e20014722a151135f5aac40ce" member_type: VOTER last_known_addr { host: "127.13.11.61" port: 39703 } } peers { permanent_uuid: "99c13422c01e44ae8a7acf425c4ae83c" member_type: VOTER last_known_addr { host: "127.13.11.60" port: 36235 } }
06:12:22.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.300688 13765 sys_catalog.cc:455] T 00000000000000000000000000000000 P 99c13422c01e44ae8a7acf425c4ae83c [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: "ed917b76536b4e2f8b2b170edeb2ce52" member_type: VOTER last_known_addr { host: "127.13.11.62" port: 33251 } } peers { permanent_uuid: "0374f50e20014722a151135f5aac40ce" member_type: VOTER last_known_addr { host: "127.13.11.61" port: 39703 } } peers { permanent_uuid: "99c13422c01e44ae8a7acf425c4ae83c" member_type: VOTER last_known_addr { host: "127.13.11.60" port: 36235 } } }
06:12:22.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.300698 13751 sys_catalog.cc:565] T 00000000000000000000000000000000 P 99c13422c01e44ae8a7acf425c4ae83c [sys.catalog]: configured and running, proceeding with master startup.
06:12:22.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.300805 13765 sys_catalog.cc:458] T 00000000000000000000000000000000 P 99c13422c01e44ae8a7acf425c4ae83c [sys.catalog]: This master's current role is: FOLLOWER
06:12:22.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.304391 13784 catalog_manager.cc:1614] T 00000000000000000000000000000000 P 99c13422c01e44ae8a7acf425c4ae83c: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
06:12:22.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.304456 13784 catalog_manager.cc:884] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
06:12:22.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.304303 13625 master_runner.cc:187] Error getting master registration for 127.13.11.62:33251: OK, instance_id { permanent_uuid: "ed917b76536b4e2f8b2b170edeb2ce52" instance_seqno: 1786515142014073 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
06:12:22.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.305951 13625 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:12:22.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.308499 13356 external_mini_cluster.cc:956] 0 TS(s) registered with all masters
06:12:22.309 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:12:22.311 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

06:12:22.319 [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=	
06:12:22.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.321606 13781 client.h:372] Failed to connect to Hive Metastore (localhost:40373): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:22.320 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.13.11.62"
      port: 33251
    }
    bound_http_address {
      host: "127.13.11.62"
      port: 44061
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.13.11.61"
      port: 39703
    }
    bound_http_address {
      host: "127.13.11.61"
      port: 42209
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.13.11.60"
      port: 36235
    }
    bound_http_address {
      host: "127.13.11.60"
      port: 40009
    }
  }
}

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

06:12:22.326 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:12:22.345 [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=212aeb1e-4818-419e-b9ea-948b3d0f4add, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:12:22.346 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
06:12:22.347 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
06:12:22.348 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35e23db3, with PersistenceManager: null will be shutdown
06:12:22.348 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35e23db3, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@945f263 created in the thread with id: 36
06:12:22.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.357875 13489 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.11.60" port: 36235 } attempt: 3
06:12:22.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.363188 13489 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ed917b76536b4e2f8b2b170edeb2ce52: Bootstrap starting.
06:12:22.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.363993 13489 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ed917b76536b4e2f8b2b170edeb2ce52: Neither blocks nor log segments found. Creating new log.
06:12:22.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.364318 13489 log.cc:826] T 00000000000000000000000000000000 P ed917b76536b4e2f8b2b170edeb2ce52: Log is configured to *not* fsync() on all Append() calls
06:12:22.364 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35e23db3
06:12:22.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.365044 13489 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ed917b76536b4e2f8b2b170edeb2ce52: No bootstrap required, opened a new log
06:12:22.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.367030 13619 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.11.60" port: 36235 } attempt: 3
06:12:22.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.367252 13489 raft_consensus.cc:359] T 00000000000000000000000000000000 P ed917b76536b4e2f8b2b170edeb2ce52 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed917b76536b4e2f8b2b170edeb2ce52" member_type: VOTER last_known_addr { host: "127.13.11.62" port: 33251 } } peers { permanent_uuid: "0374f50e20014722a151135f5aac40ce" member_type: VOTER last_known_addr { host: "127.13.11.61" port: 39703 } } peers { permanent_uuid: "99c13422c01e44ae8a7acf425c4ae83c" member_type: VOTER last_known_addr { host: "127.13.11.60" port: 36235 } }
06:12:22.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.367367 13489 raft_consensus.cc:385] T 00000000000000000000000000000000 P ed917b76536b4e2f8b2b170edeb2ce52 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:12:22.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.367395 13489 raft_consensus.cc:740] T 00000000000000000000000000000000 P ed917b76536b4e2f8b2b170edeb2ce52 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed917b76536b4e2f8b2b170edeb2ce52, State: Initialized, Role: FOLLOWER
06:12:22.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.367533 13489 consensus_queue.cc:260] T 00000000000000000000000000000000 P ed917b76536b4e2f8b2b170edeb2ce52 [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: "ed917b76536b4e2f8b2b170edeb2ce52" member_type: VOTER last_known_addr { host: "127.13.11.62" port: 33251 } } peers { permanent_uuid: "0374f50e20014722a151135f5aac40ce" member_type: VOTER last_known_addr { host: "127.13.11.61" port: 39703 } } peers { permanent_uuid: "99c13422c01e44ae8a7acf425c4ae83c" member_type: VOTER last_known_addr { host: "127.13.11.60" port: 36235 } }
06:12:22.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.367867 13489 sys_catalog.cc:565] T 00000000000000000000000000000000 P ed917b76536b4e2f8b2b170edeb2ce52 [sys.catalog]: configured and running, proceeding with master startup.
06:12:22.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.371384 13378 master_runner.cc:187] Error getting master registration for 127.13.11.61:39703: OK, instance_id { permanent_uuid: "0374f50e20014722a151135f5aac40ce" instance_seqno: 1786515142142724 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
06:12:22.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.373057 13378 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:12:22.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.375592 13619 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce: Bootstrap starting.
06:12:22.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.376322 13816 catalog_manager.cc:1614] T 00000000000000000000000000000000 P ed917b76536b4e2f8b2b170edeb2ce52: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
06:12:22.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.376370 13816 catalog_manager.cc:884] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
06:12:22.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.376412 13619 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce: Neither blocks nor log segments found. Creating new log.
06:12:22.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.377099 13619 log.cc:826] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce: Log is configured to *not* fsync() on all Append() calls
06:12:22.378 [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=	
06:12:22.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.379562 13809 client.h:372] Failed to connect to Hive Metastore (localhost:40373): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.380801 13619 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce: No bootstrap required, opened a new log
06:12:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.382503 13619 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed917b76536b4e2f8b2b170edeb2ce52" member_type: VOTER last_known_addr { host: "127.13.11.62" port: 33251 } } peers { permanent_uuid: "0374f50e20014722a151135f5aac40ce" member_type: VOTER last_known_addr { host: "127.13.11.61" port: 39703 } } peers { permanent_uuid: "99c13422c01e44ae8a7acf425c4ae83c" member_type: VOTER last_known_addr { host: "127.13.11.60" port: 36235 } }
06:12:22.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.382623 13619 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:12:22.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.382656 13619 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0374f50e20014722a151135f5aac40ce, State: Initialized, Role: FOLLOWER
06:12:22.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.382756 13619 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce [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: "ed917b76536b4e2f8b2b170edeb2ce52" member_type: VOTER last_known_addr { host: "127.13.11.62" port: 33251 } } peers { permanent_uuid: "0374f50e20014722a151135f5aac40ce" member_type: VOTER last_known_addr { host: "127.13.11.61" port: 39703 } } peers { permanent_uuid: "99c13422c01e44ae8a7acf425c4ae83c" member_type: VOTER last_known_addr { host: "127.13.11.60" port: 36235 } }
06:12:22.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.383075 13619 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce [sys.catalog]: configured and running, proceeding with master startup.
06:12:22.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.383365 13793 sys_catalog.cc:455] T 00000000000000000000000000000000 P ed917b76536b4e2f8b2b170edeb2ce52 [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: "ed917b76536b4e2f8b2b170edeb2ce52" member_type: VOTER last_known_addr { host: "127.13.11.62" port: 33251 } } peers { permanent_uuid: "0374f50e20014722a151135f5aac40ce" member_type: VOTER last_known_addr { host: "127.13.11.61" port: 39703 } } peers { permanent_uuid: "99c13422c01e44ae8a7acf425c4ae83c" member_type: VOTER last_known_addr { host: "127.13.11.60" port: 36235 } } }
06:12:22.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.383494 13793 sys_catalog.cc:458] T 00000000000000000000000000000000 P ed917b76536b4e2f8b2b170edeb2ce52 [sys.catalog]: This master's current role is: FOLLOWER
06:12:22.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.388561 13493 master_runner.cc:264] No leader master found from master 0374f50e20014722a151135f5aac40ce
06:12:22.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.388624 13493 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:12:22.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.389727 13856 catalog_manager.cc:1614] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
06:12:22.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.390027 13856 catalog_manager.cc:884] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
06:12:22.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.390173 13534 tablet.cc:2406] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce: Can't schedule compaction. Clean time has not been advanced past its initial value.
06:12:22.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.392071 13824 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce [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: "ed917b76536b4e2f8b2b170edeb2ce52" member_type: VOTER last_known_addr { host: "127.13.11.62" port: 33251 } } peers { permanent_uuid: "0374f50e20014722a151135f5aac40ce" member_type: VOTER last_known_addr { host: "127.13.11.61" port: 39703 } } peers { permanent_uuid: "99c13422c01e44ae8a7acf425c4ae83c" member_type: VOTER last_known_addr { host: "127.13.11.60" port: 36235 } } }
06:12:22.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.392421 13824 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce [sys.catalog]: This master's current role is: FOLLOWER
06:12:22.402 [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=	
06:12:22.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.408999 13849 client.h:372] Failed to connect to Hive Metastore (localhost:40373): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:22.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.509913 13824 raft_consensus.cc:493] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
06:12:22.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.510066 13824 raft_consensus.cc:515] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed917b76536b4e2f8b2b170edeb2ce52" member_type: VOTER last_known_addr { host: "127.13.11.62" port: 33251 } } peers { permanent_uuid: "0374f50e20014722a151135f5aac40ce" member_type: VOTER last_known_addr { host: "127.13.11.61" port: 39703 } } peers { permanent_uuid: "99c13422c01e44ae8a7acf425c4ae83c" member_type: VOTER last_known_addr { host: "127.13.11.60" port: 36235 } }
06:12:22.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.510361 13824 leader_election.cc:290] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ed917b76536b4e2f8b2b170edeb2ce52 (127.13.11.62:33251), 99c13422c01e44ae8a7acf425c4ae83c (127.13.11.60:36235)
06:12:22.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.511472 13412 tablet.cc:2406] T 00000000000000000000000000000000 P ed917b76536b4e2f8b2b170edeb2ce52: Can't schedule compaction. Clean time has not been advanced past its initial value.
06:12:22.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.511518 13443 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0374f50e20014722a151135f5aac40ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ed917b76536b4e2f8b2b170edeb2ce52" is_pre_election: true
06:12:22.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.511668 13443 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ed917b76536b4e2f8b2b170edeb2ce52 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0374f50e20014722a151135f5aac40ce in term 0.
06:12:22.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.511873 13699 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0374f50e20014722a151135f5aac40ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "99c13422c01e44ae8a7acf425c4ae83c" is_pre_election: true
06:12:22.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.512023 13699 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 99c13422c01e44ae8a7acf425c4ae83c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0374f50e20014722a151135f5aac40ce in term 0.
06:12:22.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.512264 13523 leader_election.cc:304] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce [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: 0374f50e20014722a151135f5aac40ce, 99c13422c01e44ae8a7acf425c4ae83c; no voters: 
06:12:22.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.512559 13824 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce [term 0 FOLLOWER]: Leader pre-election won for term 1
06:12:22.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.512624 13824 raft_consensus.cc:493] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
06:12:22.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.512648 13824 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce [term 0 FOLLOWER]: Advancing to term 1
06:12:22.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.513506 13824 raft_consensus.cc:515] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed917b76536b4e2f8b2b170edeb2ce52" member_type: VOTER last_known_addr { host: "127.13.11.62" port: 33251 } } peers { permanent_uuid: "0374f50e20014722a151135f5aac40ce" member_type: VOTER last_known_addr { host: "127.13.11.61" port: 39703 } } peers { permanent_uuid: "99c13422c01e44ae8a7acf425c4ae83c" member_type: VOTER last_known_addr { host: "127.13.11.60" port: 36235 } }
06:12:22.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.513654 13824 leader_election.cc:290] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce [CANDIDATE]: Term 1 election: Requested vote from peers ed917b76536b4e2f8b2b170edeb2ce52 (127.13.11.62:33251), 99c13422c01e44ae8a7acf425c4ae83c (127.13.11.60:36235)
06:12:22.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.514189 13443 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0374f50e20014722a151135f5aac40ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ed917b76536b4e2f8b2b170edeb2ce52"
06:12:22.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.514284 13443 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ed917b76536b4e2f8b2b170edeb2ce52 [term 0 FOLLOWER]: Advancing to term 1
06:12:22.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.515082 13443 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ed917b76536b4e2f8b2b170edeb2ce52 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0374f50e20014722a151135f5aac40ce in term 1.
06:12:22.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.515188 13699 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0374f50e20014722a151135f5aac40ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "99c13422c01e44ae8a7acf425c4ae83c"
06:12:22.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.515260 13699 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 99c13422c01e44ae8a7acf425c4ae83c [term 0 FOLLOWER]: Advancing to term 1
06:12:22.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.516065 13699 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 99c13422c01e44ae8a7acf425c4ae83c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0374f50e20014722a151135f5aac40ce in term 1.
06:12:22.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.516238 13523 leader_election.cc:304] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce [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: 0374f50e20014722a151135f5aac40ce, 99c13422c01e44ae8a7acf425c4ae83c; no voters: 
06:12:22.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.517618 13824 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce [term 1 FOLLOWER]: Leader election won for term 1
06:12:22.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.517799 13824 raft_consensus.cc:697] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce [term 1 LEADER]: Becoming Leader. State: Replica: 0374f50e20014722a151135f5aac40ce, State: Running, Role: LEADER
06:12:22.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.517906 13824 consensus_queue.cc:237] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce [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: "ed917b76536b4e2f8b2b170edeb2ce52" member_type: VOTER last_known_addr { host: "127.13.11.62" port: 33251 } } peers { permanent_uuid: "0374f50e20014722a151135f5aac40ce" member_type: VOTER last_known_addr { host: "127.13.11.61" port: 39703 } } peers { permanent_uuid: "99c13422c01e44ae8a7acf425c4ae83c" member_type: VOTER last_known_addr { host: "127.13.11.60" port: 36235 } }
06:12:22.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.518265 13824 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0374f50e20014722a151135f5aac40ce. Latest consensus state: current_term: 1 leader_uuid: "0374f50e20014722a151135f5aac40ce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed917b76536b4e2f8b2b170edeb2ce52" member_type: VOTER last_known_addr { host: "127.13.11.62" port: 33251 } } peers { permanent_uuid: "0374f50e20014722a151135f5aac40ce" member_type: VOTER last_known_addr { host: "127.13.11.61" port: 39703 } } peers { permanent_uuid: "99c13422c01e44ae8a7acf425c4ae83c" member_type: VOTER last_known_addr { host: "127.13.11.60" port: 36235 } } }
06:12:22.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.518322 13824 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce [sys.catalog]: This master's current role is: LEADER
06:12:22.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.523783 13862 catalog_manager.cc:1531] Loading table and tablet metadata into memory...
06:12:22.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.524310 13862 catalog_manager.cc:1540] Initializing Kudu cluster ID...
06:12:22.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:22.528513 13667 tablet.cc:2406] T 00000000000000000000000000000000 P 99c13422c01e44ae8a7acf425c4ae83c: Can't schedule compaction. Clean time has not been advanced past its initial value.
06:12:22.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.531493 13699 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 99c13422c01e44ae8a7acf425c4ae83c [term 1 FOLLOWER]: Refusing update from remote peer 0374f50e20014722a151135f5aac40ce: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
06:12:22.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.532123 13443 raft_consensus.cc:1275] T 00000000000000000000000000000000 P ed917b76536b4e2f8b2b170edeb2ce52 [term 1 FOLLOWER]: Refusing update from remote peer 0374f50e20014722a151135f5aac40ce: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
06:12:22.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.532505 13824 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "99c13422c01e44ae8a7acf425c4ae83c" member_type: VOTER last_known_addr { host: "127.13.11.60" port: 36235 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
06:12:22.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.532816 13824 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "ed917b76536b4e2f8b2b170edeb2ce52" member_type: VOTER last_known_addr { host: "127.13.11.62" port: 33251 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
06:12:22.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.534426 13765 sys_catalog.cc:455] T 00000000000000000000000000000000 P 99c13422c01e44ae8a7acf425c4ae83c [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0374f50e20014722a151135f5aac40ce. Latest consensus state: current_term: 1 leader_uuid: "0374f50e20014722a151135f5aac40ce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed917b76536b4e2f8b2b170edeb2ce52" member_type: VOTER last_known_addr { host: "127.13.11.62" port: 33251 } } peers { permanent_uuid: "0374f50e20014722a151135f5aac40ce" member_type: VOTER last_known_addr { host: "127.13.11.61" port: 39703 } } peers { permanent_uuid: "99c13422c01e44ae8a7acf425c4ae83c" member_type: VOTER last_known_addr { host: "127.13.11.60" port: 36235 } } }
06:12:22.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.534518 13765 sys_catalog.cc:458] T 00000000000000000000000000000000 P 99c13422c01e44ae8a7acf425c4ae83c [sys.catalog]: This master's current role is: FOLLOWER
06:12:22.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.535379 13793 sys_catalog.cc:455] T 00000000000000000000000000000000 P ed917b76536b4e2f8b2b170edeb2ce52 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0374f50e20014722a151135f5aac40ce. Latest consensus state: current_term: 1 leader_uuid: "0374f50e20014722a151135f5aac40ce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed917b76536b4e2f8b2b170edeb2ce52" member_type: VOTER last_known_addr { host: "127.13.11.62" port: 33251 } } peers { permanent_uuid: "0374f50e20014722a151135f5aac40ce" member_type: VOTER last_known_addr { host: "127.13.11.61" port: 39703 } } peers { permanent_uuid: "99c13422c01e44ae8a7acf425c4ae83c" member_type: VOTER last_known_addr { host: "127.13.11.60" port: 36235 } } }
06:12:22.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.535461 13793 sys_catalog.cc:458] T 00000000000000000000000000000000 P ed917b76536b4e2f8b2b170edeb2ce52 [sys.catalog]: This master's current role is: FOLLOWER
06:12:22.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.541074 13860 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "0374f50e20014722a151135f5aac40ce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed917b76536b4e2f8b2b170edeb2ce52" member_type: VOTER last_known_addr { host: "127.13.11.62" port: 33251 } } peers { permanent_uuid: "0374f50e20014722a151135f5aac40ce" member_type: VOTER last_known_addr { host: "127.13.11.61" port: 39703 } } peers { permanent_uuid: "99c13422c01e44ae8a7acf425c4ae83c" member_type: VOTER last_known_addr { host: "127.13.11.60" port: 36235 } } }
06:12:22.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.541188 13860 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce [sys.catalog]: This master's current role is: LEADER
06:12:22.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.541333 13793 sys_catalog.cc:455] T 00000000000000000000000000000000 P ed917b76536b4e2f8b2b170edeb2ce52 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "0374f50e20014722a151135f5aac40ce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed917b76536b4e2f8b2b170edeb2ce52" member_type: VOTER last_known_addr { host: "127.13.11.62" port: 33251 } } peers { permanent_uuid: "0374f50e20014722a151135f5aac40ce" member_type: VOTER last_known_addr { host: "127.13.11.61" port: 39703 } } peers { permanent_uuid: "99c13422c01e44ae8a7acf425c4ae83c" member_type: VOTER last_known_addr { host: "127.13.11.60" port: 36235 } } }
06:12:22.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.541414 13793 sys_catalog.cc:458] T 00000000000000000000000000000000 P ed917b76536b4e2f8b2b170edeb2ce52 [sys.catalog]: This master's current role is: FOLLOWER
06:12:22.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.541605 13863 mvcc.cc:204] Tried to move back new op lower bound from 7317566023805489152 to 7317566023753773056. Current Snapshot: MvccSnapshot[applied={T|T < 7317566023805489152}]
06:12:22.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.541785 13872 mvcc.cc:204] Tried to move back new op lower bound from 7317566023805489152 to 7317566023753773056. Current Snapshot: MvccSnapshot[applied={T|T < 7317566023805489152}]
06:12:22.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.543973 13824 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "0374f50e20014722a151135f5aac40ce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed917b76536b4e2f8b2b170edeb2ce52" member_type: VOTER last_known_addr { host: "127.13.11.62" port: 33251 } } peers { permanent_uuid: "0374f50e20014722a151135f5aac40ce" member_type: VOTER last_known_addr { host: "127.13.11.61" port: 39703 } } peers { permanent_uuid: "99c13422c01e44ae8a7acf425c4ae83c" member_type: VOTER last_known_addr { host: "127.13.11.60" port: 36235 } } }
06:12:22.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.544080 13824 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce [sys.catalog]: This master's current role is: LEADER
06:12:22.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.544504 13765 sys_catalog.cc:455] T 00000000000000000000000000000000 P 99c13422c01e44ae8a7acf425c4ae83c [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "0374f50e20014722a151135f5aac40ce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed917b76536b4e2f8b2b170edeb2ce52" member_type: VOTER last_known_addr { host: "127.13.11.62" port: 33251 } } peers { permanent_uuid: "0374f50e20014722a151135f5aac40ce" member_type: VOTER last_known_addr { host: "127.13.11.61" port: 39703 } } peers { permanent_uuid: "99c13422c01e44ae8a7acf425c4ae83c" member_type: VOTER last_known_addr { host: "127.13.11.60" port: 36235 } } }
06:12:22.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.544601 13765 sys_catalog.cc:458] T 00000000000000000000000000000000 P 99c13422c01e44ae8a7acf425c4ae83c [sys.catalog]: This master's current role is: FOLLOWER
06:12:22.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.545300 13866 mvcc.cc:204] Tried to move back new op lower bound from 7317566023805489152 to 7317566023753773056. Current Snapshot: MvccSnapshot[applied={T|T < 7317566023805489152}]
06:12:22.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.552285 13862 catalog_manager.cc:1384] Generated new cluster ID: fe6957629add4349a5c42a74a4bc4456
06:12:22.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.552414 13862 catalog_manager.cc:1551] Initializing Kudu internal certificate authority...
06:12:22.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.565636 13862 catalog_manager.cc:1407] Generated new certificate authority record
06:12:22.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.566946 13862 catalog_manager.cc:1560] Loading token signing keys...
06:12:22.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.588946 13862 catalog_manager.cc:6112] T 00000000000000000000000000000000 P 0374f50e20014722a151135f5aac40ce: Generated new TSK 0
06:12:22.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.589679 13862 catalog_manager.cc:1570] Initializing in-progress tserver states...
06:12:22.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.590191 13862 catalog_manager.cc:1583] Loading latest processed Hive Metastore notification log event ID...
06:12:22.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:22.590553 13862 catalog_manager.cc:5961] Last processed Hive Metastore notification event ID: -1
06:12:23.063 [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.
06:12:23.074 [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.
06:12:23.075 [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.
06:12:23.227 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:12:23.243 [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/hive1278939939048757577/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=212aeb1e-4818-419e-b9ea-948b3d0f4add, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:12:23.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:23.304929 13784 catalog_manager.cc:1296] Loaded cluster ID: fe6957629add4349a5c42a74a4bc4456
06:12:23.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:23.305013 13784 catalog_manager.cc:1608] T 00000000000000000000000000000000 P 99c13422c01e44ae8a7acf425c4ae83c: loading cluster ID for follower catalog manager: success
06:12:23.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:23.306401 13784 catalog_manager.cc:1630] T 00000000000000000000000000000000 P 99c13422c01e44ae8a7acf425c4ae83c: acquiring CA information for follower catalog manager: success
06:12:23.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:23.306751 13784 catalog_manager.cc:1658] T 00000000000000000000000000000000 P 99c13422c01e44ae8a7acf425c4ae83c: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
06:12:23.322 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1278939939048757577/external-warehouse/table
06:12:23.324 [INFO - Metastore-Handler-Pool: Thread-44] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:12:23.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:23.324713 13781 client.h:372] Failed to connect to Hive Metastore (localhost:40373): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:23.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:23.376878 13816 catalog_manager.cc:1296] Loaded cluster ID: fe6957629add4349a5c42a74a4bc4456
06:12:23.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:23.376960 13816 catalog_manager.cc:1608] T 00000000000000000000000000000000 P ed917b76536b4e2f8b2b170edeb2ce52: loading cluster ID for follower catalog manager: success
06:12:23.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:23.378218 13816 catalog_manager.cc:1630] T 00000000000000000000000000000000 P ed917b76536b4e2f8b2b170edeb2ce52: acquiring CA information for follower catalog manager: success
06:12:23.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:23.378564 13816 catalog_manager.cc:1658] T 00000000000000000000000000000000 P ed917b76536b4e2f8b2b170edeb2ce52: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
06:12:23.381 [INFO - Metastore-Handler-Pool: Thread-48] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:12:23.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:23.393952 13809 client.h:372] Failed to connect to Hive Metastore (localhost:40373): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:23.411 [INFO - Metastore-Handler-Pool: Thread-49] (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=	
06:12:23.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:23.412372 13849 client.h:372] Failed to connect to Hive Metastore (localhost:40373): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:23.477 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
06:12:23.480 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: non-Kudu table entry must not contain a table ID property (kudu.table_id)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
06:12:23.482 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

06:12:23.511 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.11.60:36235,127.13.11.61:39703,127.13.11.62:33251}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:12:23.532 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:12:23.537 [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/hive1278939939048757577/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.11.60:36235,127.13.11.61:39703,127.13.11.62:33251}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:12:23.540 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1278939939048757577/external-warehouse/table
06:12:23.562 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
06:12:23.563 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu table entry must contain a table ID property (kudu.table_id)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkKuduProperties(KuduMetastorePlugin.java:381)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:158)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
06:12:23.564 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu table entry must contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkKuduProperties(KuduMetastorePlugin.java:381)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:158)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

06:12:23.565 [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=89258806-21f6-43c7-b025-c1e50ba94f17, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.11.60:36235,127.13.11.61:39703,127.13.11.62:33251}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:12:23.569 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:12:23.573 [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/hive1278939939048757577/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=89258806-21f6-43c7-b025-c1e50ba94f17, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.11.60:36235,127.13.11.61:39703,127.13.11.62:33251}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:12:23.576 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1278939939048757577/external-warehouse/table
06:12:23.598 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
06:12:23.603 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
06:12:23.603 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
06:12:23.609 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@4b1f73c2
06:12:23.633 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
06:12:23.633 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
06:12:23.633 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
06:12:23.633 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
06:12:23.634 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
06:12:23.634 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
06:12:23.635 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
06:12:23.635 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
06:12:23.636 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
06:12:23.636 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
06:12:23.637 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:515) jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class org.apache.kudu.shaded.io.netty.util.internal.PlatformDependent0$7 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @7e0b85f9
06:12:23.653 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
06:12:23.653 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
06:12:23.653 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
06:12:23.654 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
06:12:23.655 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
06:12:23.655 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
06:12:23.656 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
06:12:23.656 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
06:12:23.666 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
06:12:23.706 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
06:12:23.721 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
06:12:23.725 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
06:12:23.725 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
06:12:23.734 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
06:12:23.734 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
06:12:23.789 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
06:12:23.790 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
06:12:23.790 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
06:12:23.790 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
06:12:23.790 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
06:12:23.790 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
06:12:23.790 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
06:12:23.790 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
06:12:23.790 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
06:12:23.791 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
06:12:23.791 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
06:12:23.791 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
06:12:23.791 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
06:12:23.808 [DEBUG - Metastore-Handler-Pool: Thread-36] (CompositeStrategy.java:59) Unable to load modern Subject methods, relying only on legacy methods
java.lang.NoSuchMethodException: javax.security.auth.Subject.current()
	at java.base/java.lang.Class.getDeclaredMethod(Class.java:2677)
	at org.apache.kudu.client.internals.ModernStrategy.<init>(ModernStrategy.java:51)
	at org.apache.kudu.client.internals.CompositeStrategy.<init>(CompositeStrategy.java:52)
	at org.apache.kudu.client.internals.CompositeStrategy.<clinit>(CompositeStrategy.java:41)
	at org.apache.kudu.client.internals.SecurityManagerCompatibility.get(SecurityManagerCompatibility.java:43)
	at org.apache.kudu.client.SecurityContext.setupSubject(SecurityContext.java:155)
	at org.apache.kudu.client.SecurityContext.<init>(SecurityContext.java:138)
	at org.apache.kudu.client.AsyncKuduClient.<init>(AsyncKuduClient.java:431)
	at org.apache.kudu.client.AsyncKuduClient$AsyncKuduClientBuilder.build(AsyncKuduClient.java:3109)
	at org.apache.kudu.client.KuduClient$KuduClientBuilder.build(KuduClient.java:769)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.lambda$getKuduClient$0(KuduMetastorePlugin.java:604)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.getKuduClient(KuduMetastorePlugin.java:600)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.kuduSyncEnabled(KuduMetastorePlugin.java:581)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:154)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
06:12:23.811 [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.
06:12:23.841 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
06:12:24.040 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.13.11.60:36235(127.13.11.60:36235)] connecting to peer
06:12:24.051 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 13274 (auto-detected)
06:12:24.054 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
06:12:24.054 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
06:12:24.057 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
06:12:24.058 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
06:12:24.059 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:45:ff:fe:ac:be:35 (auto-detected)
06:12:24.089 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
06:12:24.090 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
06:12:24.090 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
06:12:24.097 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
06:12:24.104 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.13.11.61:39703(127.13.11.61:39703)] connecting to peer
06:12:24.108 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.13.11.62:33251(127.13.11.62:33251)] connecting to peer
06:12:24.130 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.13.11.62:33251(127.13.11.62:33251)] Successfully connected to peer
06:12:24.130 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.13.11.60:36235(127.13.11.60:36235)] Successfully connected to peer
06:12:24.131 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.13.11.61:39703(127.13.11.61:39703)] Successfully connected to peer
06:12:24.142 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
06:12:24.143 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
06:12:24.143 [DEBUG - kudu-nio-2] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@776c75e9
06:12:24.148 [DEBUG - kudu-nio-2] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
06:12:24.148 [DEBUG - kudu-nio-2] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
06:12:24.148 [DEBUG - kudu-nio-2] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
06:12:24.148 [DEBUG - kudu-nio-2] (Recycler.java:99) -Dio.netty.recycler.blocking: false
06:12:24.148 [DEBUG - kudu-nio-2] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
06:12:24.217 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.13.11.62
06:12:24.220 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.13.11.61
06:12:24.220 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.13.11.60
06:12:24.327 [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=	
06:12:24.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:24.328293 13781 client.h:372] Failed to connect to Hive Metastore (localhost:40373): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:24.396 [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=	
06:12:24.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:24.397972 13809 client.h:372] Failed to connect to Hive Metastore (localhost:40373): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:24.414 [INFO - Metastore-Handler-Pool: Thread-58] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:12:24.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:24.415462 13849 client.h:372] Failed to connect to Hive Metastore (localhost:40373): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:24.455 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:12:24.456 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:12:24.458 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:12:24.476 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xe598ea9b, L:/127.0.0.1:44348 - R:/127.13.11.62:33251] using SASL/PLAIN
06:12:24.477 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x8a37f81e, L:/127.0.0.1:44080 - R:/127.13.11.60:36235] using SASL/PLAIN
06:12:24.476 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x03b61405, L:/127.0.0.1:38212 - R:/127.13.11.61:39703] using SASL/PLAIN
06:12:24.523 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
06:12:24.529 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu tables may not be created through Hive
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
06:12:24.530 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu tables may not be created through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

06:12:24.567 [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=90b5ca1c-7a53-420d-93cd-d374b19a570d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.11.60:36235,127.13.11.61:39703,127.13.11.62:33251}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:12:24.572 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:12:24.577 [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/hive1278939939048757577/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=90b5ca1c-7a53-420d-93cd-d374b19a570d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.11.60:36235,127.13.11.61:39703,127.13.11.62:33251}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:12:24.580 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1278939939048757577/external-warehouse/table
06:12:24.681 [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	
06:12:24.763 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
06:12:24.773 [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	
06:12:24.984 [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.
06:12:25.283 [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.
06:12:25.330 [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=	
06:12:25.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:25.336009 13781 client.h:372] Failed to connect to Hive Metastore (localhost:40373): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:25.338 [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.
06:12:25.380 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
06:12:25.416 [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=	
06:12:25.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:25.417451 13809 client.h:372] Failed to connect to Hive Metastore (localhost:40373): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:25.418 [INFO - Metastore-Handler-Pool: Thread-63] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:12:25.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:25.419057 13849 client.h:372] Failed to connect to Hive Metastore (localhost:40373): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:25.548 [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=d2beee69-dc18-47b3-8940-69456f500c1d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.11.60:36235,127.13.11.61:39703,127.13.11.62:33251}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:12:25.551 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:12:25.555 [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/hive1278939939048757577/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=d2beee69-dc18-47b3-8940-69456f500c1d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.11.60:36235,127.13.11.61:39703,127.13.11.62:33251}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:12:25.557 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1278939939048757577/external-warehouse/table
06:12:25.593 [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	
06:12:25.624 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
06:12:25.625 [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	
06:12:25.687 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
06:12:25.709 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
06:12:25.709 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
06:12:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:25.709443 13356 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskwynGyp/build/release/bin/kudu with pid 13378
06:12:25.716 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35e23db3, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@945f263 will be shutdown
06:12:25.717 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
06:12:25.723 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.13.11.62:33251(127.13.11.62:33251)] handling channelInactive
06:12:25.723 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.13.11.62:33251(127.13.11.62:33251)] cleaning up while in state READY due to: connection closed
06:12:25.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:25.724769 13356 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskwynGyp/build/release/bin/kudu with pid 13493
06:12:25.740 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.13.11.61:39703(127.13.11.61:39703)] handling channelInactive
06:12:25.740 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.13.11.61:39703(127.13.11.61:39703)] cleaning up while in state READY due to: connection closed
06:12:25.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:25.740574 13356 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskwynGyp/build/release/bin/kudu with pid 13625
06:12:25.760 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.13.11.60:36235(127.13.11.60:36235)] handling channelInactive
06:12:25.761 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.13.11.60:36235(127.13.11.60:36235)] cleaning up while in state READY due to: connection closed
06:12:25.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:12:25Z chronyd exiting
.06:12:25.806 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:12:25.806 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:12:25.806 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:12:25.831 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive4774400098386425210
06:12:25.833 [INFO - Thread-40] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
06:12:25.833 [INFO - Thread-40] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
06:12:25.837 [INFO - Thread-40] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
06:12:25.837 [INFO - Thread-40] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
06:12:25.838 [INFO - Thread-40] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
06:12:25.843 [INFO - Thread-40] (HikariDataSource.java:350) objectstore - Shutdown initiated...
06:12:25.846 [INFO - Thread-40] (HikariDataSource.java:352) objectstore - Shutdown completed.
06:12:25.846 [INFO - Thread-40] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
06:12:25.847 [INFO - Thread-40] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
06:12:25.847 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
06:12:25.848 [INFO - Thread-40] (HikariDataSource.java:80) objectstore - Starting...
06:12:25.942 [INFO - Thread-40] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:12:25.943 [INFO - Thread-40] (HikariDataSource.java:82) objectstore - Start completed.
06:12:25.943 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
06:12:25.945 [INFO - Thread-40] (HikariDataSource.java:80) objectstore-secondary - Starting...
06:12:25.947 [INFO - Thread-40] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:12:25.948 [INFO - Thread-40] (HikariDataSource.java:82) objectstore-secondary - Start completed.
06:12:25.970 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
06:12:25.971 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
06:12:25.971 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
06:12:26.006 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:26.007 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:26.008 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:26.008 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:26.009 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:26.009 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:26.297 [INFO - Thread-40] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
06:12:26.297 [INFO - Thread-40] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@17b85489, with PersistenceManager: null will be shutdown
06:12:26.298 [INFO - Thread-40] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@17b85489, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3b291290 created in the thread with id: 65
06:12:26.300 [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
06:12:26.301 [INFO - Thread-40] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@17b85489
06:12:26.439 [INFO - Thread-40] (HMSHandler.java:595) Started creating a default database with name: default
06:12:26.463 [INFO - Thread-40] (HMSHandler.java:605) Successfully created a default database with name: default
06:12:26.492 [INFO - Thread-40] (HMSHandler.java:668) Added admin role in metastore
06:12:26.494 [INFO - Thread-40] (HMSHandler.java:677) Added public role in metastore
06:12:26.524 [INFO - Thread-40] (HMSHandler.java:717) No user is added in admin role, since config is empty
06:12:26.525 [INFO - Thread-40] (HMSHandler.java:404) HMS server filtering is disabled by configuration
06:12:26.525 [INFO - Thread-40] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
06:12:26.525 [INFO - Thread-40] (HiveMetaStore.java:697) Direct SQL optimization = true
06:12:26.526 [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)
06:12:26.526 [INFO - Thread-40] (HiveMetaStore.java:632) Started the new metaserver on port [41413]...
06:12:26.526 [INFO - Thread-40] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
06:12:26.526 [INFO - Thread-40] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
06:12:26.526 [INFO - Thread-40] (HiveMetaStore.java:635) TCP keepalive = true
06:12:26.526 [INFO - Thread-40] (HiveMetaStore.java:636) Enable SSL = false
06:12:26.835 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:12:26.835 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:12:26.835 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:12:26.838 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
06:12:26.838 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:41413]
06:12:26.838 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:41413) in binary transport mode
06:12:26.839 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:41413) current connections: 1
06:12:26.840 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskwynGyp/test-tmp
06:12:26.841 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
06:12:26.841 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskwynGyp/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
06:12:26.844 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:41413"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

06:12:26.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:26.926069 13983 mini_oidc.cc:150] Starting JWKS server
06:12:26.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:26.926631 13983 webserver.cc:533] Webserver started at http://127.0.0.1:45451/ using document root <none> and password file <none>
06:12:26.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:26.926698 13983 mini_oidc.cc:186] Starting OIDC Discovery server
06:12:26.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:26.926805 13983 webserver.cc:533] Webserver started at http://127.0.0.1:43159/ using document root <none> and password file <none>
06:12:26.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:12:26Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
06:12:26.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:12:26Z Disabled control of system clock
06:12:26.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:26.938565 13983 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:26.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:26.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-0/wal
06:12:26.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-0/data
06:12:26.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:12:26.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:12:26.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:12:26.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:26.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:26.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:26.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-0/logs
06:12:26.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-0/data/info.pb
06:12:26.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:26.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:12:26.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:12:26.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:12:26.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:12:26.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:26.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:26.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:26.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:12:26.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:12:26.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:26.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:26.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.167.254:33515
06:12:26.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.167.254
06:12:26.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:26.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.167.212:41373
06:12:26.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:26.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:26.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:26.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:26.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.167.254:33515,127.13.167.253:41653,127.13.167.252:42481
06:12:26.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:26.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45451/jwks.json
06:12:26.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41413 with env {}
06:12:27.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.018924 13998 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:12:27.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.019121 13998 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:12:27.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.019141 13998 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:12:27.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.020761 13998 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:12:27.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.020809 13998 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:12:27.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.020823 13998 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:12:27.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.020835 13998 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:12:27.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.020848 13998 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:12:27.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.020859 13998 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45451/jwks.json
06:12:27.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.022604 13998 master_runner.cc:387] Master server non-default flags:
06:12:27.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:27.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.167.212:41373
06:12:27.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:27.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:27.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-0/data
06:12:27.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-0/wal
06:12:27.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41413
06:12:27.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:27.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.167.254:33515,127.13.167.253:41653,127.13.167.252:42481
06:12:27.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:27.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:27.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:27.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.167.254:33515
06:12:27.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:27.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:12:27.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:27.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45451/jwks.json
06:12:27.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:27.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:27.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-0/data/info.pb
06:12:27.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.167.254
06:12:27.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:27.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:12:27.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.13998
06:12:27.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:27.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:12:27.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:12:27.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:27.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-0/logs
06:12:27.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:27.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:12:27.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:12:27.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:12:27.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:12:27.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:12:27.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
06:12:27.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:17 UTC on e7f111948823
06:12:27.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17644
06:12:27.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.022850 13998 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:12:27.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.023063 13998 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:12:27.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.025625 14013 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
06:12:27.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.025626 14015 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
06:12:27.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.025676 14019 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
06:12:27.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.026628 13998 server_base.cc:1061] running on GCE node
06:12:27.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.026913 13998 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:12:27.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.027226 13998 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:12:27.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.028401 13998 hybrid_clock.cc:648] HybridClock initialized: now 1786515147028380 us; error 63 us; skew 500 ppm
06:12:27.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.029492 13998 webserver.cc:533] Webserver started at http://127.13.167.254:34053/ using document root <none> and password file <none>
06:12:27.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.029744 13998 fs_manager.cc:362] Metadata directory not provided
06:12:27.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.029841 13998 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:12:27.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.029975 13998 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:12:27.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.030892 13998 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-0/data/instance:
06:12:27.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "92e3dcd28d9d47f39c0be968f1d22b80"
06:12:27.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:27 on dist-test-slave-mjjr"
06:12:27.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.031280 13998 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-0/wal/instance:
06:12:27.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "92e3dcd28d9d47f39c0be968f1d22b80"
06:12:27.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:27 on dist-test-slave-mjjr"
06:12:27.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.032678 13998 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.003s
06:12:27.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.033541 14037 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:12:27.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.033787 13998 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.001s
06:12:27.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.033939 13998 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-0/data,/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-0/wal
06:12:27.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "92e3dcd28d9d47f39c0be968f1d22b80"
06:12:27.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:27 on dist-test-slave-mjjr"
06:12:27.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.034003 13998 fs_report.cc:389] FS layout report
06:12:27.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:12:27.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-0/wal
06:12:27.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-0/wal
06:12:27.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-0/data/data
06:12:27.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:12:27.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:12:27.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:12:27.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:12:27.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:12:27.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:12:27.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:12:27.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:12:27.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:12:27.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:12:27.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:12:27.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.042335 13998 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:12:27.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.042695 13998 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:12:27.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.042848 13998 kserver.cc:163] Server-wide thread pool size limit: 3276
06:12:27.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.047195 13998 rpc_server.cc:307] RPC server started. Bound to: 127.13.167.254:33515
06:12:27.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.047227 14135 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.13.167.254:33515 every 8 connection(s)
06:12:27.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.047621 13998 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-0/data/info.pb
06:12:27.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.048276 14136 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:12:27.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.049520 14136 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.167.254" port: 33515 } has no permanent_uuid. Determining permanent_uuid...
06:12:27.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.053282 13983 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskwynGyp/build/release/bin/kudu as pid 13998
06:12:27.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.053429 13983 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-0/wal/instance
06:12:27.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.054208 13983 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:27.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:27.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-1/wal
06:12:27.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-1/data
06:12:27.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:12:27.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:12:27.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:12:27.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:27.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:27.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:27.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-1/logs
06:12:27.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-1/data/info.pb
06:12:27.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:27.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:12:27.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:12:27.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:12:27.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:12:27.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:27.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:27.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:27.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:12:27.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:12:27.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:27.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:27.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.167.253:41653
06:12:27.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.167.253
06:12:27.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:27.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.167.212:41373
06:12:27.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:27.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:27.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:27.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:27.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.167.254:33515,127.13.167.253:41653,127.13.167.252:42481
06:12:27.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:27.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45451/jwks.json
06:12:27.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41413 with env {}
06:12:27.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.058844 14136 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.167.253" port: 41653 } has no permanent_uuid. Determining permanent_uuid...
06:12:27.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.059386 14041 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.13.167.253:41653: connect: Connection refused (error 111)
06:12:27.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.060148 14136 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.167.253:41653: Network error: Client connection negotiation failed: client connection to 127.13.167.253:41653: connect: Connection refused (error 111)
06:12:27.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.109371 14136 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.167.253" port: 41653 } attempt: 1
06:12:27.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.110316 14136 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.167.253:41653: Network error: Client connection negotiation failed: client connection to 127.13.167.253:41653: connect: Connection refused (error 111)
06:12:27.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.136070 14141 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:12:27.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.136253 14141 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:12:27.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.136274 14141 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:12:27.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.137764 14141 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:12:27.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.137806 14141 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:12:27.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.137820 14141 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:12:27.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.137832 14141 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:12:27.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.137845 14141 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:12:27.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.137857 14141 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45451/jwks.json
06:12:27.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.139552 14141 master_runner.cc:387] Master server non-default flags:
06:12:27.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:27.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.167.212:41373
06:12:27.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:27.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:27.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-1/data
06:12:27.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-1/wal
06:12:27.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41413
06:12:27.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.167.254:33515,127.13.167.253:41653,127.13.167.252:42481
06:12:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.167.253:41653
06:12:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:12:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45451/jwks.json
06:12:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-1/data/info.pb
06:12:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.167.253
06:12:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:12:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.14141
06:12:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:12:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:12:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-1/logs
06:12:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:12:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:12:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:12:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:12:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:12:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
06:12:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:17 UTC on e7f111948823
06:12:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17644
06:12:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.139848 14141 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:12:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.140038 14141 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:12:27.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.142568 14157 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
06:12:27.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.142588 14152 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
06:12:27.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.142769 14141 server_base.cc:1061] running on GCE node
06:12:27.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.142587 14151 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
06:12:27.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.143046 14141 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:12:27.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.143266 14141 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:12:27.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.144435 14141 hybrid_clock.cc:648] HybridClock initialized: now 1786515147144420 us; error 37 us; skew 500 ppm
06:12:27.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.145547 14141 webserver.cc:533] Webserver started at http://127.13.167.253:43973/ using document root <none> and password file <none>
06:12:27.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.145706 14141 fs_manager.cc:362] Metadata directory not provided
06:12:27.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.145735 14141 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:12:27.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.145816 14141 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:12:27.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.146607 14141 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-1/data/instance:
06:12:27.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "85bd59dc234741868f3b63665b613ea2"
06:12:27.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:27 on dist-test-slave-mjjr"
06:12:27.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.146860 14141 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-1/wal/instance:
06:12:27.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "85bd59dc234741868f3b63665b613ea2"
06:12:27.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:27 on dist-test-slave-mjjr"
06:12:27.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.147994 14141 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
06:12:27.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.148622 14165 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:12:27.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.148805 14141 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
06:12:27.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.148871 14141 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-1/data,/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-1/wal
06:12:27.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "85bd59dc234741868f3b63665b613ea2"
06:12:27.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:27 on dist-test-slave-mjjr"
06:12:27.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.148913 14141 fs_report.cc:389] FS layout report
06:12:27.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:12:27.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-1/wal
06:12:27.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-1/wal
06:12:27.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-1/data/data
06:12:27.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:12:27.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:12:27.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:12:27.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:12:27.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:12:27.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:12:27.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:12:27.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:12:27.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:12:27.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:12:27.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:12:27.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.166821 14141 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:12:27.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.167122 14141 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:12:27.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.167210 14141 kserver.cc:163] Server-wide thread pool size limit: 3276
06:12:27.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.171365 14141 rpc_server.cc:307] RPC server started. Bound to: 127.13.167.253:41653
06:12:27.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.171425 14253 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.13.167.253:41653 every 8 connection(s)
06:12:27.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.171698 14141 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-1/data/info.pb
06:12:27.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.172214 14254 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:12:27.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.173530 14254 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.167.254" port: 33515 } has no permanent_uuid. Determining permanent_uuid...
06:12:27.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.178404 14254 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.167.253" port: 41653 } has no permanent_uuid. Determining permanent_uuid...
06:12:27.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.178478 14136 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.167.253" port: 41653 } attempt: 2
06:12:27.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.179199 13983 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskwynGyp/build/release/bin/kudu as pid 14141
06:12:27.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.179299 13983 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-1/wal/instance
06:12:27.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.179777 13983 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:27.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-2/wal
06:12:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-2/data
06:12:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:12:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:12:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:12:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-2/logs
06:12:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-2/data/info.pb
06:12:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:12:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:12:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:12:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:12:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:12:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:12:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.167.252:42481
06:12:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.167.252
06:12:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.167.212:41373
06:12:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:27.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:27.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.167.254:33515,127.13.167.253:41653,127.13.167.252:42481
06:12:27.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:27.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45451/jwks.json
06:12:27.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41413 with env {}
06:12:27.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.183243 14254 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.167.252" port: 42481 } has no permanent_uuid. Determining permanent_uuid...
06:12:27.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.183269 14136 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.167.252" port: 42481 } has no permanent_uuid. Determining permanent_uuid...
06:12:27.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.183707 14167 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.13.167.252:42481: connect: Connection refused (error 111)
06:12:27.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.184185 14254 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.167.252:42481: Network error: Client connection negotiation failed: client connection to 127.13.167.252:42481: connect: Connection refused (error 111)
06:12:27.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.184814 14136 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.167.252:42481: Network error: Client connection negotiation failed: client connection to 127.13.167.252:42481: connect: Connection refused (error 111)
06:12:27.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.228039 14136 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.167.252" port: 42481 } attempt: 1
06:12:27.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.228983 14136 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.167.252:42481: Network error: Client connection negotiation failed: client connection to 127.13.167.252:42481: connect: Connection refused (error 111)
06:12:27.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.233420 14254 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.167.252" port: 42481 } attempt: 1
06:12:27.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.234376 14254 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.167.252:42481: Network error: Client connection negotiation failed: client connection to 127.13.167.252:42481: connect: Connection refused (error 111)
06:12:27.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.262641 14260 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:12:27.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.262822 14260 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:12:27.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.262842 14260 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:12:27.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.264353 14260 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:12:27.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.264395 14260 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:12:27.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.264410 14260 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:12:27.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.264421 14260 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:12:27.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.264433 14260 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:12:27.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.264444 14260 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45451/jwks.json
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.265908 14260 master_runner.cc:387] Master server non-default flags:
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.167.212:41373
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-2/data
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-2/wal
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41413
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.167.254:33515,127.13.167.253:41653,127.13.167.252:42481
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.167.252:42481
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45451/jwks.json
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-2/data/info.pb
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.167.252
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.14260
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-2/logs
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:17 UTC on e7f111948823
06:12:27.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17644
06:12:27.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.266134 14260 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:12:27.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.266357 14260 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:12:27.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.268800 14278 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
06:12:27.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.268991 14260 server_base.cc:1061] running on GCE node
06:12:27.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.268800 14279 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
06:12:27.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.268823 14282 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
06:12:27.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.269321 14260 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:12:27.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.269573 14260 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:12:27.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.270712 14260 hybrid_clock.cc:648] HybridClock initialized: now 1786515147270703 us; error 31 us; skew 500 ppm
06:12:27.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.271890 14260 webserver.cc:533] Webserver started at http://127.13.167.252:38085/ using document root <none> and password file <none>
06:12:27.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.272051 14260 fs_manager.cc:362] Metadata directory not provided
06:12:27.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.272085 14260 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:12:27.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.272164 14260 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:12:27.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.272945 14260 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-2/data/instance:
06:12:27.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f35b7d13963a4195852956892f2757a5"
06:12:27.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:27 on dist-test-slave-mjjr"
06:12:27.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.273212 14260 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-2/wal/instance:
06:12:27.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f35b7d13963a4195852956892f2757a5"
06:12:27.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:27 on dist-test-slave-mjjr"
06:12:27.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.274313 14260 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
06:12:27.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.274945 14295 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:12:27.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.275146 14260 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
06:12:27.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.275218 14260 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-2/data,/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-2/wal
06:12:27.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f35b7d13963a4195852956892f2757a5"
06:12:27.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:27 on dist-test-slave-mjjr"
06:12:27.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.275275 14260 fs_report.cc:389] FS layout report
06:12:27.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:12:27.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-2/wal
06:12:27.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-2/wal
06:12:27.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-2/data/data
06:12:27.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:12:27.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:12:27.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:12:27.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:12:27.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:12:27.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:12:27.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:12:27.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:12:27.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:12:27.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:12:27.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:12:27.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.276157 14136 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.167.252" port: 42481 } attempt: 2
06:12:27.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.276855 14136 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.167.252:42481: Network error: Client connection negotiation failed: client connection to 127.13.167.252:42481: connect: Connection refused (error 111)
06:12:27.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.302562 14254 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.167.252" port: 42481 } attempt: 2
06:12:27.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.303395 14254 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.167.252:42481: Network error: Client connection negotiation failed: client connection to 127.13.167.252:42481: connect: Connection refused (error 111)
06:12:27.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.321116 14260 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:12:27.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.321532 14260 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:12:27.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.321720 14260 kserver.cc:163] Server-wide thread pool size limit: 3276
06:12:27.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.325979 14260 rpc_server.cc:307] RPC server started. Bound to: 127.13.167.252:42481
06:12:27.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.326014 14385 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.13.167.252:42481 every 8 connection(s)
06:12:27.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.326496 14260 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-2/data/info.pb
06:12:27.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.327172 14386 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:12:27.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.327198 13983 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskwynGyp/build/release/bin/kudu as pid 14260
06:12:27.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.327279 13983 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster632130919181443079/master-2/wal/instance
06:12:27.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.329689 14386 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.167.254" port: 33515 } has no permanent_uuid. Determining permanent_uuid...
06:12:27.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.333932 14386 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.167.253" port: 41653 } has no permanent_uuid. Determining permanent_uuid...
06:12:27.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.336839 14386 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.167.252" port: 42481 } has no permanent_uuid. Determining permanent_uuid...
06:12:27.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.341056 14386 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5: Bootstrap starting.
06:12:27.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.341729 13983 external_mini_cluster.cc:956] 0 TS(s) registered with all masters
06:12:27.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.341784 14386 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5: Neither blocks nor log segments found. Creating new log.
06:12:27.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.342026 14386 log.cc:826] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5: Log is configured to *not* fsync() on all Append() calls
06:12:27.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.342680 14386 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5: No bootstrap required, opened a new log
06:12:27.342 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:12:27.343 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

06:12:27.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.344345 14386 raft_consensus.cc:359] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92e3dcd28d9d47f39c0be968f1d22b80" member_type: VOTER last_known_addr { host: "127.13.167.254" port: 33515 } } peers { permanent_uuid: "85bd59dc234741868f3b63665b613ea2" member_type: VOTER last_known_addr { host: "127.13.167.253" port: 41653 } } peers { permanent_uuid: "f35b7d13963a4195852956892f2757a5" member_type: VOTER last_known_addr { host: "127.13.167.252" port: 42481 } }
06:12:27.343 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.13.167.254"
      port: 33515
    }
    bound_http_address {
      host: "127.13.167.254"
      port: 34053
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.13.167.253"
      port: 41653
    }
    bound_http_address {
      host: "127.13.167.253"
      port: 43973
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.13.167.252"
      port: 42481
    }
    bound_http_address {
      host: "127.13.167.252"
      port: 38085
    }
  }
}

06:12:27.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.344660 14386 raft_consensus.cc:385] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:12:27.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.344871 14386 raft_consensus.cc:740] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f35b7d13963a4195852956892f2757a5, State: Initialized, Role: FOLLOWER
06:12:27.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.345141 14386 consensus_queue.cc:260] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5 [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: "92e3dcd28d9d47f39c0be968f1d22b80" member_type: VOTER last_known_addr { host: "127.13.167.254" port: 33515 } } peers { permanent_uuid: "85bd59dc234741868f3b63665b613ea2" member_type: VOTER last_known_addr { host: "127.13.167.253" port: 41653 } } peers { permanent_uuid: "f35b7d13963a4195852956892f2757a5" member_type: VOTER last_known_addr { host: "127.13.167.252" port: 42481 } }
06:12:27.344 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

06:12:27.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.345822 14386 sys_catalog.cc:565] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5 [sys.catalog]: configured and running, proceeding with master startup.
06:12:27.345 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:12:27.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.345997 14404 sys_catalog.cc:455] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5 [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: "92e3dcd28d9d47f39c0be968f1d22b80" member_type: VOTER last_known_addr { host: "127.13.167.254" port: 33515 } } peers { permanent_uuid: "85bd59dc234741868f3b63665b613ea2" member_type: VOTER last_known_addr { host: "127.13.167.253" port: 41653 } } peers { permanent_uuid: "f35b7d13963a4195852956892f2757a5" member_type: VOTER last_known_addr { host: "127.13.167.252" port: 42481 } } }
06:12:27.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.346259 14404 sys_catalog.cc:458] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5 [sys.catalog]: This master's current role is: FOLLOWER
06:12:27.347 [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=9119ad11-a214-402b-958a-50836787a972, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.167.254:33515,127.13.167.252:42481,127.13.167.253:41653}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:12:27.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.348996 14430 catalog_manager.cc:1614] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
06:12:27.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.349067 14430 catalog_manager.cc:884] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
06:12:27.351 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
06:12:27.352 [INFO - Metastore-Handler-Pool: Thread-86] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
06:12:27.352 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@422b78a4, with PersistenceManager: null will be shutdown
06:12:27.353 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@422b78a4, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4311fe91 created in the thread with id: 86
06:12:27.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.352531 14260 master_runner.cc:187] Error getting master registration for 127.13.167.254:33515: OK, instance_id { permanent_uuid: "92e3dcd28d9d47f39c0be968f1d22b80" instance_seqno: 1786515147045941 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
06:12:27.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.354317 14260 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:12:27.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.357363 14404 raft_consensus.cc:493] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
06:12:27.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.357458 14404 raft_consensus.cc:515] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92e3dcd28d9d47f39c0be968f1d22b80" member_type: VOTER last_known_addr { host: "127.13.167.254" port: 33515 } } peers { permanent_uuid: "85bd59dc234741868f3b63665b613ea2" member_type: VOTER last_known_addr { host: "127.13.167.253" port: 41653 } } peers { permanent_uuid: "f35b7d13963a4195852956892f2757a5" member_type: VOTER last_known_addr { host: "127.13.167.252" port: 42481 } }
06:12:27.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.357719 14404 leader_election.cc:290] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 92e3dcd28d9d47f39c0be968f1d22b80 (127.13.167.254:33515), 85bd59dc234741868f3b63665b613ea2 (127.13.167.253:41653)
06:12:27.359 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@422b78a4
06:12:27.364 [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=	
06:12:27.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.364668 14423 client.h:372] Failed to connect to Hive Metastore (localhost:41413): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:27.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.384004 14136 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.167.252" port: 42481 } attempt: 3
06:12:27.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.394006 14136 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 92e3dcd28d9d47f39c0be968f1d22b80: Bootstrap starting.
06:12:27.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.394550 14254 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.167.252" port: 42481 } attempt: 3
06:12:27.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.394841 14136 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 92e3dcd28d9d47f39c0be968f1d22b80: Neither blocks nor log segments found. Creating new log.
06:12:27.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.395144 14136 log.cc:826] T 00000000000000000000000000000000 P 92e3dcd28d9d47f39c0be968f1d22b80: Log is configured to *not* fsync() on all Append() calls
06:12:27.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.399505 14254 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 85bd59dc234741868f3b63665b613ea2: Bootstrap starting.
06:12:27.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.400324 14254 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 85bd59dc234741868f3b63665b613ea2: Neither blocks nor log segments found. Creating new log.
06:12:27.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.400611 14254 log.cc:826] T 00000000000000000000000000000000 P 85bd59dc234741868f3b63665b613ea2: Log is configured to *not* fsync() on all Append() calls
06:12:27.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.408324 14136 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 92e3dcd28d9d47f39c0be968f1d22b80: No bootstrap required, opened a new log
06:12:27.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.410749 14136 raft_consensus.cc:359] T 00000000000000000000000000000000 P 92e3dcd28d9d47f39c0be968f1d22b80 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92e3dcd28d9d47f39c0be968f1d22b80" member_type: VOTER last_known_addr { host: "127.13.167.254" port: 33515 } } peers { permanent_uuid: "85bd59dc234741868f3b63665b613ea2" member_type: VOTER last_known_addr { host: "127.13.167.253" port: 41653 } } peers { permanent_uuid: "f35b7d13963a4195852956892f2757a5" member_type: VOTER last_known_addr { host: "127.13.167.252" port: 42481 } }
06:12:27.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.410892 14136 raft_consensus.cc:385] T 00000000000000000000000000000000 P 92e3dcd28d9d47f39c0be968f1d22b80 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:12:27.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.410944 14136 raft_consensus.cc:740] T 00000000000000000000000000000000 P 92e3dcd28d9d47f39c0be968f1d22b80 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 92e3dcd28d9d47f39c0be968f1d22b80, State: Initialized, Role: FOLLOWER
06:12:27.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.411561 14136 consensus_queue.cc:260] T 00000000000000000000000000000000 P 92e3dcd28d9d47f39c0be968f1d22b80 [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: "92e3dcd28d9d47f39c0be968f1d22b80" member_type: VOTER last_known_addr { host: "127.13.167.254" port: 33515 } } peers { permanent_uuid: "85bd59dc234741868f3b63665b613ea2" member_type: VOTER last_known_addr { host: "127.13.167.253" port: 41653 } } peers { permanent_uuid: "f35b7d13963a4195852956892f2757a5" member_type: VOTER last_known_addr { host: "127.13.167.252" port: 42481 } }
06:12:27.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.412272 14136 sys_catalog.cc:565] T 00000000000000000000000000000000 P 92e3dcd28d9d47f39c0be968f1d22b80 [sys.catalog]: configured and running, proceeding with master startup.
06:12:27.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.412348 14090 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f35b7d13963a4195852956892f2757a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "92e3dcd28d9d47f39c0be968f1d22b80" is_pre_election: true
06:12:27.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.412544 14090 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 92e3dcd28d9d47f39c0be968f1d22b80 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f35b7d13963a4195852956892f2757a5 in term 0.
06:12:27.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.412842 14300 leader_election.cc:304] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5 [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: 92e3dcd28d9d47f39c0be968f1d22b80, f35b7d13963a4195852956892f2757a5; no voters: 
06:12:27.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.413013 14404 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5 [term 0 FOLLOWER]: Leader pre-election won for term 1
06:12:27.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.413060 14404 raft_consensus.cc:493] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
06:12:27.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.413082 14404 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5 [term 0 FOLLOWER]: Advancing to term 1
06:12:27.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.414013 14404 raft_consensus.cc:515] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92e3dcd28d9d47f39c0be968f1d22b80" member_type: VOTER last_known_addr { host: "127.13.167.254" port: 33515 } } peers { permanent_uuid: "85bd59dc234741868f3b63665b613ea2" member_type: VOTER last_known_addr { host: "127.13.167.253" port: 41653 } } peers { permanent_uuid: "f35b7d13963a4195852956892f2757a5" member_type: VOTER last_known_addr { host: "127.13.167.252" port: 42481 } }
06:12:27.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.414172 14404 leader_election.cc:290] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5 [CANDIDATE]: Term 1 election: Requested vote from peers 92e3dcd28d9d47f39c0be968f1d22b80 (127.13.167.254:33515), 85bd59dc234741868f3b63665b613ea2 (127.13.167.253:41653)
06:12:27.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.414664 14090 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f35b7d13963a4195852956892f2757a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "92e3dcd28d9d47f39c0be968f1d22b80"
06:12:27.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.414764 14090 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 92e3dcd28d9d47f39c0be968f1d22b80 [term 0 FOLLOWER]: Advancing to term 1
06:12:27.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.415618 14090 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 92e3dcd28d9d47f39c0be968f1d22b80 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f35b7d13963a4195852956892f2757a5 in term 1.
06:12:27.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.415860 14300 leader_election.cc:304] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5 [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: 92e3dcd28d9d47f39c0be968f1d22b80, f35b7d13963a4195852956892f2757a5; no voters: 
06:12:27.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.415982 14404 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5 [term 1 FOLLOWER]: Leader election won for term 1
06:12:27.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.416162 14404 raft_consensus.cc:697] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5 [term 1 LEADER]: Becoming Leader. State: Replica: f35b7d13963a4195852956892f2757a5, State: Running, Role: LEADER
06:12:27.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.416244 14404 consensus_queue.cc:237] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5 [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: "92e3dcd28d9d47f39c0be968f1d22b80" member_type: VOTER last_known_addr { host: "127.13.167.254" port: 33515 } } peers { permanent_uuid: "85bd59dc234741868f3b63665b613ea2" member_type: VOTER last_known_addr { host: "127.13.167.253" port: 41653 } } peers { permanent_uuid: "f35b7d13963a4195852956892f2757a5" member_type: VOTER last_known_addr { host: "127.13.167.252" port: 42481 } }
06:12:27.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.416627 14404 sys_catalog.cc:455] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader f35b7d13963a4195852956892f2757a5. Latest consensus state: current_term: 1 leader_uuid: "f35b7d13963a4195852956892f2757a5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92e3dcd28d9d47f39c0be968f1d22b80" member_type: VOTER last_known_addr { host: "127.13.167.254" port: 33515 } } peers { permanent_uuid: "85bd59dc234741868f3b63665b613ea2" member_type: VOTER last_known_addr { host: "127.13.167.253" port: 41653 } } peers { permanent_uuid: "f35b7d13963a4195852956892f2757a5" member_type: VOTER last_known_addr { host: "127.13.167.252" port: 42481 } } }
06:12:27.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.416705 14404 sys_catalog.cc:458] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5 [sys.catalog]: This master's current role is: LEADER
06:12:27.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.416982 14254 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 85bd59dc234741868f3b63665b613ea2: No bootstrap required, opened a new log
06:12:27.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.419099 14254 raft_consensus.cc:359] T 00000000000000000000000000000000 P 85bd59dc234741868f3b63665b613ea2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92e3dcd28d9d47f39c0be968f1d22b80" member_type: VOTER last_known_addr { host: "127.13.167.254" port: 33515 } } peers { permanent_uuid: "85bd59dc234741868f3b63665b613ea2" member_type: VOTER last_known_addr { host: "127.13.167.253" port: 41653 } } peers { permanent_uuid: "f35b7d13963a4195852956892f2757a5" member_type: VOTER last_known_addr { host: "127.13.167.252" port: 42481 } }
06:12:27.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.419234 14254 raft_consensus.cc:385] T 00000000000000000000000000000000 P 85bd59dc234741868f3b63665b613ea2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:12:27.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.419269 14254 raft_consensus.cc:740] T 00000000000000000000000000000000 P 85bd59dc234741868f3b63665b613ea2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 85bd59dc234741868f3b63665b613ea2, State: Initialized, Role: FOLLOWER
06:12:27.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.419382 14254 consensus_queue.cc:260] T 00000000000000000000000000000000 P 85bd59dc234741868f3b63665b613ea2 [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: "92e3dcd28d9d47f39c0be968f1d22b80" member_type: VOTER last_known_addr { host: "127.13.167.254" port: 33515 } } peers { permanent_uuid: "85bd59dc234741868f3b63665b613ea2" member_type: VOTER last_known_addr { host: "127.13.167.253" port: 41653 } } peers { permanent_uuid: "f35b7d13963a4195852956892f2757a5" member_type: VOTER last_known_addr { host: "127.13.167.252" port: 42481 } }
06:12:27.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.419726 14171 tablet.cc:2406] T 00000000000000000000000000000000 P 85bd59dc234741868f3b63665b613ea2: Can't schedule compaction. Clean time has not been advanced past its initial value.
06:12:27.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.420486 14254 sys_catalog.cc:565] T 00000000000000000000000000000000 P 85bd59dc234741868f3b63665b613ea2 [sys.catalog]: configured and running, proceeding with master startup.
06:12:27.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.420574 14208 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f35b7d13963a4195852956892f2757a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "85bd59dc234741868f3b63665b613ea2"
06:12:27.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.420694 14208 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 85bd59dc234741868f3b63665b613ea2 [term 0 FOLLOWER]: Advancing to term 1
06:12:27.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.421587 14208 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 85bd59dc234741868f3b63665b613ea2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f35b7d13963a4195852956892f2757a5 in term 1.
06:12:27.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.421860 14202 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f35b7d13963a4195852956892f2757a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "85bd59dc234741868f3b63665b613ea2" is_pre_election: true
06:12:27.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.421941 14202 raft_consensus.cc:2376] T 00000000000000000000000000000000 P 85bd59dc234741868f3b63665b613ea2 [term 1 FOLLOWER]: Leader pre-election vote request: Already granted yes vote for candidate f35b7d13963a4195852956892f2757a5 in term 1. Re-sending same reply.
06:12:27.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.428795 14497 catalog_manager.cc:1614] T 00000000000000000000000000000000 P 85bd59dc234741868f3b63665b613ea2: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
06:12:27.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.429106 14497 catalog_manager.cc:884] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
06:12:27.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.429507 14465 sys_catalog.cc:455] T 00000000000000000000000000000000 P 85bd59dc234741868f3b63665b613ea2 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92e3dcd28d9d47f39c0be968f1d22b80" member_type: VOTER last_known_addr { host: "127.13.167.254" port: 33515 } } peers { permanent_uuid: "85bd59dc234741868f3b63665b613ea2" member_type: VOTER last_known_addr { host: "127.13.167.253" port: 41653 } } peers { permanent_uuid: "f35b7d13963a4195852956892f2757a5" member_type: VOTER last_known_addr { host: "127.13.167.252" port: 42481 } } }
06:12:27.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.429749 14465 sys_catalog.cc:458] T 00000000000000000000000000000000 P 85bd59dc234741868f3b63665b613ea2 [sys.catalog]: This master's current role is: FOLLOWER
06:12:27.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.430143 14450 catalog_manager.cc:1531] Loading table and tablet metadata into memory...
06:12:27.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.430534 14450 catalog_manager.cc:1540] Initializing Kudu cluster ID...
06:12:27.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.433179 14441 sys_catalog.cc:455] T 00000000000000000000000000000000 P 92e3dcd28d9d47f39c0be968f1d22b80 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92e3dcd28d9d47f39c0be968f1d22b80" member_type: VOTER last_known_addr { host: "127.13.167.254" port: 33515 } } peers { permanent_uuid: "85bd59dc234741868f3b63665b613ea2" member_type: VOTER last_known_addr { host: "127.13.167.253" port: 41653 } } peers { permanent_uuid: "f35b7d13963a4195852956892f2757a5" member_type: VOTER last_known_addr { host: "127.13.167.252" port: 42481 } } }
06:12:27.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.433504 14441 sys_catalog.cc:458] T 00000000000000000000000000000000 P 92e3dcd28d9d47f39c0be968f1d22b80 [sys.catalog]: This master's current role is: FOLLOWER
06:12:27.441 [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=	
06:12:27.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.440848 14202 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 85bd59dc234741868f3b63665b613ea2 [term 1 FOLLOWER]: Refusing update from remote peer f35b7d13963a4195852956892f2757a5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
06:12:27.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.441159 14090 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 92e3dcd28d9d47f39c0be968f1d22b80 [term 1 FOLLOWER]: Refusing update from remote peer f35b7d13963a4195852956892f2757a5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
06:12:27.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.441550 14486 catalog_manager.cc:1614] T 00000000000000000000000000000000 P 92e3dcd28d9d47f39c0be968f1d22b80: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
06:12:27.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.441540 14404 consensus_queue.cc:1048] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "92e3dcd28d9d47f39c0be968f1d22b80" member_type: VOTER last_known_addr { host: "127.13.167.254" port: 33515 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
06:12:27.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.441613 14486 catalog_manager.cc:884] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
06:12:27.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.441689 14443 consensus_queue.cc:1048] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "85bd59dc234741868f3b63665b613ea2" member_type: VOTER last_known_addr { host: "127.13.167.253" port: 41653 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
06:12:27.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.442874 14465 sys_catalog.cc:455] T 00000000000000000000000000000000 P 85bd59dc234741868f3b63665b613ea2 [sys.catalog]: SysCatalogTable state changed. Reason: New leader f35b7d13963a4195852956892f2757a5. Latest consensus state: current_term: 1 leader_uuid: "f35b7d13963a4195852956892f2757a5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92e3dcd28d9d47f39c0be968f1d22b80" member_type: VOTER last_known_addr { host: "127.13.167.254" port: 33515 } } peers { permanent_uuid: "85bd59dc234741868f3b63665b613ea2" member_type: VOTER last_known_addr { host: "127.13.167.253" port: 41653 } } peers { permanent_uuid: "f35b7d13963a4195852956892f2757a5" member_type: VOTER last_known_addr { host: "127.13.167.252" port: 42481 } } }
06:12:27.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.442961 14465 sys_catalog.cc:458] T 00000000000000000000000000000000 P 85bd59dc234741868f3b63665b613ea2 [sys.catalog]: This master's current role is: FOLLOWER
06:12:27.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.443141 14493 client.h:372] Failed to connect to Hive Metastore (localhost:41413): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:27.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.444682 14441 sys_catalog.cc:455] T 00000000000000000000000000000000 P 92e3dcd28d9d47f39c0be968f1d22b80 [sys.catalog]: SysCatalogTable state changed. Reason: New leader f35b7d13963a4195852956892f2757a5. Latest consensus state: current_term: 1 leader_uuid: "f35b7d13963a4195852956892f2757a5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92e3dcd28d9d47f39c0be968f1d22b80" member_type: VOTER last_known_addr { host: "127.13.167.254" port: 33515 } } peers { permanent_uuid: "85bd59dc234741868f3b63665b613ea2" member_type: VOTER last_known_addr { host: "127.13.167.253" port: 41653 } } peers { permanent_uuid: "f35b7d13963a4195852956892f2757a5" member_type: VOTER last_known_addr { host: "127.13.167.252" port: 42481 } } }
06:12:27.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.444962 14441 sys_catalog.cc:458] T 00000000000000000000000000000000 P 92e3dcd28d9d47f39c0be968f1d22b80 [sys.catalog]: This master's current role is: FOLLOWER
06:12:27.453 [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=	
06:12:27.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.453231 14404 sys_catalog.cc:455] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "f35b7d13963a4195852956892f2757a5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92e3dcd28d9d47f39c0be968f1d22b80" member_type: VOTER last_known_addr { host: "127.13.167.254" port: 33515 } } peers { permanent_uuid: "85bd59dc234741868f3b63665b613ea2" member_type: VOTER last_known_addr { host: "127.13.167.253" port: 41653 } } peers { permanent_uuid: "f35b7d13963a4195852956892f2757a5" member_type: VOTER last_known_addr { host: "127.13.167.252" port: 42481 } } }
06:12:27.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.453357 14404 sys_catalog.cc:458] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5 [sys.catalog]: This master's current role is: LEADER
06:12:27.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:27.454039 14473 client.h:372] Failed to connect to Hive Metastore (localhost:41413): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:27.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.454339 14441 sys_catalog.cc:455] T 00000000000000000000000000000000 P 92e3dcd28d9d47f39c0be968f1d22b80 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "f35b7d13963a4195852956892f2757a5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92e3dcd28d9d47f39c0be968f1d22b80" member_type: VOTER last_known_addr { host: "127.13.167.254" port: 33515 } } peers { permanent_uuid: "85bd59dc234741868f3b63665b613ea2" member_type: VOTER last_known_addr { host: "127.13.167.253" port: 41653 } } peers { permanent_uuid: "f35b7d13963a4195852956892f2757a5" member_type: VOTER last_known_addr { host: "127.13.167.252" port: 42481 } } }
06:12:27.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.454603 14441 sys_catalog.cc:458] T 00000000000000000000000000000000 P 92e3dcd28d9d47f39c0be968f1d22b80 [sys.catalog]: This master's current role is: FOLLOWER
06:12:27.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.454833 14502 mvcc.cc:204] Tried to move back new op lower bound from 7317566043914211328 to 7317566043817574400. Current Snapshot: MvccSnapshot[applied={T|T < 7317566043914211328}]
06:12:27.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.455543 14508 mvcc.cc:204] Tried to move back new op lower bound from 7317566043914211328 to 7317566043817574400. Current Snapshot: MvccSnapshot[applied={T|T < 7317566043914211328}]
06:12:27.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.455540 14404 sys_catalog.cc:455] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "f35b7d13963a4195852956892f2757a5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92e3dcd28d9d47f39c0be968f1d22b80" member_type: VOTER last_known_addr { host: "127.13.167.254" port: 33515 } } peers { permanent_uuid: "85bd59dc234741868f3b63665b613ea2" member_type: VOTER last_known_addr { host: "127.13.167.253" port: 41653 } } peers { permanent_uuid: "f35b7d13963a4195852956892f2757a5" member_type: VOTER last_known_addr { host: "127.13.167.252" port: 42481 } } }
06:12:27.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.455629 14404 sys_catalog.cc:458] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5 [sys.catalog]: This master's current role is: LEADER
06:12:27.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.455758 14465 sys_catalog.cc:455] T 00000000000000000000000000000000 P 85bd59dc234741868f3b63665b613ea2 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "f35b7d13963a4195852956892f2757a5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92e3dcd28d9d47f39c0be968f1d22b80" member_type: VOTER last_known_addr { host: "127.13.167.254" port: 33515 } } peers { permanent_uuid: "85bd59dc234741868f3b63665b613ea2" member_type: VOTER last_known_addr { host: "127.13.167.253" port: 41653 } } peers { permanent_uuid: "f35b7d13963a4195852956892f2757a5" member_type: VOTER last_known_addr { host: "127.13.167.252" port: 42481 } } }
06:12:27.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.455839 14465 sys_catalog.cc:458] T 00000000000000000000000000000000 P 85bd59dc234741868f3b63665b613ea2 [sys.catalog]: This master's current role is: FOLLOWER
06:12:27.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.455998 14509 mvcc.cc:204] Tried to move back new op lower bound from 7317566043914211328 to 7317566043817574400. Current Snapshot: MvccSnapshot[applied={T|T < 7317566043914211328}]
06:12:27.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.456523 14450 catalog_manager.cc:1384] Generated new cluster ID: 58efed8c9bd445a3bebe58927bde0276
06:12:27.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.456714 14450 catalog_manager.cc:1551] Initializing Kudu internal certificate authority...
06:12:27.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.495112 14450 catalog_manager.cc:1407] Generated new certificate authority record
06:12:27.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.496248 14450 catalog_manager.cc:1560] Loading token signing keys...
06:12:27.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.524312 14450 catalog_manager.cc:6112] T 00000000000000000000000000000000 P f35b7d13963a4195852956892f2757a5: Generated new TSK 0
06:12:27.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.524823 14450 catalog_manager.cc:1570] Initializing in-progress tserver states...
06:12:27.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.525137 14450 catalog_manager.cc:1583] Loading latest processed Hive Metastore notification log event ID...
06:12:27.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:27.525380 14450 catalog_manager.cc:5961] Last processed Hive Metastore notification event ID: -1
06:12:27.997 [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.
06:12:28.006 [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.
06:12:28.007 [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.
06:12:28.102 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:12:28.109 [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/hive4774400098386425210/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=9119ad11-a214-402b-958a-50836787a972, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.167.254:33515,127.13.167.252:42481,127.13.167.253:41653}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:12:28.111 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4774400098386425210/external-warehouse/table
06:12:28.235 [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	
06:12:28.280 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
06:12:28.282 [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	
06:12:28.369 [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=	
06:12:28.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:28.370419 14423 client.h:372] Failed to connect to Hive Metastore (localhost:41413): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:28.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:28.429730 14497 catalog_manager.cc:1296] Loaded cluster ID: 58efed8c9bd445a3bebe58927bde0276
06:12:28.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:28.429838 14497 catalog_manager.cc:1608] T 00000000000000000000000000000000 P 85bd59dc234741868f3b63665b613ea2: loading cluster ID for follower catalog manager: success
06:12:28.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:28.431126 14497 catalog_manager.cc:1630] T 00000000000000000000000000000000 P 85bd59dc234741868f3b63665b613ea2: acquiring CA information for follower catalog manager: success
06:12:28.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:28.431473 14497 catalog_manager.cc:1658] T 00000000000000000000000000000000 P 85bd59dc234741868f3b63665b613ea2: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
06:12:28.433 [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.
06:12:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:28.442090 14486 catalog_manager.cc:1296] Loaded cluster ID: 58efed8c9bd445a3bebe58927bde0276
06:12:28.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:28.442186 14486 catalog_manager.cc:1608] T 00000000000000000000000000000000 P 92e3dcd28d9d47f39c0be968f1d22b80: loading cluster ID for follower catalog manager: success
06:12:28.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:28.443542 14486 catalog_manager.cc:1630] T 00000000000000000000000000000000 P 92e3dcd28d9d47f39c0be968f1d22b80: acquiring CA information for follower catalog manager: success
06:12:28.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:28.445333 14486 catalog_manager.cc:1658] T 00000000000000000000000000000000 P 92e3dcd28d9d47f39c0be968f1d22b80: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
06:12:28.448 [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=	
06:12:28.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:28.449211 14493 client.h:372] Failed to connect to Hive Metastore (localhost:41413): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:28.458 [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=	
06:12:28.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:28.458724 14473 client.h:372] Failed to connect to Hive Metastore (localhost:41413): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:28.648 [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.
06:12:28.690 [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.
06:12:28.719 [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.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
06:12:28.833 [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.
06:12:28.834 [DEBUG - Metastore-Handler-Pool: Thread-86] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
06:12:28.843 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.13.167.254:33515(127.13.167.254:33515)] connecting to peer
06:12:28.850 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.13.167.252:42481(127.13.167.252:42481)] connecting to peer
06:12:28.852 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.13.167.254:33515(127.13.167.254:33515)] Successfully connected to peer
06:12:28.859 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.13.167.253:41653(127.13.167.253:41653)] connecting to peer
06:12:28.861 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.13.167.252:42481(127.13.167.252:42481)] Successfully connected to peer
06:12:28.865 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.13.167.253:41653(127.13.167.253:41653)] Successfully connected to peer
06:12:28.872 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.13.167.254
06:12:28.875 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.13.167.252
06:12:28.886 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.13.167.253
06:12:28.922 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:12:28.926 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:12:28.931 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:12:28.949 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x10d22f49, L:/127.0.0.1:52644 - R:/127.13.167.253:41653] using SASL/PLAIN
06:12:28.942 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x02bb6ab9, L:/127.0.0.1:54066 - R:/127.13.167.252:42481] using SASL/PLAIN
06:12:28.955 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
06:12:28.956 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x91cfa1dc, L:/127.0.0.1:51460 - R:/127.13.167.254:33515] using SASL/PLAIN
06:12:28.962 [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.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

06:12:28.964 [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	
06:12:29.019 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
06:12:29.022 [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	
06:12:29.086 [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.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
06:12:29.102 [INFO - Metastore-Handler-Pool: Thread-86] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
06:12:29.104 [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=9119ad11-a214-402b-958a-50836787a972, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.167.254:33515,127.13.167.252:42481,127.13.167.253:41653}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:12:29.107 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:12:29.109 [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/hive4774400098386425210/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=9119ad11-a214-402b-958a-50836787a972, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.167.254:33515,127.13.167.252:42481,127.13.167.253:41653}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:12:29.111 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4774400098386425210/external-warehouse/table
06:12:29.147 [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	
06:12:29.159 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
06:12:29.161 [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	
06:12:29.180 [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.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
06:12:29.197 [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)	
06:12:29.200 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:12:29.202 [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/hive4774400098386425210/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)
06:12:29.204 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive4774400098386425210/external-warehouse/table specified for non-external table:table
06:12:29.205 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4774400098386425210/external-warehouse/table
06:12:29.228 [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	
06:12:29.243 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
06:12:29.244 [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	
06:12:29.264 [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.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
06:12:29.282 [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.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

06:12:29.283 [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	
06:12:29.297 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
06:12:29.298 [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	
06:12:29.319 [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.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
06:12:29.338 [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)	
06:12:29.341 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:12:29.344 [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/hive4774400098386425210/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)
06:12:29.345 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive4774400098386425210/external-warehouse/table specified for non-external table:table
06:12:29.346 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4774400098386425210/external-warehouse/table
06:12:29.367 [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	
06:12:29.372 [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=	
06:12:29.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:29.373102 14423 client.h:372] Failed to connect to Hive Metastore (localhost:41413): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:29.381 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
06:12:29.383 [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	
06:12:29.407 [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.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
06:12:29.425 [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.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

06:12:29.427 [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	
06:12:29.439 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
06:12:29.440 [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	
06:12:29.452 [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=	
06:12:29.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:29.452540 14493 client.h:372] Failed to connect to Hive Metastore (localhost:41413): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:29.460 [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.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
06:12:29.461 [INFO - Metastore-Handler-Pool: Thread-105] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:12:29.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:29.461956 14473 client.h:372] Failed to connect to Hive Metastore (localhost:41413): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:29.477 [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)	
06:12:29.479 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:12:29.481 [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/hive4774400098386425210/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)
06:12:29.483 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4774400098386425210/external-warehouse/table
06:12:29.501 [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	
06:12:29.512 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
06:12:29.513 [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	
06:12:29.543 [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.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
06:12:29.560 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
06:12:29.560 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
06:12:29.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:29.560637 13983 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskwynGyp/build/release/bin/kudu with pid 13998
06:12:29.561 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@422b78a4, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4311fe91 will be shutdown
06:12:29.561 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
06:12:29.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:29.576427 14300 proxy.cc:239] Call had error, refreshing address and retrying: Network error: recv got EOF from 127.13.167.254:33515 (error 108)
06:12:29.577 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.13.167.254:33515(127.13.167.254:33515)] handling channelInactive
06:12:29.577 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.13.167.254:33515(127.13.167.254:33515)] cleaning up while in state READY due to: connection closed
06:12:29.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:29.578069 13983 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskwynGyp/build/release/bin/kudu with pid 14141
06:12:29.590 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.13.167.253:41653(127.13.167.253:41653)] handling channelInactive
06:12:29.590 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.13.167.253:41653(127.13.167.253:41653)] cleaning up while in state READY due to: connection closed
06:12:29.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:29.591703 13983 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskwynGyp/build/release/bin/kudu with pid 14260
06:12:29.606 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.13.167.252:42481(127.13.167.252:42481)] handling channelInactive
06:12:29.606 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.13.167.252:42481(127.13.167.252:42481)] cleaning up while in state READY due to: connection closed
06:12:29.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:12:29Z chronyd exiting
.06:12:29.653 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:12:29.653 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:12:29.654 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:12:29.672 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive11218132937086279185
06:12:29.673 [INFO - Thread-71] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
06:12:29.673 [INFO - Thread-71] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
06:12:29.676 [INFO - Thread-71] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
06:12:29.676 [INFO - Thread-71] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
06:12:29.677 [INFO - Thread-71] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
06:12:29.677 [INFO - Thread-71] (HikariDataSource.java:350) objectstore - Shutdown initiated...
06:12:29.680 [INFO - Thread-71] (HikariDataSource.java:352) objectstore - Shutdown completed.
06:12:29.680 [INFO - Thread-71] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
06:12:29.682 [INFO - Thread-71] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
06:12:29.682 [INFO - Thread-71] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
06:12:29.684 [INFO - Thread-71] (HikariDataSource.java:80) objectstore - Starting...
06:12:29.761 [INFO - Thread-71] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:12:29.762 [INFO - Thread-71] (HikariDataSource.java:82) objectstore - Start completed.
06:12:29.762 [INFO - Thread-71] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
06:12:29.764 [INFO - Thread-71] (HikariDataSource.java:80) objectstore-secondary - Starting...
06:12:29.766 [INFO - Thread-71] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:12:29.766 [INFO - Thread-71] (HikariDataSource.java:82) objectstore-secondary - Start completed.
06:12:29.781 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
06:12:29.782 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
06:12:29.782 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
06:12:29.807 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:29.808 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:29.809 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:29.809 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:29.809 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:29.809 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:30.008 [INFO - Thread-71] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
06:12:30.009 [INFO - Thread-71] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2daffb6b, with PersistenceManager: null will be shutdown
06:12:30.009 [INFO - Thread-71] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2daffb6b, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3712cd87 created in the thread with id: 107
06:12:30.011 [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
06:12:30.013 [INFO - Thread-71] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2daffb6b
06:12:30.133 [INFO - Thread-71] (HMSHandler.java:595) Started creating a default database with name: default
06:12:30.156 [INFO - Thread-71] (HMSHandler.java:605) Successfully created a default database with name: default
06:12:30.187 [INFO - Thread-71] (HMSHandler.java:668) Added admin role in metastore
06:12:30.189 [INFO - Thread-71] (HMSHandler.java:677) Added public role in metastore
06:12:30.225 [INFO - Thread-71] (HMSHandler.java:717) No user is added in admin role, since config is empty
06:12:30.226 [INFO - Thread-71] (HMSHandler.java:404) HMS server filtering is disabled by configuration
06:12:30.226 [INFO - Thread-71] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
06:12:30.226 [INFO - Thread-71] (HiveMetaStore.java:697) Direct SQL optimization = true
06:12:30.227 [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)
06:12:30.227 [INFO - Thread-71] (HiveMetaStore.java:632) Started the new metaserver on port [45659]...
06:12:30.227 [INFO - Thread-71] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
06:12:30.227 [INFO - Thread-71] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
06:12:30.227 [INFO - Thread-71] (HiveMetaStore.java:635) TCP keepalive = true
06:12:30.228 [INFO - Thread-71] (HiveMetaStore.java:636) Enable SSL = false
06:12:30.675 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:12:30.675 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:12:30.675 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:12:30.678 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
06:12:30.678 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:45659]
06:12:30.678 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:45659) in binary transport mode
06:12:30.679 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:45659) current connections: 1
06:12:30.680 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskwynGyp/test-tmp
06:12:30.681 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
06:12:30.681 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskwynGyp/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
06:12:30.684 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:45659"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

06:12:30.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.763397 14633 mini_oidc.cc:150] Starting JWKS server
06:12:30.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.764050 14633 webserver.cc:533] Webserver started at http://127.0.0.1:32987/ using document root <none> and password file <none>
06:12:30.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.764122 14633 mini_oidc.cc:186] Starting OIDC Discovery server
06:12:30.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.764232 14633 webserver.cc:533] Webserver started at http://127.0.0.1:38537/ using document root <none> and password file <none>
06:12:30.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:12:30Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
06:12:30.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:12:30Z Disabled control of system clock
06:12:30.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.775596 14633 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:30.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:30.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-0/wal
06:12:30.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-0/data
06:12:30.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:12:30.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:12:30.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:12:30.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:30.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:30.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:30.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-0/logs
06:12:30.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-0/data/info.pb
06:12:30.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:30.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:12:30.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:12:30.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:12:30.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:12:30.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:30.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:30.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:30.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:12:30.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:12:30.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:30.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:30.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.74.126:33259
06:12:30.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.74.126
06:12:30.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:30.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.74.84:34521
06:12:30.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:30.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:30.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:30.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:30.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.74.126:33259,127.14.74.125:37807,127.14.74.124:45197
06:12:30.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:30.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32987/jwks.json
06:12:30.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45659 with env {}
06:12:30.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:30.855713 14652 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:12:30.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:30.855908 14652 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:12:30.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:30.855929 14652 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:12:30.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:30.857403 14652 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:12:30.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:30.857455 14652 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:12:30.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:30.857468 14652 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:12:30.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:30.857481 14652 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:12:30.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:30.857493 14652 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:12:30.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:30.857504 14652 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:32987/jwks.json
06:12:30.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.859134 14652 master_runner.cc:387] Master server non-default flags:
06:12:30.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:30.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.74.84:34521
06:12:30.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:30.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:30.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-0/data
06:12:30.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-0/wal
06:12:30.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45659
06:12:30.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:30.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.74.126:33259,127.14.74.125:37807,127.14.74.124:45197
06:12:30.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:30.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:30.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:30.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.74.126:33259
06:12:30.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:30.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:12:30.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:30.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32987/jwks.json
06:12:30.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:30.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:30.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-0/data/info.pb
06:12:30.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.74.126
06:12:30.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:30.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:12:30.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.14652
06:12:30.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:30.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:12:30.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:12:30.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:30.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-0/logs
06:12:30.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:30.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:12:30.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:12:30.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:12:30.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:12:30.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:12:30.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
06:12:30.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:17 UTC on e7f111948823
06:12:30.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17644
06:12:30.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.859354 14652 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:12:30.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.859548 14652 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:12:30.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:30.862125 14665 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
06:12:30.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.862195 14652 server_base.cc:1061] running on GCE node
06:12:30.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:30.862102 14659 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
06:12:30.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:30.862095 14663 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
06:12:30.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.862696 14652 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:12:30.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.862977 14652 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:12:30.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.864153 14652 hybrid_clock.cc:648] HybridClock initialized: now 1786515150864174 us; error 68 us; skew 500 ppm
06:12:30.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.865301 14652 webserver.cc:533] Webserver started at http://127.14.74.126:38887/ using document root <none> and password file <none>
06:12:30.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.865477 14652 fs_manager.cc:362] Metadata directory not provided
06:12:30.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.865509 14652 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:12:30.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.865590 14652 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:12:30.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.866385 14652 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-0/data/instance:
06:12:30.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "315e869a683245e1a5b1c15469effae1"
06:12:30.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:30 on dist-test-slave-mjjr"
06:12:30.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.866671 14652 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-0/wal/instance:
06:12:30.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "315e869a683245e1a5b1c15469effae1"
06:12:30.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:30 on dist-test-slave-mjjr"
06:12:30.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.868032 14652 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.001s
06:12:30.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.868669 14673 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:12:30.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.868826 14652 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.000s
06:12:30.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.868886 14652 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-0/data,/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-0/wal
06:12:30.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "315e869a683245e1a5b1c15469effae1"
06:12:30.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:30 on dist-test-slave-mjjr"
06:12:30.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.868937 14652 fs_report.cc:389] FS layout report
06:12:30.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:12:30.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-0/wal
06:12:30.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-0/wal
06:12:30.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-0/data/data
06:12:30.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:12:30.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:12:30.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:12:30.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:12:30.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:12:30.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:12:30.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:12:30.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:12:30.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:12:30.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:12:30.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:12:30.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.887101 14652 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:12:30.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.887398 14652 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:12:30.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.887486 14652 kserver.cc:163] Server-wide thread pool size limit: 3276
06:12:30.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.891567 14652 rpc_server.cc:307] RPC server started. Bound to: 127.14.74.126:33259
06:12:30.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.891664 14773 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.74.126:33259 every 8 connection(s)
06:12:30.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.891974 14652 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-0/data/info.pb
06:12:30.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.892553 14775 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:12:30.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.893903 14775 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.74.126" port: 33259 } has no permanent_uuid. Determining permanent_uuid...
06:12:30.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.899106 14775 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.74.125" port: 37807 } has no permanent_uuid. Determining permanent_uuid...
06:12:30.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:30.899520 14677 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.14.74.125:37807: connect: Connection refused (error 111)
06:12:30.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.900041 14633 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskwynGyp/build/release/bin/kudu as pid 14652
06:12:30.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.900152 14633 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-0/wal/instance
06:12:30.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.901117 14633 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:30.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:30.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-1/wal
06:12:30.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-1/data
06:12:30.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:12:30.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:12:30.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:12:30.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:30.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:30.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:30.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-1/logs
06:12:30.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-1/data/info.pb
06:12:30.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:30.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:12:30.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:12:30.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:12:30.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:12:30.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:30.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:30.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:30.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:12:30.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:12:30.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:30.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:30.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.74.125:37807
06:12:30.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.74.125
06:12:30.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:30.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.74.84:34521
06:12:30.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:30.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:30.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:30.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:30.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.74.126:33259,127.14.74.125:37807,127.14.74.124:45197
06:12:30.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:30.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32987/jwks.json
06:12:30.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45659 with env {}
06:12:30.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:30.901682 14775 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.74.125:37807: Network error: Client connection negotiation failed: client connection to 127.14.74.125:37807: connect: Connection refused (error 111)
06:12:30.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:30.950901 14775 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.74.125" port: 37807 } attempt: 1
06:12:30.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:30.951954 14775 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.74.125:37807: Network error: Client connection negotiation failed: client connection to 127.14.74.125:37807: connect: Connection refused (error 111)
06:12:31.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.008273 14781 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:12:31.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.008460 14781 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:12:31.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.008481 14781 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:12:31.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.009929 14781 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:12:31.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.009967 14781 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:12:31.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.009981 14781 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:12:31.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.009994 14781 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:12:31.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.010005 14781 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:12:31.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.010016 14781 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:32987/jwks.json
06:12:31.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.011462 14781 master_runner.cc:387] Master server non-default flags:
06:12:31.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:31.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.74.84:34521
06:12:31.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:31.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:31.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-1/data
06:12:31.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-1/wal
06:12:31.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45659
06:12:31.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:31.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.74.126:33259,127.14.74.125:37807,127.14.74.124:45197
06:12:31.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:31.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:31.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:31.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.74.125:37807
06:12:31.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:31.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:12:31.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:31.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32987/jwks.json
06:12:31.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:31.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:31.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-1/data/info.pb
06:12:31.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.74.125
06:12:31.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:31.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:12:31.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.14781
06:12:31.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:31.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:12:31.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:12:31.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:31.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-1/logs
06:12:31.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:31.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:12:31.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:12:31.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:12:31.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:12:31.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:12:31.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
06:12:31.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:17 UTC on e7f111948823
06:12:31.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17644
06:12:31.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.011686 14781 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:12:31.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.011878 14781 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:12:31.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.014335 14795 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
06:12:31.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.014401 14789 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
06:12:31.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.014335 14788 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
06:12:31.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.014863 14781 server_base.cc:1061] running on GCE node
06:12:31.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.015172 14781 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:12:31.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.015457 14781 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:12:31.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.016623 14781 hybrid_clock.cc:648] HybridClock initialized: now 1786515151016608 us; error 28 us; skew 500 ppm
06:12:31.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.017753 14781 webserver.cc:533] Webserver started at http://127.14.74.125:45017/ using document root <none> and password file <none>
06:12:31.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.017992 14781 fs_manager.cc:362] Metadata directory not provided
06:12:31.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.018069 14781 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:12:31.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.018193 14781 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:12:31.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.019166 14781 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-1/data/instance:
06:12:31.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6d0129100dd84d3f8d4216801ad31067"
06:12:31.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:31 on dist-test-slave-mjjr"
06:12:31.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.019515 14781 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-1/wal/instance:
06:12:31.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6d0129100dd84d3f8d4216801ad31067"
06:12:31.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:31 on dist-test-slave-mjjr"
06:12:31.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.020131 14775 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.74.125" port: 37807 } attempt: 2
06:12:31.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.020869 14775 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.74.125:37807: Network error: Client connection negotiation failed: client connection to 127.14.74.125:37807: connect: Connection refused (error 111)
06:12:31.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.020936 14781 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.001s
06:12:31.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.021695 14804 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:12:31.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.021891 14781 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.001s
06:12:31.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.021962 14781 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-1/data,/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-1/wal
06:12:31.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6d0129100dd84d3f8d4216801ad31067"
06:12:31.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:31 on dist-test-slave-mjjr"
06:12:31.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.022013 14781 fs_report.cc:389] FS layout report
06:12:31.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:12:31.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-1/wal
06:12:31.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-1/wal
06:12:31.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-1/data/data
06:12:31.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:12:31.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:12:31.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:12:31.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:12:31.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:12:31.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:12:31.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:12:31.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:12:31.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:12:31.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:12:31.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:12:31.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.040796 14781 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:12:31.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.041103 14781 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:12:31.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.041208 14781 kserver.cc:163] Server-wide thread pool size limit: 3276
06:12:31.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.045338 14781 rpc_server.cc:307] RPC server started. Bound to: 127.14.74.125:37807
06:12:31.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.045373 14898 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.74.125:37807 every 8 connection(s)
06:12:31.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.045670 14781 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-1/data/info.pb
06:12:31.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.046185 14899 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:12:31.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.046622 14633 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskwynGyp/build/release/bin/kudu as pid 14781
06:12:31.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.046707 14633 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-1/wal/instance
06:12:31.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.047103 14633 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:31.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:31.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-2/wal
06:12:31.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-2/data
06:12:31.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:12:31.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:12:31.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:12:31.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:31.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:31.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:31.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-2/logs
06:12:31.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-2/data/info.pb
06:12:31.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:31.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:12:31.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:12:31.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:12:31.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:12:31.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:31.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:31.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:31.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:12:31.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:12:31.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:31.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:31.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.74.124:45197
06:12:31.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.74.124
06:12:31.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:31.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.74.84:34521
06:12:31.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:31.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:31.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:31.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:31.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.74.126:33259,127.14.74.125:37807,127.14.74.124:45197
06:12:31.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:31.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32987/jwks.json
06:12:31.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45659 with env {}
06:12:31.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.048298 14899 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.74.126" port: 33259 } has no permanent_uuid. Determining permanent_uuid...
06:12:31.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.053406 14899 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.74.125" port: 37807 } has no permanent_uuid. Determining permanent_uuid...
06:12:31.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.057687 14899 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.74.124" port: 45197 } has no permanent_uuid. Determining permanent_uuid...
06:12:31.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.058132 14806 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.14.74.124:45197: connect: Connection refused (error 111)
06:12:31.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.058638 14899 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.74.124:45197: Network error: Client connection negotiation failed: client connection to 127.14.74.124:45197: connect: Connection refused (error 111)
06:12:31.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.107839 14899 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.74.124" port: 45197 } attempt: 1
06:12:31.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.108755 14899 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.74.124:45197: Network error: Client connection negotiation failed: client connection to 127.14.74.124:45197: connect: Connection refused (error 111)
06:12:31.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.112008 14775 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.74.125" port: 37807 } attempt: 3
06:12:31.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.115324 14775 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.74.124" port: 45197 } has no permanent_uuid. Determining permanent_uuid...
06:12:31.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.116156 14775 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.74.124:45197: Network error: Client connection negotiation failed: client connection to 127.14.74.124:45197: connect: Connection refused (error 111)
06:12:31.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.131054 14900 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:12:31.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.131248 14900 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:12:31.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.131268 14900 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:12:31.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.132913 14900 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:12:31.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.132966 14900 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:12:31.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.132980 14900 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:12:31.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.133074 14900 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:12:31.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.133098 14900 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:12:31.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.133122 14900 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:32987/jwks.json
06:12:31.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.135712 14900 master_runner.cc:387] Master server non-default flags:
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.74.84:34521
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-2/data
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-2/wal
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45659
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.74.126:33259,127.14.74.125:37807,127.14.74.124:45197
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.74.124:45197
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32987/jwks.json
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-2/data/info.pb
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.74.124
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.14900
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-2/logs
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:17 UTC on e7f111948823
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17644
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.136029 14900 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:12:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.136338 14900 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:12:31.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.139212 14921 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
06:12:31.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.139245 14914 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
06:12:31.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.139345 14915 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
06:12:31.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.140069 14900 server_base.cc:1061] running on GCE node
06:12:31.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.140297 14900 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:12:31.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.140599 14900 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:12:31.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.141747 14900 hybrid_clock.cc:648] HybridClock initialized: now 1786515151141715 us; error 50 us; skew 500 ppm
06:12:31.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.143129 14900 webserver.cc:533] Webserver started at http://127.14.74.124:43477/ using document root <none> and password file <none>
06:12:31.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.143524 14900 fs_manager.cc:362] Metadata directory not provided
06:12:31.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.143587 14900 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:12:31.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.143771 14900 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:12:31.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.144861 14900 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-2/data/instance:
06:12:31.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "40a1505a71e64e86b58270bdff476f6a"
06:12:31.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:31 on dist-test-slave-mjjr"
06:12:31.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.145216 14900 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-2/wal/instance:
06:12:31.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "40a1505a71e64e86b58270bdff476f6a"
06:12:31.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:31 on dist-test-slave-mjjr"
06:12:31.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.147092 14900 fs_manager.cc:696] Time spent creating directory manager: real 0.002s	user 0.000s	sys 0.003s
06:12:31.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.147333 14775 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.74.124" port: 45197 } attempt: 1
06:12:31.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.148008 14937 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:12:31.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.148164 14775 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.74.124:45197: Network error: Client connection negotiation failed: client connection to 127.14.74.124:45197: connect: Connection refused (error 111)
06:12:31.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.148315 14900 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
06:12:31.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.148403 14900 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-2/data,/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-2/wal
06:12:31.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "40a1505a71e64e86b58270bdff476f6a"
06:12:31.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:31 on dist-test-slave-mjjr"
06:12:31.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.148461 14900 fs_report.cc:389] FS layout report
06:12:31.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:12:31.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-2/wal
06:12:31.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-2/wal
06:12:31.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-2/data/data
06:12:31.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:12:31.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:12:31.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:12:31.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:12:31.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:12:31.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:12:31.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:12:31.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:12:31.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:12:31.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:12:31.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:12:31.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.158090 14900 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:12:31.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.158382 14900 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:12:31.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.158471 14900 kserver.cc:163] Server-wide thread pool size limit: 3276
06:12:31.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.162557 14900 rpc_server.cc:307] RPC server started. Bound to: 127.14.74.124:45197
06:12:31.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.162595 15036 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.74.124:45197 every 8 connection(s)
06:12:31.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.162899 14900 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-2/data/info.pb
06:12:31.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.163410 15039 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:12:31.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.164778 15039 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.74.126" port: 33259 } has no permanent_uuid. Determining permanent_uuid...
06:12:31.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.169421 15039 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.74.125" port: 37807 } has no permanent_uuid. Determining permanent_uuid...
06:12:31.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.172556 15039 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.74.124" port: 45197 } has no permanent_uuid. Determining permanent_uuid...
06:12:31.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.172675 14633 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskwynGyp/build/release/bin/kudu as pid 14900
06:12:31.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.172756 14633 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7654053563717059803/master-2/wal/instance
06:12:31.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.176924 14899 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.74.124" port: 45197 } attempt: 2
06:12:31.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.177477 15039 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 40a1505a71e64e86b58270bdff476f6a: Bootstrap starting.
06:12:31.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.178211 15039 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 40a1505a71e64e86b58270bdff476f6a: Neither blocks nor log segments found. Creating new log.
06:12:31.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.178540 15039 log.cc:826] T 00000000000000000000000000000000 P 40a1505a71e64e86b58270bdff476f6a: Log is configured to *not* fsync() on all Append() calls
06:12:31.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.179162 15039 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 40a1505a71e64e86b58270bdff476f6a: No bootstrap required, opened a new log
06:12:31.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.180950 14899 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067: Bootstrap starting.
06:12:31.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.181525 15039 raft_consensus.cc:359] T 00000000000000000000000000000000 P 40a1505a71e64e86b58270bdff476f6a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "315e869a683245e1a5b1c15469effae1" member_type: VOTER last_known_addr { host: "127.14.74.126" port: 33259 } } peers { permanent_uuid: "6d0129100dd84d3f8d4216801ad31067" member_type: VOTER last_known_addr { host: "127.14.74.125" port: 37807 } } peers { permanent_uuid: "40a1505a71e64e86b58270bdff476f6a" member_type: VOTER last_known_addr { host: "127.14.74.124" port: 45197 } }
06:12:31.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.181648 15039 raft_consensus.cc:385] T 00000000000000000000000000000000 P 40a1505a71e64e86b58270bdff476f6a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:12:31.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.181681 15039 raft_consensus.cc:740] T 00000000000000000000000000000000 P 40a1505a71e64e86b58270bdff476f6a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 40a1505a71e64e86b58270bdff476f6a, State: Initialized, Role: FOLLOWER
06:12:31.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.181680 14899 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067: Neither blocks nor log segments found. Creating new log.
06:12:31.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.181797 15039 consensus_queue.cc:260] T 00000000000000000000000000000000 P 40a1505a71e64e86b58270bdff476f6a [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: "315e869a683245e1a5b1c15469effae1" member_type: VOTER last_known_addr { host: "127.14.74.126" port: 33259 } } peers { permanent_uuid: "6d0129100dd84d3f8d4216801ad31067" member_type: VOTER last_known_addr { host: "127.14.74.125" port: 37807 } } peers { permanent_uuid: "40a1505a71e64e86b58270bdff476f6a" member_type: VOTER last_known_addr { host: "127.14.74.124" port: 45197 } }
06:12:31.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.181989 14899 log.cc:826] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067: Log is configured to *not* fsync() on all Append() calls
06:12:31.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.182113 15039 sys_catalog.cc:565] T 00000000000000000000000000000000 P 40a1505a71e64e86b58270bdff476f6a [sys.catalog]: configured and running, proceeding with master startup.
06:12:31.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.182433 15049 sys_catalog.cc:455] T 00000000000000000000000000000000 P 40a1505a71e64e86b58270bdff476f6a [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: "315e869a683245e1a5b1c15469effae1" member_type: VOTER last_known_addr { host: "127.14.74.126" port: 33259 } } peers { permanent_uuid: "6d0129100dd84d3f8d4216801ad31067" member_type: VOTER last_known_addr { host: "127.14.74.125" port: 37807 } } peers { permanent_uuid: "40a1505a71e64e86b58270bdff476f6a" member_type: VOTER last_known_addr { host: "127.14.74.124" port: 45197 } } }
06:12:31.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.182526 15049 sys_catalog.cc:458] T 00000000000000000000000000000000 P 40a1505a71e64e86b58270bdff476f6a [sys.catalog]: This master's current role is: FOLLOWER
06:12:31.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.183123 14899 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067: No bootstrap required, opened a new log
06:12:31.185 [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=	
06:12:31.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.185334 14899 raft_consensus.cc:359] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "315e869a683245e1a5b1c15469effae1" member_type: VOTER last_known_addr { host: "127.14.74.126" port: 33259 } } peers { permanent_uuid: "6d0129100dd84d3f8d4216801ad31067" member_type: VOTER last_known_addr { host: "127.14.74.125" port: 37807 } } peers { permanent_uuid: "40a1505a71e64e86b58270bdff476f6a" member_type: VOTER last_known_addr { host: "127.14.74.124" port: 45197 } }
06:12:31.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.185441 14899 raft_consensus.cc:385] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:12:31.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.185467 14899 raft_consensus.cc:740] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6d0129100dd84d3f8d4216801ad31067, State: Initialized, Role: FOLLOWER
06:12:31.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.185551 14899 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067 [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: "315e869a683245e1a5b1c15469effae1" member_type: VOTER last_known_addr { host: "127.14.74.126" port: 33259 } } peers { permanent_uuid: "6d0129100dd84d3f8d4216801ad31067" member_type: VOTER last_known_addr { host: "127.14.74.125" port: 37807 } } peers { permanent_uuid: "40a1505a71e64e86b58270bdff476f6a" member_type: VOTER last_known_addr { host: "127.14.74.124" port: 45197 } }
06:12:31.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.185802 14899 sys_catalog.cc:565] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067 [sys.catalog]: configured and running, proceeding with master startup.
06:12:31.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.186766 15079 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067 [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: "315e869a683245e1a5b1c15469effae1" member_type: VOTER last_known_addr { host: "127.14.74.126" port: 33259 } } peers { permanent_uuid: "6d0129100dd84d3f8d4216801ad31067" member_type: VOTER last_known_addr { host: "127.14.74.125" port: 37807 } } peers { permanent_uuid: "40a1505a71e64e86b58270bdff476f6a" member_type: VOTER last_known_addr { host: "127.14.74.124" port: 45197 } } }
06:12:31.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.186861 15079 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067 [sys.catalog]: This master's current role is: FOLLOWER
06:12:31.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.184419 15073 catalog_manager.cc:1614] T 00000000000000000000000000000000 P 40a1505a71e64e86b58270bdff476f6a: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
06:12:31.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.187848 15073 catalog_manager.cc:884] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
06:12:31.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.186198 15067 client.h:372] Failed to connect to Hive Metastore (localhost:45659): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:31.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.189361 14633 external_mini_cluster.cc:956] 0 TS(s) registered with all masters
06:12:31.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.188350 14781 master_runner.cc:187] Error getting master registration for 127.14.74.126:33259: OK, instance_id { permanent_uuid: "315e869a683245e1a5b1c15469effae1" instance_seqno: 1786515150890530 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
06:12:31.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.189971 14781 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:12:31.190 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:12:31.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.188767 14900 master_runner.cc:187] Error getting master registration for 127.14.74.126:33259: OK, instance_id { permanent_uuid: "315e869a683245e1a5b1c15469effae1" instance_seqno: 1786515150890530 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
06:12:31.190 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

06:12:31.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.190564 14900 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:12:31.192 [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=	
06:12:31.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.192593 15096 client.h:372] Failed to connect to Hive Metastore (localhost:45659): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:31.191 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.14.74.126"
      port: 33259
    }
    bound_http_address {
      host: "127.14.74.126"
      port: 38887
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.14.74.125"
      port: 37807
    }
    bound_http_address {
      host: "127.14.74.125"
      port: 45017
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.14.74.124"
      port: 45197
    }
    bound_http_address {
      host: "127.14.74.124"
      port: 43477
    }
  }
}

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

06:12:31.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.194007 15101 catalog_manager.cc:1614] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
06:12:31.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.194067 15101 catalog_manager.cc:884] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
06:12:31.195 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:12:31.196 [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)	
06:12:31.198 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
06:12:31.199 [INFO - Metastore-Handler-Pool: Thread-128] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
06:12:31.202 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@40e9153f, with PersistenceManager: null will be shutdown
06:12:31.203 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@40e9153f, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@506e4ae4 created in the thread with id: 128
06:12:31.208 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@40e9153f
06:12:31.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.223311 14775 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.74.124" port: 45197 } attempt: 2
06:12:31.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.229197 14775 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 315e869a683245e1a5b1c15469effae1: Bootstrap starting.
06:12:31.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.230019 14775 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 315e869a683245e1a5b1c15469effae1: Neither blocks nor log segments found. Creating new log.
06:12:31.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.230284 14775 log.cc:826] T 00000000000000000000000000000000 P 315e869a683245e1a5b1c15469effae1: Log is configured to *not* fsync() on all Append() calls
06:12:31.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.240397 14775 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 315e869a683245e1a5b1c15469effae1: No bootstrap required, opened a new log
06:12:31.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.242813 14775 raft_consensus.cc:359] T 00000000000000000000000000000000 P 315e869a683245e1a5b1c15469effae1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "315e869a683245e1a5b1c15469effae1" member_type: VOTER last_known_addr { host: "127.14.74.126" port: 33259 } } peers { permanent_uuid: "6d0129100dd84d3f8d4216801ad31067" member_type: VOTER last_known_addr { host: "127.14.74.125" port: 37807 } } peers { permanent_uuid: "40a1505a71e64e86b58270bdff476f6a" member_type: VOTER last_known_addr { host: "127.14.74.124" port: 45197 } }
06:12:31.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.242971 14775 raft_consensus.cc:385] T 00000000000000000000000000000000 P 315e869a683245e1a5b1c15469effae1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:12:31.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.243006 14775 raft_consensus.cc:740] T 00000000000000000000000000000000 P 315e869a683245e1a5b1c15469effae1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 315e869a683245e1a5b1c15469effae1, State: Initialized, Role: FOLLOWER
06:12:31.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.243620 14775 consensus_queue.cc:260] T 00000000000000000000000000000000 P 315e869a683245e1a5b1c15469effae1 [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: "315e869a683245e1a5b1c15469effae1" member_type: VOTER last_known_addr { host: "127.14.74.126" port: 33259 } } peers { permanent_uuid: "6d0129100dd84d3f8d4216801ad31067" member_type: VOTER last_known_addr { host: "127.14.74.125" port: 37807 } } peers { permanent_uuid: "40a1505a71e64e86b58270bdff476f6a" member_type: VOTER last_known_addr { host: "127.14.74.124" port: 45197 } }
06:12:31.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.244059 14775 sys_catalog.cc:565] T 00000000000000000000000000000000 P 315e869a683245e1a5b1c15469effae1 [sys.catalog]: configured and running, proceeding with master startup.
06:12:31.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.246716 15137 catalog_manager.cc:1614] T 00000000000000000000000000000000 P 315e869a683245e1a5b1c15469effae1: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
06:12:31.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.246955 15137 catalog_manager.cc:884] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
06:12:31.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.248539 15110 sys_catalog.cc:455] T 00000000000000000000000000000000 P 315e869a683245e1a5b1c15469effae1 [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: "315e869a683245e1a5b1c15469effae1" member_type: VOTER last_known_addr { host: "127.14.74.126" port: 33259 } } peers { permanent_uuid: "6d0129100dd84d3f8d4216801ad31067" member_type: VOTER last_known_addr { host: "127.14.74.125" port: 37807 } } peers { permanent_uuid: "40a1505a71e64e86b58270bdff476f6a" member_type: VOTER last_known_addr { host: "127.14.74.124" port: 45197 } } }
06:12:31.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.248775 15110 sys_catalog.cc:458] T 00000000000000000000000000000000 P 315e869a683245e1a5b1c15469effae1 [sys.catalog]: This master's current role is: FOLLOWER
06:12:31.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.248925 14652 master_runner.cc:264] No leader master found from master 315e869a683245e1a5b1c15469effae1
06:12:31.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.249019 14652 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:12:31.260 [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=	
06:12:31.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.261198 15130 client.h:372] Failed to connect to Hive Metastore (localhost:45659): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:31.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:31.291858 14811 tablet.cc:2406] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067: Can't schedule compaction. Clean time has not been advanced past its initial value.
06:12:31.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.351040 15079 raft_consensus.cc:493] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
06:12:31.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.351172 15079 raft_consensus.cc:515] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "315e869a683245e1a5b1c15469effae1" member_type: VOTER last_known_addr { host: "127.14.74.126" port: 33259 } } peers { permanent_uuid: "6d0129100dd84d3f8d4216801ad31067" member_type: VOTER last_known_addr { host: "127.14.74.125" port: 37807 } } peers { permanent_uuid: "40a1505a71e64e86b58270bdff476f6a" member_type: VOTER last_known_addr { host: "127.14.74.124" port: 45197 } }
06:12:31.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.351413 15079 leader_election.cc:290] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 315e869a683245e1a5b1c15469effae1 (127.14.74.126:33259), 40a1505a71e64e86b58270bdff476f6a (127.14.74.124:45197)
06:12:31.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.352277 14992 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6d0129100dd84d3f8d4216801ad31067" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "40a1505a71e64e86b58270bdff476f6a" is_pre_election: true
06:12:31.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.352294 14727 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6d0129100dd84d3f8d4216801ad31067" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "315e869a683245e1a5b1c15469effae1" is_pre_election: true
06:12:31.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.352427 14992 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 40a1505a71e64e86b58270bdff476f6a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6d0129100dd84d3f8d4216801ad31067 in term 0.
06:12:31.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.352427 14727 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 315e869a683245e1a5b1c15469effae1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6d0129100dd84d3f8d4216801ad31067 in term 0.
06:12:31.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.352646 14806 leader_election.cc:304] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067 [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: 40a1505a71e64e86b58270bdff476f6a, 6d0129100dd84d3f8d4216801ad31067; no voters: 
06:12:31.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.353255 15079 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067 [term 0 FOLLOWER]: Leader pre-election won for term 1
06:12:31.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.353322 15079 raft_consensus.cc:493] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
06:12:31.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.353348 15079 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067 [term 0 FOLLOWER]: Advancing to term 1
06:12:31.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.354236 15079 raft_consensus.cc:515] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "315e869a683245e1a5b1c15469effae1" member_type: VOTER last_known_addr { host: "127.14.74.126" port: 33259 } } peers { permanent_uuid: "6d0129100dd84d3f8d4216801ad31067" member_type: VOTER last_known_addr { host: "127.14.74.125" port: 37807 } } peers { permanent_uuid: "40a1505a71e64e86b58270bdff476f6a" member_type: VOTER last_known_addr { host: "127.14.74.124" port: 45197 } }
06:12:31.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.354374 15079 leader_election.cc:290] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067 [CANDIDATE]: Term 1 election: Requested vote from peers 315e869a683245e1a5b1c15469effae1 (127.14.74.126:33259), 40a1505a71e64e86b58270bdff476f6a (127.14.74.124:45197)
06:12:31.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.354712 14727 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6d0129100dd84d3f8d4216801ad31067" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "315e869a683245e1a5b1c15469effae1"
06:12:31.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.354789 14727 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 315e869a683245e1a5b1c15469effae1 [term 0 FOLLOWER]: Advancing to term 1
06:12:31.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.356060 14727 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 315e869a683245e1a5b1c15469effae1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6d0129100dd84d3f8d4216801ad31067 in term 1.
06:12:31.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.356251 14809 leader_election.cc:304] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067 [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: 315e869a683245e1a5b1c15469effae1, 6d0129100dd84d3f8d4216801ad31067; no voters: 
06:12:31.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.356359 14992 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6d0129100dd84d3f8d4216801ad31067" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "40a1505a71e64e86b58270bdff476f6a"
06:12:31.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.356432 14992 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 40a1505a71e64e86b58270bdff476f6a [term 0 FOLLOWER]: Advancing to term 1
06:12:31.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.357600 14992 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 40a1505a71e64e86b58270bdff476f6a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6d0129100dd84d3f8d4216801ad31067 in term 1.
06:12:31.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.358469 15079 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067 [term 1 FOLLOWER]: Leader election won for term 1
06:12:31.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.358659 15079 raft_consensus.cc:697] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067 [term 1 LEADER]: Becoming Leader. State: Replica: 6d0129100dd84d3f8d4216801ad31067, State: Running, Role: LEADER
06:12:31.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.358749 15079 consensus_queue.cc:237] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067 [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: "315e869a683245e1a5b1c15469effae1" member_type: VOTER last_known_addr { host: "127.14.74.126" port: 33259 } } peers { permanent_uuid: "6d0129100dd84d3f8d4216801ad31067" member_type: VOTER last_known_addr { host: "127.14.74.125" port: 37807 } } peers { permanent_uuid: "40a1505a71e64e86b58270bdff476f6a" member_type: VOTER last_known_addr { host: "127.14.74.124" port: 45197 } }
06:12:31.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.359133 15079 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 6d0129100dd84d3f8d4216801ad31067. Latest consensus state: current_term: 1 leader_uuid: "6d0129100dd84d3f8d4216801ad31067" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "315e869a683245e1a5b1c15469effae1" member_type: VOTER last_known_addr { host: "127.14.74.126" port: 33259 } } peers { permanent_uuid: "6d0129100dd84d3f8d4216801ad31067" member_type: VOTER last_known_addr { host: "127.14.74.125" port: 37807 } } peers { permanent_uuid: "40a1505a71e64e86b58270bdff476f6a" member_type: VOTER last_known_addr { host: "127.14.74.124" port: 45197 } } }
06:12:31.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.359212 15079 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067 [sys.catalog]: This master's current role is: LEADER
06:12:31.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.364997 15148 catalog_manager.cc:1531] Loading table and tablet metadata into memory...
06:12:31.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.365406 15148 catalog_manager.cc:1540] Initializing Kudu cluster ID...
06:12:31.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.372951 14727 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 315e869a683245e1a5b1c15469effae1 [term 1 FOLLOWER]: Refusing update from remote peer 6d0129100dd84d3f8d4216801ad31067: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
06:12:31.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.373229 14992 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 40a1505a71e64e86b58270bdff476f6a [term 1 FOLLOWER]: Refusing update from remote peer 6d0129100dd84d3f8d4216801ad31067: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
06:12:31.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.373931 15079 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067 [LEADER]: Connected to new peer: Peer: permanent_uuid: "40a1505a71e64e86b58270bdff476f6a" member_type: VOTER last_known_addr { host: "127.14.74.124" port: 45197 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
06:12:31.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.374259 15079 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067 [LEADER]: Connected to new peer: Peer: permanent_uuid: "315e869a683245e1a5b1c15469effae1" member_type: VOTER last_known_addr { host: "127.14.74.126" port: 33259 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
06:12:31.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.375538 15049 sys_catalog.cc:455] T 00000000000000000000000000000000 P 40a1505a71e64e86b58270bdff476f6a [sys.catalog]: SysCatalogTable state changed. Reason: New leader 6d0129100dd84d3f8d4216801ad31067. Latest consensus state: current_term: 1 leader_uuid: "6d0129100dd84d3f8d4216801ad31067" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "315e869a683245e1a5b1c15469effae1" member_type: VOTER last_known_addr { host: "127.14.74.126" port: 33259 } } peers { permanent_uuid: "6d0129100dd84d3f8d4216801ad31067" member_type: VOTER last_known_addr { host: "127.14.74.125" port: 37807 } } peers { permanent_uuid: "40a1505a71e64e86b58270bdff476f6a" member_type: VOTER last_known_addr { host: "127.14.74.124" port: 45197 } } }
06:12:31.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.375622 15049 sys_catalog.cc:458] T 00000000000000000000000000000000 P 40a1505a71e64e86b58270bdff476f6a [sys.catalog]: This master's current role is: FOLLOWER
06:12:31.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.376916 15110 sys_catalog.cc:455] T 00000000000000000000000000000000 P 315e869a683245e1a5b1c15469effae1 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 6d0129100dd84d3f8d4216801ad31067. Latest consensus state: current_term: 1 leader_uuid: "6d0129100dd84d3f8d4216801ad31067" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "315e869a683245e1a5b1c15469effae1" member_type: VOTER last_known_addr { host: "127.14.74.126" port: 33259 } } peers { permanent_uuid: "6d0129100dd84d3f8d4216801ad31067" member_type: VOTER last_known_addr { host: "127.14.74.125" port: 37807 } } peers { permanent_uuid: "40a1505a71e64e86b58270bdff476f6a" member_type: VOTER last_known_addr { host: "127.14.74.124" port: 45197 } } }
06:12:31.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.377017 15110 sys_catalog.cc:458] T 00000000000000000000000000000000 P 315e869a683245e1a5b1c15469effae1 [sys.catalog]: This master's current role is: FOLLOWER
06:12:31.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.382611 15144 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "6d0129100dd84d3f8d4216801ad31067" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "315e869a683245e1a5b1c15469effae1" member_type: VOTER last_known_addr { host: "127.14.74.126" port: 33259 } } peers { permanent_uuid: "6d0129100dd84d3f8d4216801ad31067" member_type: VOTER last_known_addr { host: "127.14.74.125" port: 37807 } } peers { permanent_uuid: "40a1505a71e64e86b58270bdff476f6a" member_type: VOTER last_known_addr { host: "127.14.74.124" port: 45197 } } }
06:12:31.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.382767 15144 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067 [sys.catalog]: This master's current role is: LEADER
06:12:31.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.382851 15149 mvcc.cc:204] Tried to move back new op lower bound from 7317566060008988672 to 7317566059966054400. Current Snapshot: MvccSnapshot[applied={T|T < 7317566060008988672}]
06:12:31.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.382851 15049 sys_catalog.cc:455] T 00000000000000000000000000000000 P 40a1505a71e64e86b58270bdff476f6a [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "6d0129100dd84d3f8d4216801ad31067" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "315e869a683245e1a5b1c15469effae1" member_type: VOTER last_known_addr { host: "127.14.74.126" port: 33259 } } peers { permanent_uuid: "6d0129100dd84d3f8d4216801ad31067" member_type: VOTER last_known_addr { host: "127.14.74.125" port: 37807 } } peers { permanent_uuid: "40a1505a71e64e86b58270bdff476f6a" member_type: VOTER last_known_addr { host: "127.14.74.124" port: 45197 } } }
06:12:31.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.382936 15049 sys_catalog.cc:458] T 00000000000000000000000000000000 P 40a1505a71e64e86b58270bdff476f6a [sys.catalog]: This master's current role is: FOLLOWER
06:12:31.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.383217 15152 mvcc.cc:204] Tried to move back new op lower bound from 7317566060008988672 to 7317566059966054400. Current Snapshot: MvccSnapshot[applied={T|T < 7317566060008988672}]
06:12:31.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.384296 15079 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "6d0129100dd84d3f8d4216801ad31067" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "315e869a683245e1a5b1c15469effae1" member_type: VOTER last_known_addr { host: "127.14.74.126" port: 33259 } } peers { permanent_uuid: "6d0129100dd84d3f8d4216801ad31067" member_type: VOTER last_known_addr { host: "127.14.74.125" port: 37807 } } peers { permanent_uuid: "40a1505a71e64e86b58270bdff476f6a" member_type: VOTER last_known_addr { host: "127.14.74.124" port: 45197 } } }
06:12:31.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.384379 15079 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067 [sys.catalog]: This master's current role is: LEADER
06:12:31.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.385052 15110 sys_catalog.cc:455] T 00000000000000000000000000000000 P 315e869a683245e1a5b1c15469effae1 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "6d0129100dd84d3f8d4216801ad31067" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "315e869a683245e1a5b1c15469effae1" member_type: VOTER last_known_addr { host: "127.14.74.126" port: 33259 } } peers { permanent_uuid: "6d0129100dd84d3f8d4216801ad31067" member_type: VOTER last_known_addr { host: "127.14.74.125" port: 37807 } } peers { permanent_uuid: "40a1505a71e64e86b58270bdff476f6a" member_type: VOTER last_known_addr { host: "127.14.74.124" port: 45197 } } }
06:12:31.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.385138 15110 sys_catalog.cc:458] T 00000000000000000000000000000000 P 315e869a683245e1a5b1c15469effae1 [sys.catalog]: This master's current role is: FOLLOWER
06:12:31.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.388469 15148 catalog_manager.cc:1384] Generated new cluster ID: 2344b037a3ae4ffebf24937d3b62ae42
06:12:31.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.388536 15148 catalog_manager.cc:1551] Initializing Kudu internal certificate authority...
06:12:31.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.461424 15148 catalog_manager.cc:1407] Generated new certificate authority record
06:12:31.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.462553 15148 catalog_manager.cc:1560] Loading token signing keys...
06:12:31.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.473788 15148 catalog_manager.cc:6112] T 00000000000000000000000000000000 P 6d0129100dd84d3f8d4216801ad31067: Generated new TSK 0
06:12:31.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.474292 15148 catalog_manager.cc:1570] Initializing in-progress tserver states...
06:12:31.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.474606 15148 catalog_manager.cc:1583] Loading latest processed Hive Metastore notification log event ID...
06:12:31.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:31.474817 15148 catalog_manager.cc:5961] Last processed Hive Metastore notification event ID: -1
06:12:31.736 [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.
06:12:31.742 [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.
06:12:31.742 [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.
06:12:31.817 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
06:12:31.822 [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/hive11218132937086279185/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)
06:12:31.824 [INFO - Metastore-Handler-Pool: Thread-128] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive11218132937086279185/external-warehouse/legacy_table
06:12:31.940 [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	
06:12:31.980 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:3711) Skipping translation for processor with null
06:12:31.986 [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	
06:12:31.999 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
06:12:32.071 [INFO - Metastore-Handler-Pool: Thread-128] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
06:12:32.071 [INFO - Metastore-Handler-Pool: Thread-128] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
06:12:32.163 [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	
06:12:32.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:32.188371 15073 catalog_manager.cc:1296] Loaded cluster ID: 2344b037a3ae4ffebf24937d3b62ae42
06:12:32.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:32.188467 15073 catalog_manager.cc:1608] T 00000000000000000000000000000000 P 40a1505a71e64e86b58270bdff476f6a: loading cluster ID for follower catalog manager: success
06:12:32.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:32.189915 15073 catalog_manager.cc:1630] T 00000000000000000000000000000000 P 40a1505a71e64e86b58270bdff476f6a: acquiring CA information for follower catalog manager: success
06:12:32.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:32.190295 15073 catalog_manager.cc:1658] T 00000000000000000000000000000000 P 40a1505a71e64e86b58270bdff476f6a: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
06:12:32.194 [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=	
06:12:32.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:32.195313 15067 client.h:372] Failed to connect to Hive Metastore (localhost:45659): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:32.196 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
06:12:32.198 [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=	
06:12:32.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:32.199366 15096 client.h:372] Failed to connect to Hive Metastore (localhost:45659): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:32.246 [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	
06:12:32.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:32.247551 15137 catalog_manager.cc:1296] Loaded cluster ID: 2344b037a3ae4ffebf24937d3b62ae42
06:12:32.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:32.247665 15137 catalog_manager.cc:1608] T 00000000000000000000000000000000 P 315e869a683245e1a5b1c15469effae1: loading cluster ID for follower catalog manager: success
06:12:32.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:32.248997 15137 catalog_manager.cc:1630] T 00000000000000000000000000000000 P 315e869a683245e1a5b1c15469effae1: acquiring CA information for follower catalog manager: success
06:12:32.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:32.249419 15137 catalog_manager.cc:1658] T 00000000000000000000000000000000 P 315e869a683245e1a5b1c15469effae1: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
06:12:32.259 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:3711) Skipping translation for processor with null
06:12:32.260 [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	
06:12:32.267 [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=	
06:12:32.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:32.267608 15130 client.h:372] Failed to connect to Hive Metastore (localhost:45659): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:32.389 [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.
06:12:32.535 [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.
06:12:32.580 [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.
06:12:32.695 [INFO - Metastore-Handler-Pool: Thread-128] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
06:12:32.697 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
06:12:32.697 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
06:12:32.697 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@40e9153f, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@506e4ae4 will be shutdown
06:12:32.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:32.697299 14633 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskwynGyp/build/release/bin/kudu with pid 14652
06:12:32.697 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
06:12:32.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:32.732340 14633 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskwynGyp/build/release/bin/kudu with pid 14781
06:12:32.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:32.744141 14633 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskwynGyp/build/release/bin/kudu with pid 14900
06:12:32.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:12:32Z chronyd exiting
.06:12:32.803 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:12:32.803 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:12:32.804 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:12:32.822 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive18100148338000144670
06:12:32.823 [INFO - Thread-95] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
06:12:32.824 [INFO - Thread-95] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
06:12:32.826 [INFO - Thread-95] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
06:12:32.826 [INFO - Thread-95] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
06:12:32.826 [INFO - Thread-95] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
06:12:32.827 [INFO - Thread-95] (HikariDataSource.java:350) objectstore - Shutdown initiated...
06:12:32.828 [INFO - Thread-95] (HikariDataSource.java:352) objectstore - Shutdown completed.
06:12:32.829 [INFO - Thread-95] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
06:12:32.830 [INFO - Thread-95] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
06:12:32.830 [INFO - Thread-95] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
06:12:32.832 [INFO - Thread-95] (HikariDataSource.java:80) objectstore - Starting...
06:12:32.923 [INFO - Thread-95] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:12:32.932 [INFO - Thread-95] (HikariDataSource.java:82) objectstore - Start completed.
06:12:32.932 [INFO - Thread-95] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
06:12:32.934 [INFO - Thread-95] (HikariDataSource.java:80) objectstore-secondary - Starting...
06:12:32.938 [INFO - Thread-95] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:12:32.938 [INFO - Thread-95] (HikariDataSource.java:82) objectstore-secondary - Start completed.
06:12:32.985 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
06:12:32.985 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
06:12:32.986 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
06:12:33.013 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:33.014 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:33.014 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:33.014 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:33.015 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:33.015 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:33.192 [INFO - Thread-95] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
06:12:33.192 [INFO - Thread-95] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@12bfc699, with PersistenceManager: null will be shutdown
06:12:33.192 [INFO - Thread-95] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@12bfc699, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4e07f57 created in the thread with id: 138
06:12:33.193 [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
06:12:33.194 [INFO - Thread-95] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@12bfc699
06:12:33.283 [INFO - Thread-95] (HMSHandler.java:595) Started creating a default database with name: default
06:12:33.300 [INFO - Thread-95] (HMSHandler.java:605) Successfully created a default database with name: default
06:12:33.323 [INFO - Thread-95] (HMSHandler.java:668) Added admin role in metastore
06:12:33.324 [INFO - Thread-95] (HMSHandler.java:677) Added public role in metastore
06:12:33.357 [INFO - Thread-95] (HMSHandler.java:717) No user is added in admin role, since config is empty
06:12:33.357 [INFO - Thread-95] (HMSHandler.java:404) HMS server filtering is disabled by configuration
06:12:33.358 [INFO - Thread-95] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
06:12:33.358 [INFO - Thread-95] (HiveMetaStore.java:697) Direct SQL optimization = true
06:12:33.359 [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)
06:12:33.359 [INFO - Thread-95] (HiveMetaStore.java:632) Started the new metaserver on port [45759]...
06:12:33.359 [INFO - Thread-95] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
06:12:33.359 [INFO - Thread-95] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
06:12:33.359 [INFO - Thread-95] (HiveMetaStore.java:635) TCP keepalive = true
06:12:33.359 [INFO - Thread-95] (HiveMetaStore.java:636) Enable SSL = false
06:12:33.826 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:12:33.826 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:12:33.827 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:12:33.828 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
06:12:33.828 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:45759]
06:12:33.829 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:45759) in binary transport mode
06:12:33.829 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:45759) current connections: 1
06:12:33.831 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskwynGyp/test-tmp
06:12:33.831 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
06:12:33.832 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskwynGyp/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
06:12:33.834 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:45759"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

06:12:33.917 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:12:33.918 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

06:12:33.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:33.918674 15234 mini_oidc.cc:150] Starting JWKS server
06:12:33.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:33.919190 15234 webserver.cc:533] Webserver started at http://127.0.0.1:41453/ using document root <none> and password file <none>
06:12:33.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:33.919251 15234 mini_oidc.cc:186] Starting OIDC Discovery server
06:12:33.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:33.919409 15234 webserver.cc:533] Webserver started at http://127.0.0.1:43937/ using document root <none> and password file <none>
06:12:33.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:12:33Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
06:12:33.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:12:33Z Disabled control of system clock
06:12:33.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:33.930100 15234 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:33.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:33.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-0/wal
06:12:33.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-0/data
06:12:33.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:12:33.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:12:33.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:12:33.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:33.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:33.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:33.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-0/logs
06:12:33.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-0/data/info.pb
06:12:33.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:33.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:12:33.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:12:33.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:12:33.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:12:33.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:33.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:33.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:33.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:12:33.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:12:33.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:33.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:33.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.224.190:38219
06:12:33.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.224.190
06:12:33.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:33.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.224.148:44437
06:12:33.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:33.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:33.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:33.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:33.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.224.190:38219,127.14.224.189:41743,127.14.224.188:45961
06:12:33.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:33.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41453/jwks.json
06:12:33.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45759 with env {}
06:12:34.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.008035 15252 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:12:34.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.008230 15252 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:12:34.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.008251 15252 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:12:34.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.009740 15252 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:12:34.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.009780 15252 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:12:34.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.009795 15252 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:12:34.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.009807 15252 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:12:34.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.009819 15252 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:12:34.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.009830 15252 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41453/jwks.json
06:12:34.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.011318 15252 master_runner.cc:387] Master server non-default flags:
06:12:34.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:34.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.224.148:44437
06:12:34.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:34.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:34.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-0/data
06:12:34.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-0/wal
06:12:34.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45759
06:12:34.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:34.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.224.190:38219,127.14.224.189:41743,127.14.224.188:45961
06:12:34.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:34.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.224.190:38219
06:12:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:12:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41453/jwks.json
06:12:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-0/data/info.pb
06:12:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.224.190
06:12:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:12:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.15252
06:12:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:12:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:12:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-0/logs
06:12:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:12:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:12:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:12:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:12:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:12:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
06:12:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:17 UTC on e7f111948823
06:12:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17644
06:12:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.011538 15252 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:12:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.011870 15252 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:12:34.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.014570 15259 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
06:12:34.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.014575 15264 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
06:12:34.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.014583 15258 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
06:12:34.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.015862 15252 server_base.cc:1061] running on GCE node
06:12:34.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.016108 15252 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:12:34.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.016403 15252 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:12:34.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.017601 15252 hybrid_clock.cc:648] HybridClock initialized: now 1786515154017536 us; error 82 us; skew 500 ppm
06:12:34.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.018837 15252 webserver.cc:533] Webserver started at http://127.14.224.190:41741/ using document root <none> and password file <none>
06:12:34.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.019098 15252 fs_manager.cc:362] Metadata directory not provided
06:12:34.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.019167 15252 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:12:34.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.019296 15252 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:12:34.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.020221 15252 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-0/data/instance:
06:12:34.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "76a1e41fa03e4d14bf47fcba21efcff3"
06:12:34.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:34 on dist-test-slave-mjjr"
06:12:34.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.020593 15252 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-0/wal/instance:
06:12:34.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "76a1e41fa03e4d14bf47fcba21efcff3"
06:12:34.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:34 on dist-test-slave-mjjr"
06:12:34.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.021936 15252 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
06:12:34.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.022846 15274 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:12:34.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.023146 15252 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
06:12:34.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.023247 15252 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-0/data,/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-0/wal
06:12:34.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "76a1e41fa03e4d14bf47fcba21efcff3"
06:12:34.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:34 on dist-test-slave-mjjr"
06:12:34.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.023324 15252 fs_report.cc:389] FS layout report
06:12:34.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:12:34.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-0/wal
06:12:34.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-0/wal
06:12:34.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-0/data/data
06:12:34.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:12:34.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:12:34.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:12:34.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:12:34.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:12:34.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:12:34.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:12:34.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:12:34.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:12:34.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:12:34.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:12:34.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.036579 15252 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:12:34.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.036999 15252 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:12:34.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.037163 15252 kserver.cc:163] Server-wide thread pool size limit: 3276
06:12:34.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.041451 15252 rpc_server.cc:307] RPC server started. Bound to: 127.14.224.190:38219
06:12:34.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.041486 15387 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.224.190:38219 every 8 connection(s)
06:12:34.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.041885 15252 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-0/data/info.pb
06:12:34.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.042487 15389 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:12:34.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.043795 15389 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.224.190" port: 38219 } has no permanent_uuid. Determining permanent_uuid...
06:12:34.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.044390 15234 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskwynGyp/build/release/bin/kudu as pid 15252
06:12:34.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.044530 15234 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-0/wal/instance
06:12:34.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.045290 15234 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:34.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:34.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-1/wal
06:12:34.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-1/data
06:12:34.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:12:34.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:12:34.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:12:34.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:34.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:34.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:34.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-1/logs
06:12:34.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-1/data/info.pb
06:12:34.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:34.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:12:34.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:12:34.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:12:34.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:12:34.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:34.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:34.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:34.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:12:34.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:12:34.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:34.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:34.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.224.189:41743
06:12:34.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.224.189
06:12:34.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:34.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.224.148:44437
06:12:34.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:34.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:34.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:34.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:34.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.224.190:38219,127.14.224.189:41743,127.14.224.188:45961
06:12:34.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:34.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41453/jwks.json
06:12:34.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45759 with env {}
06:12:34.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.053226 15389 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.224.189" port: 41743 } has no permanent_uuid. Determining permanent_uuid...
06:12:34.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.053715 15280 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.14.224.189:41743: connect: Connection refused (error 111)
06:12:34.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.054229 15389 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.224.189:41743: Network error: Client connection negotiation failed: client connection to 127.14.224.189:41743: connect: Connection refused (error 111)
06:12:34.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.103468 15389 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.224.189" port: 41743 } attempt: 1
06:12:34.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.104669 15389 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.224.189:41743: Network error: Client connection negotiation failed: client connection to 127.14.224.189:41743: connect: Connection refused (error 111)
06:12:34.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.127241 15395 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:12:34.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.127516 15395 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:12:34.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.127555 15395 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:12:34.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.129266 15395 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:12:34.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.129343 15395 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:12:34.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.129364 15395 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:12:34.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.129381 15395 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:12:34.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.129400 15395 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:12:34.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.129418 15395 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41453/jwks.json
06:12:34.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.131500 15395 master_runner.cc:387] Master server non-default flags:
06:12:34.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:34.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.224.148:44437
06:12:34.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:34.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:34.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-1/data
06:12:34.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-1/wal
06:12:34.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45759
06:12:34.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:34.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.224.190:38219,127.14.224.189:41743,127.14.224.188:45961
06:12:34.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:34.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:34.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:34.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.224.189:41743
06:12:34.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:34.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:12:34.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:34.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41453/jwks.json
06:12:34.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:34.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:34.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-1/data/info.pb
06:12:34.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.224.189
06:12:34.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:34.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:12:34.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.15395
06:12:34.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:34.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:12:34.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:12:34.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:34.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-1/logs
06:12:34.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:34.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:12:34.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:12:34.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:12:34.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:12:34.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:12:34.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
06:12:34.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:17 UTC on e7f111948823
06:12:34.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17644
06:12:34.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.131850 15395 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:12:34.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.132144 15395 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:12:34.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.134836 15415 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
06:12:34.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.134888 15408 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:12:34.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.134999 15409 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:12:34.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.135454 15395 server_base.cc:1061] running on GCE node
06:12:34.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.135710 15395 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:12:34.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.135943 15395 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:12:34.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.137102 15395 hybrid_clock.cc:648] HybridClock initialized: now 1786515154137077 us; error 42 us; skew 500 ppm
06:12:34.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.138455 15395 webserver.cc:533] Webserver started at http://127.14.224.189:42093/ using document root <none> and password file <none>
06:12:34.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.138624 15395 fs_manager.cc:362] Metadata directory not provided
06:12:34.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.138660 15395 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:12:34.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.138748 15395 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:12:34.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.139598 15395 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-1/data/instance:
06:12:34.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8edf0cb6be4b471597441696e6731ad5"
06:12:34.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:34 on dist-test-slave-mjjr"
06:12:34.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.139954 15395 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-1/wal/instance:
06:12:34.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8edf0cb6be4b471597441696e6731ad5"
06:12:34.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:34 on dist-test-slave-mjjr"
06:12:34.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.141140 15395 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.001s	sys 0.000s
06:12:34.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.141844 15428 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:12:34.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.142089 15395 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
06:12:34.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.142171 15395 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-1/data,/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-1/wal
06:12:34.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8edf0cb6be4b471597441696e6731ad5"
06:12:34.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:34 on dist-test-slave-mjjr"
06:12:34.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.142244 15395 fs_report.cc:389] FS layout report
06:12:34.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:12:34.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-1/wal
06:12:34.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-1/wal
06:12:34.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-1/data/data
06:12:34.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:12:34.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:12:34.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:12:34.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:12:34.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:12:34.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:12:34.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:12:34.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:12:34.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:12:34.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:12:34.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:12:34.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.155830 15395 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:12:34.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.156208 15395 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:12:34.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.156394 15395 kserver.cc:163] Server-wide thread pool size limit: 3276
06:12:34.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.160817 15395 rpc_server.cc:307] RPC server started. Bound to: 127.14.224.189:41743
06:12:34.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.160876 15516 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.224.189:41743 every 8 connection(s)
06:12:34.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.161260 15395 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-1/data/info.pb
06:12:34.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.161975 15517 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:12:34.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.163286 15517 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.224.190" port: 38219 } has no permanent_uuid. Determining permanent_uuid...
06:12:34.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.168246 15517 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.224.189" port: 41743 } has no permanent_uuid. Determining permanent_uuid...
06:12:34.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.170713 15234 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskwynGyp/build/release/bin/kudu as pid 15395
06:12:34.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.170818 15234 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-1/wal/instance
06:12:34.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.171175 15234 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:34.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:34.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-2/wal
06:12:34.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-2/data
06:12:34.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:12:34.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:12:34.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:12:34.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:34.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:34.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:34.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-2/logs
06:12:34.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-2/data/info.pb
06:12:34.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:34.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:12:34.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:12:34.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:12:34.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:12:34.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:34.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:34.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:34.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:12:34.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:12:34.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:34.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:34.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.224.188:45961
06:12:34.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.224.188
06:12:34.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:34.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.224.148:44437
06:12:34.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:34.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:34.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:34.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:34.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.224.190:38219,127.14.224.189:41743,127.14.224.188:45961
06:12:34.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:34.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41453/jwks.json
06:12:34.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45759 with env {}
06:12:34.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.171983 15517 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.224.188" port: 45961 } has no permanent_uuid. Determining permanent_uuid...
06:12:34.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.172830 15389 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.224.189" port: 41743 } attempt: 2
06:12:34.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.172904 15432 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.14.224.188:45961: connect: Connection refused (error 111)
06:12:34.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.173671 15517 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.224.188:45961: Network error: Client connection negotiation failed: client connection to 127.14.224.188:45961: connect: Connection refused (error 111)
06:12:34.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.176258 15389 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.224.188" port: 45961 } has no permanent_uuid. Determining permanent_uuid...
06:12:34.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.176928 15389 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.224.188:45961: Network error: Client connection negotiation failed: client connection to 127.14.224.188:45961: connect: Connection refused (error 111)
06:12:34.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.220117 15389 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.224.188" port: 45961 } attempt: 1
06:12:34.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.221078 15389 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.224.188:45961: Network error: Client connection negotiation failed: client connection to 127.14.224.188:45961: connect: Connection refused (error 111)
06:12:34.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.222919 15517 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.224.188" port: 45961 } attempt: 1
06:12:34.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.223869 15517 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.224.188:45961: Network error: Client connection negotiation failed: client connection to 127.14.224.188:45961: connect: Connection refused (error 111)
06:12:34.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.256438 15522 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:12:34.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.256675 15522 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:12:34.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.256711 15522 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:12:34.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.258407 15522 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:12:34.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.258487 15522 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:12:34.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.258510 15522 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:12:34.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.258528 15522 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:12:34.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.258548 15522 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:12:34.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.258564 15522 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41453/jwks.json
06:12:34.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.260368 15522 master_runner.cc:387] Master server non-default flags:
06:12:34.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:34.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.224.148:44437
06:12:34.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:34.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:34.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-2/data
06:12:34.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-2/wal
06:12:34.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45759
06:12:34.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:34.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.224.190:38219,127.14.224.189:41743,127.14.224.188:45961
06:12:34.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:34.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:34.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:34.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.224.188:45961
06:12:34.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:34.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:12:34.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:34.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41453/jwks.json
06:12:34.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:34.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:34.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-2/data/info.pb
06:12:34.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.224.188
06:12:34.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:34.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:12:34.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.15522
06:12:34.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:34.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:12:34.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:12:34.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:34.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-2/logs
06:12:34.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:34.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:12:34.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:12:34.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:12:34.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:12:34.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:12:34.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
06:12:34.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:17 UTC on e7f111948823
06:12:34.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17644
06:12:34.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.260654 15522 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:12:34.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.260963 15522 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:12:34.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.263729 15534 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
06:12:34.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.263729 15530 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
06:12:34.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.263818 15537 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
06:12:34.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.264405 15522 server_base.cc:1061] running on GCE node
06:12:34.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.264655 15522 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:12:34.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.264873 15522 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:12:34.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.266062 15522 hybrid_clock.cc:648] HybridClock initialized: now 1786515154266037 us; error 41 us; skew 500 ppm
06:12:34.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.267398 15522 webserver.cc:533] Webserver started at http://127.14.224.188:34049/ using document root <none> and password file <none>
06:12:34.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.267689 15522 fs_manager.cc:362] Metadata directory not provided
06:12:34.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.267763 15522 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:12:34.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.267889 15522 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:12:34.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.268250 15389 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.224.188" port: 45961 } attempt: 2
06:12:34.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.269018 15389 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.224.188:45961: Network error: Client connection negotiation failed: client connection to 127.14.224.188:45961: connect: Connection refused (error 111)
06:12:34.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.269050 15522 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-2/data/instance:
06:12:34.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8da3980ec197418b9cf19fc5bd6e8340"
06:12:34.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:34 on dist-test-slave-mjjr"
06:12:34.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.269455 15522 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-2/wal/instance:
06:12:34.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8da3980ec197418b9cf19fc5bd6e8340"
06:12:34.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:34 on dist-test-slave-mjjr"
06:12:34.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.270730 15522 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
06:12:34.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.271555 15547 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:12:34.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.271807 15522 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
06:12:34.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.271886 15522 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-2/data,/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-2/wal
06:12:34.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8da3980ec197418b9cf19fc5bd6e8340"
06:12:34.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:34 on dist-test-slave-mjjr"
06:12:34.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.271945 15522 fs_report.cc:389] FS layout report
06:12:34.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:12:34.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-2/wal
06:12:34.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-2/wal
06:12:34.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-2/data/data
06:12:34.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:12:34.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:12:34.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:12:34.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:12:34.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:12:34.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:12:34.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:12:34.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:12:34.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:12:34.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:12:34.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:12:34.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.290961 15522 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:12:34.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.291371 15522 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:12:34.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.291534 15522 kserver.cc:163] Server-wide thread pool size limit: 3276
06:12:34.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.292035 15517 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.224.188" port: 45961 } attempt: 2
06:12:34.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.292806 15517 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.224.188:45961: Network error: Client connection negotiation failed: client connection to 127.14.224.188:45961: connect: Connection refused (error 111)
06:12:34.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.296217 15522 rpc_server.cc:307] RPC server started. Bound to: 127.14.224.188:45961
06:12:34.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.296248 15637 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.224.188:45961 every 8 connection(s)
06:12:34.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.296558 15522 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-2/data/info.pb
06:12:34.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.297132 15640 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:12:34.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.297243 15234 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskwynGyp/build/release/bin/kudu as pid 15522
06:12:34.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.297309 15234 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster9668612140415141794/master-2/wal/instance
06:12:34.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.299237 15640 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.224.190" port: 38219 } has no permanent_uuid. Determining permanent_uuid...
06:12:34.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.304716 15640 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.224.189" port: 41743 } has no permanent_uuid. Determining permanent_uuid...
06:12:34.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.308094 15640 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.224.188" port: 45961 } has no permanent_uuid. Determining permanent_uuid...
06:12:34.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.312206 15640 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8da3980ec197418b9cf19fc5bd6e8340: Bootstrap starting.
06:12:34.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.312500 15234 external_mini_cluster.cc:956] 0 TS(s) registered with all masters
06:12:34.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.313046 15640 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8da3980ec197418b9cf19fc5bd6e8340: Neither blocks nor log segments found. Creating new log.
06:12:34.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.313344 15640 log.cc:826] T 00000000000000000000000000000000 P 8da3980ec197418b9cf19fc5bd6e8340: Log is configured to *not* fsync() on all Append() calls
06:12:34.313 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:12:34.313 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

06:12:34.314 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.14.224.190"
      port: 38219
    }
    bound_http_address {
      host: "127.14.224.190"
      port: 41741
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.14.224.189"
      port: 41743
    }
    bound_http_address {
      host: "127.14.224.189"
      port: 42093
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.14.224.188"
      port: 45961
    }
    bound_http_address {
      host: "127.14.224.188"
      port: 34049
    }
  }
}

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

06:12:34.315 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:12:34.317 [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=b76f02d6-6a51-42ed-9d27-4ce1343bea2e, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.224.190:38219,127.14.224.189:41743,127.14.224.188:45961}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:12:34.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.314527 15640 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8da3980ec197418b9cf19fc5bd6e8340: No bootstrap required, opened a new log
06:12:34.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.316332 15640 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8da3980ec197418b9cf19fc5bd6e8340 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a1e41fa03e4d14bf47fcba21efcff3" member_type: VOTER last_known_addr { host: "127.14.224.190" port: 38219 } } peers { permanent_uuid: "8edf0cb6be4b471597441696e6731ad5" member_type: VOTER last_known_addr { host: "127.14.224.189" port: 41743 } } peers { permanent_uuid: "8da3980ec197418b9cf19fc5bd6e8340" member_type: VOTER last_known_addr { host: "127.14.224.188" port: 45961 } }
06:12:34.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.316471 15640 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8da3980ec197418b9cf19fc5bd6e8340 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:12:34.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.316504 15640 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8da3980ec197418b9cf19fc5bd6e8340 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8da3980ec197418b9cf19fc5bd6e8340, State: Initialized, Role: FOLLOWER
06:12:34.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.316629 15640 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8da3980ec197418b9cf19fc5bd6e8340 [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: "76a1e41fa03e4d14bf47fcba21efcff3" member_type: VOTER last_known_addr { host: "127.14.224.190" port: 38219 } } peers { permanent_uuid: "8edf0cb6be4b471597441696e6731ad5" member_type: VOTER last_known_addr { host: "127.14.224.189" port: 41743 } } peers { permanent_uuid: "8da3980ec197418b9cf19fc5bd6e8340" member_type: VOTER last_known_addr { host: "127.14.224.188" port: 45961 } }
06:12:34.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.316983 15640 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8da3980ec197418b9cf19fc5bd6e8340 [sys.catalog]: configured and running, proceeding with master startup.
06:12:34.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.317095 15647 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8da3980ec197418b9cf19fc5bd6e8340 [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: "76a1e41fa03e4d14bf47fcba21efcff3" member_type: VOTER last_known_addr { host: "127.14.224.190" port: 38219 } } peers { permanent_uuid: "8edf0cb6be4b471597441696e6731ad5" member_type: VOTER last_known_addr { host: "127.14.224.189" port: 41743 } } peers { permanent_uuid: "8da3980ec197418b9cf19fc5bd6e8340" member_type: VOTER last_known_addr { host: "127.14.224.188" port: 45961 } } }
06:12:34.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.317183 15647 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8da3980ec197418b9cf19fc5bd6e8340 [sys.catalog]: This master's current role is: FOLLOWER
06:12:34.320 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
06:12:34.320 [INFO - Metastore-Handler-Pool: Thread-159] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
06:12:34.320 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@160299cb, with PersistenceManager: null will be shutdown
06:12:34.320 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@160299cb, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@c55d82a created in the thread with id: 159
06:12:34.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.320410 15522 master_runner.cc:187] Error getting master registration for 127.14.224.190:38219: OK, instance_id { permanent_uuid: "76a1e41fa03e4d14bf47fcba21efcff3" instance_seqno: 1786515154040272 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
06:12:34.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.322189 15522 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:12:34.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.324389 15670 catalog_manager.cc:1614] T 00000000000000000000000000000000 P 8da3980ec197418b9cf19fc5bd6e8340: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
06:12:34.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.324795 15670 catalog_manager.cc:884] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
06:12:34.326 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@160299cb
06:12:34.328 [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=	
06:12:34.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.330902 15666 client.h:372] Failed to connect to Hive Metastore (localhost:45759): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:34.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.376175 15389 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.224.188" port: 45961 } attempt: 3
06:12:34.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.381747 15389 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 76a1e41fa03e4d14bf47fcba21efcff3: Bootstrap starting.
06:12:34.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.382539 15389 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 76a1e41fa03e4d14bf47fcba21efcff3: Neither blocks nor log segments found. Creating new log.
06:12:34.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.382814 15389 log.cc:826] T 00000000000000000000000000000000 P 76a1e41fa03e4d14bf47fcba21efcff3: Log is configured to *not* fsync() on all Append() calls
06:12:34.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.383747 15389 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 76a1e41fa03e4d14bf47fcba21efcff3: No bootstrap required, opened a new log
06:12:34.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.383945 15517 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.224.188" port: 45961 } attempt: 3
06:12:34.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.388466 15389 raft_consensus.cc:359] T 00000000000000000000000000000000 P 76a1e41fa03e4d14bf47fcba21efcff3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a1e41fa03e4d14bf47fcba21efcff3" member_type: VOTER last_known_addr { host: "127.14.224.190" port: 38219 } } peers { permanent_uuid: "8edf0cb6be4b471597441696e6731ad5" member_type: VOTER last_known_addr { host: "127.14.224.189" port: 41743 } } peers { permanent_uuid: "8da3980ec197418b9cf19fc5bd6e8340" member_type: VOTER last_known_addr { host: "127.14.224.188" port: 45961 } }
06:12:34.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.390336 15517 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5: Bootstrap starting.
06:12:34.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.391050 15517 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5: Neither blocks nor log segments found. Creating new log.
06:12:34.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.391319 15517 log.cc:826] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5: Log is configured to *not* fsync() on all Append() calls
06:12:34.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.392338 15517 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5: No bootstrap required, opened a new log
06:12:34.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.394601 15517 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a1e41fa03e4d14bf47fcba21efcff3" member_type: VOTER last_known_addr { host: "127.14.224.190" port: 38219 } } peers { permanent_uuid: "8edf0cb6be4b471597441696e6731ad5" member_type: VOTER last_known_addr { host: "127.14.224.189" port: 41743 } } peers { permanent_uuid: "8da3980ec197418b9cf19fc5bd6e8340" member_type: VOTER last_known_addr { host: "127.14.224.188" port: 45961 } }
06:12:34.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.394718 15517 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:12:34.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.394747 15517 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8edf0cb6be4b471597441696e6731ad5, State: Initialized, Role: FOLLOWER
06:12:34.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.395183 15517 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5 [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: "76a1e41fa03e4d14bf47fcba21efcff3" member_type: VOTER last_known_addr { host: "127.14.224.190" port: 38219 } } peers { permanent_uuid: "8edf0cb6be4b471597441696e6731ad5" member_type: VOTER last_known_addr { host: "127.14.224.189" port: 41743 } } peers { permanent_uuid: "8da3980ec197418b9cf19fc5bd6e8340" member_type: VOTER last_known_addr { host: "127.14.224.188" port: 45961 } }
06:12:34.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.395682 15676 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5 [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: "76a1e41fa03e4d14bf47fcba21efcff3" member_type: VOTER last_known_addr { host: "127.14.224.190" port: 38219 } } peers { permanent_uuid: "8edf0cb6be4b471597441696e6731ad5" member_type: VOTER last_known_addr { host: "127.14.224.189" port: 41743 } } peers { permanent_uuid: "8da3980ec197418b9cf19fc5bd6e8340" member_type: VOTER last_known_addr { host: "127.14.224.188" port: 45961 } } }
06:12:34.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.395794 15676 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5 [sys.catalog]: This master's current role is: FOLLOWER
06:12:34.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.389160 15389 raft_consensus.cc:385] T 00000000000000000000000000000000 P 76a1e41fa03e4d14bf47fcba21efcff3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:12:34.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.396155 15389 raft_consensus.cc:740] T 00000000000000000000000000000000 P 76a1e41fa03e4d14bf47fcba21efcff3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 76a1e41fa03e4d14bf47fcba21efcff3, State: Initialized, Role: FOLLOWER
06:12:34.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.396435 15389 consensus_queue.cc:260] T 00000000000000000000000000000000 P 76a1e41fa03e4d14bf47fcba21efcff3 [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: "76a1e41fa03e4d14bf47fcba21efcff3" member_type: VOTER last_known_addr { host: "127.14.224.190" port: 38219 } } peers { permanent_uuid: "8edf0cb6be4b471597441696e6731ad5" member_type: VOTER last_known_addr { host: "127.14.224.189" port: 41743 } } peers { permanent_uuid: "8da3980ec197418b9cf19fc5bd6e8340" member_type: VOTER last_known_addr { host: "127.14.224.188" port: 45961 } }
06:12:34.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.396917 15389 sys_catalog.cc:565] T 00000000000000000000000000000000 P 76a1e41fa03e4d14bf47fcba21efcff3 [sys.catalog]: configured and running, proceeding with master startup.
06:12:34.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.395722 15517 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5 [sys.catalog]: configured and running, proceeding with master startup.
06:12:34.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.396893 15677 sys_catalog.cc:455] T 00000000000000000000000000000000 P 76a1e41fa03e4d14bf47fcba21efcff3 [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: "76a1e41fa03e4d14bf47fcba21efcff3" member_type: VOTER last_known_addr { host: "127.14.224.190" port: 38219 } } peers { permanent_uuid: "8edf0cb6be4b471597441696e6731ad5" member_type: VOTER last_known_addr { host: "127.14.224.189" port: 41743 } } peers { permanent_uuid: "8da3980ec197418b9cf19fc5bd6e8340" member_type: VOTER last_known_addr { host: "127.14.224.188" port: 45961 } } }
06:12:34.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.398957 15677 sys_catalog.cc:458] T 00000000000000000000000000000000 P 76a1e41fa03e4d14bf47fcba21efcff3 [sys.catalog]: This master's current role is: FOLLOWER
06:12:34.401 [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=	
06:12:34.402 [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=	
06:12:34.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.402292 15694 client.h:372] Failed to connect to Hive Metastore (localhost:45759): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:34.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.402757 15718 client.h:372] Failed to connect to Hive Metastore (localhost:45759): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:34.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.404834 15252 master_runner.cc:264] No leader master found from master 76a1e41fa03e4d14bf47fcba21efcff3
06:12:34.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.404882 15252 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:12:34.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.404980 15395 master_runner.cc:264] No leader master found from master 8edf0cb6be4b471597441696e6731ad5
06:12:34.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.405014 15395 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:12:34.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.407066 15443 tablet.cc:2406] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5: Can't schedule compaction. Clean time has not been advanced past its initial value.
06:12:34.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.412343 15726 catalog_manager.cc:1614] T 00000000000000000000000000000000 P 76a1e41fa03e4d14bf47fcba21efcff3: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
06:12:34.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.412712 15726 catalog_manager.cc:884] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
06:12:34.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.413443 15700 catalog_manager.cc:1614] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
06:12:34.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:34.413631 15700 catalog_manager.cc:884] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
06:12:34.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.427695 15676 raft_consensus.cc:493] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
06:12:34.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.427819 15676 raft_consensus.cc:515] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a1e41fa03e4d14bf47fcba21efcff3" member_type: VOTER last_known_addr { host: "127.14.224.190" port: 38219 } } peers { permanent_uuid: "8edf0cb6be4b471597441696e6731ad5" member_type: VOTER last_known_addr { host: "127.14.224.189" port: 41743 } } peers { permanent_uuid: "8da3980ec197418b9cf19fc5bd6e8340" member_type: VOTER last_known_addr { host: "127.14.224.188" port: 45961 } }
06:12:34.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.428095 15676 leader_election.cc:290] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 76a1e41fa03e4d14bf47fcba21efcff3 (127.14.224.190:38219), 8da3980ec197418b9cf19fc5bd6e8340 (127.14.224.188:45961)
06:12:34.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.429010 15331 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8edf0cb6be4b471597441696e6731ad5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76a1e41fa03e4d14bf47fcba21efcff3" is_pre_election: true
06:12:34.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.429157 15331 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 76a1e41fa03e4d14bf47fcba21efcff3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8edf0cb6be4b471597441696e6731ad5 in term 0.
06:12:34.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.429603 15593 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8edf0cb6be4b471597441696e6731ad5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8da3980ec197418b9cf19fc5bd6e8340" is_pre_election: true
06:12:34.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.429751 15593 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 8da3980ec197418b9cf19fc5bd6e8340 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8edf0cb6be4b471597441696e6731ad5 in term 0.
06:12:34.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.429952 15432 leader_election.cc:304] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5 [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: 8da3980ec197418b9cf19fc5bd6e8340, 8edf0cb6be4b471597441696e6731ad5; no voters: 
06:12:34.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.430617 15676 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5 [term 0 FOLLOWER]: Leader pre-election won for term 1
06:12:34.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.430683 15676 raft_consensus.cc:493] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
06:12:34.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.430709 15676 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5 [term 0 FOLLOWER]: Advancing to term 1
06:12:34.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.431613 15676 raft_consensus.cc:515] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a1e41fa03e4d14bf47fcba21efcff3" member_type: VOTER last_known_addr { host: "127.14.224.190" port: 38219 } } peers { permanent_uuid: "8edf0cb6be4b471597441696e6731ad5" member_type: VOTER last_known_addr { host: "127.14.224.189" port: 41743 } } peers { permanent_uuid: "8da3980ec197418b9cf19fc5bd6e8340" member_type: VOTER last_known_addr { host: "127.14.224.188" port: 45961 } }
06:12:34.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.431770 15676 leader_election.cc:290] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5 [CANDIDATE]: Term 1 election: Requested vote from peers 76a1e41fa03e4d14bf47fcba21efcff3 (127.14.224.190:38219), 8da3980ec197418b9cf19fc5bd6e8340 (127.14.224.188:45961)
06:12:34.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.432054 15331 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8edf0cb6be4b471597441696e6731ad5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76a1e41fa03e4d14bf47fcba21efcff3"
06:12:34.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.432148 15331 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 76a1e41fa03e4d14bf47fcba21efcff3 [term 0 FOLLOWER]: Advancing to term 1
06:12:34.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.432991 15331 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 76a1e41fa03e4d14bf47fcba21efcff3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8edf0cb6be4b471597441696e6731ad5 in term 1.
06:12:34.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.433172 15431 leader_election.cc:304] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5 [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: 76a1e41fa03e4d14bf47fcba21efcff3, 8edf0cb6be4b471597441696e6731ad5; no voters: 
06:12:34.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.433267 15593 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8edf0cb6be4b471597441696e6731ad5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8da3980ec197418b9cf19fc5bd6e8340"
06:12:34.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.433339 15593 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8da3980ec197418b9cf19fc5bd6e8340 [term 0 FOLLOWER]: Advancing to term 1
06:12:34.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.434147 15593 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 8da3980ec197418b9cf19fc5bd6e8340 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8edf0cb6be4b471597441696e6731ad5 in term 1.
06:12:34.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.434942 15676 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5 [term 1 FOLLOWER]: Leader election won for term 1
06:12:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.435132 15676 raft_consensus.cc:697] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5 [term 1 LEADER]: Becoming Leader. State: Replica: 8edf0cb6be4b471597441696e6731ad5, State: Running, Role: LEADER
06:12:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.435228 15676 consensus_queue.cc:237] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5 [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: "76a1e41fa03e4d14bf47fcba21efcff3" member_type: VOTER last_known_addr { host: "127.14.224.190" port: 38219 } } peers { permanent_uuid: "8edf0cb6be4b471597441696e6731ad5" member_type: VOTER last_known_addr { host: "127.14.224.189" port: 41743 } } peers { permanent_uuid: "8da3980ec197418b9cf19fc5bd6e8340" member_type: VOTER last_known_addr { host: "127.14.224.188" port: 45961 } }
06:12:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.435606 15676 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8edf0cb6be4b471597441696e6731ad5. Latest consensus state: current_term: 1 leader_uuid: "8edf0cb6be4b471597441696e6731ad5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a1e41fa03e4d14bf47fcba21efcff3" member_type: VOTER last_known_addr { host: "127.14.224.190" port: 38219 } } peers { permanent_uuid: "8edf0cb6be4b471597441696e6731ad5" member_type: VOTER last_known_addr { host: "127.14.224.189" port: 41743 } } peers { permanent_uuid: "8da3980ec197418b9cf19fc5bd6e8340" member_type: VOTER last_known_addr { host: "127.14.224.188" port: 45961 } } }
06:12:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.435717 15676 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5 [sys.catalog]: This master's current role is: LEADER
06:12:34.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.439829 15737 catalog_manager.cc:1531] Loading table and tablet metadata into memory...
06:12:34.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.440282 15737 catalog_manager.cc:1540] Initializing Kudu cluster ID...
06:12:34.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.460240 15331 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 76a1e41fa03e4d14bf47fcba21efcff3 [term 1 FOLLOWER]: Refusing update from remote peer 8edf0cb6be4b471597441696e6731ad5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
06:12:34.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.460577 15593 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 8da3980ec197418b9cf19fc5bd6e8340 [term 1 FOLLOWER]: Refusing update from remote peer 8edf0cb6be4b471597441696e6731ad5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
06:12:34.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.461292 15676 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8da3980ec197418b9cf19fc5bd6e8340" member_type: VOTER last_known_addr { host: "127.14.224.188" port: 45961 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
06:12:34.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.461706 15676 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "76a1e41fa03e4d14bf47fcba21efcff3" member_type: VOTER last_known_addr { host: "127.14.224.190" port: 38219 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
06:12:34.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.462909 15647 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8da3980ec197418b9cf19fc5bd6e8340 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8edf0cb6be4b471597441696e6731ad5. Latest consensus state: current_term: 1 leader_uuid: "8edf0cb6be4b471597441696e6731ad5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a1e41fa03e4d14bf47fcba21efcff3" member_type: VOTER last_known_addr { host: "127.14.224.190" port: 38219 } } peers { permanent_uuid: "8edf0cb6be4b471597441696e6731ad5" member_type: VOTER last_known_addr { host: "127.14.224.189" port: 41743 } } peers { permanent_uuid: "8da3980ec197418b9cf19fc5bd6e8340" member_type: VOTER last_known_addr { host: "127.14.224.188" port: 45961 } } }
06:12:34.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.462990 15647 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8da3980ec197418b9cf19fc5bd6e8340 [sys.catalog]: This master's current role is: FOLLOWER
06:12:34.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.463945 15677 sys_catalog.cc:455] T 00000000000000000000000000000000 P 76a1e41fa03e4d14bf47fcba21efcff3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8edf0cb6be4b471597441696e6731ad5. Latest consensus state: current_term: 1 leader_uuid: "8edf0cb6be4b471597441696e6731ad5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a1e41fa03e4d14bf47fcba21efcff3" member_type: VOTER last_known_addr { host: "127.14.224.190" port: 38219 } } peers { permanent_uuid: "8edf0cb6be4b471597441696e6731ad5" member_type: VOTER last_known_addr { host: "127.14.224.189" port: 41743 } } peers { permanent_uuid: "8da3980ec197418b9cf19fc5bd6e8340" member_type: VOTER last_known_addr { host: "127.14.224.188" port: 45961 } } }
06:12:34.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.464026 15677 sys_catalog.cc:458] T 00000000000000000000000000000000 P 76a1e41fa03e4d14bf47fcba21efcff3 [sys.catalog]: This master's current role is: FOLLOWER
06:12:34.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.469285 15734 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "8edf0cb6be4b471597441696e6731ad5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a1e41fa03e4d14bf47fcba21efcff3" member_type: VOTER last_known_addr { host: "127.14.224.190" port: 38219 } } peers { permanent_uuid: "8edf0cb6be4b471597441696e6731ad5" member_type: VOTER last_known_addr { host: "127.14.224.189" port: 41743 } } peers { permanent_uuid: "8da3980ec197418b9cf19fc5bd6e8340" member_type: VOTER last_known_addr { host: "127.14.224.188" port: 45961 } } }
06:12:34.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.469390 15734 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5 [sys.catalog]: This master's current role is: LEADER
06:12:34.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.470052 15677 sys_catalog.cc:455] T 00000000000000000000000000000000 P 76a1e41fa03e4d14bf47fcba21efcff3 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "8edf0cb6be4b471597441696e6731ad5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a1e41fa03e4d14bf47fcba21efcff3" member_type: VOTER last_known_addr { host: "127.14.224.190" port: 38219 } } peers { permanent_uuid: "8edf0cb6be4b471597441696e6731ad5" member_type: VOTER last_known_addr { host: "127.14.224.189" port: 41743 } } peers { permanent_uuid: "8da3980ec197418b9cf19fc5bd6e8340" member_type: VOTER last_known_addr { host: "127.14.224.188" port: 45961 } } }
06:12:34.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.470130 15677 sys_catalog.cc:458] T 00000000000000000000000000000000 P 76a1e41fa03e4d14bf47fcba21efcff3 [sys.catalog]: This master's current role is: FOLLOWER
06:12:34.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.470568 15742 mvcc.cc:204] Tried to move back new op lower bound from 7317566072618954752 to 7317566072567214080. Current Snapshot: MvccSnapshot[applied={T|T < 7317566072618954752}]
06:12:34.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.471307 15676 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "8edf0cb6be4b471597441696e6731ad5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a1e41fa03e4d14bf47fcba21efcff3" member_type: VOTER last_known_addr { host: "127.14.224.190" port: 38219 } } peers { permanent_uuid: "8edf0cb6be4b471597441696e6731ad5" member_type: VOTER last_known_addr { host: "127.14.224.189" port: 41743 } } peers { permanent_uuid: "8da3980ec197418b9cf19fc5bd6e8340" member_type: VOTER last_known_addr { host: "127.14.224.188" port: 45961 } } }
06:12:34.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.471385 15676 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5 [sys.catalog]: This master's current role is: LEADER
06:12:34.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.471833 15647 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8da3980ec197418b9cf19fc5bd6e8340 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "8edf0cb6be4b471597441696e6731ad5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a1e41fa03e4d14bf47fcba21efcff3" member_type: VOTER last_known_addr { host: "127.14.224.190" port: 38219 } } peers { permanent_uuid: "8edf0cb6be4b471597441696e6731ad5" member_type: VOTER last_known_addr { host: "127.14.224.189" port: 41743 } } peers { permanent_uuid: "8da3980ec197418b9cf19fc5bd6e8340" member_type: VOTER last_known_addr { host: "127.14.224.188" port: 45961 } } }
06:12:34.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.471913 15647 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8da3980ec197418b9cf19fc5bd6e8340 [sys.catalog]: This master's current role is: FOLLOWER
06:12:34.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.472500 15740 mvcc.cc:204] Tried to move back new op lower bound from 7317566072618954752 to 7317566072567214080. Current Snapshot: MvccSnapshot[applied={T|T < 7317566072618954752}]
06:12:34.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.476311 15737 catalog_manager.cc:1384] Generated new cluster ID: 4f9864e89e4644d9a7085c6a635ee56e
06:12:34.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.476377 15737 catalog_manager.cc:1551] Initializing Kudu internal certificate authority...
06:12:34.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.488338 15737 catalog_manager.cc:1407] Generated new certificate authority record
06:12:34.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.489337 15737 catalog_manager.cc:1560] Loading token signing keys...
06:12:34.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.517692 15737 catalog_manager.cc:6112] T 00000000000000000000000000000000 P 8edf0cb6be4b471597441696e6731ad5: Generated new TSK 0
06:12:34.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.518219 15737 catalog_manager.cc:1570] Initializing in-progress tserver states...
06:12:34.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.518524 15737 catalog_manager.cc:1583] Loading latest processed Hive Metastore notification log event ID...
06:12:34.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.518743 15737 catalog_manager.cc:5961] Last processed Hive Metastore notification event ID: -1
06:12:34.820 [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.
06:12:34.825 [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.
06:12:34.825 [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.
06:12:34.878 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:12:34.883 [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/hive18100148338000144670/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=b76f02d6-6a51-42ed-9d27-4ce1343bea2e, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.224.190:38219,127.14.224.189:41743,127.14.224.188:45961}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:12:34.885 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive18100148338000144670/external-warehouse/table
06:12:35.000 [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	
06:12:35.079 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
06:12:35.081 [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)	
06:12:35.087 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
06:12:35.091 [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/hive18100148338000144670/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)
06:12:35.093 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive18100148338000144670/external-warehouse/legacy_table
06:12:35.111 [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	
06:12:35.120 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
06:12:35.121 [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	
06:12:35.131 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:12:35.170 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:12:35.170 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:12:35.186 [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	
06:12:35.205 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:12:35.215 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:12:35.215 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:12:35.223 [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.
06:12:35.224 [DEBUG - Metastore-Handler-Pool: Thread-159] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
06:12:35.226 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.14.224.190:38219(127.14.224.190:38219)] connecting to peer
06:12:35.227 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.14.224.189:41743(127.14.224.189:41743)] connecting to peer
06:12:35.228 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.14.224.190:38219(127.14.224.190:38219)] Successfully connected to peer
06:12:35.232 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.14.224.188:45961(127.14.224.188:45961)] connecting to peer
06:12:35.234 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.14.224.189:41743(127.14.224.189:41743)] Successfully connected to peer
06:12:35.240 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.14.224.190
06:12:35.245 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.14.224.189
06:12:35.245 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.14.224.188:45961(127.14.224.188:45961)] Successfully connected to peer
06:12:35.262 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:12:35.268 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xbe1196ba, L:/127.0.0.1:43112 - R:/127.14.224.189:41743] using SASL/PLAIN
06:12:35.269 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.14.224.188
06:12:35.271 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
06:12:35.271 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
06:12:35.273 [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.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

06:12:35.274 [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	
06:12:35.276 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:12:35.284 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xea4a7cae, L:/127.0.0.1:36814 - R:/127.14.224.190:38219] using SASL/PLAIN
06:12:35.287 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:12:35.291 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:12:35.296 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x8cfcb038, L:/127.0.0.1:45854 - R:/127.14.224.188:45961] using SASL/PLAIN
06:12:35.302 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:12:35.302 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:12:35.309 [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	
06:12:35.319 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:12:35.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:35.325423 15670 catalog_manager.cc:1296] Loaded cluster ID: 4f9864e89e4644d9a7085c6a635ee56e
06:12:35.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:35.325521 15670 catalog_manager.cc:1608] T 00000000000000000000000000000000 P 8da3980ec197418b9cf19fc5bd6e8340: loading cluster ID for follower catalog manager: success
06:12:35.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:35.326848 15670 catalog_manager.cc:1630] T 00000000000000000000000000000000 P 8da3980ec197418b9cf19fc5bd6e8340: acquiring CA information for follower catalog manager: success
06:12:35.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:35.327203 15670 catalog_manager.cc:1658] T 00000000000000000000000000000000 P 8da3980ec197418b9cf19fc5bd6e8340: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
06:12:35.332 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:12:35.332 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:12:35.336 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:12:35.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:35.337105 15666 client.h:372] Failed to connect to Hive Metastore (localhost:45759): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:35.339 [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	
06:12:35.349 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:12:35.360 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:12:35.360 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:12:35.366 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
06:12:35.368 [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.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

06:12:35.369 [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	
06:12:35.380 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:12:35.393 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:12:35.393 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:12:35.396 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
06:12:35.397 [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.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

06:12:35.398 [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	
06:12:35.408 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:12:35.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:35.413367 15726 catalog_manager.cc:1296] Loaded cluster ID: 4f9864e89e4644d9a7085c6a635ee56e
06:12:35.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:35.413455 15726 catalog_manager.cc:1608] T 00000000000000000000000000000000 P 76a1e41fa03e4d14bf47fcba21efcff3: loading cluster ID for follower catalog manager: success
06:12:35.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:35.414700 15726 catalog_manager.cc:1630] T 00000000000000000000000000000000 P 76a1e41fa03e4d14bf47fcba21efcff3: acquiring CA information for follower catalog manager: success
06:12:35.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:35.415042 15726 catalog_manager.cc:1658] T 00000000000000000000000000000000 P 76a1e41fa03e4d14bf47fcba21efcff3: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
06:12:35.419 [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=	
06:12:35.419 [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=	
06:12:35.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:35.419468 15718 client.h:372] Failed to connect to Hive Metastore (localhost:45759): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:35.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:35.419469 15694 client.h:372] Failed to connect to Hive Metastore (localhost:45759): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:35.428 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:12:35.428 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:12:35.434 [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	
06:12:35.444 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:12:35.456 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:12:35.456 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:12:35.470 [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	
06:12:35.481 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:12:35.490 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:12:35.491 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:12:35.494 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
06:12:35.496 [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.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

06:12:35.497 [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	
06:12:35.507 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:12:35.517 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:12:35.518 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:12:35.525 [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	
06:12:35.535 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:12:35.547 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:12:35.547 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:12:35.555 [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	
06:12:35.566 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:12:35.578 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:12:35.578 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:12:35.586 [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	
06:12:35.596 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:12:35.608 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:12:35.608 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:12:35.702 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
06:12:35.705 [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.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

06:12:35.707 [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	
06:12:35.737 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:12:35.758 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:12:35.758 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:12:35.772 [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	
06:12:35.784 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:12:35.796 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:12:35.797 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:12:35.807 [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	
06:12:35.819 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:12:35.829 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:12:35.829 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:12:35.837 [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	
06:12:35.847 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
06:12:35.848 [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	
06:12:35.971 [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.
06:12:36.112 [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.
06:12:36.153 [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.
06:12:36.271 [WARN - Metastore-Handler-Pool: Thread-159] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive18100148338000144670/warehouse/default/table
06:12:36.272 [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)	
06:12:36.275 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:12:36.277 [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/hive18100148338000144670/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)
06:12:36.278 [WARN - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:2452) Location: file:/tmp/hive18100148338000144670/external-warehouse/table specified for non-external table:table
06:12:36.279 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:12:36.279 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:12:36.299 [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	
06:12:36.317 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
06:12:36.318 [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	
06:12:36.329 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:12:36.339 [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=	
06:12:36.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:36.339716 15666 client.h:372] Failed to connect to Hive Metastore (localhost:45759): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:36.346 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:12:36.346 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:12:36.350 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
06:12:36.352 [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.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

06:12:36.354 [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	
06:12:36.364 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:12:36.374 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:12:36.374 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:12:36.378 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
06:12:36.379 [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.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

06:12:36.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	
06:12:36.390 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:12:36.400 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:12:36.400 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:12:36.406 [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	
06:12:36.415 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
06:12:36.425 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
06:12:36.425 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
06:12:36.425 [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=	
06:12:36.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:36.425988 15694 client.h:372] Failed to connect to Hive Metastore (localhost:45759): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:36.427 [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=	
06:12:36.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:36.428884 15718 client.h:372] Failed to connect to Hive Metastore (localhost:45759): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:36.435 [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	
06:12:36.446 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
06:12:36.448 [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	
06:12:36.504 [INFO - Metastore-Handler-Pool: Thread-159] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
06:12:36.508 [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=b76f02d6-6a51-42ed-9d27-4ce1343bea2e, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.224.190:38219,127.14.224.189:41743,127.14.224.188:45961}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:12:36.510 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:12:36.512 [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/hive18100148338000144670/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=b76f02d6-6a51-42ed-9d27-4ce1343bea2e, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.224.190:38219,127.14.224.189:41743,127.14.224.188:45961}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:12:36.513 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive18100148338000144670/external-warehouse/table
06:12:36.528 [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	
06:12:36.536 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
06:12:36.538 [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	
06:12:36.546 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:12:36.556 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:12:36.556 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:12:36.562 [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	
06:12:36.570 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
06:12:36.571 [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	
06:12:36.608 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
06:12:36.608 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
06:12:36.608 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@160299cb, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@c55d82a will be shutdown
06:12:36.609 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
06:12:36.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:36.608814 15234 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskwynGyp/build/release/bin/kudu with pid 15252
06:12:36.632 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.14.224.190:38219(127.14.224.190:38219)] handling channelInactive
06:12:36.633 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.14.224.190:38219(127.14.224.190:38219)] cleaning up while in state READY due to: connection closed
06:12:36.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:36.632999 15234 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskwynGyp/build/release/bin/kudu with pid 15395
06:12:36.650 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.14.224.189:41743(127.14.224.189:41743)] handling channelInactive
06:12:36.650 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.14.224.189:41743(127.14.224.189:41743)] cleaning up while in state READY due to: connection closed
06:12:36.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:36.650035 15234 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskwynGyp/build/release/bin/kudu with pid 15522
06:12:36.664 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.14.224.188:45961(127.14.224.188:45961)] handling channelInactive
06:12:36.664 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.14.224.188:45961(127.14.224.188:45961)] cleaning up while in state READY due to: connection closed
06:12:36.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:12:36Z chronyd exiting
.06:12:36.706 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:12:36.707 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:12:36.707 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:12:36.723 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive10140768715631357374
06:12:36.724 [INFO - Thread-124] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
06:12:36.724 [INFO - Thread-124] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
06:12:36.726 [INFO - Thread-124] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
06:12:36.726 [INFO - Thread-124] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
06:12:36.726 [INFO - Thread-124] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
06:12:36.727 [INFO - Thread-124] (HikariDataSource.java:350) objectstore - Shutdown initiated...
06:12:36.728 [INFO - Thread-124] (HikariDataSource.java:352) objectstore - Shutdown completed.
06:12:36.729 [INFO - Thread-124] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
06:12:36.729 [INFO - Thread-124] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
06:12:36.730 [INFO - Thread-124] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
06:12:36.731 [INFO - Thread-124] (HikariDataSource.java:80) objectstore - Starting...
06:12:36.806 [INFO - Thread-124] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:12:36.807 [INFO - Thread-124] (HikariDataSource.java:82) objectstore - Start completed.
06:12:36.807 [INFO - Thread-124] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
06:12:36.809 [INFO - Thread-124] (HikariDataSource.java:80) objectstore-secondary - Starting...
06:12:36.810 [INFO - Thread-124] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:12:36.811 [INFO - Thread-124] (HikariDataSource.java:82) objectstore-secondary - Start completed.
06:12:36.824 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
06:12:36.825 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
06:12:36.825 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
06:12:36.845 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:36.846 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:36.846 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:36.847 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:36.847 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:36.847 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:37.024 [INFO - Thread-124] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
06:12:37.024 [INFO - Thread-124] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@45d848c1, with PersistenceManager: null will be shutdown
06:12:37.025 [INFO - Thread-124] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@45d848c1, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@66173b38 created in the thread with id: 178
06:12:37.026 [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
06:12:37.027 [INFO - Thread-124] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@45d848c1
06:12:37.130 [INFO - Thread-124] (HMSHandler.java:595) Started creating a default database with name: default
06:12:37.151 [INFO - Thread-124] (HMSHandler.java:605) Successfully created a default database with name: default
06:12:37.178 [INFO - Thread-124] (HMSHandler.java:668) Added admin role in metastore
06:12:37.179 [INFO - Thread-124] (HMSHandler.java:677) Added public role in metastore
06:12:37.210 [INFO - Thread-124] (HMSHandler.java:717) No user is added in admin role, since config is empty
06:12:37.210 [INFO - Thread-124] (HMSHandler.java:404) HMS server filtering is disabled by configuration
06:12:37.211 [INFO - Thread-124] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
06:12:37.211 [INFO - Thread-124] (HiveMetaStore.java:697) Direct SQL optimization = true
06:12:37.212 [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)
06:12:37.212 [INFO - Thread-124] (HiveMetaStore.java:632) Started the new metaserver on port [39449]...
06:12:37.212 [INFO - Thread-124] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
06:12:37.212 [INFO - Thread-124] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
06:12:37.212 [INFO - Thread-124] (HiveMetaStore.java:635) TCP keepalive = true
06:12:37.212 [INFO - Thread-124] (HiveMetaStore.java:636) Enable SSL = false
06:12:37.725 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:12:37.726 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:12:37.726 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:12:37.728 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
06:12:37.728 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:39449]
06:12:37.729 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:39449) in binary transport mode
06:12:37.729 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:39449) current connections: 1
06:12:37.731 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskwynGyp/test-tmp
06:12:37.732 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
06:12:37.732 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskwynGyp/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
06:12:37.736 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:39449"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

06:12:37.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.817091 15827 mini_oidc.cc:150] Starting JWKS server
06:12:37.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.817595 15827 webserver.cc:533] Webserver started at http://127.0.0.1:46755/ using document root <none> and password file <none>
06:12:37.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.817713 15827 mini_oidc.cc:186] Starting OIDC Discovery server
06:12:37.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.817888 15827 webserver.cc:533] Webserver started at http://127.0.0.1:38053/ using document root <none> and password file <none>
06:12:37.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:12:37Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
06:12:37.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:12:37Z Disabled control of system clock
06:12:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.828893 15827 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-0/wal
06:12:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-0/data
06:12:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:12:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:12:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:12:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-0/logs
06:12:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-0/data/info.pb
06:12:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:12:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:12:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:12:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:12:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:12:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:12:37.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:37.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:37.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.116.254:43101
06:12:37.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.116.254
06:12:37.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:37.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.116.212:45611
06:12:37.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:37.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:37.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:37.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:37.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.116.254:43101,127.15.116.253:35399,127.15.116.252:43757
06:12:37.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:37.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46755/jwks.json
06:12:37.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39449 with env {}
06:12:37.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:37.911196 15840 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:12:37.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:37.911383 15840 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:12:37.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:37.911401 15840 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:12:37.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:37.912956 15840 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:12:37.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:37.912997 15840 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:12:37.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:37.913010 15840 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:12:37.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:37.913022 15840 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:12:37.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:37.913034 15840 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:12:37.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:37.913045 15840 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46755/jwks.json
06:12:37.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.914577 15840 master_runner.cc:387] Master server non-default flags:
06:12:37.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:37.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.116.212:45611
06:12:37.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-0/data
06:12:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-0/wal
06:12:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39449
06:12:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.116.254:43101,127.15.116.253:35399,127.15.116.252:43757
06:12:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.116.254:43101
06:12:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:12:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46755/jwks.json
06:12:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-0/data/info.pb
06:12:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.116.254
06:12:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:12:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.15840
06:12:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:12:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:12:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-0/logs
06:12:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:37.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:12:37.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:12:37.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:12:37.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:12:37.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:12:37.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
06:12:37.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:17 UTC on e7f111948823
06:12:37.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17644
06:12:37.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.914832 15840 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:12:37.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.915171 15840 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:12:37.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:37.917788 15849 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
06:12:37.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.917999 15840 server_base.cc:1061] running on GCE node
06:12:37.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:37.917831 15847 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
06:12:37.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:37.917801 15853 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
06:12:37.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.918321 15840 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:12:37.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.918542 15840 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:12:37.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.919695 15840 hybrid_clock.cc:648] HybridClock initialized: now 1786515157919701 us; error 79 us; skew 500 ppm
06:12:37.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.920806 15840 webserver.cc:533] Webserver started at http://127.15.116.254:34367/ using document root <none> and password file <none>
06:12:37.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.921026 15840 fs_manager.cc:362] Metadata directory not provided
06:12:37.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.921087 15840 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:12:37.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.921212 15840 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:12:37.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.922051 15840 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-0/data/instance:
06:12:37.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "df32e43756b14bd29c5c2d4fff63b1b4"
06:12:37.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:37 on dist-test-slave-mjjr"
06:12:37.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.922403 15840 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-0/wal/instance:
06:12:37.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "df32e43756b14bd29c5c2d4fff63b1b4"
06:12:37.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:37 on dist-test-slave-mjjr"
06:12:37.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.923687 15840 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.001s
06:12:37.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.924438 15862 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:12:37.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.924623 15840 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.001s
06:12:37.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.924714 15840 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-0/data,/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-0/wal
06:12:37.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "df32e43756b14bd29c5c2d4fff63b1b4"
06:12:37.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:37 on dist-test-slave-mjjr"
06:12:37.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.924768 15840 fs_report.cc:389] FS layout report
06:12:37.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:12:37.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-0/wal
06:12:37.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-0/wal
06:12:37.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-0/data/data
06:12:37.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:12:37.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:12:37.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:12:37.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:12:37.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:12:37.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:12:37.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:12:37.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:12:37.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:12:37.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:12:37.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:12:37.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.943861 15840 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:12:37.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.944244 15840 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:12:37.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.944411 15840 kserver.cc:163] Server-wide thread pool size limit: 3276
06:12:37.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.948905 15840 rpc_server.cc:307] RPC server started. Bound to: 127.15.116.254:43101
06:12:37.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.948948 15962 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.15.116.254:43101 every 8 connection(s)
06:12:37.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.949378 15840 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-0/data/info.pb
06:12:37.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.950100 15963 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:12:37.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.951469 15963 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.116.254" port: 43101 } has no permanent_uuid. Determining permanent_uuid...
06:12:37.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.953342 15827 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskwynGyp/build/release/bin/kudu as pid 15840
06:12:37.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.953475 15827 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-0/wal/instance
06:12:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.954367 15827 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-1/wal
06:12:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-1/data
06:12:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:12:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:12:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:12:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-1/logs
06:12:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-1/data/info.pb
06:12:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:12:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:12:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:12:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:12:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:12:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:12:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:37.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:37.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.116.253:35399
06:12:37.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.116.253
06:12:37.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:37.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.116.212:45611
06:12:37.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:37.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:37.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:37.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:37.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.116.254:43101,127.15.116.253:35399,127.15.116.252:43757
06:12:37.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:37.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46755/jwks.json
06:12:37.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39449 with env {}
06:12:37.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.957934 15963 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.116.253" port: 35399 } has no permanent_uuid. Determining permanent_uuid...
06:12:37.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:37.958374 15863 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.15.116.253:35399: connect: Connection refused (error 111)
06:12:37.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:37.958815 15963 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.116.253:35399: Network error: Client connection negotiation failed: client connection to 127.15.116.253:35399: connect: Connection refused (error 111)
06:12:38.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.008059 15963 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.116.253" port: 35399 } attempt: 1
06:12:38.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.009011 15963 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.116.253:35399: Network error: Client connection negotiation failed: client connection to 127.15.116.253:35399: connect: Connection refused (error 111)
06:12:38.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.034672 15968 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:12:38.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.034848 15968 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:12:38.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.034868 15968 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:12:38.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.036384 15968 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:12:38.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.036427 15968 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:12:38.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.036440 15968 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:12:38.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.036453 15968 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:12:38.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.036465 15968 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:12:38.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.036476 15968 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46755/jwks.json
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.037966 15968 master_runner.cc:387] Master server non-default flags:
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.116.212:45611
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-1/data
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-1/wal
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39449
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.116.254:43101,127.15.116.253:35399,127.15.116.252:43757
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.116.253:35399
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46755/jwks.json
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-1/data/info.pb
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.116.253
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.15968
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-1/logs
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:17 UTC on e7f111948823
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17644
06:12:38.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.038152 15968 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:12:38.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.038328 15968 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:12:38.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.040787 15977 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
06:12:38.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.040807 15983 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
06:12:38.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.040787 15976 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
06:12:38.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.041476 15968 server_base.cc:1061] running on GCE node
06:12:38.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.041683 15968 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:12:38.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.041951 15968 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:12:38.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.043116 15968 hybrid_clock.cc:648] HybridClock initialized: now 1786515158043099 us; error 38 us; skew 500 ppm
06:12:38.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.044435 15968 webserver.cc:533] Webserver started at http://127.15.116.253:39903/ using document root <none> and password file <none>
06:12:38.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.044651 15968 fs_manager.cc:362] Metadata directory not provided
06:12:38.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.044701 15968 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:12:38.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.044808 15968 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:12:38.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.045826 15968 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-1/data/instance:
06:12:38.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "179ccaa9e535475092f0e6c0509fb421"
06:12:38.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:38 on dist-test-slave-mjjr"
06:12:38.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.046190 15968 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-1/wal/instance:
06:12:38.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "179ccaa9e535475092f0e6c0509fb421"
06:12:38.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:38 on dist-test-slave-mjjr"
06:12:38.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.047724 15968 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.003s
06:12:38.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.048492 15992 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:12:38.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.048671 15968 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
06:12:38.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.048733 15968 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-1/data,/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-1/wal
06:12:38.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "179ccaa9e535475092f0e6c0509fb421"
06:12:38.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:38 on dist-test-slave-mjjr"
06:12:38.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.048772 15968 fs_report.cc:389] FS layout report
06:12:38.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:12:38.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-1/wal
06:12:38.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-1/wal
06:12:38.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-1/data/data
06:12:38.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:12:38.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:12:38.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:12:38.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:12:38.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:12:38.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:12:38.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:12:38.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:12:38.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:12:38.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:12:38.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:12:38.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.067662 15968 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:12:38.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.067931 15968 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:12:38.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.068025 15968 kserver.cc:163] Server-wide thread pool size limit: 3276
06:12:38.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.072041 15968 rpc_server.cc:307] RPC server started. Bound to: 127.15.116.253:35399
06:12:38.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.072095 16072 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.15.116.253:35399 every 8 connection(s)
06:12:38.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.072355 15968 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-1/data/info.pb
06:12:38.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.072862 16073 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:12:38.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.074174 16073 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.116.254" port: 43101 } has no permanent_uuid. Determining permanent_uuid...
06:12:38.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.077171 15963 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.116.253" port: 35399 } attempt: 2
06:12:38.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.078836 16073 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.116.253" port: 35399 } has no permanent_uuid. Determining permanent_uuid...
06:12:38.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.079928 15827 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskwynGyp/build/release/bin/kudu as pid 15968
06:12:38.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.080020 15827 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-1/wal/instance
06:12:38.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.080408 15827 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:38.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:38.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-2/wal
06:12:38.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-2/data
06:12:38.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:12:38.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:12:38.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:12:38.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:38.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:38.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:38.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-2/logs
06:12:38.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-2/data/info.pb
06:12:38.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:38.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:12:38.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:12:38.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:12:38.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:12:38.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:38.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:38.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:38.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:12:38.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:12:38.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:38.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:38.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.116.252:43757
06:12:38.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.116.252
06:12:38.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:38.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.116.212:45611
06:12:38.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:38.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:38.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:38.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:38.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.116.254:43101,127.15.116.253:35399,127.15.116.252:43757
06:12:38.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:38.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46755/jwks.json
06:12:38.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39449 with env {}
06:12:38.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.081274 15963 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.116.252" port: 43757 } has no permanent_uuid. Determining permanent_uuid...
06:12:38.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.081851 15963 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.116.252:43757: Network error: Client connection negotiation failed: client connection to 127.15.116.252:43757: connect: Connection refused (error 111)
06:12:38.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.082507 16073 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.116.252" port: 43757 } has no permanent_uuid. Determining permanent_uuid...
06:12:38.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.082882 15996 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.15.116.252:43757: connect: Connection refused (error 111)
06:12:38.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.083357 16073 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.116.252:43757: Network error: Client connection negotiation failed: client connection to 127.15.116.252:43757: connect: Connection refused (error 111)
06:12:38.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.125049 15963 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.116.252" port: 43757 } attempt: 1
06:12:38.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.125921 15963 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.116.252:43757: Network error: Client connection negotiation failed: client connection to 127.15.116.252:43757: connect: Connection refused (error 111)
06:12:38.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.132539 16073 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.116.252" port: 43757 } attempt: 1
06:12:38.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.133399 16073 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.116.252:43757: Network error: Client connection negotiation failed: client connection to 127.15.116.252:43757: connect: Connection refused (error 111)
06:12:38.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.161710 16078 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:12:38.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.161890 16078 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:12:38.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.161911 16078 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:12:38.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.163362 16078 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:12:38.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.163404 16078 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:12:38.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.163419 16078 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:12:38.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.163430 16078 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:12:38.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.163443 16078 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:12:38.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.163455 16078 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46755/jwks.json
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.165027 16078 master_runner.cc:387] Master server non-default flags:
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.116.212:45611
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-2/data
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-2/wal
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39449
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.116.254:43101,127.15.116.253:35399,127.15.116.252:43757
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.116.252:43757
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46755/jwks.json
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-2/data/info.pb
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.116.252
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.16078
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-2/logs
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:17 UTC on e7f111948823
06:12:38.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17644
06:12:38.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.165241 16078 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:12:38.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.165421 16078 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:12:38.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.167780 16092 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
06:12:38.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.167789 16094 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
06:12:38.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.167789 16090 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
06:12:38.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.167984 16078 server_base.cc:1061] running on GCE node
06:12:38.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.168437 16078 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:12:38.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.168780 16078 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:12:38.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.169942 16078 hybrid_clock.cc:648] HybridClock initialized: now 1786515158169927 us; error 28 us; skew 500 ppm
06:12:38.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.171079 16078 webserver.cc:533] Webserver started at http://127.15.116.252:42617/ using document root <none> and password file <none>
06:12:38.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.171310 16078 fs_manager.cc:362] Metadata directory not provided
06:12:38.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.171388 16078 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:12:38.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.171538 16078 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:12:38.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.172441 16078 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-2/data/instance:
06:12:38.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a22319986c0d455eb6914f4f77df4bed"
06:12:38.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:38 on dist-test-slave-mjjr"
06:12:38.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.172818 16078 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-2/wal/instance:
06:12:38.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a22319986c0d455eb6914f4f77df4bed"
06:12:38.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:38 on dist-test-slave-mjjr"
06:12:38.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.173067 15963 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.116.252" port: 43757 } attempt: 2
06:12:38.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.173720 15963 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.116.252:43757: Network error: Client connection negotiation failed: client connection to 127.15.116.252:43757: connect: Connection refused (error 111)
06:12:38.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.174214 16078 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
06:12:38.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.174850 16104 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:12:38.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.175011 16078 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
06:12:38.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.175069 16078 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-2/data,/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-2/wal
06:12:38.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a22319986c0d455eb6914f4f77df4bed"
06:12:38.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:38 on dist-test-slave-mjjr"
06:12:38.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.175109 16078 fs_report.cc:389] FS layout report
06:12:38.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:12:38.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-2/wal
06:12:38.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-2/wal
06:12:38.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-2/data/data
06:12:38.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:12:38.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:12:38.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:12:38.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:12:38.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:12:38.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:12:38.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:12:38.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:12:38.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:12:38.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:12:38.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:12:38.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.187233 16078 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:12:38.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.187489 16078 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:12:38.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.187585 16078 kserver.cc:163] Server-wide thread pool size limit: 3276
06:12:38.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.191537 16078 rpc_server.cc:307] RPC server started. Bound to: 127.15.116.252:43757
06:12:38.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.191597 16194 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.15.116.252:43757 every 8 connection(s)
06:12:38.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.192008 16078 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-2/data/info.pb
06:12:38.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.192611 16196 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:12:38.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.193849 16196 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.116.254" port: 43101 } has no permanent_uuid. Determining permanent_uuid...
06:12:38.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.195809 15827 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskwynGyp/build/release/bin/kudu as pid 16078
06:12:38.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.195891 15827 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster13981436968086648644/master-2/wal/instance
06:12:38.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.198609 16196 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.116.253" port: 35399 } has no permanent_uuid. Determining permanent_uuid...
06:12:38.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.201454 16196 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.116.252" port: 43757 } has no permanent_uuid. Determining permanent_uuid...
06:12:38.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.201563 16073 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.116.252" port: 43757 } attempt: 2
06:12:38.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.205665 16196 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a22319986c0d455eb6914f4f77df4bed: Bootstrap starting.
06:12:38.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.205855 16073 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 179ccaa9e535475092f0e6c0509fb421: Bootstrap starting.
06:12:38.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.206219 16196 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a22319986c0d455eb6914f4f77df4bed: Neither blocks nor log segments found. Creating new log.
06:12:38.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.206535 16073 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 179ccaa9e535475092f0e6c0509fb421: Neither blocks nor log segments found. Creating new log.
06:12:38.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.206543 16196 log.cc:826] T 00000000000000000000000000000000 P a22319986c0d455eb6914f4f77df4bed: Log is configured to *not* fsync() on all Append() calls
06:12:38.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.206830 16073 log.cc:826] T 00000000000000000000000000000000 P 179ccaa9e535475092f0e6c0509fb421: Log is configured to *not* fsync() on all Append() calls
06:12:38.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.207177 16196 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a22319986c0d455eb6914f4f77df4bed: No bootstrap required, opened a new log
06:12:38.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.207525 16073 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 179ccaa9e535475092f0e6c0509fb421: No bootstrap required, opened a new log
06:12:38.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.208995 16196 raft_consensus.cc:359] T 00000000000000000000000000000000 P a22319986c0d455eb6914f4f77df4bed [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "df32e43756b14bd29c5c2d4fff63b1b4" member_type: VOTER last_known_addr { host: "127.15.116.254" port: 43101 } } peers { permanent_uuid: "179ccaa9e535475092f0e6c0509fb421" member_type: VOTER last_known_addr { host: "127.15.116.253" port: 35399 } } peers { permanent_uuid: "a22319986c0d455eb6914f4f77df4bed" member_type: VOTER last_known_addr { host: "127.15.116.252" port: 43757 } }
06:12:38.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.209097 16196 raft_consensus.cc:385] T 00000000000000000000000000000000 P a22319986c0d455eb6914f4f77df4bed [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:12:38.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.209116 16196 raft_consensus.cc:740] T 00000000000000000000000000000000 P a22319986c0d455eb6914f4f77df4bed [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a22319986c0d455eb6914f4f77df4bed, State: Initialized, Role: FOLLOWER
06:12:38.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.209203 16196 consensus_queue.cc:260] T 00000000000000000000000000000000 P a22319986c0d455eb6914f4f77df4bed [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: "df32e43756b14bd29c5c2d4fff63b1b4" member_type: VOTER last_known_addr { host: "127.15.116.254" port: 43101 } } peers { permanent_uuid: "179ccaa9e535475092f0e6c0509fb421" member_type: VOTER last_known_addr { host: "127.15.116.253" port: 35399 } } peers { permanent_uuid: "a22319986c0d455eb6914f4f77df4bed" member_type: VOTER last_known_addr { host: "127.15.116.252" port: 43757 } }
06:12:38.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.209438 16196 sys_catalog.cc:565] T 00000000000000000000000000000000 P a22319986c0d455eb6914f4f77df4bed [sys.catalog]: configured and running, proceeding with master startup.
06:12:38.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.209391 16073 raft_consensus.cc:359] T 00000000000000000000000000000000 P 179ccaa9e535475092f0e6c0509fb421 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "df32e43756b14bd29c5c2d4fff63b1b4" member_type: VOTER last_known_addr { host: "127.15.116.254" port: 43101 } } peers { permanent_uuid: "179ccaa9e535475092f0e6c0509fb421" member_type: VOTER last_known_addr { host: "127.15.116.253" port: 35399 } } peers { permanent_uuid: "a22319986c0d455eb6914f4f77df4bed" member_type: VOTER last_known_addr { host: "127.15.116.252" port: 43757 } }
06:12:38.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.209436 16208 sys_catalog.cc:455] T 00000000000000000000000000000000 P a22319986c0d455eb6914f4f77df4bed [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: "df32e43756b14bd29c5c2d4fff63b1b4" member_type: VOTER last_known_addr { host: "127.15.116.254" port: 43101 } } peers { permanent_uuid: "179ccaa9e535475092f0e6c0509fb421" member_type: VOTER last_known_addr { host: "127.15.116.253" port: 35399 } } peers { permanent_uuid: "a22319986c0d455eb6914f4f77df4bed" member_type: VOTER last_known_addr { host: "127.15.116.252" port: 43757 } } }
06:12:38.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.209519 16073 raft_consensus.cc:385] T 00000000000000000000000000000000 P 179ccaa9e535475092f0e6c0509fb421 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:12:38.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.209540 16208 sys_catalog.cc:458] T 00000000000000000000000000000000 P a22319986c0d455eb6914f4f77df4bed [sys.catalog]: This master's current role is: FOLLOWER
06:12:38.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.209553 16073 raft_consensus.cc:740] T 00000000000000000000000000000000 P 179ccaa9e535475092f0e6c0509fb421 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 179ccaa9e535475092f0e6c0509fb421, State: Initialized, Role: FOLLOWER
06:12:38.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.209654 16073 consensus_queue.cc:260] T 00000000000000000000000000000000 P 179ccaa9e535475092f0e6c0509fb421 [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: "df32e43756b14bd29c5c2d4fff63b1b4" member_type: VOTER last_known_addr { host: "127.15.116.254" port: 43101 } } peers { permanent_uuid: "179ccaa9e535475092f0e6c0509fb421" member_type: VOTER last_known_addr { host: "127.15.116.253" port: 35399 } } peers { permanent_uuid: "a22319986c0d455eb6914f4f77df4bed" member_type: VOTER last_known_addr { host: "127.15.116.252" port: 43757 } }
06:12:38.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.209955 16073 sys_catalog.cc:565] T 00000000000000000000000000000000 P 179ccaa9e535475092f0e6c0509fb421 [sys.catalog]: configured and running, proceeding with master startup.
06:12:38.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.209965 16210 sys_catalog.cc:455] T 00000000000000000000000000000000 P 179ccaa9e535475092f0e6c0509fb421 [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: "df32e43756b14bd29c5c2d4fff63b1b4" member_type: VOTER last_known_addr { host: "127.15.116.254" port: 43101 } } peers { permanent_uuid: "179ccaa9e535475092f0e6c0509fb421" member_type: VOTER last_known_addr { host: "127.15.116.253" port: 35399 } } peers { permanent_uuid: "a22319986c0d455eb6914f4f77df4bed" member_type: VOTER last_known_addr { host: "127.15.116.252" port: 43757 } } }
06:12:38.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.210060 16210 sys_catalog.cc:458] T 00000000000000000000000000000000 P 179ccaa9e535475092f0e6c0509fb421 [sys.catalog]: This master's current role is: FOLLOWER
06:12:38.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.212541 16243 catalog_manager.cc:1614] T 00000000000000000000000000000000 P a22319986c0d455eb6914f4f77df4bed: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
06:12:38.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.212749 16243 catalog_manager.cc:884] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
06:12:38.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.212970 15968 master_runner.cc:187] Error getting master registration for 127.15.116.254:43101: OK, instance_id { permanent_uuid: "df32e43756b14bd29c5c2d4fff63b1b4" instance_seqno: 1786515157947735 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
06:12:38.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.214702 15968 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:12:38.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.215152 15827 external_mini_cluster.cc:956] 0 TS(s) registered with all masters
06:12:38.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.215526 16257 catalog_manager.cc:1614] T 00000000000000000000000000000000 P 179ccaa9e535475092f0e6c0509fb421: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
06:12:38.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.215572 16257 catalog_manager.cc:884] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
06:12:38.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.213754 16078 master_runner.cc:187] Error getting master registration for 127.15.116.254:43101: OK, instance_id { permanent_uuid: "df32e43756b14bd29c5c2d4fff63b1b4" instance_seqno: 1786515157947735 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
06:12:38.216 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:12:38.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.215687 16078 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:12:38.216 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

06:12:38.217 [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=	
06:12:38.216 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.15.116.254"
      port: 43101
    }
    bound_http_address {
      host: "127.15.116.254"
      port: 34367
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.15.116.253"
      port: 35399
    }
    bound_http_address {
      host: "127.15.116.253"
      port: 39903
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.15.116.252"
      port: 43757
    }
    bound_http_address {
      host: "127.15.116.252"
      port: 42617
    }
  }
}

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

06:12:38.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.217954 16234 client.h:372] Failed to connect to Hive Metastore (localhost:39449): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:38.218 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:12:38.219 [INFO - Metastore-Handler-Pool: Thread-202] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:12:38.219 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
06:12:38.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.219587 16254 client.h:372] Failed to connect to Hive Metastore (localhost:39449): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:38.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.220041 15827 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskwynGyp/build/release/bin/kudu with pid 15840
06:12:38.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.231810 15827 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskwynGyp/build/release/bin/kudu with pid 15968
06:12:38.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.242600 15827 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskwynGyp/build/release/bin/kudu with pid 16078
06:12:38.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:12:38Z chronyd exiting
.06:12:38.296 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:12:38.296 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:12:38.296 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:12:38.315 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive17062279252429592529
06:12:38.316 [INFO - Thread-142] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
06:12:38.316 [INFO - Thread-142] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
06:12:38.318 [INFO - Thread-142] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
06:12:38.318 [INFO - Thread-142] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
06:12:38.319 [INFO - Thread-142] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
06:12:38.319 [INFO - Thread-142] (HikariDataSource.java:350) objectstore - Shutdown initiated...
06:12:38.320 [INFO - Thread-142] (HikariDataSource.java:352) objectstore - Shutdown completed.
06:12:38.320 [INFO - Thread-142] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
06:12:38.321 [INFO - Thread-142] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
06:12:38.321 [INFO - Thread-142] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
06:12:38.322 [INFO - Thread-142] (HikariDataSource.java:80) objectstore - Starting...
06:12:38.381 [INFO - Thread-142] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:12:38.381 [INFO - Thread-142] (HikariDataSource.java:82) objectstore - Start completed.
06:12:38.381 [INFO - Thread-142] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
06:12:38.383 [INFO - Thread-142] (HikariDataSource.java:80) objectstore-secondary - Starting...
06:12:38.384 [INFO - Thread-142] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:12:38.385 [INFO - Thread-142] (HikariDataSource.java:82) objectstore-secondary - Start completed.
06:12:38.396 [INFO - Thread-142] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
06:12:38.396 [INFO - Thread-142] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
06:12:38.396 [INFO - Thread-142] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
06:12:38.414 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:38.415 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:38.416 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:38.416 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:38.416 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:38.416 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:38.635 [INFO - Thread-142] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
06:12:38.635 [INFO - Thread-142] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@67e88a74, with PersistenceManager: null will be shutdown
06:12:38.636 [INFO - Thread-142] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@67e88a74, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@193cf84d created in the thread with id: 203
06:12:38.637 [WARN - Thread-142] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
06:12:38.638 [INFO - Thread-142] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@67e88a74
06:12:38.741 [INFO - Thread-142] (HMSHandler.java:595) Started creating a default database with name: default
06:12:38.757 [INFO - Thread-142] (HMSHandler.java:605) Successfully created a default database with name: default
06:12:38.782 [INFO - Thread-142] (HMSHandler.java:668) Added admin role in metastore
06:12:38.783 [INFO - Thread-142] (HMSHandler.java:677) Added public role in metastore
06:12:38.812 [INFO - Thread-142] (HMSHandler.java:717) No user is added in admin role, since config is empty
06:12:38.813 [INFO - Thread-142] (HMSHandler.java:404) HMS server filtering is disabled by configuration
06:12:38.814 [INFO - Thread-142] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
06:12:38.814 [INFO - Thread-142] (HiveMetaStore.java:697) Direct SQL optimization = true
06:12:38.815 [WARN - Thread-142] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
06:12:38.815 [INFO - Thread-142] (HiveMetaStore.java:632) Started the new metaserver on port [33179]...
06:12:38.815 [INFO - Thread-142] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
06:12:38.815 [INFO - Thread-142] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
06:12:38.815 [INFO - Thread-142] (HiveMetaStore.java:635) TCP keepalive = true
06:12:38.815 [INFO - Thread-142] (HiveMetaStore.java:636) Enable SSL = false
06:12:39.317 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:12:39.318 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:12:39.318 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:12:39.320 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
06:12:39.320 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:33179]
06:12:39.320 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:33179) in binary transport mode
06:12:39.320 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:33179) current connections: 1
06:12:39.322 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskwynGyp/test-tmp
06:12:39.322 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
06:12:39.322 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskwynGyp/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
06:12:39.325 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

06:12:39.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.404779 16304 mini_oidc.cc:150] Starting JWKS server
06:12:39.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.405287 16304 webserver.cc:533] Webserver started at http://127.0.0.1:36207/ using document root <none> and password file <none>
06:12:39.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.405347 16304 mini_oidc.cc:186] Starting OIDC Discovery server
06:12:39.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.405478 16304 webserver.cc:533] Webserver started at http://127.0.0.1:33361/ using document root <none> and password file <none>
06:12:39.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:12:39Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
06:12:39.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:12:39Z Disabled control of system clock
06:12:39.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.416442 16304 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:39.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:39.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-0/wal
06:12:39.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-0/data
06:12:39.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:12:39.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:12:39.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:12:39.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:39.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:39.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:39.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-0/logs
06:12:39.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-0/data/info.pb
06:12:39.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:39.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:12:39.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:12:39.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:12:39.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:12:39.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:39.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:39.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:39.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:12:39.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:12:39.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:39.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:39.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.236.62:46539
06:12:39.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.236.62
06:12:39.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:39.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.236.20:42261
06:12:39.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:39.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:39.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:39.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:39.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.236.62:46539,127.15.236.61:46267,127.15.236.60:44787
06:12:39.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:39.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36207/jwks.json with env {}
06:12:39.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.494290 16324 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:12:39.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.494446 16324 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:12:39.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.494467 16324 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:12:39.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.495875 16324 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:12:39.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.495910 16324 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:12:39.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.495924 16324 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:12:39.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.495935 16324 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:12:39.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.495947 16324 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:12:39.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.495958 16324 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36207/jwks.json
06:12:39.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.497381 16324 master_runner.cc:387] Master server non-default flags:
06:12:39.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:39.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.236.20:42261
06:12:39.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:39.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:39.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-0/data
06:12:39.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-0/wal
06:12:39.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:39.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.236.62:46539,127.15.236.61:46267,127.15.236.60:44787
06:12:39.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:39.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:39.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:39.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.236.62:46539
06:12:39.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:39.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:12:39.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:39.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36207/jwks.json
06:12:39.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:39.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:39.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-0/data/info.pb
06:12:39.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.236.62
06:12:39.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:39.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:12:39.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.16324
06:12:39.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:39.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:12:39.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:12:39.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:39.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-0/logs
06:12:39.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:39.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:12:39.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:12:39.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:12:39.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:12:39.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:12:39.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
06:12:39.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:17 UTC on e7f111948823
06:12:39.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17644
06:12:39.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.497574 16324 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:12:39.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.497748 16324 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:12:39.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.499907 16338 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
06:12:39.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.499917 16336 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
06:12:39.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.500030 16335 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
06:12:39.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.500370 16324 server_base.cc:1061] running on GCE node
06:12:39.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.500538 16324 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:12:39.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.500720 16324 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:12:39.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.501842 16324 hybrid_clock.cc:648] HybridClock initialized: now 1786515159501809 us; error 48 us; skew 500 ppm
06:12:39.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.502722 16324 webserver.cc:533] Webserver started at http://127.15.236.62:40811/ using document root <none> and password file <none>
06:12:39.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.502929 16324 fs_manager.cc:362] Metadata directory not provided
06:12:39.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.503005 16324 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:12:39.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.503122 16324 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:12:39.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.503993 16324 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-0/data/instance:
06:12:39.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3a382e8903374330866113d2323a37f8"
06:12:39.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:39 on dist-test-slave-mjjr"
06:12:39.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.504328 16324 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-0/wal/instance:
06:12:39.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3a382e8903374330866113d2323a37f8"
06:12:39.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:39 on dist-test-slave-mjjr"
06:12:39.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.505535 16324 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
06:12:39.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.506201 16351 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:12:39.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.506376 16324 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
06:12:39.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.506482 16324 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-0/data,/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-0/wal
06:12:39.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3a382e8903374330866113d2323a37f8"
06:12:39.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:39 on dist-test-slave-mjjr"
06:12:39.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.506551 16324 fs_report.cc:389] FS layout report
06:12:39.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:12:39.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-0/wal
06:12:39.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-0/wal
06:12:39.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-0/data/data
06:12:39.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:12:39.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:12:39.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:12:39.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:12:39.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:12:39.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:12:39.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:12:39.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:12:39.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:12:39.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:12:39.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:12:39.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.536302 16324 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:12:39.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.536700 16324 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:12:39.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.536868 16324 kserver.cc:163] Server-wide thread pool size limit: 3276
06:12:39.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.541059 16324 rpc_server.cc:307] RPC server started. Bound to: 127.15.236.62:46539
06:12:39.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.541095 16434 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.15.236.62:46539 every 8 connection(s)
06:12:39.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.541474 16324 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-0/data/info.pb
06:12:39.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.542109 16436 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:12:39.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.543413 16436 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.236.62" port: 46539 } has no permanent_uuid. Determining permanent_uuid...
06:12:39.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.550849 16304 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskwynGyp/build/release/bin/kudu as pid 16324
06:12:39.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.550945 16304 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-0/wal/instance
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.551849 16304 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-1/wal
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-1/data
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-1/logs
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-1/data/info.pb
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.236.61:46267
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.236.61
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.236.20:42261
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.236.62:46539,127.15.236.61:46267,127.15.236.60:44787
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:39.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36207/jwks.json with env {}
06:12:39.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.552767 16436 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.236.61" port: 46267 } has no permanent_uuid. Determining permanent_uuid...
06:12:39.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.553268 16360 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.15.236.61:46267: connect: Connection refused (error 111)
06:12:39.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.553790 16436 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.236.61:46267: Network error: Client connection negotiation failed: client connection to 127.15.236.61:46267: connect: Connection refused (error 111)
06:12:39.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.603014 16436 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.236.61" port: 46267 } attempt: 1
06:12:39.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.603904 16436 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.236.61:46267: Network error: Client connection negotiation failed: client connection to 127.15.236.61:46267: connect: Connection refused (error 111)
06:12:39.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.634156 16440 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:12:39.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.634364 16440 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:12:39.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.634397 16440 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:12:39.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.636066 16440 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:12:39.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.636147 16440 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:12:39.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.636173 16440 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:12:39.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.636190 16440 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:12:39.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.636207 16440 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:12:39.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.636222 16440 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36207/jwks.json
06:12:39.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.638208 16440 master_runner.cc:387] Master server non-default flags:
06:12:39.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:39.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.236.20:42261
06:12:39.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:39.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:39.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-1/data
06:12:39.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-1/wal
06:12:39.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:39.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.236.62:46539,127.15.236.61:46267,127.15.236.60:44787
06:12:39.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:39.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:39.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:39.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.236.61:46267
06:12:39.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:39.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:12:39.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:39.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36207/jwks.json
06:12:39.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:39.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:39.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-1/data/info.pb
06:12:39.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.236.61
06:12:39.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:39.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:12:39.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.16440
06:12:39.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:39.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:12:39.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:12:39.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:39.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-1/logs
06:12:39.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:39.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:12:39.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:12:39.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:12:39.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:12:39.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:12:39.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
06:12:39.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:17 UTC on e7f111948823
06:12:39.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17644
06:12:39.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.638430 16440 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:12:39.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.638620 16440 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:12:39.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.641052 16450 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
06:12:39.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.641124 16452 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
06:12:39.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.641089 16449 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
06:12:39.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.641464 16440 server_base.cc:1061] running on GCE node
06:12:39.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.641656 16440 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:12:39.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.641891 16440 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:12:39.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.643042 16440 hybrid_clock.cc:648] HybridClock initialized: now 1786515159643026 us; error 27 us; skew 500 ppm
06:12:39.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.644204 16440 webserver.cc:533] Webserver started at http://127.15.236.61:45825/ using document root <none> and password file <none>
06:12:39.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.644428 16440 fs_manager.cc:362] Metadata directory not provided
06:12:39.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.644497 16440 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:12:39.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.644621 16440 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:12:39.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.645484 16440 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-1/data/instance:
06:12:39.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ff38297c117b4236a9e47084b7463c21"
06:12:39.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:39 on dist-test-slave-mjjr"
06:12:39.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.645841 16440 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-1/wal/instance:
06:12:39.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ff38297c117b4236a9e47084b7463c21"
06:12:39.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:39 on dist-test-slave-mjjr"
06:12:39.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.647042 16440 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.003s
06:12:39.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.647713 16463 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:12:39.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.647868 16440 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.000s
06:12:39.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.647927 16440 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-1/data,/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-1/wal
06:12:39.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ff38297c117b4236a9e47084b7463c21"
06:12:39.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:39 on dist-test-slave-mjjr"
06:12:39.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.647965 16440 fs_report.cc:389] FS layout report
06:12:39.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:12:39.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-1/wal
06:12:39.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-1/wal
06:12:39.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-1/data/data
06:12:39.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:12:39.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:12:39.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:12:39.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:12:39.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:12:39.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:12:39.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:12:39.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:12:39.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:12:39.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:12:39.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:12:39.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.672060 16436 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.236.61" port: 46267 } attempt: 2
06:12:39.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.672830 16436 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.236.61:46267: Network error: Client connection negotiation failed: client connection to 127.15.236.61:46267: connect: Connection refused (error 111)
06:12:39.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.674741 16440 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:12:39.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.675016 16440 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:12:39.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.675112 16440 kserver.cc:163] Server-wide thread pool size limit: 3276
06:12:39.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.679108 16440 rpc_server.cc:307] RPC server started. Bound to: 127.15.236.61:46267
06:12:39.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.679174 16551 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.15.236.61:46267 every 8 connection(s)
06:12:39.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.679425 16440 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-1/data/info.pb
06:12:39.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.679981 16552 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:12:39.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.681341 16552 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.236.62" port: 46539 } has no permanent_uuid. Determining permanent_uuid...
06:12:39.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.685753 16552 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.236.61" port: 46267 } has no permanent_uuid. Determining permanent_uuid...
06:12:39.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.687456 16304 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskwynGyp/build/release/bin/kudu as pid 16440
06:12:39.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.687549 16304 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-1/wal/instance
06:12:39.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.688010 16304 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:39.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwynGyp/build/release/bin/kudu
06:12:39.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-2/wal
06:12:39.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-2/data
06:12:39.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:12:39.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:12:39.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:12:39.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:39.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:39.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:39.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-2/logs
06:12:39.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-2/data/info.pb
06:12:39.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:39.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:12:39.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:12:39.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:12:39.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:12:39.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:39.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:39.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:39.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:12:39.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:12:39.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:39.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:39.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.236.60:44787
06:12:39.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.236.60
06:12:39.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:39.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.236.20:42261
06:12:39.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:39.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:39.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:39.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:39.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.236.62:46539,127.15.236.61:46267,127.15.236.60:44787
06:12:39.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:39.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36207/jwks.json with env {}
06:12:39.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.689543 16552 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.236.60" port: 44787 } has no permanent_uuid. Determining permanent_uuid...
06:12:39.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.689921 16470 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.15.236.60:44787: connect: Connection refused (error 111)
06:12:39.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.690524 16552 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.236.60:44787: Network error: Client connection negotiation failed: client connection to 127.15.236.60:44787: connect: Connection refused (error 111)
06:12:39.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.739778 16552 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.236.60" port: 44787 } attempt: 1
06:12:39.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.740759 16552 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.236.60:44787: Network error: Client connection negotiation failed: client connection to 127.15.236.60:44787: connect: Connection refused (error 111)
06:12:39.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.763983 16436 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.236.61" port: 46267 } attempt: 3
06:12:39.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.767418 16436 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.236.60" port: 44787 } has no permanent_uuid. Determining permanent_uuid...
06:12:39.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.768126 16436 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.236.60:44787: Network error: Client connection negotiation failed: client connection to 127.15.236.60:44787: connect: Connection refused (error 111)
06:12:39.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.774997 16560 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:12:39.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.775147 16560 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:12:39.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.775166 16560 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:12:39.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.776660 16560 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:12:39.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.776701 16560 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:12:39.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.776715 16560 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:12:39.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.776727 16560 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:12:39.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.776739 16560 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:12:39.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.776750 16560 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36207/jwks.json
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.778205 16560 master_runner.cc:387] Master server non-default flags:
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.236.20:42261
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-2/data
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-2/wal
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.236.62:46539,127.15.236.61:46267,127.15.236.60:44787
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.236.60:44787
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36207/jwks.json
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-2/data/info.pb
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.236.60
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.16560
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-2/logs
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:17 UTC on e7f111948823
06:12:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17644
06:12:39.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.778394 16560 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:12:39.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.778568 16560 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:12:39.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.780804 16570 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
06:12:39.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.780941 16560 server_base.cc:1061] running on GCE node
06:12:39.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.780771 16571 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
06:12:39.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.780853 16578 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
06:12:39.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.781456 16560 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:12:39.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.781790 16560 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:12:39.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.782938 16560 hybrid_clock.cc:648] HybridClock initialized: now 1786515159782920 us; error 30 us; skew 500 ppm
06:12:39.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.784006 16560 webserver.cc:533] Webserver started at http://127.15.236.60:46633/ using document root <none> and password file <none>
06:12:39.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.784230 16560 fs_manager.cc:362] Metadata directory not provided
06:12:39.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.784307 16560 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:12:39.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.784427 16560 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:12:39.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.785271 16560 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-2/data/instance:
06:12:39.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2ace238901c34097a21c4e3dd38b1351"
06:12:39.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:39 on dist-test-slave-mjjr"
06:12:39.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.785651 16560 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-2/wal/instance:
06:12:39.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2ace238901c34097a21c4e3dd38b1351"
06:12:39.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:39 on dist-test-slave-mjjr"
06:12:39.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.786856 16560 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.003s
06:12:39.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.787554 16589 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:12:39.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.787746 16560 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.001s
06:12:39.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.787844 16560 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-2/data,/tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-2/wal
06:12:39.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2ace238901c34097a21c4e3dd38b1351"
06:12:39.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:39 on dist-test-slave-mjjr"
06:12:39.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.787902 16560 fs_report.cc:389] FS layout report
06:12:39.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:12:39.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-2/wal
06:12:39.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-2/wal
06:12:39.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-2/data/data
06:12:39.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:12:39.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:12:39.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:12:39.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:12:39.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:12:39.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:12:39.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:12:39.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:12:39.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:12:39.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:12:39.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:12:39.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.799286 16436 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.236.60" port: 44787 } attempt: 1
06:12:39.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.799804 16560 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:12:39.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.800143 16560 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:12:39.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.800154 16436 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.236.60:44787: Network error: Client connection negotiation failed: client connection to 127.15.236.60:44787: connect: Connection refused (error 111)
06:12:39.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.800282 16560 kserver.cc:163] Server-wide thread pool size limit: 3276
06:12:39.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.804188 16560 rpc_server.cc:307] RPC server started. Bound to: 127.15.236.60:44787
06:12:39.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.804217 16669 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.15.236.60:44787 every 8 connection(s)
06:12:39.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.804574 16560 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-2/data/info.pb
06:12:39.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.805191 16670 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:12:39.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.806485 16670 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.236.62" port: 46539 } has no permanent_uuid. Determining permanent_uuid...
06:12:39.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.808933 16552 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.236.60" port: 44787 } attempt: 2
06:12:39.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.811439 16670 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.236.61" port: 46267 } has no permanent_uuid. Determining permanent_uuid...
06:12:39.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.813532 16304 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskwynGyp/build/release/bin/kudu as pid 16560
06:12:39.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.813613 16304 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskwynGyp/test-tmp/mini-kudu-cluster7889826560754556981/master-2/wal/instance
06:12:39.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.814281 16552 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ff38297c117b4236a9e47084b7463c21: Bootstrap starting.
06:12:39.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.815068 16552 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ff38297c117b4236a9e47084b7463c21: Neither blocks nor log segments found. Creating new log.
06:12:39.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.815276 16552 log.cc:826] T 00000000000000000000000000000000 P ff38297c117b4236a9e47084b7463c21: Log is configured to *not* fsync() on all Append() calls
06:12:39.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.815485 16670 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.236.60" port: 44787 } has no permanent_uuid. Determining permanent_uuid...
06:12:39.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.816088 16552 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ff38297c117b4236a9e47084b7463c21: No bootstrap required, opened a new log
06:12:39.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.817528 16552 raft_consensus.cc:359] T 00000000000000000000000000000000 P ff38297c117b4236a9e47084b7463c21 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a382e8903374330866113d2323a37f8" member_type: VOTER last_known_addr { host: "127.15.236.62" port: 46539 } } peers { permanent_uuid: "ff38297c117b4236a9e47084b7463c21" member_type: VOTER last_known_addr { host: "127.15.236.61" port: 46267 } } peers { permanent_uuid: "2ace238901c34097a21c4e3dd38b1351" member_type: VOTER last_known_addr { host: "127.15.236.60" port: 44787 } }
06:12:39.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.817634 16552 raft_consensus.cc:385] T 00000000000000000000000000000000 P ff38297c117b4236a9e47084b7463c21 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:12:39.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.817655 16552 raft_consensus.cc:740] T 00000000000000000000000000000000 P ff38297c117b4236a9e47084b7463c21 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ff38297c117b4236a9e47084b7463c21, State: Initialized, Role: FOLLOWER
06:12:39.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.817747 16552 consensus_queue.cc:260] T 00000000000000000000000000000000 P ff38297c117b4236a9e47084b7463c21 [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: "3a382e8903374330866113d2323a37f8" member_type: VOTER last_known_addr { host: "127.15.236.62" port: 46539 } } peers { permanent_uuid: "ff38297c117b4236a9e47084b7463c21" member_type: VOTER last_known_addr { host: "127.15.236.61" port: 46267 } } peers { permanent_uuid: "2ace238901c34097a21c4e3dd38b1351" member_type: VOTER last_known_addr { host: "127.15.236.60" port: 44787 } }
06:12:39.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.818042 16552 sys_catalog.cc:565] T 00000000000000000000000000000000 P ff38297c117b4236a9e47084b7463c21 [sys.catalog]: configured and running, proceeding with master startup.
06:12:39.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.818148 16680 sys_catalog.cc:455] T 00000000000000000000000000000000 P ff38297c117b4236a9e47084b7463c21 [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: "3a382e8903374330866113d2323a37f8" member_type: VOTER last_known_addr { host: "127.15.236.62" port: 46539 } } peers { permanent_uuid: "ff38297c117b4236a9e47084b7463c21" member_type: VOTER last_known_addr { host: "127.15.236.61" port: 46267 } } peers { permanent_uuid: "2ace238901c34097a21c4e3dd38b1351" member_type: VOTER last_known_addr { host: "127.15.236.60" port: 44787 } } }
06:12:39.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.818240 16680 sys_catalog.cc:458] T 00000000000000000000000000000000 P ff38297c117b4236a9e47084b7463c21 [sys.catalog]: This master's current role is: FOLLOWER
06:12:39.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.820276 16698 catalog_manager.cc:1614] T 00000000000000000000000000000000 P ff38297c117b4236a9e47084b7463c21: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
06:12:39.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.820482 16698 catalog_manager.cc:884] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
06:12:39.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.820494 16440 master_runner.cc:187] Error getting master registration for 127.15.236.62:46539: OK, instance_id { permanent_uuid: "3a382e8903374330866113d2323a37f8" instance_seqno: 1786515159539938 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
06:12:39.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.822312 16440 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:12:39.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.824155 16670 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351: Bootstrap starting.
06:12:39.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.824771 16670 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351: Neither blocks nor log segments found. Creating new log.
06:12:39.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.825060 16670 log.cc:826] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351: Log is configured to *not* fsync() on all Append() calls
06:12:39.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.825992 16670 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351: No bootstrap required, opened a new log
06:12:39.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.828291 16670 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a382e8903374330866113d2323a37f8" member_type: VOTER last_known_addr { host: "127.15.236.62" port: 46539 } } peers { permanent_uuid: "ff38297c117b4236a9e47084b7463c21" member_type: VOTER last_known_addr { host: "127.15.236.61" port: 46267 } } peers { permanent_uuid: "2ace238901c34097a21c4e3dd38b1351" member_type: VOTER last_known_addr { host: "127.15.236.60" port: 44787 } }
06:12:39.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.828447 16670 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:12:39.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.828485 16670 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2ace238901c34097a21c4e3dd38b1351, State: Initialized, Role: FOLLOWER
06:12:39.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.828619 16670 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351 [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: "3a382e8903374330866113d2323a37f8" member_type: VOTER last_known_addr { host: "127.15.236.62" port: 46539 } } peers { permanent_uuid: "ff38297c117b4236a9e47084b7463c21" member_type: VOTER last_known_addr { host: "127.15.236.61" port: 46267 } } peers { permanent_uuid: "2ace238901c34097a21c4e3dd38b1351" member_type: VOTER last_known_addr { host: "127.15.236.60" port: 44787 } }
06:12:39.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.828922 16670 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351 [sys.catalog]: configured and running, proceeding with master startup.
06:12:39.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.829214 16304 external_mini_cluster.cc:956] 0 TS(s) registered with all masters
06:12:39.830 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:12:39.830 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

06:12:39.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.830812 16722 catalog_manager.cc:1614] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
06:12:39.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.831004 16722 catalog_manager.cc:884] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
06:12:39.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.830439 16702 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351 [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: "3a382e8903374330866113d2323a37f8" member_type: VOTER last_known_addr { host: "127.15.236.62" port: 46539 } } peers { permanent_uuid: "ff38297c117b4236a9e47084b7463c21" member_type: VOTER last_known_addr { host: "127.15.236.61" port: 46267 } } peers { permanent_uuid: "2ace238901c34097a21c4e3dd38b1351" member_type: VOTER last_known_addr { host: "127.15.236.60" port: 44787 } } }
06:12:39.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.831846 16702 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351 [sys.catalog]: This master's current role is: FOLLOWER
06:12:39.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.831173 16560 master_runner.cc:187] Error getting master registration for 127.15.236.62:46539: OK, instance_id { permanent_uuid: "3a382e8903374330866113d2323a37f8" instance_seqno: 1786515159539938 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
06:12:39.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.832845 16560 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:12:39.831 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.15.236.62"
      port: 46539
    }
    bound_http_address {
      host: "127.15.236.62"
      port: 40811
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.15.236.61"
      port: 46267
    }
    bound_http_address {
      host: "127.15.236.61"
      port: 45825
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.15.236.60"
      port: 44787
    }
    bound_http_address {
      host: "127.15.236.60"
      port: 46633
    }
  }
}

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

06:12:39.833 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:12:39.834 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=c9e5f089-1810-4196-bf31-c67a9af6aba2, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.15.236.60:44787,127.15.236.61:46267,127.15.236.62:46539}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:12:39.836 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
06:12:39.836 [INFO - Metastore-Handler-Pool: Thread-224] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
06:12:39.836 [INFO - Metastore-Handler-Pool: Thread-224] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3b469d78, with PersistenceManager: null will be shutdown
06:12:39.836 [INFO - Metastore-Handler-Pool: Thread-224] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3b469d78, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2c504cf3 created in the thread with id: 224
06:12:39.841 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3b469d78
06:12:39.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.875296 16436 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.236.60" port: 44787 } attempt: 2
06:12:39.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.880664 16436 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3a382e8903374330866113d2323a37f8: Bootstrap starting.
06:12:39.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.881431 16436 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3a382e8903374330866113d2323a37f8: Neither blocks nor log segments found. Creating new log.
06:12:39.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.881706 16436 log.cc:826] T 00000000000000000000000000000000 P 3a382e8903374330866113d2323a37f8: Log is configured to *not* fsync() on all Append() calls
06:12:39.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.882470 16436 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3a382e8903374330866113d2323a37f8: No bootstrap required, opened a new log
06:12:39.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.884775 16436 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3a382e8903374330866113d2323a37f8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a382e8903374330866113d2323a37f8" member_type: VOTER last_known_addr { host: "127.15.236.62" port: 46539 } } peers { permanent_uuid: "ff38297c117b4236a9e47084b7463c21" member_type: VOTER last_known_addr { host: "127.15.236.61" port: 46267 } } peers { permanent_uuid: "2ace238901c34097a21c4e3dd38b1351" member_type: VOTER last_known_addr { host: "127.15.236.60" port: 44787 } }
06:12:39.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.884896 16436 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3a382e8903374330866113d2323a37f8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:12:39.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.884931 16436 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3a382e8903374330866113d2323a37f8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3a382e8903374330866113d2323a37f8, State: Initialized, Role: FOLLOWER
06:12:39.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.885316 16436 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3a382e8903374330866113d2323a37f8 [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: "3a382e8903374330866113d2323a37f8" member_type: VOTER last_known_addr { host: "127.15.236.62" port: 46539 } } peers { permanent_uuid: "ff38297c117b4236a9e47084b7463c21" member_type: VOTER last_known_addr { host: "127.15.236.61" port: 46267 } } peers { permanent_uuid: "2ace238901c34097a21c4e3dd38b1351" member_type: VOTER last_known_addr { host: "127.15.236.60" port: 44787 } }
06:12:39.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.885795 16436 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3a382e8903374330866113d2323a37f8 [sys.catalog]: configured and running, proceeding with master startup.
06:12:39.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.889192 16746 catalog_manager.cc:1614] T 00000000000000000000000000000000 P 3a382e8903374330866113d2323a37f8: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
06:12:39.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.889384 16746 catalog_manager.cc:884] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
06:12:39.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.889748 16702 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
06:12:39.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.889850 16702 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a382e8903374330866113d2323a37f8" member_type: VOTER last_known_addr { host: "127.15.236.62" port: 46539 } } peers { permanent_uuid: "ff38297c117b4236a9e47084b7463c21" member_type: VOTER last_known_addr { host: "127.15.236.61" port: 46267 } } peers { permanent_uuid: "2ace238901c34097a21c4e3dd38b1351" member_type: VOTER last_known_addr { host: "127.15.236.60" port: 44787 } }
06:12:39.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.890101 16702 leader_election.cc:290] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3a382e8903374330866113d2323a37f8 (127.15.236.62:46539), ff38297c117b4236a9e47084b7463c21 (127.15.236.61:46267)
06:12:39.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.890357 16513 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2ace238901c34097a21c4e3dd38b1351" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ff38297c117b4236a9e47084b7463c21" is_pre_election: true
06:12:39.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.890514 16513 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ff38297c117b4236a9e47084b7463c21 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2ace238901c34097a21c4e3dd38b1351 in term 0.
06:12:39.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.890705 16399 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2ace238901c34097a21c4e3dd38b1351" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3a382e8903374330866113d2323a37f8" is_pre_election: true
06:12:39.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.890798 16399 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 3a382e8903374330866113d2323a37f8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2ace238901c34097a21c4e3dd38b1351 in term 0.
06:12:39.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.890991 16590 leader_election.cc:304] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351 [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: 2ace238901c34097a21c4e3dd38b1351, 3a382e8903374330866113d2323a37f8; no voters: 
06:12:39.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.891474 16324 master_runner.cc:264] No leader master found from master 3a382e8903374330866113d2323a37f8
06:12:39.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.891525 16324 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:12:39.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.891601 16702 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351 [term 0 FOLLOWER]: Leader pre-election won for term 1
06:12:39.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.891681 16702 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
06:12:39.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.891706 16702 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351 [term 0 FOLLOWER]: Advancing to term 1
06:12:39.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.892542 16702 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a382e8903374330866113d2323a37f8" member_type: VOTER last_known_addr { host: "127.15.236.62" port: 46539 } } peers { permanent_uuid: "ff38297c117b4236a9e47084b7463c21" member_type: VOTER last_known_addr { host: "127.15.236.61" port: 46267 } } peers { permanent_uuid: "2ace238901c34097a21c4e3dd38b1351" member_type: VOTER last_known_addr { host: "127.15.236.60" port: 44787 } }
06:12:39.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.892678 16702 leader_election.cc:290] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351 [CANDIDATE]: Term 1 election: Requested vote from peers 3a382e8903374330866113d2323a37f8 (127.15.236.62:46539), ff38297c117b4236a9e47084b7463c21 (127.15.236.61:46267)
06:12:39.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.892855 16399 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2ace238901c34097a21c4e3dd38b1351" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3a382e8903374330866113d2323a37f8"
06:12:39.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.892925 16399 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3a382e8903374330866113d2323a37f8 [term 0 FOLLOWER]: Advancing to term 1
06:12:39.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.893707 16399 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 3a382e8903374330866113d2323a37f8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2ace238901c34097a21c4e3dd38b1351 in term 1.
06:12:39.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.893869 16590 leader_election.cc:304] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351 [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: 2ace238901c34097a21c4e3dd38b1351, 3a382e8903374330866113d2323a37f8; no voters: 
06:12:39.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.894058 16513 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2ace238901c34097a21c4e3dd38b1351" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ff38297c117b4236a9e47084b7463c21"
06:12:39.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.894137 16513 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ff38297c117b4236a9e47084b7463c21 [term 0 FOLLOWER]: Advancing to term 1
06:12:39.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.894923 16513 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ff38297c117b4236a9e47084b7463c21 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2ace238901c34097a21c4e3dd38b1351 in term 1.
06:12:39.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.895128 16702 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351 [term 1 FOLLOWER]: Leader election won for term 1
06:12:39.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.895277 16702 raft_consensus.cc:697] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351 [term 1 LEADER]: Becoming Leader. State: Replica: 2ace238901c34097a21c4e3dd38b1351, State: Running, Role: LEADER
06:12:39.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.895358 16702 consensus_queue.cc:237] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351 [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: "3a382e8903374330866113d2323a37f8" member_type: VOTER last_known_addr { host: "127.15.236.62" port: 46539 } } peers { permanent_uuid: "ff38297c117b4236a9e47084b7463c21" member_type: VOTER last_known_addr { host: "127.15.236.61" port: 46267 } } peers { permanent_uuid: "2ace238901c34097a21c4e3dd38b1351" member_type: VOTER last_known_addr { host: "127.15.236.60" port: 44787 } }
06:12:39.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.896121 16702 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2ace238901c34097a21c4e3dd38b1351. Latest consensus state: current_term: 1 leader_uuid: "2ace238901c34097a21c4e3dd38b1351" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a382e8903374330866113d2323a37f8" member_type: VOTER last_known_addr { host: "127.15.236.62" port: 46539 } } peers { permanent_uuid: "ff38297c117b4236a9e47084b7463c21" member_type: VOTER last_known_addr { host: "127.15.236.61" port: 46267 } } peers { permanent_uuid: "2ace238901c34097a21c4e3dd38b1351" member_type: VOTER last_known_addr { host: "127.15.236.60" port: 44787 } } }
06:12:39.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.896188 16702 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351 [sys.catalog]: This master's current role is: LEADER
06:12:39.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.901587 16731 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3a382e8903374330866113d2323a37f8 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a382e8903374330866113d2323a37f8" member_type: VOTER last_known_addr { host: "127.15.236.62" port: 46539 } } peers { permanent_uuid: "ff38297c117b4236a9e47084b7463c21" member_type: VOTER last_known_addr { host: "127.15.236.61" port: 46267 } } peers { permanent_uuid: "2ace238901c34097a21c4e3dd38b1351" member_type: VOTER last_known_addr { host: "127.15.236.60" port: 44787 } } }
06:12:39.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.901844 16731 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3a382e8903374330866113d2323a37f8 [sys.catalog]: This master's current role is: FOLLOWER
06:12:39.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.904179 16759 catalog_manager.cc:1531] Loading table and tablet metadata into memory...
06:12:39.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.904536 16759 catalog_manager.cc:1540] Initializing Kudu cluster ID...
06:12:39.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.920538 16399 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 3a382e8903374330866113d2323a37f8 [term 1 FOLLOWER]: Refusing update from remote peer 2ace238901c34097a21c4e3dd38b1351: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
06:12:39.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.920557 16513 raft_consensus.cc:1275] T 00000000000000000000000000000000 P ff38297c117b4236a9e47084b7463c21 [term 1 FOLLOWER]: Refusing update from remote peer 2ace238901c34097a21c4e3dd38b1351: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
06:12:39.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.921006 16750 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ff38297c117b4236a9e47084b7463c21" member_type: VOTER last_known_addr { host: "127.15.236.61" port: 46267 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
06:12:39.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.922375 16680 sys_catalog.cc:455] T 00000000000000000000000000000000 P ff38297c117b4236a9e47084b7463c21 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2ace238901c34097a21c4e3dd38b1351. Latest consensus state: current_term: 1 leader_uuid: "2ace238901c34097a21c4e3dd38b1351" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a382e8903374330866113d2323a37f8" member_type: VOTER last_known_addr { host: "127.15.236.62" port: 46539 } } peers { permanent_uuid: "ff38297c117b4236a9e47084b7463c21" member_type: VOTER last_known_addr { host: "127.15.236.61" port: 46267 } } peers { permanent_uuid: "2ace238901c34097a21c4e3dd38b1351" member_type: VOTER last_known_addr { host: "127.15.236.60" port: 44787 } } }
06:12:39.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.922477 16680 sys_catalog.cc:458] T 00000000000000000000000000000000 P ff38297c117b4236a9e47084b7463c21 [sys.catalog]: This master's current role is: FOLLOWER
06:12:39.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.922753 16750 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3a382e8903374330866113d2323a37f8" member_type: VOTER last_known_addr { host: "127.15.236.62" port: 46539 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
06:12:39.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.923843 16731 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3a382e8903374330866113d2323a37f8 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2ace238901c34097a21c4e3dd38b1351. Latest consensus state: current_term: 1 leader_uuid: "2ace238901c34097a21c4e3dd38b1351" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a382e8903374330866113d2323a37f8" member_type: VOTER last_known_addr { host: "127.15.236.62" port: 46539 } } peers { permanent_uuid: "ff38297c117b4236a9e47084b7463c21" member_type: VOTER last_known_addr { host: "127.15.236.61" port: 46267 } } peers { permanent_uuid: "2ace238901c34097a21c4e3dd38b1351" member_type: VOTER last_known_addr { host: "127.15.236.60" port: 44787 } } }
06:12:39.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.923919 16731 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3a382e8903374330866113d2323a37f8 [sys.catalog]: This master's current role is: FOLLOWER
06:12:39.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.925631 16477 tablet.cc:2406] T 00000000000000000000000000000000 P ff38297c117b4236a9e47084b7463c21: Can't schedule compaction. Clean time has not been advanced past its initial value.
06:12:39.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.932188 16750 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "2ace238901c34097a21c4e3dd38b1351" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a382e8903374330866113d2323a37f8" member_type: VOTER last_known_addr { host: "127.15.236.62" port: 46539 } } peers { permanent_uuid: "ff38297c117b4236a9e47084b7463c21" member_type: VOTER last_known_addr { host: "127.15.236.61" port: 46267 } } peers { permanent_uuid: "2ace238901c34097a21c4e3dd38b1351" member_type: VOTER last_known_addr { host: "127.15.236.60" port: 44787 } } }
06:12:39.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.932298 16750 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351 [sys.catalog]: This master's current role is: LEADER
06:12:39.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.932446 16760 mvcc.cc:204] Tried to move back new op lower bound from 7317566095032020992 to 7317566094933610496. Current Snapshot: MvccSnapshot[applied={T|T < 7317566095032020992}]
06:12:39.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.932857 16702 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "2ace238901c34097a21c4e3dd38b1351" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a382e8903374330866113d2323a37f8" member_type: VOTER last_known_addr { host: "127.15.236.62" port: 46539 } } peers { permanent_uuid: "ff38297c117b4236a9e47084b7463c21" member_type: VOTER last_known_addr { host: "127.15.236.61" port: 46267 } } peers { permanent_uuid: "2ace238901c34097a21c4e3dd38b1351" member_type: VOTER last_known_addr { host: "127.15.236.60" port: 44787 } } }
06:12:39.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.932937 16702 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351 [sys.catalog]: This master's current role is: LEADER
06:12:39.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.933197 16680 sys_catalog.cc:455] T 00000000000000000000000000000000 P ff38297c117b4236a9e47084b7463c21 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "2ace238901c34097a21c4e3dd38b1351" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a382e8903374330866113d2323a37f8" member_type: VOTER last_known_addr { host: "127.15.236.62" port: 46539 } } peers { permanent_uuid: "ff38297c117b4236a9e47084b7463c21" member_type: VOTER last_known_addr { host: "127.15.236.61" port: 46267 } } peers { permanent_uuid: "2ace238901c34097a21c4e3dd38b1351" member_type: VOTER last_known_addr { host: "127.15.236.60" port: 44787 } } }
06:12:39.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.933287 16680 sys_catalog.cc:458] T 00000000000000000000000000000000 P ff38297c117b4236a9e47084b7463c21 [sys.catalog]: This master's current role is: FOLLOWER
06:12:39.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.933358 16731 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3a382e8903374330866113d2323a37f8 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "2ace238901c34097a21c4e3dd38b1351" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a382e8903374330866113d2323a37f8" member_type: VOTER last_known_addr { host: "127.15.236.62" port: 46539 } } peers { permanent_uuid: "ff38297c117b4236a9e47084b7463c21" member_type: VOTER last_known_addr { host: "127.15.236.61" port: 46267 } } peers { permanent_uuid: "2ace238901c34097a21c4e3dd38b1351" member_type: VOTER last_known_addr { host: "127.15.236.60" port: 44787 } } }
06:12:39.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.933429 16731 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3a382e8903374330866113d2323a37f8 [sys.catalog]: This master's current role is: FOLLOWER
06:12:39.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.933523 16765 mvcc.cc:204] Tried to move back new op lower bound from 7317566095032020992 to 7317566094933610496. Current Snapshot: MvccSnapshot[applied={T|T < 7317566095032020992}]
06:12:39.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.934003 16763 mvcc.cc:204] Tried to move back new op lower bound from 7317566095032020992 to 7317566094933610496. Current Snapshot: MvccSnapshot[applied={T|T < 7317566095032020992}]
06:12:39.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.944496 16759 catalog_manager.cc:1384] Generated new cluster ID: 27fb1c3e12364ac4ab9297edadeadbb3
06:12:39.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.944571 16759 catalog_manager.cc:1551] Initializing Kudu internal certificate authority...
06:12:39.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.996075 16759 catalog_manager.cc:1407] Generated new certificate authority record
06:12:39.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.997120 16759 catalog_manager.cc:1560] Loading token signing keys...
06:12:40.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.014055 16759 catalog_manager.cc:6112] T 00000000000000000000000000000000 P 2ace238901c34097a21c4e3dd38b1351: Generated new TSK 0
06:12:40.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.014760 16759 catalog_manager.cc:1570] Initializing in-progress tserver states...
06:12:40.185 [WARN - Metastore-Handler-Pool: Thread-224] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:12:40.189 [WARN - Metastore-Handler-Pool: Thread-224] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:12:40.190 [WARN - Metastore-Handler-Pool: Thread-224] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:12:40.245 [INFO - Metastore-Handler-Pool: Thread-224] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:12:40.249 [INFO - Metastore-Handler-Pool: Thread-224] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive17062279252429592529/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=c9e5f089-1810-4196-bf31-c67a9af6aba2, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.15.236.60:44787,127.15.236.61:46267,127.15.236.62:46539}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:12:40.250 [INFO - Metastore-Handler-Pool: Thread-224] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive17062279252429592529/external-warehouse/table
06:12:40.303 [DEBUG - Metastore-Handler-Pool: Thread-224] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
06:12:40.304 [DEBUG - Metastore-Handler-Pool: Thread-224] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
06:12:40.306 [DEBUG - Metastore-Handler-Pool: Thread-224] (Connection.java:748) [peer master-127.15.236.60:44787(127.15.236.60:44787)] connecting to peer
06:12:40.307 [DEBUG - Metastore-Handler-Pool: Thread-224] (Connection.java:748) [peer master-127.15.236.61:46267(127.15.236.61:46267)] connecting to peer
06:12:40.308 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.15.236.60:44787(127.15.236.60:44787)] Successfully connected to peer
06:12:40.315 [DEBUG - Metastore-Handler-Pool: Thread-224] (Connection.java:748) [peer master-127.15.236.62:46539(127.15.236.62:46539)] connecting to peer
06:12:40.316 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.15.236.60
06:12:40.317 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.15.236.61:46267(127.15.236.61:46267)] Successfully connected to peer
06:12:40.320 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.15.236.61
06:12:40.339 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:12:40.341 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:12:40.342 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.15.236.62:46539(127.15.236.62:46539)] Successfully connected to peer
06:12:40.345 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.15.236.62
06:12:40.348 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xa3571050, L:/127.0.0.1:55542 - R:/127.15.236.60:44787] using SASL/PLAIN
06:12:40.351 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
06:12:40.359 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x81f2ec81, L:/127.0.0.1:58280 - R:/127.15.236.61:46267] using SASL/PLAIN
06:12:40.366 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:12:40.371 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xfa707a0f, L:/127.0.0.1:52900 - R:/127.15.236.62:46539] using SASL/PLAIN
06:12:40.387 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
06:12:40.415 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:3711) Skipping translation for processor with null
06:12:40.416 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:12:40.424 [INFO - Metastore-Handler-Pool: Thread-224] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:12:40.463 [INFO - Metastore-Handler-Pool: Thread-224] (MetaStoreServerUtils.java:473) Updating table stats for table
06:12:40.463 [INFO - Metastore-Handler-Pool: Thread-224] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:12:40.549 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
06:12:40.574 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:3711) Skipping translation for processor with null
06:12:40.576 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
06:12:40.690 [WARN - Metastore-Handler-Pool: Thread-224] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:12:40.806 [WARN - Metastore-Handler-Pool: Thread-224] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:12:40.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.821229 16698 catalog_manager.cc:1296] Loaded cluster ID: 27fb1c3e12364ac4ab9297edadeadbb3
06:12:40.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.821317 16698 catalog_manager.cc:1608] T 00000000000000000000000000000000 P ff38297c117b4236a9e47084b7463c21: loading cluster ID for follower catalog manager: success
06:12:40.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.822692 16698 catalog_manager.cc:1630] T 00000000000000000000000000000000 P ff38297c117b4236a9e47084b7463c21: acquiring CA information for follower catalog manager: success
06:12:40.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.823002 16698 catalog_manager.cc:1658] T 00000000000000000000000000000000 P ff38297c117b4236a9e47084b7463c21: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
06:12:40.838 [WARN - Metastore-Handler-Pool: Thread-224] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:12:40.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.890012 16746 catalog_manager.cc:1296] Loaded cluster ID: 27fb1c3e12364ac4ab9297edadeadbb3
06:12:40.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.890118 16746 catalog_manager.cc:1608] T 00000000000000000000000000000000 P 3a382e8903374330866113d2323a37f8: loading cluster ID for follower catalog manager: success
06:12:40.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.891551 16746 catalog_manager.cc:1630] T 00000000000000000000000000000000 P 3a382e8903374330866113d2323a37f8: acquiring CA information for follower catalog manager: success
06:12:40.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.891937 16746 catalog_manager.cc:1658] T 00000000000000000000000000000000 P 3a382e8903374330866113d2323a37f8: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
06:12:40.937 [INFO - Metastore-Handler-Pool: Thread-224] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
06:12:40.938 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
06:12:40.938 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
06:12:40.938 [INFO - Metastore-Handler-Pool: Thread-224] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3b469d78, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2c504cf3 will be shutdown
06:12:40.938 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
06:12:40.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.938535 16304 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskwynGyp/build/release/bin/kudu with pid 16324
06:12:40.953 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.15.236.62:46539(127.15.236.62:46539)] handling channelInactive
06:12:40.953 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.15.236.62:46539(127.15.236.62:46539)] cleaning up while in state READY due to: connection closed
06:12:40.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.954741 16304 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskwynGyp/build/release/bin/kudu with pid 16440
06:12:40.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.981844 16304 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskwynGyp/build/release/bin/kudu with pid 16560
06:12:40.982 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.15.236.61:46267(127.15.236.61:46267)] handling channelInactive
06:12:40.996 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.15.236.60:44787(127.15.236.60:44787)] handling channelInactive
06:12:40.999 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.15.236.61:46267(127.15.236.61:46267)] cleaning up while in state READY due to: connection closed
06:12:40.999 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.15.236.60:44787(127.15.236.60:44787)] cleaning up while in state READY due to: connection closed
06:12:41.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:12:41Z chronyd exiting

Time: 24.885

OK (6 tests)

