JUnit version 4.13.2
.08:00:35.728 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:00:35.735 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:00:35.736 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:00:35.849 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive16199953103562759761
08:00:36.012 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
08:00:36.027 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
08:00:36.269 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:00:36.296 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:00:36.296 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
08:00:36.327 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
08:00:36.345 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
08:00:36.366 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
08:00:37.145 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:00:37.150 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
08:00:37.177 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
08:00:37.179 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
08:00:37.193 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:00:37.194 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
08:00:37.390 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
08:00:37.390 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
08:00:37.392 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
08:00:37.881 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
08:00:37.881 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66f91288, with PersistenceManager: null will be shutdown
08:00:37.920 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66f91288, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@79c7ce6f created in the thread with id: 13
08:00:37.977 [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
08:00:38.174 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:38.175 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:38.177 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:38.177 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:38.178 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:38.179 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:38.772 [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
08:00:38.773 [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.148
08:00:38.773 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66f91288
08:00:39.074 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
08:00:39.116 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
08:00:39.163 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
08:00:39.166 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
08:00:39.240 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
08:00:39.246 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
08:00:39.510 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
08:00:39.516 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
08:00:39.524 [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)
08:00:39.525 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [37741]...
08:00:39.525 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
08:00:39.525 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
08:00:39.526 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
08:00:39.526 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
08:00:39.876 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:00:39.876 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:00:39.877 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:00:39.889 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
08:00:39.890 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:37741]
08:00:39.890 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:37741) in binary transport mode
08:00:39.904 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:37741) current connections: 1
08:00:39.972 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
08:00:40.071 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskqOYnJG/test-tmp
08:00:40.074 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
08:00:40.077 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskqOYnJG/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
08:00:40.139 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:37741"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

08:00:40.337 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:00:40.346 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

08:00:40.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.348394 16781 mini_oidc.cc:150] Starting JWKS server
08:00:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.351006 16781 webserver.cc:533] Webserver started at http://127.0.0.1:42847/ using document root <none> and password file <none>
08:00:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.351462 16781 mini_oidc.cc:186] Starting OIDC Discovery server
08:00:40.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.352273 16781 webserver.cc:533] Webserver started at http://127.0.0.1:38289/ using document root <none> and password file <none>
08:00:40.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:00:40Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
08:00:40.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:00:40Z Disabled control of system clock
08:00:40.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.372170 16781 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:40.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:40.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-0/wal
08:00:40.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-0/data
08:00:40.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:00:40.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:00:40.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:00:40.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:40.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:40.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:40.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-0/logs
08:00:40.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-0/data/info.pb
08:00:40.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:40.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:00:40.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:00:40.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:00:40.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:00:40.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:40.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:40.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:40.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:00:40.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:00:40.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:40.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:40.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.99.126:40041
08:00:40.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.99.126
08:00:40.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:40.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.99.84:45125
08:00:40.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:40.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:40.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:40.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:40.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.99.126:40041,127.16.99.125:45393,127.16.99.124:35675
08:00:40.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:40.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42847/jwks.json
08:00:40.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37741 with env {}
08:00:40.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.493943 16792 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:00:40.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.494230 16792 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:00:40.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.494298 16792 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:00:40.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.498032 16792 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:00:40.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.498117 16792 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:00:40.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.498148 16792 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:00:40.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.498172 16792 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:00:40.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.498205 16792 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:00:40.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.498229 16792 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42847/jwks.json
08:00:40.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.502748 16792 master_runner.cc:387] Master server non-default flags:
08:00:40.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:40.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.99.84:45125
08:00:40.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:40.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:40.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-0/data
08:00:40.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-0/wal
08:00:40.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37741
08:00:40.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:40.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.99.126:40041,127.16.99.125:45393,127.16.99.124:35675
08:00:40.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:40.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:40.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:40.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.99.126:40041
08:00:40.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:40.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:00:40.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:40.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42847/jwks.json
08:00:40.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:40.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:40.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-0/data/info.pb
08:00:40.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.99.126
08:00:40.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:40.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:00:40.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.16792
08:00:40.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:40.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:00:40.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:00:40.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:40.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-0/logs
08:00:40.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:40.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:00:40.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:00:40.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:00:40.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:00:40.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:00:40.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:00:40.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on bdcb31816ec0
08:00:40.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12768
08:00:40.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.504158 16792 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:00:40.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.505811 16792 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:00:40.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.512934 16797 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
08:00:40.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.513034 16792 server_base.cc:1061] running on GCE node
08:00:40.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.513109 16798 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
08:00:40.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.513141 16800 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
08:00:40.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.514077 16792 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:00:40.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.515023 16792 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:00:40.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.516222 16792 hybrid_clock.cc:648] HybridClock initialized: now 1783497640516203 us; error 35 us; skew 500 ppm
08:00:40.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.518538 16792 webserver.cc:533] Webserver started at http://127.16.99.126:39817/ using document root <none> and password file <none>
08:00:40.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.519065 16792 fs_manager.cc:362] Metadata directory not provided
08:00:40.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.519126 16792 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:00:40.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.519286 16792 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:00:40.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.521129 16792 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-0/data/instance:
08:00:40.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "379830b0918845fb8820ef1ab28a2545"
08:00:40.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:40 on dist-test-slave-fp4m"
08:00:40.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.521636 16792 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-0/wal/instance:
08:00:40.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "379830b0918845fb8820ef1ab28a2545"
08:00:40.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:40 on dist-test-slave-fp4m"
08:00:40.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.525337 16792 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.000s
08:00:40.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.528075 16806 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:00:40.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.529289 16792 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
08:00:40.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.529438 16792 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-0/data,/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-0/wal
08:00:40.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "379830b0918845fb8820ef1ab28a2545"
08:00:40.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:40 on dist-test-slave-fp4m"
08:00:40.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.529569 16792 fs_report.cc:389] FS layout report
08:00:40.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:00:40.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-0/wal
08:00:40.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-0/wal
08:00:40.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-0/data/data
08:00:40.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:00:40.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:00:40.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:00:40.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:00:40.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:00:40.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:00:40.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:00:40.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:00:40.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:00:40.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:00:40.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:00:40.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.540359 16792 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:00:40.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.541136 16792 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
08:00:40.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.541327 16792 kserver.cc:163] Server-wide thread pool size limit: 3276
08:00:40.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.549593 16792 rpc_server.cc:307] RPC server started. Bound to: 127.16.99.126:40041
08:00:40.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.549634 16858 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.16.99.126:40041 every 8 connection(s)
08:00:40.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.550886 16792 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-0/data/info.pb
08:00:40.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.553853 16859 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:00:40.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.557121 16859 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.99.126" port: 40041 } has no permanent_uuid. Determining permanent_uuid...
08:00:40.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.559435 16781 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu as pid 16792
08:00:40.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.559648 16781 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-0/wal/instance
08:00:40.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.561359 16781 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:40.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:40.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-1/wal
08:00:40.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-1/data
08:00:40.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:00:40.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:00:40.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:00:40.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:40.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:40.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:40.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-1/logs
08:00:40.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-1/data/info.pb
08:00:40.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:40.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:00:40.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:00:40.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:00:40.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:00:40.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:40.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:40.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:40.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:00:40.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:00:40.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:40.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:40.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.99.125:45393
08:00:40.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.99.125
08:00:40.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:40.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.99.84:45125
08:00:40.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:40.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:40.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:40.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:40.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.99.126:40041,127.16.99.125:45393,127.16.99.124:35675
08:00:40.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:40.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42847/jwks.json
08:00:40.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37741 with env {}
08:00:40.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.573321 16859 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.99.125" port: 45393 } has no permanent_uuid. Determining permanent_uuid...
08:00:40.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.574307 16810 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.16.99.125:45393: connect: Connection refused (error 111)
08:00:40.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.575482 16859 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.99.125:45393: Network error: Client connection negotiation failed: client connection to 127.16.99.125:45393: connect: Connection refused (error 111)
08:00:40.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.624761 16859 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.99.125" port: 45393 } attempt: 1
08:00:40.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.626842 16859 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.99.125:45393: Network error: Client connection negotiation failed: client connection to 127.16.99.125:45393: connect: Connection refused (error 111)
08:00:40.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.671504 16862 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:00:40.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.671756 16862 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:00:40.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.671805 16862 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:00:40.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.675858 16862 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:00:40.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.675964 16862 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:00:40.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.675999 16862 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:00:40.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.676026 16862 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:00:40.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.676055 16862 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:00:40.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.676074 16862 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42847/jwks.json
08:00:40.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.680567 16862 master_runner.cc:387] Master server non-default flags:
08:00:40.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:40.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.99.84:45125
08:00:40.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:40.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:40.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-1/data
08:00:40.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-1/wal
08:00:40.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37741
08:00:40.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:40.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.99.126:40041,127.16.99.125:45393,127.16.99.124:35675
08:00:40.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:40.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:40.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:40.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.99.125:45393
08:00:40.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:40.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:00:40.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:40.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42847/jwks.json
08:00:40.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:40.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:40.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-1/data/info.pb
08:00:40.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.99.125
08:00:40.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:40.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:00:40.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.16862
08:00:40.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:40.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:00:40.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:00:40.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:40.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-1/logs
08:00:40.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:40.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:00:40.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:00:40.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:00:40.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:00:40.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:00:40.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:00:40.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on bdcb31816ec0
08:00:40.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12768
08:00:40.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.682053 16862 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:00:40.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.683562 16862 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:00:40.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.690363 16871 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
08:00:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.690498 16868 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
08:00:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.690728 16862 server_base.cc:1061] running on GCE node
08:00:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.690806 16869 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
08:00:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.691629 16862 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:00:40.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.692662 16862 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:00:40.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.693817 16862 hybrid_clock.cc:648] HybridClock initialized: now 1783497640693800 us; error 38 us; skew 500 ppm
08:00:40.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.695016 16859 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.99.125" port: 45393 } attempt: 2
08:00:40.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.696187 16862 webserver.cc:533] Webserver started at http://127.16.99.125:37459/ using document root <none> and password file <none>
08:00:40.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.696475 16859 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.99.125:45393: Network error: Client connection negotiation failed: client connection to 127.16.99.125:45393: connect: Connection refused (error 111)
08:00:40.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.696939 16862 fs_manager.cc:362] Metadata directory not provided
08:00:40.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.697002 16862 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:00:40.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.697182 16862 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:00:40.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.699364 16862 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-1/data/instance:
08:00:40.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3c6b88f4f8e146048432408dea05d9e0"
08:00:40.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:40 on dist-test-slave-fp4m"
08:00:40.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.699851 16862 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-1/wal/instance:
08:00:40.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3c6b88f4f8e146048432408dea05d9e0"
08:00:40.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:40 on dist-test-slave-fp4m"
08:00:40.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.703425 16862 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
08:00:40.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.705664 16877 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:00:40.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.706677 16862 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
08:00:40.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.706772 16862 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-1/data,/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-1/wal
08:00:40.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3c6b88f4f8e146048432408dea05d9e0"
08:00:40.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:40 on dist-test-slave-fp4m"
08:00:40.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.706843 16862 fs_report.cc:389] FS layout report
08:00:40.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:00:40.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-1/wal
08:00:40.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-1/wal
08:00:40.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-1/data/data
08:00:40.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:00:40.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:00:40.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:00:40.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:00:40.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:00:40.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:00:40.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:00:40.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:00:40.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:00:40.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:00:40.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:00:40.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.728487 16862 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:00:40.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.729089 16862 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
08:00:40.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.729239 16862 kserver.cc:163] Server-wide thread pool size limit: 3276
08:00:40.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.736804 16862 rpc_server.cc:307] RPC server started. Bound to: 127.16.99.125:45393
08:00:40.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.736797 16929 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.16.99.125:45393 every 8 connection(s)
08:00:40.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.737913 16862 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-1/data/info.pb
08:00:40.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.740629 16930 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:00:40.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.744021 16930 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.99.126" port: 40041 } has no permanent_uuid. Determining permanent_uuid...
08:00:40.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.748235 16781 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu as pid 16862
08:00:40.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.748356 16781 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-1/wal/instance
08:00:40.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.749116 16781 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:40.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:40.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-2/wal
08:00:40.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-2/data
08:00:40.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:00:40.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:00:40.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:00:40.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:40.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:40.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:40.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-2/logs
08:00:40.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-2/data/info.pb
08:00:40.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:40.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:00:40.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:00:40.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:00:40.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:00:40.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:00:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:00:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.99.124:35675
08:00:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.99.124
08:00:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.99.84:45125
08:00:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:40.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:40.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:40.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:40.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.99.126:40041,127.16.99.125:45393,127.16.99.124:35675
08:00:40.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:40.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42847/jwks.json
08:00:40.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37741 with env {}
08:00:40.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.758795 16930 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.99.125" port: 45393 } has no permanent_uuid. Determining permanent_uuid...
08:00:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.766353 16930 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.99.124" port: 35675 } has no permanent_uuid. Determining permanent_uuid...
08:00:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.767372 16879 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.16.99.124:35675: connect: Connection refused (error 111)
08:00:40.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.768519 16930 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.99.124:35675: Network error: Client connection negotiation failed: client connection to 127.16.99.124:35675: connect: Connection refused (error 111)
08:00:40.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.787674 16859 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.99.125" port: 45393 } attempt: 3
08:00:40.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.793608 16859 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.99.124" port: 35675 } has no permanent_uuid. Determining permanent_uuid...
08:00:40.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.795092 16859 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.99.124:35675: Network error: Client connection negotiation failed: client connection to 127.16.99.124:35675: connect: Connection refused (error 111)
08:00:40.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.817751 16930 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.99.124" port: 35675 } attempt: 1
08:00:40.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.819530 16930 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.99.124:35675: Network error: Client connection negotiation failed: client connection to 127.16.99.124:35675: connect: Connection refused (error 111)
08:00:40.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.826259 16859 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.99.124" port: 35675 } attempt: 1
08:00:40.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.828027 16859 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.99.124:35675: Network error: Client connection negotiation failed: client connection to 127.16.99.124:35675: connect: Connection refused (error 111)
08:00:40.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.862703 16932 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:00:40.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.862946 16932 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:00:40.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.862999 16932 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:00:40.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.867121 16932 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:00:40.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.867208 16932 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:00:40.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.867231 16932 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:00:40.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.867252 16932 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:00:40.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.867273 16932 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:00:40.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.867291 16932 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42847/jwks.json
08:00:40.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.872368 16932 master_runner.cc:387] Master server non-default flags:
08:00:40.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:40.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.99.84:45125
08:00:40.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:40.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:40.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-2/data
08:00:40.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-2/wal
08:00:40.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37741
08:00:40.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:40.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.99.126:40041,127.16.99.125:45393,127.16.99.124:35675
08:00:40.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:40.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:40.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:40.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.99.124:35675
08:00:40.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:40.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:00:40.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:40.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42847/jwks.json
08:00:40.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:40.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:40.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-2/data/info.pb
08:00:40.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.99.124
08:00:40.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:40.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:00:40.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.16932
08:00:40.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:40.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:00:40.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:00:40.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:40.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-2/logs
08:00:40.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:40.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:00:40.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:00:40.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:00:40.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:00:40.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:00:40.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:00:40.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on bdcb31816ec0
08:00:40.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12768
08:00:40.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.873733 16932 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:00:40.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.875201 16932 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:00:40.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.881784 16932 server_base.cc:1061] running on GCE node
08:00:40.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.881721 16942 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
08:00:40.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.881706 16939 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
08:00:40.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.881706 16940 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
08:00:40.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.882705 16932 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:00:40.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.883718 16932 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:00:40.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.884924 16932 hybrid_clock.cc:648] HybridClock initialized: now 1783497640884903 us; error 43 us; skew 500 ppm
08:00:40.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.887095 16932 webserver.cc:533] Webserver started at http://127.16.99.124:35187/ using document root <none> and password file <none>
08:00:40.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.887713 16932 fs_manager.cc:362] Metadata directory not provided
08:00:40.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.887708 16930 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.99.124" port: 35675 } attempt: 2
08:00:40.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.887797 16932 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:00:40.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.888037 16932 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:00:40.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.889794 16930 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.99.124:35675: Network error: Client connection negotiation failed: client connection to 127.16.99.124:35675: connect: Connection refused (error 111)
08:00:40.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.890141 16932 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-2/data/instance:
08:00:40.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "46ad12a4471640809f5e6320b6196231"
08:00:40.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:40 on dist-test-slave-fp4m"
08:00:40.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.890735 16932 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-2/wal/instance:
08:00:40.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "46ad12a4471640809f5e6320b6196231"
08:00:40.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:40 on dist-test-slave-fp4m"
08:00:40.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.894222 16932 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.004s	sys 0.000s
08:00:40.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.896533 16948 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:00:40.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.897614 16932 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
08:00:40.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.897747 16932 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-2/data,/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-2/wal
08:00:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "46ad12a4471640809f5e6320b6196231"
08:00:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:40 on dist-test-slave-fp4m"
08:00:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.897850 16932 fs_report.cc:389] FS layout report
08:00:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:00:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-2/wal
08:00:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-2/wal
08:00:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-2/data/data
08:00:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:00:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:00:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:00:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:00:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:00:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:00:40.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:00:40.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:00:40.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:00:40.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:00:40.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:00:40.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.903203 16859 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.99.124" port: 35675 } attempt: 2
08:00:40.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.904764 16859 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.99.124:35675: Network error: Client connection negotiation failed: client connection to 127.16.99.124:35675: connect: Connection refused (error 111)
08:00:40.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.916707 16932 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:00:40.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.917430 16932 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
08:00:40.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.917666 16932 kserver.cc:163] Server-wide thread pool size limit: 3276
08:00:40.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.924995 16932 rpc_server.cc:307] RPC server started. Bound to: 127.16.99.124:35675
08:00:40.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.925113 17000 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.16.99.124:35675 every 8 connection(s)
08:00:40.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.926548 16932 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-2/data/info.pb
08:00:40.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.926792 16781 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu as pid 16932
08:00:40.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.927034 16781 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster4893490357823205530/master-2/wal/instance
08:00:40.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.933364 17001 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:00:40.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.937039 17001 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.99.126" port: 40041 } has no permanent_uuid. Determining permanent_uuid...
08:00:40.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.944003 17001 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.99.125" port: 45393 } has no permanent_uuid. Determining permanent_uuid...
08:00:40.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.948822 17001 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.99.124" port: 35675 } has no permanent_uuid. Determining permanent_uuid...
08:00:40.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.955075 17001 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231: Bootstrap starting.
08:00:40.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.957315 17001 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231: Neither blocks nor log segments found. Creating new log.
08:00:40.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.958206 17001 log.cc:826] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231: Log is configured to *not* fsync() on all Append() calls
08:00:40.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.960031 17001 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231: No bootstrap required, opened a new log
08:00:40.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.960201 16781 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
08:00:40.960 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:00:40.961 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

08:00:40.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.963025 17001 raft_consensus.cc:359] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379830b0918845fb8820ef1ab28a2545" member_type: VOTER last_known_addr { host: "127.16.99.126" port: 40041 } } peers { permanent_uuid: "3c6b88f4f8e146048432408dea05d9e0" member_type: VOTER last_known_addr { host: "127.16.99.125" port: 45393 } } peers { permanent_uuid: "46ad12a4471640809f5e6320b6196231" member_type: VOTER last_known_addr { host: "127.16.99.124" port: 35675 } }
08:00:40.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.963342 17001 raft_consensus.cc:385] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:00:40.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.963418 17001 raft_consensus.cc:740] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 46ad12a4471640809f5e6320b6196231, State: Initialized, Role: FOLLOWER
08:00:40.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.963948 17001 consensus_queue.cc:260] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231 [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: "379830b0918845fb8820ef1ab28a2545" member_type: VOTER last_known_addr { host: "127.16.99.126" port: 40041 } } peers { permanent_uuid: "3c6b88f4f8e146048432408dea05d9e0" member_type: VOTER last_known_addr { host: "127.16.99.125" port: 45393 } } peers { permanent_uuid: "46ad12a4471640809f5e6320b6196231" member_type: VOTER last_known_addr { host: "127.16.99.124" port: 35675 } }
08:00:40.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.965026 17006 sys_catalog.cc:455] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231 [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: "379830b0918845fb8820ef1ab28a2545" member_type: VOTER last_known_addr { host: "127.16.99.126" port: 40041 } } peers { permanent_uuid: "3c6b88f4f8e146048432408dea05d9e0" member_type: VOTER last_known_addr { host: "127.16.99.125" port: 45393 } } peers { permanent_uuid: "46ad12a4471640809f5e6320b6196231" member_type: VOTER last_known_addr { host: "127.16.99.124" port: 35675 } } }
08:00:40.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.965382 17006 sys_catalog.cc:458] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231 [sys.catalog]: This master's current role is: FOLLOWER
08:00:40.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.965749 17001 sys_catalog.cc:565] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231 [sys.catalog]: configured and running, proceeding with master startup.
08:00:40.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.971604 17020 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:00:40.970 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.16.99.126"
      port: 40041
    }
    bound_http_address {
      host: "127.16.99.126"
      port: 39817
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.16.99.125"
      port: 45393
    }
    bound_http_address {
      host: "127.16.99.125"
      port: 37459
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.16.99.124"
      port: 35675
    }
    bound_http_address {
      host: "127.16.99.124"
      port: 35187
    }
  }
}

08:00:40.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.971264 16932 master_runner.cc:187] Error getting master registration for 127.16.99.126:40041: OK, instance_id { permanent_uuid: "379830b0918845fb8820ef1ab28a2545" instance_seqno: 1783497640547166 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:00:40.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.974855 16932 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:00:40.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.975410 17020 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:00:40.977 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

08:00:40.977 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:00:40.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.980940 16930 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.99.124" port: 35675 } attempt: 3
08:00:40.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.989775 16930 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3c6b88f4f8e146048432408dea05d9e0: Bootstrap starting.
08:00:40.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.992853 16930 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3c6b88f4f8e146048432408dea05d9e0: Neither blocks nor log segments found. Creating new log.
08:00:40.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:40.994303 16930 log.cc:826] T 00000000000000000000000000000000 P 3c6b88f4f8e146048432408dea05d9e0: Log is configured to *not* fsync() on all Append() calls
08:00:40.997 [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=	
08:00:40.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:40.998991 17017 client.h:372] Failed to connect to Hive Metastore (localhost:37741): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:41.001 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{kudu.table_id=53096549-4d77-4d94-8eae-f18be7be2389, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:00:41.003 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:00:41.004 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:00:41.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.003932 16859 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.99.124" port: 35675 } attempt: 3
08:00:41.004 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1fcff249, with PersistenceManager: null will be shutdown
08:00:41.005 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1fcff249, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@151640e2 created in the thread with id: 36
08:00:41.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.012458 16859 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 379830b0918845fb8820ef1ab28a2545: Bootstrap starting.
08:00:41.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.013948 16930 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3c6b88f4f8e146048432408dea05d9e0: No bootstrap required, opened a new log
08:00:41.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.015205 16859 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 379830b0918845fb8820ef1ab28a2545: Neither blocks nor log segments found. Creating new log.
08:00:41.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.016002 16859 log.cc:826] T 00000000000000000000000000000000 P 379830b0918845fb8820ef1ab28a2545: Log is configured to *not* fsync() on all Append() calls
08:00:41.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.018123 16930 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3c6b88f4f8e146048432408dea05d9e0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379830b0918845fb8820ef1ab28a2545" member_type: VOTER last_known_addr { host: "127.16.99.126" port: 40041 } } peers { permanent_uuid: "3c6b88f4f8e146048432408dea05d9e0" member_type: VOTER last_known_addr { host: "127.16.99.125" port: 45393 } } peers { permanent_uuid: "46ad12a4471640809f5e6320b6196231" member_type: VOTER last_known_addr { host: "127.16.99.124" port: 35675 } }
08:00:41.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.018342 16930 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3c6b88f4f8e146048432408dea05d9e0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:00:41.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.018396 16930 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3c6b88f4f8e146048432408dea05d9e0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3c6b88f4f8e146048432408dea05d9e0, State: Initialized, Role: FOLLOWER
08:00:41.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.018882 16930 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3c6b88f4f8e146048432408dea05d9e0 [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: "379830b0918845fb8820ef1ab28a2545" member_type: VOTER last_known_addr { host: "127.16.99.126" port: 40041 } } peers { permanent_uuid: "3c6b88f4f8e146048432408dea05d9e0" member_type: VOTER last_known_addr { host: "127.16.99.125" port: 45393 } } peers { permanent_uuid: "46ad12a4471640809f5e6320b6196231" member_type: VOTER last_known_addr { host: "127.16.99.124" port: 35675 } }
08:00:41.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.020220 16930 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3c6b88f4f8e146048432408dea05d9e0 [sys.catalog]: configured and running, proceeding with master startup.
08:00:41.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.024535 16862 master_runner.cc:187] Error getting master registration for 127.16.99.126:40041: OK, instance_id { permanent_uuid: "379830b0918845fb8820ef1ab28a2545" instance_seqno: 1783497640547166 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:00:41.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.026948 16862 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:00:41.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.028014 16859 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 379830b0918845fb8820ef1ab28a2545: No bootstrap required, opened a new log
08:00:41.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.029790 17026 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3c6b88f4f8e146048432408dea05d9e0 [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: "379830b0918845fb8820ef1ab28a2545" member_type: VOTER last_known_addr { host: "127.16.99.126" port: 40041 } } peers { permanent_uuid: "3c6b88f4f8e146048432408dea05d9e0" member_type: VOTER last_known_addr { host: "127.16.99.125" port: 45393 } } peers { permanent_uuid: "46ad12a4471640809f5e6320b6196231" member_type: VOTER last_known_addr { host: "127.16.99.124" port: 35675 } } }
08:00:41.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.030169 17026 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3c6b88f4f8e146048432408dea05d9e0 [sys.catalog]: This master's current role is: FOLLOWER
08:00:41.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.031628 16859 raft_consensus.cc:359] T 00000000000000000000000000000000 P 379830b0918845fb8820ef1ab28a2545 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379830b0918845fb8820ef1ab28a2545" member_type: VOTER last_known_addr { host: "127.16.99.126" port: 40041 } } peers { permanent_uuid: "3c6b88f4f8e146048432408dea05d9e0" member_type: VOTER last_known_addr { host: "127.16.99.125" port: 45393 } } peers { permanent_uuid: "46ad12a4471640809f5e6320b6196231" member_type: VOTER last_known_addr { host: "127.16.99.124" port: 35675 } }
08:00:41.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.031992 16859 raft_consensus.cc:385] T 00000000000000000000000000000000 P 379830b0918845fb8820ef1ab28a2545 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:00:41.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.032246 16859 raft_consensus.cc:740] T 00000000000000000000000000000000 P 379830b0918845fb8820ef1ab28a2545 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 379830b0918845fb8820ef1ab28a2545, State: Initialized, Role: FOLLOWER
08:00:41.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.032966 16859 consensus_queue.cc:260] T 00000000000000000000000000000000 P 379830b0918845fb8820ef1ab28a2545 [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: "379830b0918845fb8820ef1ab28a2545" member_type: VOTER last_known_addr { host: "127.16.99.126" port: 40041 } } peers { permanent_uuid: "3c6b88f4f8e146048432408dea05d9e0" member_type: VOTER last_known_addr { host: "127.16.99.125" port: 45393 } } peers { permanent_uuid: "46ad12a4471640809f5e6320b6196231" member_type: VOTER last_known_addr { host: "127.16.99.124" port: 35675 } }
08:00:41.033 [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=	
08:00:41.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.034382 17042 sys_catalog.cc:455] T 00000000000000000000000000000000 P 379830b0918845fb8820ef1ab28a2545 [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: "379830b0918845fb8820ef1ab28a2545" member_type: VOTER last_known_addr { host: "127.16.99.126" port: 40041 } } peers { permanent_uuid: "3c6b88f4f8e146048432408dea05d9e0" member_type: VOTER last_known_addr { host: "127.16.99.125" port: 45393 } } peers { permanent_uuid: "46ad12a4471640809f5e6320b6196231" member_type: VOTER last_known_addr { host: "127.16.99.124" port: 35675 } } }
08:00:41.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.034519 16859 sys_catalog.cc:565] T 00000000000000000000000000000000 P 379830b0918845fb8820ef1ab28a2545 [sys.catalog]: configured and running, proceeding with master startup.
08:00:41.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.034724 17042 sys_catalog.cc:458] T 00000000000000000000000000000000 P 379830b0918845fb8820ef1ab28a2545 [sys.catalog]: This master's current role is: FOLLOWER
08:00:41.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:41.035714 17040 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 3c6b88f4f8e146048432408dea05d9e0: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:00:41.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:41.035797 17040 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:00:41.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:41.036727 17037 client.h:372] Failed to connect to Hive Metastore (localhost:37741): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:41.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:41.043021 16812 tablet.cc:2406] T 00000000000000000000000000000000 P 379830b0918845fb8820ef1ab28a2545: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:00:41.043 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1fcff249
08:00:41.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.049362 16792 master_runner.cc:264] No leader master found from master 379830b0918845fb8820ef1ab28a2545
08:00:41.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.049449 16792 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:00:41.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:41.050647 17057 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 379830b0918845fb8820ef1ab28a2545: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:00:41.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:41.050976 17057 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:00:41.052 [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=	
08:00:41.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:41.052785 17054 client.h:372] Failed to connect to Hive Metastore (localhost:37741): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:41.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:41.168959 16954 tablet.cc:2406] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:00:41.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.212834 17006 raft_consensus.cc:493] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
08:00:41.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.213052 17006 raft_consensus.cc:515] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379830b0918845fb8820ef1ab28a2545" member_type: VOTER last_known_addr { host: "127.16.99.126" port: 40041 } } peers { permanent_uuid: "3c6b88f4f8e146048432408dea05d9e0" member_type: VOTER last_known_addr { host: "127.16.99.125" port: 45393 } } peers { permanent_uuid: "46ad12a4471640809f5e6320b6196231" member_type: VOTER last_known_addr { host: "127.16.99.124" port: 35675 } }
08:00:41.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.214273 17006 leader_election.cc:290] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 379830b0918845fb8820ef1ab28a2545 (127.16.99.126:40041), 3c6b88f4f8e146048432408dea05d9e0 (127.16.99.125:45393)
08:00:41.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.216002 16833 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "46ad12a4471640809f5e6320b6196231" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "379830b0918845fb8820ef1ab28a2545" is_pre_election: true
08:00:41.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.216321 16833 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 379830b0918845fb8820ef1ab28a2545 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 46ad12a4471640809f5e6320b6196231 in term 0.
08:00:41.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.216722 16904 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "46ad12a4471640809f5e6320b6196231" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3c6b88f4f8e146048432408dea05d9e0" is_pre_election: true
08:00:41.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.216959 16904 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 3c6b88f4f8e146048432408dea05d9e0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 46ad12a4471640809f5e6320b6196231 in term 0.
08:00:41.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.217443 16952 leader_election.cc:304] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231 [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: 3c6b88f4f8e146048432408dea05d9e0, 46ad12a4471640809f5e6320b6196231; no voters: 
08:00:41.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.219830 17006 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231 [term 0 FOLLOWER]: Leader pre-election won for term 1
08:00:41.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.219924 17006 raft_consensus.cc:493] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
08:00:41.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.219966 17006 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231 [term 0 FOLLOWER]: Advancing to term 1
08:00:41.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.221225 17006 raft_consensus.cc:515] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379830b0918845fb8820ef1ab28a2545" member_type: VOTER last_known_addr { host: "127.16.99.126" port: 40041 } } peers { permanent_uuid: "3c6b88f4f8e146048432408dea05d9e0" member_type: VOTER last_known_addr { host: "127.16.99.125" port: 45393 } } peers { permanent_uuid: "46ad12a4471640809f5e6320b6196231" member_type: VOTER last_known_addr { host: "127.16.99.124" port: 35675 } }
08:00:41.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.222409 17006 leader_election.cc:290] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231 [CANDIDATE]: Term 1 election: Requested vote from peers 379830b0918845fb8820ef1ab28a2545 (127.16.99.126:40041), 3c6b88f4f8e146048432408dea05d9e0 (127.16.99.125:45393)
08:00:41.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.222596 16904 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "46ad12a4471640809f5e6320b6196231" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3c6b88f4f8e146048432408dea05d9e0"
08:00:41.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.222712 16904 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3c6b88f4f8e146048432408dea05d9e0 [term 0 FOLLOWER]: Advancing to term 1
08:00:41.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.223814 16904 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 3c6b88f4f8e146048432408dea05d9e0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 46ad12a4471640809f5e6320b6196231 in term 1.
08:00:41.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.224399 16952 leader_election.cc:304] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231 [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: 3c6b88f4f8e146048432408dea05d9e0, 46ad12a4471640809f5e6320b6196231; no voters: 
08:00:41.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.224835 16833 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "46ad12a4471640809f5e6320b6196231" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "379830b0918845fb8820ef1ab28a2545"
08:00:41.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.224985 16833 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 379830b0918845fb8820ef1ab28a2545 [term 0 FOLLOWER]: Advancing to term 1
08:00:41.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.226262 16833 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 379830b0918845fb8820ef1ab28a2545 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 46ad12a4471640809f5e6320b6196231 in term 1.
08:00:41.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.228178 17006 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231 [term 1 FOLLOWER]: Leader election won for term 1
08:00:41.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.228442 17006 raft_consensus.cc:697] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231 [term 1 LEADER]: Becoming Leader. State: Replica: 46ad12a4471640809f5e6320b6196231, State: Running, Role: LEADER
08:00:41.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.228816 17006 consensus_queue.cc:237] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231 [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: "379830b0918845fb8820ef1ab28a2545" member_type: VOTER last_known_addr { host: "127.16.99.126" port: 40041 } } peers { permanent_uuid: "3c6b88f4f8e146048432408dea05d9e0" member_type: VOTER last_known_addr { host: "127.16.99.125" port: 45393 } } peers { permanent_uuid: "46ad12a4471640809f5e6320b6196231" member_type: VOTER last_known_addr { host: "127.16.99.124" port: 35675 } }
08:00:41.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:41.230641 16883 tablet.cc:2406] T 00000000000000000000000000000000 P 3c6b88f4f8e146048432408dea05d9e0: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:00:41.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.231251 17006 sys_catalog.cc:455] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 46ad12a4471640809f5e6320b6196231. Latest consensus state: current_term: 1 leader_uuid: "46ad12a4471640809f5e6320b6196231" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379830b0918845fb8820ef1ab28a2545" member_type: VOTER last_known_addr { host: "127.16.99.126" port: 40041 } } peers { permanent_uuid: "3c6b88f4f8e146048432408dea05d9e0" member_type: VOTER last_known_addr { host: "127.16.99.125" port: 45393 } } peers { permanent_uuid: "46ad12a4471640809f5e6320b6196231" member_type: VOTER last_known_addr { host: "127.16.99.124" port: 35675 } } }
08:00:41.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.231570 17006 sys_catalog.cc:458] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231 [sys.catalog]: This master's current role is: LEADER
08:00:41.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.242007 17062 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
08:00:41.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.243814 17062 catalog_manager.cc:1520] Initializing Kudu cluster ID...
08:00:41.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.261497 16904 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 3c6b88f4f8e146048432408dea05d9e0 [term 1 FOLLOWER]: Refusing update from remote peer 46ad12a4471640809f5e6320b6196231: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:00:41.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.263314 17060 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3c6b88f4f8e146048432408dea05d9e0" member_type: VOTER last_known_addr { host: "127.16.99.125" port: 45393 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:00:41.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.269063 17026 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3c6b88f4f8e146048432408dea05d9e0 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 46ad12a4471640809f5e6320b6196231. Latest consensus state: current_term: 1 leader_uuid: "46ad12a4471640809f5e6320b6196231" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379830b0918845fb8820ef1ab28a2545" member_type: VOTER last_known_addr { host: "127.16.99.126" port: 40041 } } peers { permanent_uuid: "3c6b88f4f8e146048432408dea05d9e0" member_type: VOTER last_known_addr { host: "127.16.99.125" port: 45393 } } peers { permanent_uuid: "46ad12a4471640809f5e6320b6196231" member_type: VOTER last_known_addr { host: "127.16.99.124" port: 35675 } } }
08:00:41.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.269217 17026 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3c6b88f4f8e146048432408dea05d9e0 [sys.catalog]: This master's current role is: FOLLOWER
08:00:41.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.269735 16833 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 379830b0918845fb8820ef1ab28a2545 [term 1 FOLLOWER]: Refusing update from remote peer 46ad12a4471640809f5e6320b6196231: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:00:41.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.270478 17060 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231 [LEADER]: Connected to new peer: Peer: permanent_uuid: "379830b0918845fb8820ef1ab28a2545" member_type: VOTER last_known_addr { host: "127.16.99.126" port: 40041 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:00:41.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.274791 17042 sys_catalog.cc:455] T 00000000000000000000000000000000 P 379830b0918845fb8820ef1ab28a2545 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 46ad12a4471640809f5e6320b6196231. Latest consensus state: current_term: 1 leader_uuid: "46ad12a4471640809f5e6320b6196231" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379830b0918845fb8820ef1ab28a2545" member_type: VOTER last_known_addr { host: "127.16.99.126" port: 40041 } } peers { permanent_uuid: "3c6b88f4f8e146048432408dea05d9e0" member_type: VOTER last_known_addr { host: "127.16.99.125" port: 45393 } } peers { permanent_uuid: "46ad12a4471640809f5e6320b6196231" member_type: VOTER last_known_addr { host: "127.16.99.124" port: 35675 } } }
08:00:41.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.274935 17042 sys_catalog.cc:458] T 00000000000000000000000000000000 P 379830b0918845fb8820ef1ab28a2545 [sys.catalog]: This master's current role is: FOLLOWER
08:00:41.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.280083 17006 sys_catalog.cc:455] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "46ad12a4471640809f5e6320b6196231" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379830b0918845fb8820ef1ab28a2545" member_type: VOTER last_known_addr { host: "127.16.99.126" port: 40041 } } peers { permanent_uuid: "3c6b88f4f8e146048432408dea05d9e0" member_type: VOTER last_known_addr { host: "127.16.99.125" port: 45393 } } peers { permanent_uuid: "46ad12a4471640809f5e6320b6196231" member_type: VOTER last_known_addr { host: "127.16.99.124" port: 35675 } } }
08:00:41.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.280222 17006 sys_catalog.cc:458] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231 [sys.catalog]: This master's current role is: LEADER
08:00:41.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.280828 17042 sys_catalog.cc:455] T 00000000000000000000000000000000 P 379830b0918845fb8820ef1ab28a2545 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "46ad12a4471640809f5e6320b6196231" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379830b0918845fb8820ef1ab28a2545" member_type: VOTER last_known_addr { host: "127.16.99.126" port: 40041 } } peers { permanent_uuid: "3c6b88f4f8e146048432408dea05d9e0" member_type: VOTER last_known_addr { host: "127.16.99.125" port: 45393 } } peers { permanent_uuid: "46ad12a4471640809f5e6320b6196231" member_type: VOTER last_known_addr { host: "127.16.99.124" port: 35675 } } }
08:00:41.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.280956 17042 sys_catalog.cc:458] T 00000000000000000000000000000000 P 379830b0918845fb8820ef1ab28a2545 [sys.catalog]: This master's current role is: FOLLOWER
08:00:41.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.281299 17063 mvcc.cc:204] Tried to move back new op lower bound from 7305206338597523456 to 7305206338478821376. Current Snapshot: MvccSnapshot[applied={T|T < 7305206338597523456}]
08:00:41.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.281196 17066 mvcc.cc:204] Tried to move back new op lower bound from 7305206338597523456 to 7305206338478821376. Current Snapshot: MvccSnapshot[applied={T|T < 7305206338597523456}]
08:00:41.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.282233 17006 sys_catalog.cc:455] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "46ad12a4471640809f5e6320b6196231" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379830b0918845fb8820ef1ab28a2545" member_type: VOTER last_known_addr { host: "127.16.99.126" port: 40041 } } peers { permanent_uuid: "3c6b88f4f8e146048432408dea05d9e0" member_type: VOTER last_known_addr { host: "127.16.99.125" port: 45393 } } peers { permanent_uuid: "46ad12a4471640809f5e6320b6196231" member_type: VOTER last_known_addr { host: "127.16.99.124" port: 35675 } } }
08:00:41.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.282342 17006 sys_catalog.cc:458] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231 [sys.catalog]: This master's current role is: LEADER
08:00:41.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.283569 17026 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3c6b88f4f8e146048432408dea05d9e0 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "46ad12a4471640809f5e6320b6196231" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "379830b0918845fb8820ef1ab28a2545" member_type: VOTER last_known_addr { host: "127.16.99.126" port: 40041 } } peers { permanent_uuid: "3c6b88f4f8e146048432408dea05d9e0" member_type: VOTER last_known_addr { host: "127.16.99.125" port: 45393 } } peers { permanent_uuid: "46ad12a4471640809f5e6320b6196231" member_type: VOTER last_known_addr { host: "127.16.99.124" port: 35675 } } }
08:00:41.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.283680 17026 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3c6b88f4f8e146048432408dea05d9e0 [sys.catalog]: This master's current role is: FOLLOWER
08:00:41.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.284590 17064 mvcc.cc:204] Tried to move back new op lower bound from 7305206338597523456 to 7305206338478821376. Current Snapshot: MvccSnapshot[applied={T|T < 7305206338597523456}]
08:00:41.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.312062 17062 catalog_manager.cc:1383] Generated new cluster ID: 136c6e6a258b4bf59819b922679911a3
08:00:41.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.312150 17062 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
08:00:41.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.336879 17062 catalog_manager.cc:1406] Generated new certificate authority record
08:00:41.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.338047 17062 catalog_manager.cc:1540] Loading token signing keys...
08:00:41.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.370743 17062 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 46ad12a4471640809f5e6320b6196231: Generated new TSK 0
08:00:41.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.371935 17062 catalog_manager.cc:1550] Initializing in-progress tserver states...
08:00:41.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.372850 17062 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
08:00:41.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:41.373526 17062 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
08:00:41.736 [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.
08:00:41.750 [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.
08:00:41.750 [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.
08:00:41.919 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:00:41.935 [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/hive16199953103562759761/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=53096549-4d77-4d94-8eae-f18be7be2389, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:00:42.004 [INFO - Metastore-Handler-Pool: Thread-42] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:00:42.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:42.005568 17017 client.h:372] Failed to connect to Hive Metastore (localhost:37741): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:42.012 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16199953103562759761/external-warehouse/table
08:00:42.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:42.037388 17040 catalog_manager.cc:1295] Loaded cluster ID: 136c6e6a258b4bf59819b922679911a3
08:00:42.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:42.037508 17040 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 3c6b88f4f8e146048432408dea05d9e0: loading cluster ID for follower catalog manager: success
08:00:42.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:42.039903 17040 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 3c6b88f4f8e146048432408dea05d9e0: acquiring CA information for follower catalog manager: success
08:00:42.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:42.041285 17040 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 3c6b88f4f8e146048432408dea05d9e0: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:00:42.044 [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=	
08:00:42.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:42.044847 17037 client.h:372] Failed to connect to Hive Metastore (localhost:37741): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:42.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:42.052685 17057 catalog_manager.cc:1295] Loaded cluster ID: 136c6e6a258b4bf59819b922679911a3
08:00:42.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:42.053269 17057 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 379830b0918845fb8820ef1ab28a2545: loading cluster ID for follower catalog manager: success
08:00:42.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:42.055740 17057 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 379830b0918845fb8820ef1ab28a2545: acquiring CA information for follower catalog manager: success
08:00:42.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:42.057087 17057 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 379830b0918845fb8820ef1ab28a2545: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:00:42.059 [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=	
08:00:42.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:42.059846 17054 client.h:372] Failed to connect to Hive Metastore (localhost:37741): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:42.185 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
08:00:42.191 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: non-Kudu table entry must not contain a table ID property (kudu.table_id)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
08:00:42.194 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

08:00:42.294 [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=656cada5-f7af-4ada-bdef-9cb06b7ad3ef, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.16.99.126:40041,127.16.99.124:35675,127.16.99.125:45393}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:00:42.298 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:00:42.304 [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/hive16199953103562759761/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=656cada5-f7af-4ada-bdef-9cb06b7ad3ef, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.16.99.126:40041,127.16.99.124:35675,127.16.99.125:45393}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:00:42.308 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16199953103562759761/external-warehouse/table
08:00:42.333 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
08:00:42.339 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
08:00:42.339 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
08:00:42.344 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@68e4cb5e
08:00:42.376 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
08:00:42.376 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
08:00:42.377 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
08:00:42.377 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
08:00:42.378 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
08:00:42.379 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
08:00:42.379 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
08:00:42.380 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
08:00:42.380 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
08:00:42.381 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
08:00:42.383 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:515) jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class org.apache.kudu.shaded.io.netty.util.internal.PlatformDependent0$7 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @9225652
08:00:42.384 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
08:00:42.384 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
08:00:42.384 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
08:00:42.385 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
08:00:42.386 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
08:00:42.386 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
08:00:42.387 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
08:00:42.387 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
08:00:42.411 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
08:00:42.444 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
08:00:42.464 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
08:00:42.468 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
08:00:42.469 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
08:00:42.477 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
08:00:42.477 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
08:00:42.523 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
08:00:42.524 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
08:00:42.524 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
08:00:42.524 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
08:00:42.524 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
08:00:42.524 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
08:00:42.524 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
08:00:42.524 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
08:00:42.524 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
08:00:42.524 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
08:00:42.524 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
08:00:42.524 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
08:00:42.524 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
08:00:42.538 [DEBUG - Metastore-Handler-Pool: Thread-36] (CompositeStrategy.java:59) Unable to load modern Subject methods, relying only on legacy methods
java.lang.NoSuchMethodException: javax.security.auth.Subject.current()
	at java.base/java.lang.Class.getDeclaredMethod(Class.java:2677)
	at org.apache.kudu.client.internals.ModernStrategy.<init>(ModernStrategy.java:51)
	at org.apache.kudu.client.internals.CompositeStrategy.<init>(CompositeStrategy.java:52)
	at org.apache.kudu.client.internals.CompositeStrategy.<clinit>(CompositeStrategy.java:41)
	at org.apache.kudu.client.internals.SecurityManagerCompatibility.get(SecurityManagerCompatibility.java:43)
	at org.apache.kudu.client.SecurityContext.setupSubject(SecurityContext.java:155)
	at org.apache.kudu.client.SecurityContext.<init>(SecurityContext.java:138)
	at org.apache.kudu.client.AsyncKuduClient.<init>(AsyncKuduClient.java:431)
	at org.apache.kudu.client.AsyncKuduClient$AsyncKuduClientBuilder.build(AsyncKuduClient.java:3109)
	at org.apache.kudu.client.KuduClient$KuduClientBuilder.build(KuduClient.java:769)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.lambda$getKuduClient$0(KuduMetastorePlugin.java:604)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.getKuduClient(KuduMetastorePlugin.java:600)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.kuduSyncEnabled(KuduMetastorePlugin.java:581)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:154)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
08:00:42.541 [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.
08:00:42.564 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
08:00:42.743 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.16.99.126:40041(127.16.99.126:40041)] connecting to peer
08:00:42.753 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 16729 (auto-detected)
08:00:42.755 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
08:00:42.756 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
08:00:42.758 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
08:00:42.759 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
08:00:42.760 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:21:ff:fe:fd:13:45 (auto-detected)
08:00:42.791 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
08:00:42.791 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
08:00:42.791 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
08:00:42.798 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
08:00:42.805 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.16.99.124:35675(127.16.99.124:35675)] connecting to peer
08:00:42.810 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.16.99.125:45393(127.16.99.125:45393)] connecting to peer
08:00:42.821 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.16.99.124:35675(127.16.99.124:35675)] Successfully connected to peer
08:00:42.822 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.16.99.126:40041(127.16.99.126:40041)] Successfully connected to peer
08:00:42.823 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.16.99.125:45393(127.16.99.125:45393)] Successfully connected to peer
08:00:42.834 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
08:00:42.835 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
08:00:42.835 [DEBUG - kudu-nio-1] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@419ac211
08:00:42.840 [DEBUG - kudu-nio-2] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
08:00:42.840 [DEBUG - kudu-nio-2] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
08:00:42.841 [DEBUG - kudu-nio-2] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
08:00:42.841 [DEBUG - kudu-nio-2] (Recycler.java:99) -Dio.netty.recycler.blocking: false
08:00:42.841 [DEBUG - kudu-nio-2] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
08:00:42.926 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.16.99.125
08:00:42.930 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.16.99.126
08:00:42.933 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.16.99.124
08:00:43.010 [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=	
08:00:43.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:43.011243 17017 client.h:372] Failed to connect to Hive Metastore (localhost:37741): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:43.050 [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=	
08:00:43.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:43.051671 17037 client.h:372] Failed to connect to Hive Metastore (localhost:37741): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:43.062 [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=	
08:00:43.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:43.063117 17054 client.h:372] Failed to connect to Hive Metastore (localhost:37741): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:43.154 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:00:43.154 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:00:43.158 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:00:43.176 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xf7f655ab, L:/127.0.0.1:33290 - R:/127.16.99.126:40041] using SASL/PLAIN
08:00:43.176 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x9459e62a, L:/127.0.0.1:49508 - R:/127.16.99.124:35675] using SASL/PLAIN
08:00:43.176 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xad7e8b95, L:/127.0.0.1:44024 - R:/127.16.99.125:45393] using SASL/PLAIN
08:00:43.226 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
08:00:43.232 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu tables may not be created through Hive
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
08:00:43.232 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu tables may not be created through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

08:00:43.235 [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=f34aae0c-ee3a-4e36-912a-326a1d0dbb13, 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)	
08:00:43.239 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:00:43.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/hive16199953103562759761/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=f34aae0c-ee3a-4e36-912a-326a1d0dbb13, 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)
08:00:43.246 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16199953103562759761/external-warehouse/table
08:00:43.265 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu table entry must contain a Master addresses property (kudu.master_addresses)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkMasterAddrsProperty(KuduMetastorePlugin.java:394)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:151)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
08:00:43.266 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu table entry must contain a Master addresses property (kudu.master_addresses))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkMasterAddrsProperty(KuduMetastorePlugin.java:394)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:151)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

08:00:43.267 [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=59bd7cdd-0aa8-43dd-a55c-e2437b81e622, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.16.99.126:40041,127.16.99.124:35675,127.16.99.125:45393}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:00:43.271 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:00:43.275 [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/hive16199953103562759761/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=59bd7cdd-0aa8-43dd-a55c-e2437b81e622, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.16.99.126:40041,127.16.99.124:35675,127.16.99.125:45393}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:00:43.277 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16199953103562759761/external-warehouse/table
08:00:43.374 [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	
08:00:43.455 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
08:00:43.465 [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	
08:00:43.661 [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.
08:00:44.014 [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=	
08:00:44.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:44.014556 17017 client.h:372] Failed to connect to Hive Metastore (localhost:37741): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:44.034 [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.
08:00:44.062 [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=	
08:00:44.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:44.063037 17037 client.h:372] Failed to connect to Hive Metastore (localhost:37741): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:44.070 [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=	
08:00:44.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:44.071794 17054 client.h:372] Failed to connect to Hive Metastore (localhost:37741): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:44.087 [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.
08:00:44.137 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
08:00:44.310 [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=42f63eb0-4191-42c2-94ec-f63537efa98c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.16.99.126:40041,127.16.99.124:35675,127.16.99.125:45393}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:00:44.314 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:00:44.318 [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/hive16199953103562759761/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=42f63eb0-4191-42c2-94ec-f63537efa98c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.16.99.126:40041,127.16.99.124:35675,127.16.99.125:45393}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:00:44.321 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16199953103562759761/external-warehouse/table
08:00:44.366 [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	
08:00:44.398 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
08:00:44.399 [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	
08:00:44.470 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
08:00:44.491 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
08:00:44.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:44.492496 16781 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu with pid 16792
08:00:44.493 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
08:00:44.493 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1fcff249, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@151640e2 will be shutdown
08:00:44.493 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
08:00:44.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:44.503890 16781 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu with pid 16862
08:00:44.507 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.16.99.126:40041(127.16.99.126:40041)] handling channelInactive
08:00:44.508 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.16.99.126:40041(127.16.99.126:40041)] cleaning up while in state READY due to: connection closed
08:00:44.517 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.16.99.125:45393(127.16.99.125:45393)] handling channelInactive
08:00:44.518 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.16.99.125:45393(127.16.99.125:45393)] cleaning up while in state READY due to: connection closed
08:00:44.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:44.517331 16781 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu with pid 16932
08:00:44.526 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.16.99.124:35675(127.16.99.124:35675)] handling channelInactive
08:00:44.526 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.16.99.124:35675(127.16.99.124:35675)] cleaning up while in state READY due to: connection closed
08:00:44.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:00:44Z chronyd exiting
.08:00:44.573 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:00:44.574 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:00:44.574 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:00:44.595 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive9715171741213501985
08:00:44.597 [INFO - Thread-40] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
08:00:44.597 [INFO - Thread-40] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
08:00:44.600 [INFO - Thread-40] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:00:44.600 [INFO - Thread-40] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:00:44.600 [INFO - Thread-40] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
08:00:44.607 [INFO - Thread-40] (HikariDataSource.java:350) objectstore - Shutdown initiated...
08:00:44.611 [INFO - Thread-40] (HikariDataSource.java:352) objectstore - Shutdown completed.
08:00:44.611 [INFO - Thread-40] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
08:00:44.612 [INFO - Thread-40] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
08:00:44.612 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
08:00:44.614 [INFO - Thread-40] (HikariDataSource.java:80) objectstore - Starting...
08:00:44.718 [INFO - Thread-40] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:00:44.718 [INFO - Thread-40] (HikariDataSource.java:82) objectstore - Start completed.
08:00:44.719 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
08:00:44.721 [INFO - Thread-40] (HikariDataSource.java:80) objectstore-secondary - Starting...
08:00:44.723 [INFO - Thread-40] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:00:44.723 [INFO - Thread-40] (HikariDataSource.java:82) objectstore-secondary - Start completed.
08:00:44.745 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
08:00:44.745 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
08:00:44.745 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
08:00:44.783 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:44.784 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:44.785 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:44.785 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:44.786 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:44.786 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:45.084 [INFO - Thread-40] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
08:00:45.084 [INFO - Thread-40] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7ae064b3, with PersistenceManager: null will be shutdown
08:00:45.085 [INFO - Thread-40] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7ae064b3, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@71487d24 created in the thread with id: 65
08:00:45.087 [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
08:00:45.088 [INFO - Thread-40] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7ae064b3
08:00:45.217 [INFO - Thread-40] (HMSHandler.java:595) Started creating a default database with name: default
08:00:45.242 [INFO - Thread-40] (HMSHandler.java:605) Successfully created a default database with name: default
08:00:45.274 [INFO - Thread-40] (HMSHandler.java:668) Added admin role in metastore
08:00:45.277 [INFO - Thread-40] (HMSHandler.java:677) Added public role in metastore
08:00:45.309 [INFO - Thread-40] (HMSHandler.java:717) No user is added in admin role, since config is empty
08:00:45.310 [INFO - Thread-40] (HMSHandler.java:404) HMS server filtering is disabled by configuration
08:00:45.310 [INFO - Thread-40] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
08:00:45.311 [INFO - Thread-40] (HiveMetaStore.java:697) Direct SQL optimization = true
08:00:45.311 [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)
08:00:45.311 [INFO - Thread-40] (HiveMetaStore.java:632) Started the new metaserver on port [40717]...
08:00:45.311 [INFO - Thread-40] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
08:00:45.311 [INFO - Thread-40] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
08:00:45.311 [INFO - Thread-40] (HiveMetaStore.java:635) TCP keepalive = true
08:00:45.311 [INFO - Thread-40] (HiveMetaStore.java:636) Enable SSL = false
08:00:45.598 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:00:45.598 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:00:45.599 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:00:45.601 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
08:00:45.601 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:40717]
08:00:45.601 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:40717) in binary transport mode
08:00:45.602 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:40717) current connections: 1
08:00:45.603 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskqOYnJG/test-tmp
08:00:45.604 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
08:00:45.604 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskqOYnJG/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
08:00:45.606 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:40717"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

08:00:45.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.715837 17125 mini_oidc.cc:150] Starting JWKS server
08:00:45.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.717623 17125 webserver.cc:533] Webserver started at http://127.0.0.1:34657/ using document root <none> and password file <none>
08:00:45.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.717813 17125 mini_oidc.cc:186] Starting OIDC Discovery server
08:00:45.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.718103 17125 webserver.cc:533] Webserver started at http://127.0.0.1:45217/ using document root <none> and password file <none>
08:00:45.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:00:45Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
08:00:45.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:00:45Z Disabled control of system clock
08:00:45.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.732537 17125 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:45.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:45.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-0/wal
08:00:45.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-0/data
08:00:45.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:00:45.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:00:45.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:00:45.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:45.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:45.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:45.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-0/logs
08:00:45.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-0/data/info.pb
08:00:45.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:45.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:00:45.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:00:45.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:00:45.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:00:45.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:45.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:45.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:45.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:00:45.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:00:45.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:45.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:45.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.185.126:41089
08:00:45.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.185.126
08:00:45.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:45.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.185.84:32947
08:00:45.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:45.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:45.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:45.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:45.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.185.126:41089,127.16.185.125:38949,127.16.185.124:45927
08:00:45.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:45.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34657/jwks.json
08:00:45.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40717 with env {}
08:00:45.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:45.856287 17137 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:00:45.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:45.856539 17137 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:00:45.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:45.856586 17137 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:00:45.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:45.860468 17137 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:00:45.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:45.860540 17137 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:00:45.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:45.860562 17137 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:00:45.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:45.860582 17137 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:00:45.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:45.860625 17137 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:00:45.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:45.860641 17137 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34657/jwks.json
08:00:45.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.865036 17137 master_runner.cc:387] Master server non-default flags:
08:00:45.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:45.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.185.84:32947
08:00:45.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:45.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:45.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-0/data
08:00:45.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-0/wal
08:00:45.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40717
08:00:45.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:45.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.185.126:41089,127.16.185.125:38949,127.16.185.124:45927
08:00:45.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:45.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:45.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:45.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.185.126:41089
08:00:45.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:45.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:00:45.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:45.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34657/jwks.json
08:00:45.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:45.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:45.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-0/data/info.pb
08:00:45.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.185.126
08:00:45.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:45.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:00:45.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.17137
08:00:45.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:45.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:00:45.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:00:45.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:45.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-0/logs
08:00:45.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:45.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:00:45.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:00:45.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:00:45.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:00:45.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:00:45.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:00:45.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on bdcb31816ec0
08:00:45.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12768
08:00:45.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.866576 17137 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:00:45.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.867877 17137 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:00:45.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:45.873755 17142 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
08:00:45.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.873803 17137 server_base.cc:1061] running on GCE node
08:00:45.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:45.873755 17143 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
08:00:45.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:45.873755 17145 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
08:00:45.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.874473 17137 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:00:45.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.875289 17137 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:00:45.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.876489 17137 hybrid_clock.cc:648] HybridClock initialized: now 1783497645876432 us; error 50 us; skew 500 ppm
08:00:45.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.878423 17137 webserver.cc:533] Webserver started at http://127.16.185.126:32967/ using document root <none> and password file <none>
08:00:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.878923 17137 fs_manager.cc:362] Metadata directory not provided
08:00:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.878974 17137 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:00:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.879129 17137 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:00:45.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.880548 17137 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-0/data/instance:
08:00:45.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6e53ad39a73048ba817c720dd2c73f5c"
08:00:45.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:45 on dist-test-slave-fp4m"
08:00:45.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.880939 17137 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-0/wal/instance:
08:00:45.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6e53ad39a73048ba817c720dd2c73f5c"
08:00:45.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:45 on dist-test-slave-fp4m"
08:00:45.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.884418 17137 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
08:00:45.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.886682 17151 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:00:45.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.887807 17137 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
08:00:45.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.887965 17137 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-0/data,/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-0/wal
08:00:45.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6e53ad39a73048ba817c720dd2c73f5c"
08:00:45.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:45 on dist-test-slave-fp4m"
08:00:45.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.888092 17137 fs_report.cc:389] FS layout report
08:00:45.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:00:45.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-0/wal
08:00:45.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-0/wal
08:00:45.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-0/data/data
08:00:45.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:00:45.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:00:45.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:00:45.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:00:45.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:00:45.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:00:45.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:00:45.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:00:45.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:00:45.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:00:45.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:00:45.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.912197 17137 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:00:45.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.912964 17137 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
08:00:45.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.913190 17137 kserver.cc:163] Server-wide thread pool size limit: 3276
08:00:45.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.921175 17137 rpc_server.cc:307] RPC server started. Bound to: 127.16.185.126:41089
08:00:45.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.921181 17203 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.16.185.126:41089 every 8 connection(s)
08:00:45.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.922362 17137 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-0/data/info.pb
08:00:45.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.925310 17204 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:00:45.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.928655 17204 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.185.126" port: 41089 } has no permanent_uuid. Determining permanent_uuid...
08:00:45.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.928989 17125 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu as pid 17137
08:00:45.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.929158 17125 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-0/wal/instance
08:00:45.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.930817 17125 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:45.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:45.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-1/wal
08:00:45.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-1/data
08:00:45.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:00:45.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:00:45.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:00:45.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:45.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:45.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:45.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-1/logs
08:00:45.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-1/data/info.pb
08:00:45.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:45.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:00:45.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:00:45.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:00:45.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:00:45.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:45.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:45.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:45.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:00:45.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:00:45.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:45.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:45.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.185.125:38949
08:00:45.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.185.125
08:00:45.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:45.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.185.84:32947
08:00:45.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:45.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:45.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:45.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:45.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.185.126:41089,127.16.185.125:38949,127.16.185.124:45927
08:00:45.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:45.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34657/jwks.json
08:00:45.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40717 with env {}
08:00:45.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.942899 17204 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.185.125" port: 38949 } has no permanent_uuid. Determining permanent_uuid...
08:00:45.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:45.944073 17155 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.16.185.125:38949: connect: Connection refused (error 111)
08:00:45.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:45.945607 17204 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.185.125:38949: Network error: Client connection negotiation failed: client connection to 127.16.185.125:38949: connect: Connection refused (error 111)
08:00:45.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:45.994930 17204 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.185.125" port: 38949 } attempt: 1
08:00:45.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:45.996687 17204 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.185.125:38949: Network error: Client connection negotiation failed: client connection to 127.16.185.125:38949: connect: Connection refused (error 111)
08:00:46.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.051898 17207 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:00:46.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.052203 17207 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:00:46.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.052253 17207 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:00:46.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.055706 17207 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:00:46.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.055773 17207 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:00:46.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.055792 17207 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:00:46.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.055811 17207 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:00:46.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.055830 17207 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:00:46.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.055845 17207 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34657/jwks.json
08:00:46.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.059896 17207 master_runner.cc:387] Master server non-default flags:
08:00:46.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:46.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.185.84:32947
08:00:46.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:46.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:46.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-1/data
08:00:46.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-1/wal
08:00:46.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40717
08:00:46.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:46.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.185.126:41089,127.16.185.125:38949,127.16.185.124:45927
08:00:46.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:46.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:46.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:46.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.185.125:38949
08:00:46.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:46.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:00:46.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:46.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34657/jwks.json
08:00:46.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:46.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:46.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-1/data/info.pb
08:00:46.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.185.125
08:00:46.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:46.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:00:46.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.17207
08:00:46.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:46.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:00:46.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:00:46.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:46.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-1/logs
08:00:46.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:46.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:00:46.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:00:46.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:00:46.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:00:46.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:00:46.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:00:46.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on bdcb31816ec0
08:00:46.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12768
08:00:46.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.060985 17207 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:00:46.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.062252 17207 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:00:46.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.064918 17204 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.185.125" port: 38949 } attempt: 2
08:00:46.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.066779 17204 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.185.125:38949: Network error: Client connection negotiation failed: client connection to 127.16.185.125:38949: connect: Connection refused (error 111)
08:00:46.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.068403 17214 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
08:00:46.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.068447 17213 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
08:00:46.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.068477 17216 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
08:00:46.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.068996 17207 server_base.cc:1061] running on GCE node
08:00:46.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.069602 17207 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:00:46.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.070530 17207 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:00:46.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.071732 17207 hybrid_clock.cc:648] HybridClock initialized: now 1783497646071711 us; error 33 us; skew 500 ppm
08:00:46.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.073777 17207 webserver.cc:533] Webserver started at http://127.16.185.125:39081/ using document root <none> and password file <none>
08:00:46.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.074373 17207 fs_manager.cc:362] Metadata directory not provided
08:00:46.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.074468 17207 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:00:46.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.074709 17207 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:00:46.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.076305 17207 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-1/data/instance:
08:00:46.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "71fc6bb53b7e447884275a52bfeb1040"
08:00:46.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:46 on dist-test-slave-fp4m"
08:00:46.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.076933 17207 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-1/wal/instance:
08:00:46.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "71fc6bb53b7e447884275a52bfeb1040"
08:00:46.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:46 on dist-test-slave-fp4m"
08:00:46.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.080451 17207 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.006s	sys 0.000s
08:00:46.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.083221 17222 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:00:46.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.084719 17207 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
08:00:46.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.084895 17207 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-1/data,/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-1/wal
08:00:46.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "71fc6bb53b7e447884275a52bfeb1040"
08:00:46.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:46 on dist-test-slave-fp4m"
08:00:46.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.085009 17207 fs_report.cc:389] FS layout report
08:00:46.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:00:46.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-1/wal
08:00:46.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-1/wal
08:00:46.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-1/data/data
08:00:46.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:00:46.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:00:46.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:00:46.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:00:46.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:00:46.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:00:46.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:00:46.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:00:46.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:00:46.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:00:46.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:00:46.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.105271 17207 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:00:46.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.106081 17207 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
08:00:46.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.106288 17207 kserver.cc:163] Server-wide thread pool size limit: 3276
08:00:46.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.114573 17207 rpc_server.cc:307] RPC server started. Bound to: 127.16.185.125:38949
08:00:46.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.114650 17274 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.16.185.125:38949 every 8 connection(s)
08:00:46.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.115801 17207 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-1/data/info.pb
08:00:46.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.118064 17125 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu as pid 17207
08:00:46.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.118172 17125 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-1/wal/instance
08:00:46.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.118903 17125 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:46.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:46.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-2/wal
08:00:46.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-2/data
08:00:46.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:00:46.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:00:46.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:00:46.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:46.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:46.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:46.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-2/logs
08:00:46.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-2/data/info.pb
08:00:46.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:46.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:00:46.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:00:46.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:00:46.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:00:46.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:46.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:46.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:46.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:00:46.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:00:46.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:46.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:46.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.185.124:45927
08:00:46.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.185.124
08:00:46.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:46.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.185.84:32947
08:00:46.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:46.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:46.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:46.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:46.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.185.126:41089,127.16.185.125:38949,127.16.185.124:45927
08:00:46.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:46.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34657/jwks.json
08:00:46.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40717 with env {}
08:00:46.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.119235 17275 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:00:46.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.122900 17275 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.185.126" port: 41089 } has no permanent_uuid. Determining permanent_uuid...
08:00:46.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.131906 17275 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.185.125" port: 38949 } has no permanent_uuid. Determining permanent_uuid...
08:00:46.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.138665 17275 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.185.124" port: 45927 } has no permanent_uuid. Determining permanent_uuid...
08:00:46.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.139528 17223 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.16.185.124:45927: connect: Connection refused (error 111)
08:00:46.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.140497 17275 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.185.124:45927: Network error: Client connection negotiation failed: client connection to 127.16.185.124:45927: connect: Connection refused (error 111)
08:00:46.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.157945 17204 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.185.125" port: 38949 } attempt: 3
08:00:46.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.162919 17204 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.185.124" port: 45927 } has no permanent_uuid. Determining permanent_uuid...
08:00:46.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.164410 17204 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.185.124:45927: Network error: Client connection negotiation failed: client connection to 127.16.185.124:45927: connect: Connection refused (error 111)
08:00:46.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.189745 17275 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.185.124" port: 45927 } attempt: 1
08:00:46.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.191597 17275 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.185.124:45927: Network error: Client connection negotiation failed: client connection to 127.16.185.124:45927: connect: Connection refused (error 111)
08:00:46.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.195592 17204 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.185.124" port: 45927 } attempt: 1
08:00:46.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.197134 17204 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.185.124:45927: Network error: Client connection negotiation failed: client connection to 127.16.185.124:45927: connect: Connection refused (error 111)
08:00:46.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.230522 17276 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:00:46.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.230772 17276 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:00:46.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.230819 17276 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:00:46.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.234603 17276 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:00:46.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.234689 17276 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:00:46.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.234710 17276 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:00:46.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.234730 17276 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:00:46.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.234748 17276 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:00:46.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.234763 17276 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34657/jwks.json
08:00:46.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.238919 17276 master_runner.cc:387] Master server non-default flags:
08:00:46.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:46.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.185.84:32947
08:00:46.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:46.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:46.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-2/data
08:00:46.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-2/wal
08:00:46.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40717
08:00:46.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:46.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.185.126:41089,127.16.185.125:38949,127.16.185.124:45927
08:00:46.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:46.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:46.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:46.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.185.124:45927
08:00:46.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:46.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:00:46.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:46.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34657/jwks.json
08:00:46.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:46.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:46.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-2/data/info.pb
08:00:46.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.185.124
08:00:46.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:46.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:00:46.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.17276
08:00:46.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:46.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:00:46.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:00:46.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:46.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-2/logs
08:00:46.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:46.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:00:46.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:00:46.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:00:46.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:00:46.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:00:46.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:00:46.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on bdcb31816ec0
08:00:46.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12768
08:00:46.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.240010 17276 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:00:46.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.241179 17276 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:00:46.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.247220 17284 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
08:00:46.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.247236 17285 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
08:00:46.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.247287 17276 server_base.cc:1061] running on GCE node
08:00:46.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.247236 17287 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
08:00:46.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.247905 17276 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:00:46.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.248783 17276 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:00:46.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.249946 17276 hybrid_clock.cc:648] HybridClock initialized: now 1783497646249924 us; error 37 us; skew 500 ppm
08:00:46.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.251902 17276 webserver.cc:533] Webserver started at http://127.16.185.124:44231/ using document root <none> and password file <none>
08:00:46.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.252432 17276 fs_manager.cc:362] Metadata directory not provided
08:00:46.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.252483 17276 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:00:46.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.252658 17276 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:00:46.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.254424 17276 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-2/data/instance:
08:00:46.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "db3f79d8c423472c99444ee7904cf5c6"
08:00:46.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:46 on dist-test-slave-fp4m"
08:00:46.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.255160 17276 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-2/wal/instance:
08:00:46.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "db3f79d8c423472c99444ee7904cf5c6"
08:00:46.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:46 on dist-test-slave-fp4m"
08:00:46.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.259335 17276 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
08:00:46.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.259796 17275 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.185.124" port: 45927 } attempt: 2
08:00:46.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.261296 17275 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.185.124:45927: Network error: Client connection negotiation failed: client connection to 127.16.185.124:45927: connect: Connection refused (error 111)
08:00:46.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.261734 17293 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:00:46.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.262926 17276 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
08:00:46.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.263047 17276 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-2/data,/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-2/wal
08:00:46.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "db3f79d8c423472c99444ee7904cf5c6"
08:00:46.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:46 on dist-test-slave-fp4m"
08:00:46.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.263151 17276 fs_report.cc:389] FS layout report
08:00:46.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:00:46.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-2/wal
08:00:46.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-2/wal
08:00:46.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-2/data/data
08:00:46.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:00:46.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:00:46.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:00:46.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:00:46.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:00:46.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:00:46.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:00:46.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:00:46.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:00:46.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:00:46.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:00:46.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.272344 17204 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.185.124" port: 45927 } attempt: 2
08:00:46.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.274083 17204 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.185.124:45927: Network error: Client connection negotiation failed: client connection to 127.16.185.124:45927: connect: Connection refused (error 111)
08:00:46.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.282982 17276 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:00:46.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.283591 17276 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
08:00:46.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.283725 17276 kserver.cc:163] Server-wide thread pool size limit: 3276
08:00:46.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.290971 17276 rpc_server.cc:307] RPC server started. Bound to: 127.16.185.124:45927
08:00:46.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.290989 17345 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.16.185.124:45927 every 8 connection(s)
08:00:46.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.291999 17276 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-2/data/info.pb
08:00:46.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.294896 17346 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:00:46.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.296342 17125 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu as pid 17276
08:00:46.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.296449 17125 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11382155252959238881/master-2/wal/instance
08:00:46.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.298892 17346 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.185.126" port: 41089 } has no permanent_uuid. Determining permanent_uuid...
08:00:46.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.308177 17346 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.185.125" port: 38949 } has no permanent_uuid. Determining permanent_uuid...
08:00:46.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.312986 17346 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.185.124" port: 45927 } has no permanent_uuid. Determining permanent_uuid...
08:00:46.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.322182 17346 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6: Bootstrap starting.
08:00:46.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.323762 17125 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
08:00:46.324 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:00:46.324 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

08:00:46.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.324945 17346 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6: Neither blocks nor log segments found. Creating new log.
08:00:46.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.325821 17346 log.cc:826] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6: Log is configured to *not* fsync() on all Append() calls
08:00:46.326 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.16.185.126"
      port: 41089
    }
    bound_http_address {
      host: "127.16.185.126"
      port: 32967
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.16.185.125"
      port: 38949
    }
    bound_http_address {
      host: "127.16.185.125"
      port: 39081
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.16.185.124"
      port: 45927
    }
    bound_http_address {
      host: "127.16.185.124"
      port: 44231
    }
  }
}

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

08:00:46.328 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:00:46.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.328263 17346 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6: No bootstrap required, opened a new log
08:00:46.329 [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=1a94c144-7183-4f0c-a5dc-e777b9813dfc, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.16.185.125:38949,127.16.185.126:41089,127.16.185.124:45927}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:00:46.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.331995 17346 raft_consensus.cc:359] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e53ad39a73048ba817c720dd2c73f5c" member_type: VOTER last_known_addr { host: "127.16.185.126" port: 41089 } } peers { permanent_uuid: "71fc6bb53b7e447884275a52bfeb1040" member_type: VOTER last_known_addr { host: "127.16.185.125" port: 38949 } } peers { permanent_uuid: "db3f79d8c423472c99444ee7904cf5c6" member_type: VOTER last_known_addr { host: "127.16.185.124" port: 45927 } }
08:00:46.332 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:00:46.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.332561 17346 raft_consensus.cc:385] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:00:46.332 [INFO - Metastore-Handler-Pool: Thread-86] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:00:46.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.332782 17346 raft_consensus.cc:740] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: db3f79d8c423472c99444ee7904cf5c6, State: Initialized, Role: FOLLOWER
08:00:46.333 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@374aa90e, with PersistenceManager: null will be shutdown
08:00:46.333 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@374aa90e, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4d92577e created in the thread with id: 86
08:00:46.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.333493 17346 consensus_queue.cc:260] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6 [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: "6e53ad39a73048ba817c720dd2c73f5c" member_type: VOTER last_known_addr { host: "127.16.185.126" port: 41089 } } peers { permanent_uuid: "71fc6bb53b7e447884275a52bfeb1040" member_type: VOTER last_known_addr { host: "127.16.185.125" port: 38949 } } peers { permanent_uuid: "db3f79d8c423472c99444ee7904cf5c6" member_type: VOTER last_known_addr { host: "127.16.185.124" port: 45927 } }
08:00:46.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.336028 17346 sys_catalog.cc:565] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6 [sys.catalog]: configured and running, proceeding with master startup.
08:00:46.339 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@374aa90e
08:00:46.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.340680 17351 sys_catalog.cc:455] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6 [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: "6e53ad39a73048ba817c720dd2c73f5c" member_type: VOTER last_known_addr { host: "127.16.185.126" port: 41089 } } peers { permanent_uuid: "71fc6bb53b7e447884275a52bfeb1040" member_type: VOTER last_known_addr { host: "127.16.185.125" port: 38949 } } peers { permanent_uuid: "db3f79d8c423472c99444ee7904cf5c6" member_type: VOTER last_known_addr { host: "127.16.185.124" port: 45927 } } }
08:00:46.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.341683 17351 sys_catalog.cc:458] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6 [sys.catalog]: This master's current role is: FOLLOWER
08:00:46.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.343681 17276 master_runner.cc:187] Error getting master registration for 127.16.185.126:41089: OK, instance_id { permanent_uuid: "6e53ad39a73048ba817c720dd2c73f5c" instance_seqno: 1783497645918997 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:00:46.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.346063 17276 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:00:46.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.347894 17365 catalog_manager.cc:1594] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:00:46.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.347977 17365 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:00:46.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.352495 17275 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.185.124" port: 45927 } attempt: 3
08:00:46.356 [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=	
08:00:46.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.359921 17275 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 71fc6bb53b7e447884275a52bfeb1040: Bootstrap starting.
08:00:46.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.361989 17362 client.h:372] Failed to connect to Hive Metastore (localhost:40717): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:46.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.363958 17275 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 71fc6bb53b7e447884275a52bfeb1040: Neither blocks nor log segments found. Creating new log.
08:00:46.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.365276 17275 log.cc:826] T 00000000000000000000000000000000 P 71fc6bb53b7e447884275a52bfeb1040: Log is configured to *not* fsync() on all Append() calls
08:00:46.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.367254 17275 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 71fc6bb53b7e447884275a52bfeb1040: No bootstrap required, opened a new log
08:00:46.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.370651 17275 raft_consensus.cc:359] T 00000000000000000000000000000000 P 71fc6bb53b7e447884275a52bfeb1040 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e53ad39a73048ba817c720dd2c73f5c" member_type: VOTER last_known_addr { host: "127.16.185.126" port: 41089 } } peers { permanent_uuid: "71fc6bb53b7e447884275a52bfeb1040" member_type: VOTER last_known_addr { host: "127.16.185.125" port: 38949 } } peers { permanent_uuid: "db3f79d8c423472c99444ee7904cf5c6" member_type: VOTER last_known_addr { host: "127.16.185.124" port: 45927 } }
08:00:46.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.370836 17275 raft_consensus.cc:385] T 00000000000000000000000000000000 P 71fc6bb53b7e447884275a52bfeb1040 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:00:46.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.370887 17275 raft_consensus.cc:740] T 00000000000000000000000000000000 P 71fc6bb53b7e447884275a52bfeb1040 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 71fc6bb53b7e447884275a52bfeb1040, State: Initialized, Role: FOLLOWER
08:00:46.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.371383 17275 consensus_queue.cc:260] T 00000000000000000000000000000000 P 71fc6bb53b7e447884275a52bfeb1040 [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: "6e53ad39a73048ba817c720dd2c73f5c" member_type: VOTER last_known_addr { host: "127.16.185.126" port: 41089 } } peers { permanent_uuid: "71fc6bb53b7e447884275a52bfeb1040" member_type: VOTER last_known_addr { host: "127.16.185.125" port: 38949 } } peers { permanent_uuid: "db3f79d8c423472c99444ee7904cf5c6" member_type: VOTER last_known_addr { host: "127.16.185.124" port: 45927 } }
08:00:46.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.371920 17370 sys_catalog.cc:455] T 00000000000000000000000000000000 P 71fc6bb53b7e447884275a52bfeb1040 [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: "6e53ad39a73048ba817c720dd2c73f5c" member_type: VOTER last_known_addr { host: "127.16.185.126" port: 41089 } } peers { permanent_uuid: "71fc6bb53b7e447884275a52bfeb1040" member_type: VOTER last_known_addr { host: "127.16.185.125" port: 38949 } } peers { permanent_uuid: "db3f79d8c423472c99444ee7904cf5c6" member_type: VOTER last_known_addr { host: "127.16.185.124" port: 45927 } } }
08:00:46.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.372169 17370 sys_catalog.cc:458] T 00000000000000000000000000000000 P 71fc6bb53b7e447884275a52bfeb1040 [sys.catalog]: This master's current role is: FOLLOWER
08:00:46.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.372889 17275 sys_catalog.cc:565] T 00000000000000000000000000000000 P 71fc6bb53b7e447884275a52bfeb1040 [sys.catalog]: configured and running, proceeding with master startup.
08:00:46.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.373245 17204 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.185.124" port: 45927 } attempt: 3
08:00:46.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.377221 17207 master_runner.cc:187] Error getting master registration for 127.16.185.126:41089: OK, instance_id { permanent_uuid: "6e53ad39a73048ba817c720dd2c73f5c" instance_seqno: 1783497645918997 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:00:46.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.379949 17207 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:00:46.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.380801 17384 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 71fc6bb53b7e447884275a52bfeb1040: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:00:46.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.380873 17384 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:00:46.382 [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=	
08:00:46.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.383021 17381 client.h:372] Failed to connect to Hive Metastore (localhost:40717): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:46.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.383210 17204 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6e53ad39a73048ba817c720dd2c73f5c: Bootstrap starting.
08:00:46.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.386153 17351 raft_consensus.cc:493] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
08:00:46.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.386297 17351 raft_consensus.cc:515] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e53ad39a73048ba817c720dd2c73f5c" member_type: VOTER last_known_addr { host: "127.16.185.126" port: 41089 } } peers { permanent_uuid: "71fc6bb53b7e447884275a52bfeb1040" member_type: VOTER last_known_addr { host: "127.16.185.125" port: 38949 } } peers { permanent_uuid: "db3f79d8c423472c99444ee7904cf5c6" member_type: VOTER last_known_addr { host: "127.16.185.124" port: 45927 } }
08:00:46.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.387284 17351 leader_election.cc:290] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6e53ad39a73048ba817c720dd2c73f5c (127.16.185.126:41089), 71fc6bb53b7e447884275a52bfeb1040 (127.16.185.125:38949)
08:00:46.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.388386 17248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "db3f79d8c423472c99444ee7904cf5c6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71fc6bb53b7e447884275a52bfeb1040" is_pre_election: true
08:00:46.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.388653 17248 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 71fc6bb53b7e447884275a52bfeb1040 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate db3f79d8c423472c99444ee7904cf5c6 in term 0.
08:00:46.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.389660 17297 leader_election.cc:304] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6 [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: 71fc6bb53b7e447884275a52bfeb1040, db3f79d8c423472c99444ee7904cf5c6; no voters: 
08:00:46.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.390179 17351 raft_consensus.cc:2804] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6 [term 0 FOLLOWER]: Leader pre-election won for term 1
08:00:46.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.390250 17351 raft_consensus.cc:493] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
08:00:46.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.390311 17351 raft_consensus.cc:3060] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6 [term 0 FOLLOWER]: Advancing to term 1
08:00:46.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.391510 17351 raft_consensus.cc:515] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e53ad39a73048ba817c720dd2c73f5c" member_type: VOTER last_known_addr { host: "127.16.185.126" port: 41089 } } peers { permanent_uuid: "71fc6bb53b7e447884275a52bfeb1040" member_type: VOTER last_known_addr { host: "127.16.185.125" port: 38949 } } peers { permanent_uuid: "db3f79d8c423472c99444ee7904cf5c6" member_type: VOTER last_known_addr { host: "127.16.185.124" port: 45927 } }
08:00:46.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.391891 17351 leader_election.cc:290] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6 [CANDIDATE]: Term 1 election: Requested vote from peers 6e53ad39a73048ba817c720dd2c73f5c (127.16.185.126:41089), 71fc6bb53b7e447884275a52bfeb1040 (127.16.185.125:38949)
08:00:46.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.392858 17248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "db3f79d8c423472c99444ee7904cf5c6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71fc6bb53b7e447884275a52bfeb1040"
08:00:46.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.392999 17248 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 71fc6bb53b7e447884275a52bfeb1040 [term 0 FOLLOWER]: Advancing to term 1
08:00:46.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.394182 17248 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 71fc6bb53b7e447884275a52bfeb1040 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate db3f79d8c423472c99444ee7904cf5c6 in term 1.
08:00:46.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.395327 17297 leader_election.cc:304] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6 [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: 71fc6bb53b7e447884275a52bfeb1040, db3f79d8c423472c99444ee7904cf5c6; no voters: 
08:00:46.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.395714 17351 raft_consensus.cc:2804] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6 [term 1 FOLLOWER]: Leader election won for term 1
08:00:46.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.396268 17351 raft_consensus.cc:697] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6 [term 1 LEADER]: Becoming Leader. State: Replica: db3f79d8c423472c99444ee7904cf5c6, State: Running, Role: LEADER
08:00:46.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.397059 17351 consensus_queue.cc:237] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6 [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: "6e53ad39a73048ba817c720dd2c73f5c" member_type: VOTER last_known_addr { host: "127.16.185.126" port: 41089 } } peers { permanent_uuid: "71fc6bb53b7e447884275a52bfeb1040" member_type: VOTER last_known_addr { host: "127.16.185.125" port: 38949 } } peers { permanent_uuid: "db3f79d8c423472c99444ee7904cf5c6" member_type: VOTER last_known_addr { host: "127.16.185.124" port: 45927 } }
08:00:46.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.398995 17204 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6e53ad39a73048ba817c720dd2c73f5c: Neither blocks nor log segments found. Creating new log.
08:00:46.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.409765 17204 log.cc:826] T 00000000000000000000000000000000 P 6e53ad39a73048ba817c720dd2c73f5c: Log is configured to *not* fsync() on all Append() calls
08:00:46.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.411875 17351 sys_catalog.cc:455] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6 [sys.catalog]: SysCatalogTable state changed. Reason: New leader db3f79d8c423472c99444ee7904cf5c6. Latest consensus state: current_term: 1 leader_uuid: "db3f79d8c423472c99444ee7904cf5c6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e53ad39a73048ba817c720dd2c73f5c" member_type: VOTER last_known_addr { host: "127.16.185.126" port: 41089 } } peers { permanent_uuid: "71fc6bb53b7e447884275a52bfeb1040" member_type: VOTER last_known_addr { host: "127.16.185.125" port: 38949 } } peers { permanent_uuid: "db3f79d8c423472c99444ee7904cf5c6" member_type: VOTER last_known_addr { host: "127.16.185.124" port: 45927 } } }
08:00:46.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.412946 17351 sys_catalog.cc:458] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6 [sys.catalog]: This master's current role is: LEADER
08:00:46.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.420943 17204 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6e53ad39a73048ba817c720dd2c73f5c: No bootstrap required, opened a new log
08:00:46.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.425081 17204 raft_consensus.cc:359] T 00000000000000000000000000000000 P 6e53ad39a73048ba817c720dd2c73f5c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e53ad39a73048ba817c720dd2c73f5c" member_type: VOTER last_known_addr { host: "127.16.185.126" port: 41089 } } peers { permanent_uuid: "71fc6bb53b7e447884275a52bfeb1040" member_type: VOTER last_known_addr { host: "127.16.185.125" port: 38949 } } peers { permanent_uuid: "db3f79d8c423472c99444ee7904cf5c6" member_type: VOTER last_known_addr { host: "127.16.185.124" port: 45927 } }
08:00:46.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.425289 17204 raft_consensus.cc:385] T 00000000000000000000000000000000 P 6e53ad39a73048ba817c720dd2c73f5c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:00:46.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.425338 17204 raft_consensus.cc:740] T 00000000000000000000000000000000 P 6e53ad39a73048ba817c720dd2c73f5c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6e53ad39a73048ba817c720dd2c73f5c, State: Initialized, Role: FOLLOWER
08:00:46.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.426374 17204 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6e53ad39a73048ba817c720dd2c73f5c [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: "6e53ad39a73048ba817c720dd2c73f5c" member_type: VOTER last_known_addr { host: "127.16.185.126" port: 41089 } } peers { permanent_uuid: "71fc6bb53b7e447884275a52bfeb1040" member_type: VOTER last_known_addr { host: "127.16.185.125" port: 38949 } } peers { permanent_uuid: "db3f79d8c423472c99444ee7904cf5c6" member_type: VOTER last_known_addr { host: "127.16.185.124" port: 45927 } }
08:00:46.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.427909 17204 sys_catalog.cc:565] T 00000000000000000000000000000000 P 6e53ad39a73048ba817c720dd2c73f5c [sys.catalog]: configured and running, proceeding with master startup.
08:00:46.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.427981 17177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "db3f79d8c423472c99444ee7904cf5c6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6e53ad39a73048ba817c720dd2c73f5c"
08:00:46.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.428301 17177 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 6e53ad39a73048ba817c720dd2c73f5c [term 0 FOLLOWER]: Advancing to term 1
08:00:46.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.429574 17177 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 6e53ad39a73048ba817c720dd2c73f5c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate db3f79d8c423472c99444ee7904cf5c6 in term 1.
08:00:46.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.428121 17178 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "db3f79d8c423472c99444ee7904cf5c6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6e53ad39a73048ba817c720dd2c73f5c" is_pre_election: true
08:00:46.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.430347 17178 raft_consensus.cc:2376] T 00000000000000000000000000000000 P 6e53ad39a73048ba817c720dd2c73f5c [term 1 FOLLOWER]: Leader pre-election vote request: Already granted yes vote for candidate db3f79d8c423472c99444ee7904cf5c6 in term 1. Re-sending same reply.
08:00:46.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.441991 17390 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
08:00:46.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.443713 17390 catalog_manager.cc:1520] Initializing Kudu cluster ID...
08:00:46.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.444259 17405 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 6e53ad39a73048ba817c720dd2c73f5c: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:00:46.450 [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=	
08:00:46.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.444226 17391 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6e53ad39a73048ba817c720dd2c73f5c [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: "6e53ad39a73048ba817c720dd2c73f5c" member_type: VOTER last_known_addr { host: "127.16.185.126" port: 41089 } } peers { permanent_uuid: "71fc6bb53b7e447884275a52bfeb1040" member_type: VOTER last_known_addr { host: "127.16.185.125" port: 38949 } } peers { permanent_uuid: "db3f79d8c423472c99444ee7904cf5c6" member_type: VOTER last_known_addr { host: "127.16.185.124" port: 45927 } } }
08:00:46.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.451668 17402 client.h:372] Failed to connect to Hive Metastore (localhost:40717): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:46.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.461603 17391 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6e53ad39a73048ba817c720dd2c73f5c [sys.catalog]: This master's current role is: FOLLOWER
08:00:46.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:46.461539 17405 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:00:46.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.473374 17178 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 6e53ad39a73048ba817c720dd2c73f5c [term 1 FOLLOWER]: Refusing update from remote peer db3f79d8c423472c99444ee7904cf5c6: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:00:46.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.474155 17248 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 71fc6bb53b7e447884275a52bfeb1040 [term 1 FOLLOWER]: Refusing update from remote peer db3f79d8c423472c99444ee7904cf5c6: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:00:46.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.475184 17387 consensus_queue.cc:1048] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "71fc6bb53b7e447884275a52bfeb1040" member_type: VOTER last_known_addr { host: "127.16.185.125" port: 38949 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:00:46.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.476264 17387 consensus_queue.cc:1048] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6e53ad39a73048ba817c720dd2c73f5c" member_type: VOTER last_known_addr { host: "127.16.185.126" port: 41089 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:00:46.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.480690 17370 sys_catalog.cc:455] T 00000000000000000000000000000000 P 71fc6bb53b7e447884275a52bfeb1040 [sys.catalog]: SysCatalogTable state changed. Reason: New leader db3f79d8c423472c99444ee7904cf5c6. Latest consensus state: current_term: 1 leader_uuid: "db3f79d8c423472c99444ee7904cf5c6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e53ad39a73048ba817c720dd2c73f5c" member_type: VOTER last_known_addr { host: "127.16.185.126" port: 41089 } } peers { permanent_uuid: "71fc6bb53b7e447884275a52bfeb1040" member_type: VOTER last_known_addr { host: "127.16.185.125" port: 38949 } } peers { permanent_uuid: "db3f79d8c423472c99444ee7904cf5c6" member_type: VOTER last_known_addr { host: "127.16.185.124" port: 45927 } } }
08:00:46.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.480823 17370 sys_catalog.cc:458] T 00000000000000000000000000000000 P 71fc6bb53b7e447884275a52bfeb1040 [sys.catalog]: This master's current role is: FOLLOWER
08:00:46.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.484474 17391 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6e53ad39a73048ba817c720dd2c73f5c [sys.catalog]: SysCatalogTable state changed. Reason: New leader db3f79d8c423472c99444ee7904cf5c6. Latest consensus state: current_term: 1 leader_uuid: "db3f79d8c423472c99444ee7904cf5c6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e53ad39a73048ba817c720dd2c73f5c" member_type: VOTER last_known_addr { host: "127.16.185.126" port: 41089 } } peers { permanent_uuid: "71fc6bb53b7e447884275a52bfeb1040" member_type: VOTER last_known_addr { host: "127.16.185.125" port: 38949 } } peers { permanent_uuid: "db3f79d8c423472c99444ee7904cf5c6" member_type: VOTER last_known_addr { host: "127.16.185.124" port: 45927 } } }
08:00:46.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.484607 17391 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6e53ad39a73048ba817c720dd2c73f5c [sys.catalog]: This master's current role is: FOLLOWER
08:00:46.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.494313 17351 sys_catalog.cc:455] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "db3f79d8c423472c99444ee7904cf5c6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e53ad39a73048ba817c720dd2c73f5c" member_type: VOTER last_known_addr { host: "127.16.185.126" port: 41089 } } peers { permanent_uuid: "71fc6bb53b7e447884275a52bfeb1040" member_type: VOTER last_known_addr { host: "127.16.185.125" port: 38949 } } peers { permanent_uuid: "db3f79d8c423472c99444ee7904cf5c6" member_type: VOTER last_known_addr { host: "127.16.185.124" port: 45927 } } }
08:00:46.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.494459 17351 sys_catalog.cc:458] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6 [sys.catalog]: This master's current role is: LEADER
08:00:46.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.494577 17408 mvcc.cc:204] Tried to move back new op lower bound from 7305206359945945088 to 7305206359653859328. Current Snapshot: MvccSnapshot[applied={T|T < 7305206359945945088}]
08:00:46.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.494837 17391 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6e53ad39a73048ba817c720dd2c73f5c [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "db3f79d8c423472c99444ee7904cf5c6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e53ad39a73048ba817c720dd2c73f5c" member_type: VOTER last_known_addr { host: "127.16.185.126" port: 41089 } } peers { permanent_uuid: "71fc6bb53b7e447884275a52bfeb1040" member_type: VOTER last_known_addr { host: "127.16.185.125" port: 38949 } } peers { permanent_uuid: "db3f79d8c423472c99444ee7904cf5c6" member_type: VOTER last_known_addr { host: "127.16.185.124" port: 45927 } } }
08:00:46.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.494938 17391 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6e53ad39a73048ba817c720dd2c73f5c [sys.catalog]: This master's current role is: FOLLOWER
08:00:46.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.501833 17411 mvcc.cc:204] Tried to move back new op lower bound from 7305206359945945088 to 7305206359653859328. Current Snapshot: MvccSnapshot[applied={T|T < 7305206359945945088}]
08:00:46.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.504806 17351 sys_catalog.cc:455] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "db3f79d8c423472c99444ee7904cf5c6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e53ad39a73048ba817c720dd2c73f5c" member_type: VOTER last_known_addr { host: "127.16.185.126" port: 41089 } } peers { permanent_uuid: "71fc6bb53b7e447884275a52bfeb1040" member_type: VOTER last_known_addr { host: "127.16.185.125" port: 38949 } } peers { permanent_uuid: "db3f79d8c423472c99444ee7904cf5c6" member_type: VOTER last_known_addr { host: "127.16.185.124" port: 45927 } } }
08:00:46.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.504947 17351 sys_catalog.cc:458] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6 [sys.catalog]: This master's current role is: LEADER
08:00:46.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.506459 17370 sys_catalog.cc:455] T 00000000000000000000000000000000 P 71fc6bb53b7e447884275a52bfeb1040 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "db3f79d8c423472c99444ee7904cf5c6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e53ad39a73048ba817c720dd2c73f5c" member_type: VOTER last_known_addr { host: "127.16.185.126" port: 41089 } } peers { permanent_uuid: "71fc6bb53b7e447884275a52bfeb1040" member_type: VOTER last_known_addr { host: "127.16.185.125" port: 38949 } } peers { permanent_uuid: "db3f79d8c423472c99444ee7904cf5c6" member_type: VOTER last_known_addr { host: "127.16.185.124" port: 45927 } } }
08:00:46.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.506529 17390 catalog_manager.cc:1383] Generated new cluster ID: f2a48aec6f624daeac601ad4e2227b69
08:00:46.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.506582 17370 sys_catalog.cc:458] T 00000000000000000000000000000000 P 71fc6bb53b7e447884275a52bfeb1040 [sys.catalog]: This master's current role is: FOLLOWER
08:00:46.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.506619 17390 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
08:00:46.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.507602 17409 mvcc.cc:204] Tried to move back new op lower bound from 7305206359945945088 to 7305206359653859328. Current Snapshot: MvccSnapshot[applied={T|T < 7305206359945945088}]
08:00:46.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.533773 17390 catalog_manager.cc:1406] Generated new certificate authority record
08:00:46.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.535768 17390 catalog_manager.cc:1540] Loading token signing keys...
08:00:46.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.559180 17390 catalog_manager.cc:6070] T 00000000000000000000000000000000 P db3f79d8c423472c99444ee7904cf5c6: Generated new TSK 0
08:00:46.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.560042 17390 catalog_manager.cc:1550] Initializing in-progress tserver states...
08:00:46.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.561074 17390 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
08:00:46.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:46.561548 17390 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
08:00:46.948 [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.
08:00:46.955 [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.
08:00:46.955 [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.
08:00:47.035 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:00:47.042 [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/hive9715171741213501985/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=1a94c144-7183-4f0c-a5dc-e777b9813dfc, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.16.185.125:38949,127.16.185.126:41089,127.16.185.124:45927}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:00:47.044 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive9715171741213501985/external-warehouse/table
08:00:47.152 [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	
08:00:47.195 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
08:00:47.199 [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	
08:00:47.328 [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.
08:00:47.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:47.382477 17384 catalog_manager.cc:1295] Loaded cluster ID: f2a48aec6f624daeac601ad4e2227b69
08:00:47.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:47.382577 17384 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 71fc6bb53b7e447884275a52bfeb1040: loading cluster ID for follower catalog manager: success
08:00:47.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:47.385092 17384 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 71fc6bb53b7e447884275a52bfeb1040: acquiring CA information for follower catalog manager: success
08:00:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:47.388289 17384 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 71fc6bb53b7e447884275a52bfeb1040: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:00:47.392 [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=	
08:00:47.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:47.392766 17362 client.h:372] Failed to connect to Hive Metastore (localhost:40717): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:47.398 [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=	
08:00:47.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:47.398864 17381 client.h:372] Failed to connect to Hive Metastore (localhost:40717): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:47.464 [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=	
08:00:47.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:47.464910 17405 catalog_manager.cc:1295] Loaded cluster ID: f2a48aec6f624daeac601ad4e2227b69
08:00:47.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:47.464996 17405 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 6e53ad39a73048ba817c720dd2c73f5c: loading cluster ID for follower catalog manager: success
08:00:47.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:47.465345 17402 client.h:372] Failed to connect to Hive Metastore (localhost:40717): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:47.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:47.468478 17405 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 6e53ad39a73048ba817c720dd2c73f5c: acquiring CA information for follower catalog manager: success
08:00:47.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:47.470321 17405 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 6e53ad39a73048ba817c720dd2c73f5c: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:00:47.591 [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.
08:00:47.631 [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.
08:00:47.664 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
08:00:47.788 [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.
08:00:47.789 [DEBUG - Metastore-Handler-Pool: Thread-86] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
08:00:47.790 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.16.185.125:38949(127.16.185.125:38949)] connecting to peer
08:00:47.792 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.16.185.126:41089(127.16.185.126:41089)] connecting to peer
08:00:47.793 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.16.185.124:45927(127.16.185.124:45927)] connecting to peer
08:00:47.799 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.16.185.125:38949(127.16.185.125:38949)] Successfully connected to peer
08:00:47.800 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.16.185.124:45927(127.16.185.124:45927)] Successfully connected to peer
08:00:47.801 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.16.185.126:41089(127.16.185.126:41089)] Successfully connected to peer
08:00:47.814 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.16.185.126
08:00:47.816 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.16.185.125
08:00:47.851 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.16.185.124
08:00:47.872 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:00:47.877 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:00:47.877 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:00:47.882 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x3ea05bcd, L:/127.0.0.1:37228 - R:/127.16.185.124:45927] using SASL/PLAIN
08:00:47.887 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
08:00:47.891 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xdecde0fe, L:/127.0.0.1:49846 - R:/127.16.185.125:38949] using SASL/PLAIN
08:00:47.892 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x346e513f, L:/127.0.0.1:44804 - R:/127.16.185.126:41089] using SASL/PLAIN
08:00:47.894 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:212)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

08:00:47.898 [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	
08:00:47.943 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
08:00:47.945 [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	
08:00:48.053 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
08:00:48.075 [INFO - Metastore-Handler-Pool: Thread-86] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
08:00:48.076 [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=1a94c144-7183-4f0c-a5dc-e777b9813dfc, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.16.185.125:38949,127.16.185.126:41089,127.16.185.124:45927}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:00:48.079 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:00:48.082 [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/hive9715171741213501985/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=1a94c144-7183-4f0c-a5dc-e777b9813dfc, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.16.185.125:38949,127.16.185.126:41089,127.16.185.124:45927}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:00:48.084 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive9715171741213501985/external-warehouse/table
08:00:48.121 [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	
08:00:48.134 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
08:00:48.136 [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	
08:00:48.157 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
08:00:48.175 [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)	
08:00:48.178 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:00:48.181 [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/hive9715171741213501985/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)
08:00:48.183 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive9715171741213501985/external-warehouse/table specified for non-external table:table
08:00:48.184 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive9715171741213501985/external-warehouse/table
08:00:48.207 [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	
08:00:48.220 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
08:00:48.221 [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	
08:00:48.243 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
08:00:48.259 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

08:00:48.260 [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	
08:00:48.274 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
08:00:48.275 [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	
08:00:48.293 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
08:00:48.309 [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)	
08:00:48.311 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:00:48.314 [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/hive9715171741213501985/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)
08:00:48.315 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive9715171741213501985/external-warehouse/table specified for non-external table:table
08:00:48.315 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive9715171741213501985/external-warehouse/table
08:00:48.340 [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	
08:00:48.354 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
08:00:48.356 [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	
08:00:48.375 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
08:00:48.392 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

08:00:48.394 [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	
08:00:48.398 [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=	
08:00:48.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:48.400336 17362 client.h:372] Failed to connect to Hive Metastore (localhost:40717): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:48.408 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
08:00:48.409 [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=	
08:00:48.409 [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	
08:00:48.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:48.410102 17381 client.h:372] Failed to connect to Hive Metastore (localhost:40717): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:48.426 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
08:00:48.442 [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)	
08:00:48.445 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:00:48.447 [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/hive9715171741213501985/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)
08:00:48.449 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive9715171741213501985/external-warehouse/table
08:00:48.471 [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	
08:00:48.482 [INFO - Metastore-Handler-Pool: Thread-106] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:00:48.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:48.482683 17402 client.h:372] Failed to connect to Hive Metastore (localhost:40717): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:48.484 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
08:00:48.485 [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	
08:00:48.519 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
08:00:48.534 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
08:00:48.534 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
08:00:48.535 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@374aa90e, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4d92577e will be shutdown
08:00:48.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:48.535141 17125 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu with pid 17137
08:00:48.535 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
08:00:48.543 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.16.185.126:41089(127.16.185.126:41089)] handling channelInactive
08:00:48.544 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.16.185.126:41089(127.16.185.126:41089)] cleaning up while in state READY due to: connection closed
08:00:48.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:48.543373 17125 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu with pid 17207
08:00:48.551 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.16.185.125:38949(127.16.185.125:38949)] handling channelInactive
08:00:48.551 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.16.185.125:38949(127.16.185.125:38949)] cleaning up while in state READY due to: connection closed
08:00:48.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:48.552273 17125 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu with pid 17276
08:00:48.559 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.16.185.124:45927(127.16.185.124:45927)] handling channelInactive
08:00:48.560 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.16.185.124:45927(127.16.185.124:45927)] cleaning up while in state READY due to: connection closed
08:00:48.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:00:48Z chronyd exiting
.08:00:48.606 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:00:48.606 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:00:48.607 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:00:48.634 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive4043652299677121710
08:00:48.635 [INFO - Thread-71] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
08:00:48.636 [INFO - Thread-71] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
08:00:48.639 [INFO - Thread-71] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:00:48.639 [INFO - Thread-71] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:00:48.639 [INFO - Thread-71] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
08:00:48.640 [INFO - Thread-71] (HikariDataSource.java:350) objectstore - Shutdown initiated...
08:00:48.643 [INFO - Thread-71] (HikariDataSource.java:352) objectstore - Shutdown completed.
08:00:48.643 [INFO - Thread-71] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
08:00:48.644 [INFO - Thread-71] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
08:00:48.645 [INFO - Thread-71] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
08:00:48.647 [INFO - Thread-71] (HikariDataSource.java:80) objectstore - Starting...
08:00:48.741 [INFO - Thread-71] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:00:48.742 [INFO - Thread-71] (HikariDataSource.java:82) objectstore - Start completed.
08:00:48.742 [INFO - Thread-71] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
08:00:48.744 [INFO - Thread-71] (HikariDataSource.java:80) objectstore-secondary - Starting...
08:00:48.746 [INFO - Thread-71] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:00:48.746 [INFO - Thread-71] (HikariDataSource.java:82) objectstore-secondary - Start completed.
08:00:48.764 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
08:00:48.764 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
08:00:48.765 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
08:00:48.792 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:48.793 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:48.794 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:48.794 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:48.795 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:48.795 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:49.001 [INFO - Thread-71] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
08:00:49.001 [INFO - Thread-71] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@8387b3b, with PersistenceManager: null will be shutdown
08:00:49.002 [INFO - Thread-71] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@8387b3b, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2f2b6c6b created in the thread with id: 107
08:00:49.003 [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
08:00:49.005 [INFO - Thread-71] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@8387b3b
08:00:49.110 [INFO - Thread-71] (HMSHandler.java:595) Started creating a default database with name: default
08:00:49.135 [INFO - Thread-71] (HMSHandler.java:605) Successfully created a default database with name: default
08:00:49.165 [INFO - Thread-71] (HMSHandler.java:668) Added admin role in metastore
08:00:49.167 [INFO - Thread-71] (HMSHandler.java:677) Added public role in metastore
08:00:49.199 [INFO - Thread-71] (HMSHandler.java:717) No user is added in admin role, since config is empty
08:00:49.199 [INFO - Thread-71] (HMSHandler.java:404) HMS server filtering is disabled by configuration
08:00:49.200 [INFO - Thread-71] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
08:00:49.200 [INFO - Thread-71] (HiveMetaStore.java:697) Direct SQL optimization = true
08:00:49.201 [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)
08:00:49.202 [INFO - Thread-71] (HiveMetaStore.java:632) Started the new metaserver on port [45881]...
08:00:49.202 [INFO - Thread-71] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
08:00:49.202 [INFO - Thread-71] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
08:00:49.202 [INFO - Thread-71] (HiveMetaStore.java:635) TCP keepalive = true
08:00:49.202 [INFO - Thread-71] (HiveMetaStore.java:636) Enable SSL = false
08:00:49.638 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:00:49.638 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:00:49.638 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:00:49.640 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
08:00:49.640 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:45881]
08:00:49.640 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:45881) in binary transport mode
08:00:49.641 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:45881) current connections: 1
08:00:49.642 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskqOYnJG/test-tmp
08:00:49.643 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
08:00:49.643 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskqOYnJG/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
08:00:49.646 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:45881"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

08:00:49.752 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:00:49.753 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

08:00:49.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.754599 17466 mini_oidc.cc:150] Starting JWKS server
08:00:49.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.756296 17466 webserver.cc:533] Webserver started at http://127.0.0.1:42145/ using document root <none> and password file <none>
08:00:49.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.756507 17466 mini_oidc.cc:186] Starting OIDC Discovery server
08:00:49.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.756805 17466 webserver.cc:533] Webserver started at http://127.0.0.1:38921/ using document root <none> and password file <none>
08:00:49.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:00:49Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
08:00:49.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:00:49Z Disabled control of system clock
08:00:49.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.771054 17466 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:49.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:49.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-0/wal
08:00:49.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-0/data
08:00:49.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:00:49.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:00:49.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:00:49.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:49.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:49.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:49.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-0/logs
08:00:49.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-0/data/info.pb
08:00:49.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:49.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:00:49.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:00:49.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:00:49.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:00:49.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:49.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:49.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:49.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:00:49.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:00:49.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:49.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:49.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.14.190:38695
08:00:49.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.14.190
08:00:49.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:49.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.14.148:33473
08:00:49.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:49.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:49.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:49.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:49.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.14.190:38695,127.17.14.189:33917,127.17.14.188:40043
08:00:49.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:49.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42145/jwks.json
08:00:49.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45881 with env {}
08:00:49.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:49.878914 17477 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:00:49.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:49.879253 17477 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:00:49.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:49.879323 17477 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:00:49.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:49.883333 17477 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:00:49.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:49.883436 17477 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:00:49.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:49.883471 17477 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:00:49.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:49.883497 17477 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:00:49.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:49.883522 17477 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:00:49.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:49.883540 17477 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42145/jwks.json
08:00:49.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.887941 17477 master_runner.cc:387] Master server non-default flags:
08:00:49.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:49.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.14.148:33473
08:00:49.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:49.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:49.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-0/data
08:00:49.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-0/wal
08:00:49.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45881
08:00:49.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:49.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.14.190:38695,127.17.14.189:33917,127.17.14.188:40043
08:00:49.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:49.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:49.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:49.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.14.190:38695
08:00:49.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:49.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:00:49.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:49.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42145/jwks.json
08:00:49.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:49.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:49.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-0/data/info.pb
08:00:49.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.14.190
08:00:49.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:49.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:00:49.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.17477
08:00:49.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:49.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:00:49.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:00:49.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:49.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-0/logs
08:00:49.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:49.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:00:49.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:00:49.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:00:49.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:00:49.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:00:49.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:00:49.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on bdcb31816ec0
08:00:49.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12768
08:00:49.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.889456 17477 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:00:49.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.890727 17477 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:00:49.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:49.896513 17485 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
08:00:49.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:49.896566 17483 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
08:00:49.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:49.896513 17482 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
08:00:49.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.896837 17477 server_base.cc:1061] running on GCE node
08:00:49.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.897920 17477 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:00:49.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.898964 17477 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:00:49.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.900202 17477 hybrid_clock.cc:648] HybridClock initialized: now 1783497649900176 us; error 43 us; skew 500 ppm
08:00:49.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.902238 17477 webserver.cc:533] Webserver started at http://127.17.14.190:37781/ using document root <none> and password file <none>
08:00:49.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.902851 17477 fs_manager.cc:362] Metadata directory not provided
08:00:49.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.902941 17477 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:00:49.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.903195 17477 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:00:49.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.904795 17477 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-0/data/instance:
08:00:49.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f8ddc2af77ea4abfabe39698e8c2a9d2"
08:00:49.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:49 on dist-test-slave-fp4m"
08:00:49.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.905360 17477 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-0/wal/instance:
08:00:49.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f8ddc2af77ea4abfabe39698e8c2a9d2"
08:00:49.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:49 on dist-test-slave-fp4m"
08:00:49.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.909265 17477 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
08:00:49.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.911490 17491 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:00:49.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.912536 17477 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
08:00:49.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.912658 17477 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-0/data,/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-0/wal
08:00:49.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f8ddc2af77ea4abfabe39698e8c2a9d2"
08:00:49.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:49 on dist-test-slave-fp4m"
08:00:49.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.912735 17477 fs_report.cc:389] FS layout report
08:00:49.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:00:49.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-0/wal
08:00:49.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-0/wal
08:00:49.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-0/data/data
08:00:49.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:00:49.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:00:49.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:00:49.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:00:49.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:00:49.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:00:49.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:00:49.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:00:49.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:00:49.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:00:49.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:00:49.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.929940 17477 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:00:49.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.930524 17477 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
08:00:49.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.930670 17477 kserver.cc:163] Server-wide thread pool size limit: 3276
08:00:49.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.937728 17477 rpc_server.cc:307] RPC server started. Bound to: 127.17.14.190:38695
08:00:49.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.937740 17543 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.14.190:38695 every 8 connection(s)
08:00:49.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.938818 17477 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-0/data/info.pb
08:00:49.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.941551 17544 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:00:49.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.944674 17544 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.14.190" port: 38695 } has no permanent_uuid. Determining permanent_uuid...
08:00:49.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.947273 17466 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu as pid 17477
08:00:49.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.947424 17466 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-0/wal/instance
08:00:49.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.949117 17466 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:49.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:49.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-1/wal
08:00:49.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-1/data
08:00:49.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:00:49.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:00:49.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:00:49.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:49.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:49.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:49.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-1/logs
08:00:49.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-1/data/info.pb
08:00:49.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:49.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:00:49.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:00:49.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:00:49.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:00:49.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:49.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:49.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:49.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:00:49.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:00:49.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:49.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:49.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.14.189:33917
08:00:49.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.14.189
08:00:49.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:49.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.14.148:33473
08:00:49.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:49.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:49.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:49.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:49.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.14.190:38695,127.17.14.189:33917,127.17.14.188:40043
08:00:49.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:49.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42145/jwks.json
08:00:49.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45881 with env {}
08:00:49.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:49.957193 17544 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.14.189" port: 33917 } has no permanent_uuid. Determining permanent_uuid...
08:00:49.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:49.958169 17493 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.17.14.189:33917: connect: Connection refused (error 111)
08:00:49.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:49.959682 17544 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.14.189:33917: Network error: Client connection negotiation failed: client connection to 127.17.14.189:33917: connect: Connection refused (error 111)
08:00:50.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.009176 17544 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.14.189" port: 33917 } attempt: 1
08:00:50.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.010825 17544 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.14.189:33917: Network error: Client connection negotiation failed: client connection to 127.17.14.189:33917: connect: Connection refused (error 111)
08:00:50.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.055042 17547 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:00:50.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.055274 17547 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:00:50.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.055318 17547 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:00:50.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.058812 17547 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:00:50.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.058878 17547 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:00:50.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.058910 17547 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:00:50.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.058928 17547 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:00:50.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.058946 17547 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:00:50.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.058960 17547 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42145/jwks.json
08:00:50.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.063388 17547 master_runner.cc:387] Master server non-default flags:
08:00:50.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:50.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.14.148:33473
08:00:50.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:50.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:50.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-1/data
08:00:50.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-1/wal
08:00:50.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45881
08:00:50.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:50.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.14.190:38695,127.17.14.189:33917,127.17.14.188:40043
08:00:50.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:50.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:50.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:50.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.14.189:33917
08:00:50.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:50.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:00:50.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:50.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42145/jwks.json
08:00:50.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:50.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:50.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-1/data/info.pb
08:00:50.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.14.189
08:00:50.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:50.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:00:50.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.17547
08:00:50.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:50.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:00:50.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:00:50.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:50.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-1/logs
08:00:50.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:50.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:00:50.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:00:50.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:00:50.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:00:50.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:00:50.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:00:50.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on bdcb31816ec0
08:00:50.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12768
08:00:50.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.064441 17547 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:00:50.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.065809 17547 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:00:50.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.071832 17554 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
08:00:50.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.071832 17556 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
08:00:50.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.072078 17547 server_base.cc:1061] running on GCE node
08:00:50.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.071875 17553 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
08:00:50.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.072719 17547 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:00:50.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.073616 17547 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:00:50.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.074777 17547 hybrid_clock.cc:648] HybridClock initialized: now 1783497650074768 us; error 32 us; skew 500 ppm
08:00:50.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.076493 17547 webserver.cc:533] Webserver started at http://127.17.14.189:36275/ using document root <none> and password file <none>
08:00:50.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.076977 17547 fs_manager.cc:362] Metadata directory not provided
08:00:50.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.077026 17547 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:00:50.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.077186 17547 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:00:50.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.079012 17544 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.14.189" port: 33917 } attempt: 2
08:00:50.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.079113 17547 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-1/data/instance:
08:00:50.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ee8f3a5a96a1464287ff5707239e891f"
08:00:50.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:50 on dist-test-slave-fp4m"
08:00:50.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.079643 17547 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-1/wal/instance:
08:00:50.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ee8f3a5a96a1464287ff5707239e891f"
08:00:50.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:50 on dist-test-slave-fp4m"
08:00:50.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.080693 17544 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.14.189:33917: Network error: Client connection negotiation failed: client connection to 127.17.14.189:33917: connect: Connection refused (error 111)
08:00:50.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.083654 17547 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
08:00:50.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.085887 17562 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:00:50.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.086982 17547 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
08:00:50.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.087117 17547 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-1/data,/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-1/wal
08:00:50.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ee8f3a5a96a1464287ff5707239e891f"
08:00:50.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:50 on dist-test-slave-fp4m"
08:00:50.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.087194 17547 fs_report.cc:389] FS layout report
08:00:50.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:00:50.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-1/wal
08:00:50.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-1/wal
08:00:50.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-1/data/data
08:00:50.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:00:50.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:00:50.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:00:50.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:00:50.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:00:50.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:00:50.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:00:50.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:00:50.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:00:50.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:00:50.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:00:50.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.121313 17547 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:00:50.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.121949 17547 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
08:00:50.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.122103 17547 kserver.cc:163] Server-wide thread pool size limit: 3276
08:00:50.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.129212 17614 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.14.189:33917 every 8 connection(s)
08:00:50.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.129220 17547 rpc_server.cc:307] RPC server started. Bound to: 127.17.14.189:33917
08:00:50.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.130434 17547 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-1/data/info.pb
08:00:50.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.133203 17615 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:00:50.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.136212 17466 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu as pid 17547
08:00:50.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.136325 17466 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-1/wal/instance
08:00:50.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.136705 17615 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.14.190" port: 38695 } has no permanent_uuid. Determining permanent_uuid...
08:00:50.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.137022 17466 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:50.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:50.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-2/wal
08:00:50.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-2/data
08:00:50.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:00:50.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:00:50.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:00:50.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:50.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:50.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:50.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-2/logs
08:00:50.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-2/data/info.pb
08:00:50.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:50.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:00:50.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:00:50.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:00:50.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:00:50.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:50.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:50.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:50.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:00:50.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:00:50.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:50.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:50.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.14.188:40043
08:00:50.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.14.188
08:00:50.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:50.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.14.148:33473
08:00:50.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:50.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:50.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:50.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:50.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.14.190:38695,127.17.14.189:33917,127.17.14.188:40043
08:00:50.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:50.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42145/jwks.json
08:00:50.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45881 with env {}
08:00:50.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.146373 17615 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.14.189" port: 33917 } has no permanent_uuid. Determining permanent_uuid...
08:00:50.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.152494 17615 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.14.188" port: 40043 } has no permanent_uuid. Determining permanent_uuid...
08:00:50.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.153323 17565 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.17.14.188:40043: connect: Connection refused (error 111)
08:00:50.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.154328 17615 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.14.188:40043: Network error: Client connection negotiation failed: client connection to 127.17.14.188:40043: connect: Connection refused (error 111)
08:00:50.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.171873 17544 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.14.189" port: 33917 } attempt: 3
08:00:50.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.176681 17544 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.14.188" port: 40043 } has no permanent_uuid. Determining permanent_uuid...
08:00:50.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.178159 17544 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.14.188:40043: Network error: Client connection negotiation failed: client connection to 127.17.14.188:40043: connect: Connection refused (error 111)
08:00:50.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.203565 17615 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.14.188" port: 40043 } attempt: 1
08:00:50.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.205283 17615 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.14.188:40043: Network error: Client connection negotiation failed: client connection to 127.17.14.188:40043: connect: Connection refused (error 111)
08:00:50.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.209349 17544 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.14.188" port: 40043 } attempt: 1
08:00:50.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.211162 17544 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.14.188:40043: Network error: Client connection negotiation failed: client connection to 127.17.14.188:40043: connect: Connection refused (error 111)
08:00:50.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.248472 17616 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:00:50.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.248732 17616 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:00:50.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.248780 17616 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:00:50.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.252250 17616 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:00:50.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.252315 17616 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:00:50.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.252336 17616 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:00:50.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.252353 17616 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:00:50.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.252372 17616 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:00:50.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.252386 17616 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42145/jwks.json
08:00:50.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.256609 17616 master_runner.cc:387] Master server non-default flags:
08:00:50.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:50.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.14.148:33473
08:00:50.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:50.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:50.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-2/data
08:00:50.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-2/wal
08:00:50.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45881
08:00:50.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:50.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.14.190:38695,127.17.14.189:33917,127.17.14.188:40043
08:00:50.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:50.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:50.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:50.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.14.188:40043
08:00:50.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:50.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:00:50.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:50.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42145/jwks.json
08:00:50.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:50.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:50.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-2/data/info.pb
08:00:50.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.14.188
08:00:50.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:50.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:00:50.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.17616
08:00:50.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:50.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:00:50.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:00:50.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:50.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-2/logs
08:00:50.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:50.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:00:50.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:00:50.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:00:50.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:00:50.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:00:50.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:00:50.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on bdcb31816ec0
08:00:50.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12768
08:00:50.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.257867 17616 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:00:50.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.258965 17616 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:00:50.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.268023 17627 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
08:00:50.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.268023 17624 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
08:00:50.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.268247 17616 server_base.cc:1061] running on GCE node
08:00:50.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.268049 17625 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
08:00:50.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.268752 17616 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:00:50.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.269702 17616 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:00:50.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.270855 17616 hybrid_clock.cc:648] HybridClock initialized: now 1783497650270843 us; error 31 us; skew 500 ppm
08:00:50.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.272745 17616 webserver.cc:533] Webserver started at http://127.17.14.188:42453/ using document root <none> and password file <none>
08:00:50.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.273402 17616 fs_manager.cc:362] Metadata directory not provided
08:00:50.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.273517 17616 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:00:50.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.273454 17615 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.14.188" port: 40043 } attempt: 2
08:00:50.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.273728 17616 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:00:50.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.274986 17615 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.14.188:40043: Network error: Client connection negotiation failed: client connection to 127.17.14.188:40043: connect: Connection refused (error 111)
08:00:50.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.275563 17616 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-2/data/instance:
08:00:50.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "60fcd27cfe9942c0820b1f00de0e771f"
08:00:50.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:50 on dist-test-slave-fp4m"
08:00:50.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.275986 17616 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-2/wal/instance:
08:00:50.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "60fcd27cfe9942c0820b1f00de0e771f"
08:00:50.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:50 on dist-test-slave-fp4m"
08:00:50.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.279237 17616 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.002s
08:00:50.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.281351 17633 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:00:50.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.282395 17616 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
08:00:50.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.282533 17616 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-2/data,/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-2/wal
08:00:50.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "60fcd27cfe9942c0820b1f00de0e771f"
08:00:50.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:50 on dist-test-slave-fp4m"
08:00:50.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.282648 17616 fs_report.cc:389] FS layout report
08:00:50.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:00:50.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-2/wal
08:00:50.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-2/wal
08:00:50.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-2/data/data
08:00:50.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:00:50.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:00:50.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:00:50.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:00:50.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:00:50.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:00:50.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:00:50.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:00:50.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:00:50.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:00:50.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:00:50.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.286339 17544 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.14.188" port: 40043 } attempt: 2
08:00:50.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.287721 17544 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.14.188:40043: Network error: Client connection negotiation failed: client connection to 127.17.14.188:40043: connect: Connection refused (error 111)
08:00:50.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.297669 17616 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:00:50.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.298354 17616 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
08:00:50.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.298548 17616 kserver.cc:163] Server-wide thread pool size limit: 3276
08:00:50.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.305701 17685 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.14.188:40043 every 8 connection(s)
08:00:50.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.305706 17616 rpc_server.cc:307] RPC server started. Bound to: 127.17.14.188:40043
08:00:50.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.306779 17616 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-2/data/info.pb
08:00:50.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.309561 17686 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:00:50.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.312731 17686 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.14.190" port: 38695 } has no permanent_uuid. Determining permanent_uuid...
08:00:50.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.313987 17466 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu as pid 17616
08:00:50.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.314100 17466 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster18164614796872643641/master-2/wal/instance
08:00:50.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.321506 17686 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.14.189" port: 33917 } has no permanent_uuid. Determining permanent_uuid...
08:00:50.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.325803 17686 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.14.188" port: 40043 } has no permanent_uuid. Determining permanent_uuid...
08:00:50.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.331997 17686 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f: Bootstrap starting.
08:00:50.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.334384 17686 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f: Neither blocks nor log segments found. Creating new log.
08:00:50.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.335225 17686 log.cc:826] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f: Log is configured to *not* fsync() on all Append() calls
08:00:50.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.336485 17466 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
08:00:50.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.337006 17686 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f: No bootstrap required, opened a new log
08:00:50.337 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:00:50.337 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

08:00:50.338 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.17.14.190"
      port: 38695
    }
    bound_http_address {
      host: "127.17.14.190"
      port: 37781
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.17.14.189"
      port: 33917
    }
    bound_http_address {
      host: "127.17.14.189"
      port: 36275
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.17.14.188"
      port: 40043
    }
    bound_http_address {
      host: "127.17.14.188"
      port: 42453
    }
  }
}

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

08:00:50.340 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:00:50.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.340673 17686 raft_consensus.cc:359] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f8ddc2af77ea4abfabe39698e8c2a9d2" member_type: VOTER last_known_addr { host: "127.17.14.190" port: 38695 } } peers { permanent_uuid: "ee8f3a5a96a1464287ff5707239e891f" member_type: VOTER last_known_addr { host: "127.17.14.189" port: 33917 } } peers { permanent_uuid: "60fcd27cfe9942c0820b1f00de0e771f" member_type: VOTER last_known_addr { host: "127.17.14.188" port: 40043 } }
08:00:50.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.341035 17686 raft_consensus.cc:385] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:00:50.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.341218 17686 raft_consensus.cc:740] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 60fcd27cfe9942c0820b1f00de0e771f, State: Initialized, Role: FOLLOWER
08:00:50.341 [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)	
08:00:50.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.341847 17686 consensus_queue.cc:260] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f [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: "f8ddc2af77ea4abfabe39698e8c2a9d2" member_type: VOTER last_known_addr { host: "127.17.14.190" port: 38695 } } peers { permanent_uuid: "ee8f3a5a96a1464287ff5707239e891f" member_type: VOTER last_known_addr { host: "127.17.14.189" port: 33917 } } peers { permanent_uuid: "60fcd27cfe9942c0820b1f00de0e771f" member_type: VOTER last_known_addr { host: "127.17.14.188" port: 40043 } }
08:00:50.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.343305 17686 sys_catalog.cc:565] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f [sys.catalog]: configured and running, proceeding with master startup.
08:00:50.344 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:00:50.344 [INFO - Metastore-Handler-Pool: Thread-128] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:00:50.344 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@30de4a72, with PersistenceManager: null will be shutdown
08:00:50.345 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@30de4a72, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6a2e2ffd created in the thread with id: 128
08:00:50.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.349705 17691 sys_catalog.cc:455] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f [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: "f8ddc2af77ea4abfabe39698e8c2a9d2" member_type: VOTER last_known_addr { host: "127.17.14.190" port: 38695 } } peers { permanent_uuid: "ee8f3a5a96a1464287ff5707239e891f" member_type: VOTER last_known_addr { host: "127.17.14.189" port: 33917 } } peers { permanent_uuid: "60fcd27cfe9942c0820b1f00de0e771f" member_type: VOTER last_known_addr { host: "127.17.14.188" port: 40043 } } }
08:00:50.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.350049 17691 sys_catalog.cc:458] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f [sys.catalog]: This master's current role is: FOLLOWER
08:00:50.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.347954 17616 master_runner.cc:187] Error getting master registration for 127.17.14.190:38695: OK, instance_id { permanent_uuid: "f8ddc2af77ea4abfabe39698e8c2a9d2" instance_seqno: 1783497649935543 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:00:50.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.350519 17616 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:00:50.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.351692 17705 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:00:50.353 [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=	
08:00:50.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.353245 17705 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:00:50.353 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@30de4a72
08:00:50.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.353825 17702 client.h:372] Failed to connect to Hive Metastore (localhost:45881): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:50.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.366158 17615 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.14.188" port: 40043 } attempt: 3
08:00:50.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.374825 17615 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ee8f3a5a96a1464287ff5707239e891f: Bootstrap starting.
08:00:50.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.377655 17615 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ee8f3a5a96a1464287ff5707239e891f: Neither blocks nor log segments found. Creating new log.
08:00:50.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.378588 17615 log.cc:826] T 00000000000000000000000000000000 P ee8f3a5a96a1464287ff5707239e891f: Log is configured to *not* fsync() on all Append() calls
08:00:50.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.380932 17615 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ee8f3a5a96a1464287ff5707239e891f: No bootstrap required, opened a new log
08:00:50.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.385411 17615 raft_consensus.cc:359] T 00000000000000000000000000000000 P ee8f3a5a96a1464287ff5707239e891f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f8ddc2af77ea4abfabe39698e8c2a9d2" member_type: VOTER last_known_addr { host: "127.17.14.190" port: 38695 } } peers { permanent_uuid: "ee8f3a5a96a1464287ff5707239e891f" member_type: VOTER last_known_addr { host: "127.17.14.189" port: 33917 } } peers { permanent_uuid: "60fcd27cfe9942c0820b1f00de0e771f" member_type: VOTER last_known_addr { host: "127.17.14.188" port: 40043 } }
08:00:50.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.385917 17615 raft_consensus.cc:385] T 00000000000000000000000000000000 P ee8f3a5a96a1464287ff5707239e891f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:00:50.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.386160 17615 raft_consensus.cc:740] T 00000000000000000000000000000000 P ee8f3a5a96a1464287ff5707239e891f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ee8f3a5a96a1464287ff5707239e891f, State: Initialized, Role: FOLLOWER
08:00:50.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.386874 17544 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.14.188" port: 40043 } attempt: 3
08:00:50.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.395423 17544 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f8ddc2af77ea4abfabe39698e8c2a9d2: Bootstrap starting.
08:00:50.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.398664 17544 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f8ddc2af77ea4abfabe39698e8c2a9d2: Neither blocks nor log segments found. Creating new log.
08:00:50.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.399744 17544 log.cc:826] T 00000000000000000000000000000000 P f8ddc2af77ea4abfabe39698e8c2a9d2: Log is configured to *not* fsync() on all Append() calls
08:00:50.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.386931 17615 consensus_queue.cc:260] T 00000000000000000000000000000000 P ee8f3a5a96a1464287ff5707239e891f [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: "f8ddc2af77ea4abfabe39698e8c2a9d2" member_type: VOTER last_known_addr { host: "127.17.14.190" port: 38695 } } peers { permanent_uuid: "ee8f3a5a96a1464287ff5707239e891f" member_type: VOTER last_known_addr { host: "127.17.14.189" port: 33917 } } peers { permanent_uuid: "60fcd27cfe9942c0820b1f00de0e771f" member_type: VOTER last_known_addr { host: "127.17.14.188" port: 40043 } }
08:00:50.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.401022 17711 sys_catalog.cc:455] T 00000000000000000000000000000000 P ee8f3a5a96a1464287ff5707239e891f [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: "f8ddc2af77ea4abfabe39698e8c2a9d2" member_type: VOTER last_known_addr { host: "127.17.14.190" port: 38695 } } peers { permanent_uuid: "ee8f3a5a96a1464287ff5707239e891f" member_type: VOTER last_known_addr { host: "127.17.14.189" port: 33917 } } peers { permanent_uuid: "60fcd27cfe9942c0820b1f00de0e771f" member_type: VOTER last_known_addr { host: "127.17.14.188" port: 40043 } } }
08:00:50.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.401328 17711 sys_catalog.cc:458] T 00000000000000000000000000000000 P ee8f3a5a96a1464287ff5707239e891f [sys.catalog]: This master's current role is: FOLLOWER
08:00:50.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.402065 17615 sys_catalog.cc:565] T 00000000000000000000000000000000 P ee8f3a5a96a1464287ff5707239e891f [sys.catalog]: configured and running, proceeding with master startup.
08:00:50.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.406121 17544 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f8ddc2af77ea4abfabe39698e8c2a9d2: No bootstrap required, opened a new log
08:00:50.407 [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=	
08:00:50.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.407938 17722 client.h:372] Failed to connect to Hive Metastore (localhost:45881): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:50.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.412031 17725 catalog_manager.cc:1594] T 00000000000000000000000000000000 P ee8f3a5a96a1464287ff5707239e891f: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:00:50.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.412650 17725 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:00:50.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.410902 17547 master_runner.cc:187] Error getting master registration for 127.17.14.190:38695: OK, instance_id { permanent_uuid: "f8ddc2af77ea4abfabe39698e8c2a9d2" instance_seqno: 1783497649935543 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:00:50.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.413940 17547 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:00:50.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.415181 17544 raft_consensus.cc:359] T 00000000000000000000000000000000 P f8ddc2af77ea4abfabe39698e8c2a9d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f8ddc2af77ea4abfabe39698e8c2a9d2" member_type: VOTER last_known_addr { host: "127.17.14.190" port: 38695 } } peers { permanent_uuid: "ee8f3a5a96a1464287ff5707239e891f" member_type: VOTER last_known_addr { host: "127.17.14.189" port: 33917 } } peers { permanent_uuid: "60fcd27cfe9942c0820b1f00de0e771f" member_type: VOTER last_known_addr { host: "127.17.14.188" port: 40043 } }
08:00:50.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.415546 17544 raft_consensus.cc:385] T 00000000000000000000000000000000 P f8ddc2af77ea4abfabe39698e8c2a9d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:00:50.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.415738 17544 raft_consensus.cc:740] T 00000000000000000000000000000000 P f8ddc2af77ea4abfabe39698e8c2a9d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f8ddc2af77ea4abfabe39698e8c2a9d2, State: Initialized, Role: FOLLOWER
08:00:50.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.416383 17544 consensus_queue.cc:260] T 00000000000000000000000000000000 P f8ddc2af77ea4abfabe39698e8c2a9d2 [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: "f8ddc2af77ea4abfabe39698e8c2a9d2" member_type: VOTER last_known_addr { host: "127.17.14.190" port: 38695 } } peers { permanent_uuid: "ee8f3a5a96a1464287ff5707239e891f" member_type: VOTER last_known_addr { host: "127.17.14.189" port: 33917 } } peers { permanent_uuid: "60fcd27cfe9942c0820b1f00de0e771f" member_type: VOTER last_known_addr { host: "127.17.14.188" port: 40043 } }
08:00:50.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.418305 17544 sys_catalog.cc:565] T 00000000000000000000000000000000 P f8ddc2af77ea4abfabe39698e8c2a9d2 [sys.catalog]: configured and running, proceeding with master startup.
08:00:50.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.426678 17742 catalog_manager.cc:1594] T 00000000000000000000000000000000 P f8ddc2af77ea4abfabe39698e8c2a9d2: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:00:50.427 [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=	
08:00:50.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.428768 17742 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:00:50.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.428623 17477 master_runner.cc:264] No leader master found from master f8ddc2af77ea4abfabe39698e8c2a9d2
08:00:50.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.429003 17477 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:00:50.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.428678 17728 sys_catalog.cc:455] T 00000000000000000000000000000000 P f8ddc2af77ea4abfabe39698e8c2a9d2 [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: "f8ddc2af77ea4abfabe39698e8c2a9d2" member_type: VOTER last_known_addr { host: "127.17.14.190" port: 38695 } } peers { permanent_uuid: "ee8f3a5a96a1464287ff5707239e891f" member_type: VOTER last_known_addr { host: "127.17.14.189" port: 33917 } } peers { permanent_uuid: "60fcd27cfe9942c0820b1f00de0e771f" member_type: VOTER last_known_addr { host: "127.17.14.188" port: 40043 } } }
08:00:50.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.429410 17728 sys_catalog.cc:458] T 00000000000000000000000000000000 P f8ddc2af77ea4abfabe39698e8c2a9d2 [sys.catalog]: This master's current role is: FOLLOWER
08:00:50.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.428478 17739 client.h:372] Failed to connect to Hive Metastore (localhost:45881): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:50.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.431864 17497 tablet.cc:2406] T 00000000000000000000000000000000 P f8ddc2af77ea4abfabe39698e8c2a9d2: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:00:50.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.533601 17691 raft_consensus.cc:493] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
08:00:50.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.533840 17691 raft_consensus.cc:515] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f8ddc2af77ea4abfabe39698e8c2a9d2" member_type: VOTER last_known_addr { host: "127.17.14.190" port: 38695 } } peers { permanent_uuid: "ee8f3a5a96a1464287ff5707239e891f" member_type: VOTER last_known_addr { host: "127.17.14.189" port: 33917 } } peers { permanent_uuid: "60fcd27cfe9942c0820b1f00de0e771f" member_type: VOTER last_known_addr { host: "127.17.14.188" port: 40043 } }
08:00:50.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.535096 17691 leader_election.cc:290] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f8ddc2af77ea4abfabe39698e8c2a9d2 (127.17.14.190:38695), ee8f3a5a96a1464287ff5707239e891f (127.17.14.189:33917)
08:00:50.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.535771 17518 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "60fcd27cfe9942c0820b1f00de0e771f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f8ddc2af77ea4abfabe39698e8c2a9d2" is_pre_election: true
08:00:50.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.535770 17589 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "60fcd27cfe9942c0820b1f00de0e771f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ee8f3a5a96a1464287ff5707239e891f" is_pre_election: true
08:00:50.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.536059 17518 raft_consensus.cc:2468] T 00000000000000000000000000000000 P f8ddc2af77ea4abfabe39698e8c2a9d2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 60fcd27cfe9942c0820b1f00de0e771f in term 0.
08:00:50.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.536059 17589 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ee8f3a5a96a1464287ff5707239e891f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 60fcd27cfe9942c0820b1f00de0e771f in term 0.
08:00:50.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.536583 17635 leader_election.cc:304] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f [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: 60fcd27cfe9942c0820b1f00de0e771f, ee8f3a5a96a1464287ff5707239e891f; no voters: 
08:00:50.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.537147 17691 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f [term 0 FOLLOWER]: Leader pre-election won for term 1
08:00:50.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.537225 17691 raft_consensus.cc:493] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
08:00:50.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.537266 17691 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f [term 0 FOLLOWER]: Advancing to term 1
08:00:50.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.538441 17691 raft_consensus.cc:515] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f8ddc2af77ea4abfabe39698e8c2a9d2" member_type: VOTER last_known_addr { host: "127.17.14.190" port: 38695 } } peers { permanent_uuid: "ee8f3a5a96a1464287ff5707239e891f" member_type: VOTER last_known_addr { host: "127.17.14.189" port: 33917 } } peers { permanent_uuid: "60fcd27cfe9942c0820b1f00de0e771f" member_type: VOTER last_known_addr { host: "127.17.14.188" port: 40043 } }
08:00:50.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.539139 17518 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "60fcd27cfe9942c0820b1f00de0e771f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f8ddc2af77ea4abfabe39698e8c2a9d2"
08:00:50.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.539255 17518 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f8ddc2af77ea4abfabe39698e8c2a9d2 [term 0 FOLLOWER]: Advancing to term 1
08:00:50.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.540331 17518 raft_consensus.cc:2468] T 00000000000000000000000000000000 P f8ddc2af77ea4abfabe39698e8c2a9d2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 60fcd27cfe9942c0820b1f00de0e771f in term 1.
08:00:50.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.540693 17636 leader_election.cc:304] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f [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: 60fcd27cfe9942c0820b1f00de0e771f, f8ddc2af77ea4abfabe39698e8c2a9d2; no voters: 
08:00:50.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.541536 17691 leader_election.cc:290] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f [CANDIDATE]: Term 1 election: Requested vote from peers f8ddc2af77ea4abfabe39698e8c2a9d2 (127.17.14.190:38695), ee8f3a5a96a1464287ff5707239e891f (127.17.14.189:33917)
08:00:50.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.541658 17691 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f [term 1 FOLLOWER]: Leader election won for term 1
08:00:50.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.541721 17691 raft_consensus.cc:697] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f [term 1 LEADER]: Becoming Leader. State: Replica: 60fcd27cfe9942c0820b1f00de0e771f, State: Running, Role: LEADER
08:00:50.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.542024 17691 consensus_queue.cc:237] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f [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: "f8ddc2af77ea4abfabe39698e8c2a9d2" member_type: VOTER last_known_addr { host: "127.17.14.190" port: 38695 } } peers { permanent_uuid: "ee8f3a5a96a1464287ff5707239e891f" member_type: VOTER last_known_addr { host: "127.17.14.189" port: 33917 } } peers { permanent_uuid: "60fcd27cfe9942c0820b1f00de0e771f" member_type: VOTER last_known_addr { host: "127.17.14.188" port: 40043 } }
08:00:50.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.543072 17589 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "60fcd27cfe9942c0820b1f00de0e771f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ee8f3a5a96a1464287ff5707239e891f"
08:00:50.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.543207 17589 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ee8f3a5a96a1464287ff5707239e891f [term 0 FOLLOWER]: Advancing to term 1
08:00:50.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.544301 17589 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ee8f3a5a96a1464287ff5707239e891f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 60fcd27cfe9942c0820b1f00de0e771f in term 1.
08:00:50.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.546506 17691 sys_catalog.cc:455] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f [sys.catalog]: SysCatalogTable state changed. Reason: New leader 60fcd27cfe9942c0820b1f00de0e771f. Latest consensus state: current_term: 1 leader_uuid: "60fcd27cfe9942c0820b1f00de0e771f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f8ddc2af77ea4abfabe39698e8c2a9d2" member_type: VOTER last_known_addr { host: "127.17.14.190" port: 38695 } } peers { permanent_uuid: "ee8f3a5a96a1464287ff5707239e891f" member_type: VOTER last_known_addr { host: "127.17.14.189" port: 33917 } } peers { permanent_uuid: "60fcd27cfe9942c0820b1f00de0e771f" member_type: VOTER last_known_addr { host: "127.17.14.188" port: 40043 } } }
08:00:50.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.546799 17691 sys_catalog.cc:458] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f [sys.catalog]: This master's current role is: LEADER
08:00:50.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:50.549767 17639 tablet.cc:2406] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:00:50.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.559132 17747 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
08:00:50.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.560395 17747 catalog_manager.cc:1520] Initializing Kudu cluster ID...
08:00:50.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.577351 17589 raft_consensus.cc:1275] T 00000000000000000000000000000000 P ee8f3a5a96a1464287ff5707239e891f [term 1 FOLLOWER]: Refusing update from remote peer 60fcd27cfe9942c0820b1f00de0e771f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:00:50.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.578488 17745 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f [LEADER]: Connected to new peer: Peer: permanent_uuid: "ee8f3a5a96a1464287ff5707239e891f" member_type: VOTER last_known_addr { host: "127.17.14.189" port: 33917 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:00:50.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.582952 17711 sys_catalog.cc:455] T 00000000000000000000000000000000 P ee8f3a5a96a1464287ff5707239e891f [sys.catalog]: SysCatalogTable state changed. Reason: New leader 60fcd27cfe9942c0820b1f00de0e771f. Latest consensus state: current_term: 1 leader_uuid: "60fcd27cfe9942c0820b1f00de0e771f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f8ddc2af77ea4abfabe39698e8c2a9d2" member_type: VOTER last_known_addr { host: "127.17.14.190" port: 38695 } } peers { permanent_uuid: "ee8f3a5a96a1464287ff5707239e891f" member_type: VOTER last_known_addr { host: "127.17.14.189" port: 33917 } } peers { permanent_uuid: "60fcd27cfe9942c0820b1f00de0e771f" member_type: VOTER last_known_addr { host: "127.17.14.188" port: 40043 } } }
08:00:50.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.583086 17711 sys_catalog.cc:458] T 00000000000000000000000000000000 P ee8f3a5a96a1464287ff5707239e891f [sys.catalog]: This master's current role is: FOLLOWER
08:00:50.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.584753 17518 raft_consensus.cc:1275] T 00000000000000000000000000000000 P f8ddc2af77ea4abfabe39698e8c2a9d2 [term 1 FOLLOWER]: Refusing update from remote peer 60fcd27cfe9942c0820b1f00de0e771f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:00:50.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.585822 17745 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f [LEADER]: Connected to new peer: Peer: permanent_uuid: "f8ddc2af77ea4abfabe39698e8c2a9d2" member_type: VOTER last_known_addr { host: "127.17.14.190" port: 38695 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:00:50.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.590241 17728 sys_catalog.cc:455] T 00000000000000000000000000000000 P f8ddc2af77ea4abfabe39698e8c2a9d2 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 60fcd27cfe9942c0820b1f00de0e771f. Latest consensus state: current_term: 1 leader_uuid: "60fcd27cfe9942c0820b1f00de0e771f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f8ddc2af77ea4abfabe39698e8c2a9d2" member_type: VOTER last_known_addr { host: "127.17.14.190" port: 38695 } } peers { permanent_uuid: "ee8f3a5a96a1464287ff5707239e891f" member_type: VOTER last_known_addr { host: "127.17.14.189" port: 33917 } } peers { permanent_uuid: "60fcd27cfe9942c0820b1f00de0e771f" member_type: VOTER last_known_addr { host: "127.17.14.188" port: 40043 } } }
08:00:50.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.590376 17728 sys_catalog.cc:458] T 00000000000000000000000000000000 P f8ddc2af77ea4abfabe39698e8c2a9d2 [sys.catalog]: This master's current role is: FOLLOWER
08:00:50.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.591764 17745 sys_catalog.cc:455] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "60fcd27cfe9942c0820b1f00de0e771f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f8ddc2af77ea4abfabe39698e8c2a9d2" member_type: VOTER last_known_addr { host: "127.17.14.190" port: 38695 } } peers { permanent_uuid: "ee8f3a5a96a1464287ff5707239e891f" member_type: VOTER last_known_addr { host: "127.17.14.189" port: 33917 } } peers { permanent_uuid: "60fcd27cfe9942c0820b1f00de0e771f" member_type: VOTER last_known_addr { host: "127.17.14.188" port: 40043 } } }
08:00:50.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.591900 17745 sys_catalog.cc:458] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f [sys.catalog]: This master's current role is: LEADER
08:00:50.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.593223 17711 sys_catalog.cc:455] T 00000000000000000000000000000000 P ee8f3a5a96a1464287ff5707239e891f [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "60fcd27cfe9942c0820b1f00de0e771f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f8ddc2af77ea4abfabe39698e8c2a9d2" member_type: VOTER last_known_addr { host: "127.17.14.190" port: 38695 } } peers { permanent_uuid: "ee8f3a5a96a1464287ff5707239e891f" member_type: VOTER last_known_addr { host: "127.17.14.189" port: 33917 } } peers { permanent_uuid: "60fcd27cfe9942c0820b1f00de0e771f" member_type: VOTER last_known_addr { host: "127.17.14.188" port: 40043 } } }
08:00:50.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.593335 17711 sys_catalog.cc:458] T 00000000000000000000000000000000 P ee8f3a5a96a1464287ff5707239e891f [sys.catalog]: This master's current role is: FOLLOWER
08:00:50.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.594310 17748 mvcc.cc:204] Tried to move back new op lower bound from 7305206376755331072 to 7305206376633901056. Current Snapshot: MvccSnapshot[applied={T|T < 7305206376755331072}]
08:00:50.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.594462 17749 mvcc.cc:204] Tried to move back new op lower bound from 7305206376755331072 to 7305206376633901056. Current Snapshot: MvccSnapshot[applied={T|T < 7305206376755331072}]
08:00:50.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.603634 17747 catalog_manager.cc:1383] Generated new cluster ID: a227c5e1fc58460b853ea70154382c8c
08:00:50.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.603719 17747 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
08:00:50.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.605415 17691 sys_catalog.cc:455] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "60fcd27cfe9942c0820b1f00de0e771f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f8ddc2af77ea4abfabe39698e8c2a9d2" member_type: VOTER last_known_addr { host: "127.17.14.190" port: 38695 } } peers { permanent_uuid: "ee8f3a5a96a1464287ff5707239e891f" member_type: VOTER last_known_addr { host: "127.17.14.189" port: 33917 } } peers { permanent_uuid: "60fcd27cfe9942c0820b1f00de0e771f" member_type: VOTER last_known_addr { host: "127.17.14.188" port: 40043 } } }
08:00:50.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.605569 17691 sys_catalog.cc:458] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f [sys.catalog]: This master's current role is: LEADER
08:00:50.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.606941 17728 sys_catalog.cc:455] T 00000000000000000000000000000000 P f8ddc2af77ea4abfabe39698e8c2a9d2 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "60fcd27cfe9942c0820b1f00de0e771f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f8ddc2af77ea4abfabe39698e8c2a9d2" member_type: VOTER last_known_addr { host: "127.17.14.190" port: 38695 } } peers { permanent_uuid: "ee8f3a5a96a1464287ff5707239e891f" member_type: VOTER last_known_addr { host: "127.17.14.189" port: 33917 } } peers { permanent_uuid: "60fcd27cfe9942c0820b1f00de0e771f" member_type: VOTER last_known_addr { host: "127.17.14.188" port: 40043 } } }
08:00:50.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.607057 17728 sys_catalog.cc:458] T 00000000000000000000000000000000 P f8ddc2af77ea4abfabe39698e8c2a9d2 [sys.catalog]: This master's current role is: FOLLOWER
08:00:50.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.607547 17751 mvcc.cc:204] Tried to move back new op lower bound from 7305206376755331072 to 7305206376633901056. Current Snapshot: MvccSnapshot[applied={T|T < 7305206376755331072}]
08:00:50.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.622691 17747 catalog_manager.cc:1406] Generated new certificate authority record
08:00:50.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.624815 17747 catalog_manager.cc:1540] Loading token signing keys...
08:00:50.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.649132 17747 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 60fcd27cfe9942c0820b1f00de0e771f: Generated new TSK 0
08:00:50.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.650177 17747 catalog_manager.cc:1550] Initializing in-progress tserver states...
08:00:50.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.651023 17747 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
08:00:50.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:50.651654 17747 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
08:00:50.838 [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.
08:00:50.844 [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.
08:00:50.845 [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.
08:00:50.956 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
08:00:50.963 [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/hive4043652299677121710/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)
08:00:50.965 [INFO - Metastore-Handler-Pool: Thread-128] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4043652299677121710/external-warehouse/legacy_table
08:00:51.080 [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	
08:00:51.113 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:3711) Skipping translation for processor with null
08:00:51.120 [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	
08:00:51.133 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
08:00:51.205 [INFO - Metastore-Handler-Pool: Thread-128] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
08:00:51.205 [INFO - Metastore-Handler-Pool: Thread-128] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
08:00:51.316 [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	
08:00:51.347 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
08:00:51.356 [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=	
08:00:51.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:51.356571 17702 client.h:372] Failed to connect to Hive Metastore (localhost:45881): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:51.392 [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	
08:00:51.402 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:3711) Skipping translation for processor with null
08:00:51.403 [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	
08:00:51.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:51.414312 17725 catalog_manager.cc:1295] Loaded cluster ID: a227c5e1fc58460b853ea70154382c8c
08:00:51.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:51.414397 17725 catalog_manager.cc:1588] T 00000000000000000000000000000000 P ee8f3a5a96a1464287ff5707239e891f: loading cluster ID for follower catalog manager: success
08:00:51.417 [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=	
08:00:51.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:51.417204 17725 catalog_manager.cc:1610] T 00000000000000000000000000000000 P ee8f3a5a96a1464287ff5707239e891f: acquiring CA information for follower catalog manager: success
08:00:51.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:51.417604 17722 client.h:372] Failed to connect to Hive Metastore (localhost:45881): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:51.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:51.418666 17725 catalog_manager.cc:1638] T 00000000000000000000000000000000 P ee8f3a5a96a1464287ff5707239e891f: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:00:51.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:51.430758 17742 catalog_manager.cc:1295] Loaded cluster ID: a227c5e1fc58460b853ea70154382c8c
08:00:51.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:51.430850 17742 catalog_manager.cc:1588] T 00000000000000000000000000000000 P f8ddc2af77ea4abfabe39698e8c2a9d2: loading cluster ID for follower catalog manager: success
08:00:51.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:51.433200 17742 catalog_manager.cc:1610] T 00000000000000000000000000000000 P f8ddc2af77ea4abfabe39698e8c2a9d2: acquiring CA information for follower catalog manager: success
08:00:51.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:51.434552 17742 catalog_manager.cc:1638] T 00000000000000000000000000000000 P f8ddc2af77ea4abfabe39698e8c2a9d2: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:00:51.437 [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=	
08:00:51.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:51.438089 17739 client.h:372] Failed to connect to Hive Metastore (localhost:45881): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:51.534 [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.
08:00:51.692 [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.
08:00:51.740 [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.
08:00:51.837 [INFO - Metastore-Handler-Pool: Thread-128] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
08:00:51.838 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
08:00:51.838 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
08:00:51.838 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@30de4a72, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6a2e2ffd will be shutdown
08:00:51.838 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
08:00:51.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:51.838338 17466 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu with pid 17477
08:00:51.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:51.846480 17466 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu with pid 17547
08:00:51.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:51.853011 17466 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu with pid 17616
08:00:51.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:00:51Z chronyd exiting
.08:00:51.905 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:00:51.906 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:00:51.906 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:00:51.931 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive9903232600814597263
08:00:51.932 [INFO - Thread-95] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
08:00:51.932 [INFO - Thread-95] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
08:00:51.934 [INFO - Thread-95] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:00:51.934 [INFO - Thread-95] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:00:51.934 [INFO - Thread-95] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
08:00:51.935 [INFO - Thread-95] (HikariDataSource.java:350) objectstore - Shutdown initiated...
08:00:51.937 [INFO - Thread-95] (HikariDataSource.java:352) objectstore - Shutdown completed.
08:00:51.937 [INFO - Thread-95] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
08:00:51.938 [INFO - Thread-95] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
08:00:51.938 [INFO - Thread-95] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
08:00:51.939 [INFO - Thread-95] (HikariDataSource.java:80) objectstore - Starting...
08:00:51.998 [INFO - Thread-95] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:00:51.999 [INFO - Thread-95] (HikariDataSource.java:82) objectstore - Start completed.
08:00:51.999 [INFO - Thread-95] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
08:00:52.000 [INFO - Thread-95] (HikariDataSource.java:80) objectstore-secondary - Starting...
08:00:52.002 [INFO - Thread-95] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:00:52.002 [INFO - Thread-95] (HikariDataSource.java:82) objectstore-secondary - Start completed.
08:00:52.015 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
08:00:52.015 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
08:00:52.016 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
08:00:52.034 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:52.035 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:52.035 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:52.035 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:52.036 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:52.036 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:52.266 [INFO - Thread-95] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
08:00:52.267 [INFO - Thread-95] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@44373007, with PersistenceManager: null will be shutdown
08:00:52.268 [INFO - Thread-95] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@44373007, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@31c23e62 created in the thread with id: 138
08:00:52.270 [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
08:00:52.271 [INFO - Thread-95] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@44373007
08:00:52.381 [INFO - Thread-95] (HMSHandler.java:595) Started creating a default database with name: default
08:00:52.400 [INFO - Thread-95] (HMSHandler.java:605) Successfully created a default database with name: default
08:00:52.423 [INFO - Thread-95] (HMSHandler.java:668) Added admin role in metastore
08:00:52.425 [INFO - Thread-95] (HMSHandler.java:677) Added public role in metastore
08:00:52.454 [INFO - Thread-95] (HMSHandler.java:717) No user is added in admin role, since config is empty
08:00:52.455 [INFO - Thread-95] (HMSHandler.java:404) HMS server filtering is disabled by configuration
08:00:52.455 [INFO - Thread-95] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
08:00:52.455 [INFO - Thread-95] (HiveMetaStore.java:697) Direct SQL optimization = true
08:00:52.456 [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)
08:00:52.456 [INFO - Thread-95] (HiveMetaStore.java:632) Started the new metaserver on port [36307]...
08:00:52.456 [INFO - Thread-95] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
08:00:52.456 [INFO - Thread-95] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
08:00:52.456 [INFO - Thread-95] (HiveMetaStore.java:635) TCP keepalive = true
08:00:52.456 [INFO - Thread-95] (HiveMetaStore.java:636) Enable SSL = false
08:00:52.933 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:00:52.933 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:00:52.934 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:00:52.935 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
08:00:52.936 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:36307]
08:00:52.936 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:36307) in binary transport mode
08:00:52.936 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:36307) current connections: 1
08:00:52.938 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskqOYnJG/test-tmp
08:00:52.938 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
08:00:52.939 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskqOYnJG/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
08:00:52.942 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:36307"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

08:00:53.059 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:00:53.060 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

08:00:53.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.061691 17787 mini_oidc.cc:150] Starting JWKS server
08:00:53.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.063447 17787 webserver.cc:533] Webserver started at http://127.0.0.1:44607/ using document root <none> and password file <none>
08:00:53.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.063593 17787 mini_oidc.cc:186] Starting OIDC Discovery server
08:00:53.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.063832 17787 webserver.cc:533] Webserver started at http://127.0.0.1:36509/ using document root <none> and password file <none>
08:00:53.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:00:53Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
08:00:53.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:00:53Z Disabled control of system clock
08:00:53.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.079128 17787 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:53.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:53.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-0/wal
08:00:53.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-0/data
08:00:53.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:00:53.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:00:53.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:00:53.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:53.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:53.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:53.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-0/logs
08:00:53.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-0/data/info.pb
08:00:53.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:53.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:00:53.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:00:53.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:00:53.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:00:53.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:53.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:53.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:53.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:00:53.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:00:53.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:53.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:53.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.94.254:35807
08:00:53.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.94.254
08:00:53.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:53.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.94.212:40213
08:00:53.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:53.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:53.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:53.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:53.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.94.254:35807,127.17.94.253:40863,127.17.94.252:39623
08:00:53.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:53.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44607/jwks.json
08:00:53.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36307 with env {}
08:00:53.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.191510 17798 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:00:53.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.191784 17798 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:00:53.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.191844 17798 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:00:53.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.195457 17798 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:00:53.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.195549 17798 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:00:53.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.195581 17798 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:00:53.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.195604 17798 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:00:53.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.195636 17798 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:00:53.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.195657 17798 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44607/jwks.json
08:00:53.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.199849 17798 master_runner.cc:387] Master server non-default flags:
08:00:53.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:53.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.94.212:40213
08:00:53.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:53.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:53.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-0/data
08:00:53.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-0/wal
08:00:53.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36307
08:00:53.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:53.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.94.254:35807,127.17.94.253:40863,127.17.94.252:39623
08:00:53.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:53.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:53.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:53.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.94.254:35807
08:00:53.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:53.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:00:53.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:53.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44607/jwks.json
08:00:53.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:53.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:53.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-0/data/info.pb
08:00:53.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.94.254
08:00:53.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:53.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:00:53.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.17798
08:00:53.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:53.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:00:53.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:00:53.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:53.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-0/logs
08:00:53.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:53.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:00:53.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:00:53.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:00:53.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:00:53.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:00:53.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:00:53.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on bdcb31816ec0
08:00:53.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12768
08:00:53.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.201325 17798 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:00:53.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.202536 17798 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:00:53.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.208132 17804 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
08:00:53.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.208127 17806 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
08:00:53.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.208127 17803 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
08:00:53.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.208503 17798 server_base.cc:1061] running on GCE node
08:00:53.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.208976 17798 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:00:53.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.209887 17798 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:00:53.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.211081 17798 hybrid_clock.cc:648] HybridClock initialized: now 1783497653211035 us; error 56 us; skew 500 ppm
08:00:53.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.213081 17798 webserver.cc:533] Webserver started at http://127.17.94.254:33895/ using document root <none> and password file <none>
08:00:53.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.213771 17798 fs_manager.cc:362] Metadata directory not provided
08:00:53.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.213857 17798 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:00:53.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.214187 17798 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:00:53.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.215785 17798 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-0/data/instance:
08:00:53.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5664f4e490a24c4ab85aad24d996c80f"
08:00:53.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:53 on dist-test-slave-fp4m"
08:00:53.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.216329 17798 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-0/wal/instance:
08:00:53.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5664f4e490a24c4ab85aad24d996c80f"
08:00:53.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:53 on dist-test-slave-fp4m"
08:00:53.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.219856 17798 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
08:00:53.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.222234 17812 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:00:53.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.223290 17798 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
08:00:53.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.223431 17798 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-0/data,/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-0/wal
08:00:53.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5664f4e490a24c4ab85aad24d996c80f"
08:00:53.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:53 on dist-test-slave-fp4m"
08:00:53.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.223555 17798 fs_report.cc:389] FS layout report
08:00:53.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:00:53.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-0/wal
08:00:53.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-0/wal
08:00:53.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-0/data/data
08:00:53.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:00:53.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:00:53.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:00:53.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:00:53.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:00:53.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:00:53.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:00:53.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:00:53.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:00:53.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:00:53.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:00:53.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.235044 17798 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:00:53.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.235788 17798 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
08:00:53.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.235996 17798 kserver.cc:163] Server-wide thread pool size limit: 3276
08:00:53.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.243595 17798 rpc_server.cc:307] RPC server started. Bound to: 127.17.94.254:35807
08:00:53.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.243592 17864 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.94.254:35807 every 8 connection(s)
08:00:53.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.244668 17798 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-0/data/info.pb
08:00:53.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.245224 17787 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu as pid 17798
08:00:53.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.245407 17787 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-0/wal/instance
08:00:53.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.246833 17787 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:53.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:53.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-1/wal
08:00:53.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-1/data
08:00:53.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:00:53.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:00:53.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:00:53.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:53.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:53.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:53.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-1/logs
08:00:53.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-1/data/info.pb
08:00:53.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:53.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:00:53.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:00:53.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:00:53.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:00:53.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:53.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:53.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:53.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:00:53.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:00:53.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:53.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:53.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.94.253:40863
08:00:53.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.94.253
08:00:53.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:53.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.94.212:40213
08:00:53.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:53.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:53.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:53.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:53.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.94.254:35807,127.17.94.253:40863,127.17.94.252:39623
08:00:53.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:53.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44607/jwks.json
08:00:53.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36307 with env {}
08:00:53.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.247680 17865 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:00:53.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.251591 17865 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.94.254" port: 35807 } has no permanent_uuid. Determining permanent_uuid...
08:00:53.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.266894 17865 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.94.253" port: 40863 } has no permanent_uuid. Determining permanent_uuid...
08:00:53.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.267700 17813 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.17.94.253:40863: connect: Connection refused (error 111)
08:00:53.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.268561 17865 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.94.253:40863: Network error: Client connection negotiation failed: client connection to 127.17.94.253:40863: connect: Connection refused (error 111)
08:00:53.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.317813 17865 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.94.253" port: 40863 } attempt: 1
08:00:53.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.319779 17865 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.94.253:40863: Network error: Client connection negotiation failed: client connection to 127.17.94.253:40863: connect: Connection refused (error 111)
08:00:53.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.360664 17866 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:00:53.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.360908 17866 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:00:53.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.360954 17866 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:00:53.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.364492 17866 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:00:53.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.364555 17866 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:00:53.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.364576 17866 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:00:53.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.364594 17866 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:00:53.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.364611 17866 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:00:53.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.364626 17866 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44607/jwks.json
08:00:53.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.369200 17866 master_runner.cc:387] Master server non-default flags:
08:00:53.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:53.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.94.212:40213
08:00:53.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:53.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:53.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-1/data
08:00:53.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-1/wal
08:00:53.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36307
08:00:53.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:53.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.94.254:35807,127.17.94.253:40863,127.17.94.252:39623
08:00:53.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:53.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:53.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:53.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.94.253:40863
08:00:53.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:53.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:00:53.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:53.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44607/jwks.json
08:00:53.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:53.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:53.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-1/data/info.pb
08:00:53.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.94.253
08:00:53.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:53.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:00:53.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.17866
08:00:53.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:53.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:00:53.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:00:53.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:53.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-1/logs
08:00:53.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:53.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:00:53.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:00:53.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:00:53.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:00:53.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:00:53.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:00:53.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on bdcb31816ec0
08:00:53.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12768
08:00:53.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.370404 17866 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:00:53.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.371456 17866 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:00:53.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.377194 17875 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
08:00:53.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.377151 17874 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
08:00:53.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.377271 17866 server_base.cc:1061] running on GCE node
08:00:53.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.377194 17877 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
08:00:53.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.378338 17866 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:00:53.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.379293 17866 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:00:53.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.380548 17866 hybrid_clock.cc:648] HybridClock initialized: now 1783497653380535 us; error 38 us; skew 500 ppm
08:00:53.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.382957 17866 webserver.cc:533] Webserver started at http://127.17.94.253:41421/ using document root <none> and password file <none>
08:00:53.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.383705 17866 fs_manager.cc:362] Metadata directory not provided
08:00:53.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.383791 17866 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:00:53.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.384061 17866 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:00:53.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.385841 17866 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-1/data/instance:
08:00:53.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6dd0240124cc4dbf83cba1a46361bb8d"
08:00:53.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:53 on dist-test-slave-fp4m"
08:00:53.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.386461 17866 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-1/wal/instance:
08:00:53.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6dd0240124cc4dbf83cba1a46361bb8d"
08:00:53.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:53 on dist-test-slave-fp4m"
08:00:53.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.388010 17865 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.94.253" port: 40863 } attempt: 2
08:00:53.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.389636 17865 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.94.253:40863: Network error: Client connection negotiation failed: client connection to 127.17.94.253:40863: connect: Connection refused (error 111)
08:00:53.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.390527 17866 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
08:00:53.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.392865 17883 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:00:53.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.394052 17866 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
08:00:53.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.394356 17866 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-1/data,/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-1/wal
08:00:53.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6dd0240124cc4dbf83cba1a46361bb8d"
08:00:53.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:53 on dist-test-slave-fp4m"
08:00:53.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.394511 17866 fs_report.cc:389] FS layout report
08:00:53.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:00:53.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-1/wal
08:00:53.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-1/wal
08:00:53.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-1/data/data
08:00:53.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:00:53.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:00:53.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:00:53.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:00:53.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:00:53.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:00:53.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:00:53.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:00:53.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:00:53.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:00:53.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:00:53.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.419530 17866 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:00:53.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.420334 17866 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
08:00:53.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.420539 17866 kserver.cc:163] Server-wide thread pool size limit: 3276
08:00:53.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.429087 17866 rpc_server.cc:307] RPC server started. Bound to: 127.17.94.253:40863
08:00:53.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.429102 17935 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.94.253:40863 every 8 connection(s)
08:00:53.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.430301 17866 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-1/data/info.pb
08:00:53.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.433537 17936 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:00:53.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.434585 17787 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu as pid 17866
08:00:53.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.434734 17787 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-1/wal/instance
08:00:53.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.435652 17787 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:53.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:53.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-2/wal
08:00:53.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-2/data
08:00:53.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:00:53.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:00:53.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:00:53.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:53.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:53.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:53.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-2/logs
08:00:53.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-2/data/info.pb
08:00:53.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:53.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:00:53.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:00:53.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:00:53.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:00:53.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:53.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:53.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:53.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:00:53.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:00:53.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:53.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:53.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.94.252:39623
08:00:53.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.94.252
08:00:53.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:53.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.94.212:40213
08:00:53.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:53.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:53.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:53.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:53.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.94.254:35807,127.17.94.253:40863,127.17.94.252:39623
08:00:53.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:53.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44607/jwks.json
08:00:53.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36307 with env {}
08:00:53.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.437476 17936 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.94.254" port: 35807 } has no permanent_uuid. Determining permanent_uuid...
08:00:53.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.446110 17936 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.94.253" port: 40863 } has no permanent_uuid. Determining permanent_uuid...
08:00:53.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.452546 17936 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.94.252" port: 39623 } has no permanent_uuid. Determining permanent_uuid...
08:00:53.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.453517 17885 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.17.94.252:39623: connect: Connection refused (error 111)
08:00:53.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.454599 17936 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.94.252:39623: Network error: Client connection negotiation failed: client connection to 127.17.94.252:39623: connect: Connection refused (error 111)
08:00:53.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.480816 17865 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.94.253" port: 40863 } attempt: 3
08:00:53.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.485849 17865 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.94.252" port: 39623 } has no permanent_uuid. Determining permanent_uuid...
08:00:53.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.487460 17865 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.94.252:39623: Network error: Client connection negotiation failed: client connection to 127.17.94.252:39623: connect: Connection refused (error 111)
08:00:53.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.503888 17936 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.94.252" port: 39623 } attempt: 1
08:00:53.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.505749 17936 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.94.252:39623: Network error: Client connection negotiation failed: client connection to 127.17.94.252:39623: connect: Connection refused (error 111)
08:00:53.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.518656 17865 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.94.252" port: 39623 } attempt: 1
08:00:53.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.521718 17865 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.94.252:39623: Network error: Client connection negotiation failed: client connection to 127.17.94.252:39623: connect: Connection refused (error 111)
08:00:53.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.556685 17937 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:00:53.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.557080 17937 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:00:53.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.557178 17937 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:00:53.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.562546 17937 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:00:53.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.562692 17937 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:00:53.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.562736 17937 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:00:53.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.562763 17937 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:00:53.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.562789 17937 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:00:53.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.562810 17937 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44607/jwks.json
08:00:53.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.568347 17937 master_runner.cc:387] Master server non-default flags:
08:00:53.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:53.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.94.212:40213
08:00:53.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:53.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:53.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-2/data
08:00:53.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-2/wal
08:00:53.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36307
08:00:53.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:53.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.94.254:35807,127.17.94.253:40863,127.17.94.252:39623
08:00:53.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:53.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:53.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:53.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.94.252:39623
08:00:53.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:53.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:00:53.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:53.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44607/jwks.json
08:00:53.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:53.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:53.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-2/data/info.pb
08:00:53.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.94.252
08:00:53.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:53.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:00:53.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.17937
08:00:53.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:53.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:00:53.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:00:53.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:53.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-2/logs
08:00:53.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:53.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:00:53.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:00:53.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:00:53.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:00:53.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:00:53.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:00:53.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on bdcb31816ec0
08:00:53.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12768
08:00:53.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.569974 17937 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:00:53.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.571229 17937 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:00:53.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.573961 17936 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.94.252" port: 39623 } attempt: 2
08:00:53.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.576193 17936 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.94.252:39623: Network error: Client connection negotiation failed: client connection to 127.17.94.252:39623: connect: Connection refused (error 111)
08:00:53.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.578399 17946 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
08:00:53.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.578392 17945 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
08:00:53.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.578392 17948 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
08:00:53.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.578548 17937 server_base.cc:1061] running on GCE node
08:00:53.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.579582 17937 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:00:53.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.580638 17937 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:00:53.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.581830 17937 hybrid_clock.cc:648] HybridClock initialized: now 1783497653581808 us; error 38 us; skew 500 ppm
08:00:53.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.584007 17937 webserver.cc:533] Webserver started at http://127.17.94.252:38343/ using document root <none> and password file <none>
08:00:53.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.584551 17937 fs_manager.cc:362] Metadata directory not provided
08:00:53.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.584605 17937 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:00:53.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.584821 17937 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:00:53.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.586676 17937 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-2/data/instance:
08:00:53.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "58a63eef6903455bbbe7c85b7c072eef"
08:00:53.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:53 on dist-test-slave-fp4m"
08:00:53.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.587200 17937 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-2/wal/instance:
08:00:53.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "58a63eef6903455bbbe7c85b7c072eef"
08:00:53.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:53 on dist-test-slave-fp4m"
08:00:53.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.590960 17937 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
08:00:53.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.593411 17954 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:00:53.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.594563 17937 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
08:00:53.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.594672 17937 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-2/data,/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-2/wal
08:00:53.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "58a63eef6903455bbbe7c85b7c072eef"
08:00:53.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:53 on dist-test-slave-fp4m"
08:00:53.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.594749 17937 fs_report.cc:389] FS layout report
08:00:53.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:00:53.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-2/wal
08:00:53.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-2/wal
08:00:53.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-2/data/data
08:00:53.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:00:53.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:00:53.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:00:53.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:00:53.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:00:53.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:00:53.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:00:53.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:00:53.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:00:53.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:00:53.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:00:53.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.596946 17865 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.94.252" port: 39623 } attempt: 2
08:00:53.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.598556 17865 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.94.252:39623: Network error: Client connection negotiation failed: client connection to 127.17.94.252:39623: connect: Connection refused (error 111)
08:00:53.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.614719 17937 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:00:53.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.615414 17937 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
08:00:53.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.615566 17937 kserver.cc:163] Server-wide thread pool size limit: 3276
08:00:53.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.624192 17937 rpc_server.cc:307] RPC server started. Bound to: 127.17.94.252:39623
08:00:53.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.624187 18006 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.94.252:39623 every 8 connection(s)
08:00:53.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.625723 17937 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-2/data/info.pb
08:00:53.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.629164 18007 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:00:53.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.632648 18007 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.94.254" port: 35807 } has no permanent_uuid. Determining permanent_uuid...
08:00:53.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.633481 17787 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu as pid 17937
08:00:53.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.633582 17787 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster7063026664702728922/master-2/wal/instance
08:00:53.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.643529 18007 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.94.253" port: 40863 } has no permanent_uuid. Determining permanent_uuid...
08:00:53.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.648304 18007 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.94.252" port: 39623 } has no permanent_uuid. Determining permanent_uuid...
08:00:53.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.656004 18007 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 58a63eef6903455bbbe7c85b7c072eef: Bootstrap starting.
08:00:53.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.658938 18007 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 58a63eef6903455bbbe7c85b7c072eef: Neither blocks nor log segments found. Creating new log.
08:00:53.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.659835 18007 log.cc:826] T 00000000000000000000000000000000 P 58a63eef6903455bbbe7c85b7c072eef: Log is configured to *not* fsync() on all Append() calls
08:00:53.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.662020 18007 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 58a63eef6903455bbbe7c85b7c072eef: No bootstrap required, opened a new log
08:00:53.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.662588 17787 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
08:00:53.663 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:00:53.663 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

08:00:53.664 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.17.94.254"
      port: 35807
    }
    bound_http_address {
      host: "127.17.94.254"
      port: 33895
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.17.94.253"
      port: 40863
    }
    bound_http_address {
      host: "127.17.94.253"
      port: 41421
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.17.94.252"
      port: 39623
    }
    bound_http_address {
      host: "127.17.94.252"
      port: 38343
    }
  }
}

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

08:00:53.665 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:00:53.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.666244 18007 raft_consensus.cc:359] T 00000000000000000000000000000000 P 58a63eef6903455bbbe7c85b7c072eef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5664f4e490a24c4ab85aad24d996c80f" member_type: VOTER last_known_addr { host: "127.17.94.254" port: 35807 } } peers { permanent_uuid: "6dd0240124cc4dbf83cba1a46361bb8d" member_type: VOTER last_known_addr { host: "127.17.94.253" port: 40863 } } peers { permanent_uuid: "58a63eef6903455bbbe7c85b7c072eef" member_type: VOTER last_known_addr { host: "127.17.94.252" port: 39623 } }
08:00:53.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.666482 18007 raft_consensus.cc:385] T 00000000000000000000000000000000 P 58a63eef6903455bbbe7c85b7c072eef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:00:53.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.666549 18007 raft_consensus.cc:740] T 00000000000000000000000000000000 P 58a63eef6903455bbbe7c85b7c072eef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 58a63eef6903455bbbe7c85b7c072eef, State: Initialized, Role: FOLLOWER
08:00:53.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.667026 18007 consensus_queue.cc:260] T 00000000000000000000000000000000 P 58a63eef6903455bbbe7c85b7c072eef [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: "5664f4e490a24c4ab85aad24d996c80f" member_type: VOTER last_known_addr { host: "127.17.94.254" port: 35807 } } peers { permanent_uuid: "6dd0240124cc4dbf83cba1a46361bb8d" member_type: VOTER last_known_addr { host: "127.17.94.253" port: 40863 } } peers { permanent_uuid: "58a63eef6903455bbbe7c85b7c072eef" member_type: VOTER last_known_addr { host: "127.17.94.252" port: 39623 } }
08:00:53.667 [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=376c2a98-95e9-4254-aeac-19a0079eba0c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.94.253:40863,127.17.94.254:35807,127.17.94.252:39623}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:00:53.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.667507 17936 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.94.252" port: 39623 } attempt: 3
08:00:53.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.668531 18007 sys_catalog.cc:565] T 00000000000000000000000000000000 P 58a63eef6903455bbbe7c85b7c072eef [sys.catalog]: configured and running, proceeding with master startup.
08:00:53.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.668867 18012 sys_catalog.cc:455] T 00000000000000000000000000000000 P 58a63eef6903455bbbe7c85b7c072eef [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: "5664f4e490a24c4ab85aad24d996c80f" member_type: VOTER last_known_addr { host: "127.17.94.254" port: 35807 } } peers { permanent_uuid: "6dd0240124cc4dbf83cba1a46361bb8d" member_type: VOTER last_known_addr { host: "127.17.94.253" port: 40863 } } peers { permanent_uuid: "58a63eef6903455bbbe7c85b7c072eef" member_type: VOTER last_known_addr { host: "127.17.94.252" port: 39623 } } }
08:00:53.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.669108 18012 sys_catalog.cc:458] T 00000000000000000000000000000000 P 58a63eef6903455bbbe7c85b7c072eef [sys.catalog]: This master's current role is: FOLLOWER
08:00:53.669 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:00:53.670 [INFO - Metastore-Handler-Pool: Thread-159] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:00:53.670 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7e5b8dfa, with PersistenceManager: null will be shutdown
08:00:53.671 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7e5b8dfa, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@443c18f3 created in the thread with id: 159
08:00:53.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.674870 17936 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6dd0240124cc4dbf83cba1a46361bb8d: Bootstrap starting.
08:00:53.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.673446 17937 master_runner.cc:187] Error getting master registration for 127.17.94.254:35807: OK, instance_id { permanent_uuid: "5664f4e490a24c4ab85aad24d996c80f" instance_seqno: 1783497653241235 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:00:53.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.675724 17937 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:00:53.676 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7e5b8dfa
08:00:53.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.677407 17936 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6dd0240124cc4dbf83cba1a46361bb8d: Neither blocks nor log segments found. Creating new log.
08:00:53.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.678515 17936 log.cc:826] T 00000000000000000000000000000000 P 6dd0240124cc4dbf83cba1a46361bb8d: Log is configured to *not* fsync() on all Append() calls
08:00:53.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.680934 17936 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6dd0240124cc4dbf83cba1a46361bb8d: No bootstrap required, opened a new log
08:00:53.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.685755 17936 raft_consensus.cc:359] T 00000000000000000000000000000000 P 6dd0240124cc4dbf83cba1a46361bb8d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5664f4e490a24c4ab85aad24d996c80f" member_type: VOTER last_known_addr { host: "127.17.94.254" port: 35807 } } peers { permanent_uuid: "6dd0240124cc4dbf83cba1a46361bb8d" member_type: VOTER last_known_addr { host: "127.17.94.253" port: 40863 } } peers { permanent_uuid: "58a63eef6903455bbbe7c85b7c072eef" member_type: VOTER last_known_addr { host: "127.17.94.252" port: 39623 } }
08:00:53.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.686502 17936 raft_consensus.cc:385] T 00000000000000000000000000000000 P 6dd0240124cc4dbf83cba1a46361bb8d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:00:53.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.686599 17936 raft_consensus.cc:740] T 00000000000000000000000000000000 P 6dd0240124cc4dbf83cba1a46361bb8d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6dd0240124cc4dbf83cba1a46361bb8d, State: Initialized, Role: FOLLOWER
08:00:53.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.687106 17936 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6dd0240124cc4dbf83cba1a46361bb8d [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: "5664f4e490a24c4ab85aad24d996c80f" member_type: VOTER last_known_addr { host: "127.17.94.254" port: 35807 } } peers { permanent_uuid: "6dd0240124cc4dbf83cba1a46361bb8d" member_type: VOTER last_known_addr { host: "127.17.94.253" port: 40863 } } peers { permanent_uuid: "58a63eef6903455bbbe7c85b7c072eef" member_type: VOTER last_known_addr { host: "127.17.94.252" port: 39623 } }
08:00:53.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.687599 18026 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 58a63eef6903455bbbe7c85b7c072eef: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:00:53.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.687631 18030 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6dd0240124cc4dbf83cba1a46361bb8d [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: "5664f4e490a24c4ab85aad24d996c80f" member_type: VOTER last_known_addr { host: "127.17.94.254" port: 35807 } } peers { permanent_uuid: "6dd0240124cc4dbf83cba1a46361bb8d" member_type: VOTER last_known_addr { host: "127.17.94.253" port: 40863 } } peers { permanent_uuid: "58a63eef6903455bbbe7c85b7c072eef" member_type: VOTER last_known_addr { host: "127.17.94.252" port: 39623 } } }
08:00:53.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.687757 18030 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6dd0240124cc4dbf83cba1a46361bb8d [sys.catalog]: This master's current role is: FOLLOWER
08:00:53.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.688261 18026 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:00:53.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.688334 17936 sys_catalog.cc:565] T 00000000000000000000000000000000 P 6dd0240124cc4dbf83cba1a46361bb8d [sys.catalog]: configured and running, proceeding with master startup.
08:00:53.689 [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=	
08:00:53.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.690263 18023 client.h:372] Failed to connect to Hive Metastore (localhost:36307): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:53.693 [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=	
08:00:53.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.694471 18041 client.h:372] Failed to connect to Hive Metastore (localhost:36307): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:53.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.692466 17866 master_runner.cc:187] Error getting master registration for 127.17.94.254:35807: OK, instance_id { permanent_uuid: "5664f4e490a24c4ab85aad24d996c80f" instance_seqno: 1783497653241235 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:00:53.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.695169 17866 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:00:53.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.697717 17865 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.94.252" port: 39623 } attempt: 3
08:00:53.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.698824 18044 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 6dd0240124cc4dbf83cba1a46361bb8d: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:00:53.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.699052 18044 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:00:53.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.704936 17865 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f: Bootstrap starting.
08:00:53.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.707860 17865 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f: Neither blocks nor log segments found. Creating new log.
08:00:53.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.709000 17865 log.cc:826] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f: Log is configured to *not* fsync() on all Append() calls
08:00:53.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.711206 17865 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f: No bootstrap required, opened a new log
08:00:53.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.715291 17865 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5664f4e490a24c4ab85aad24d996c80f" member_type: VOTER last_known_addr { host: "127.17.94.254" port: 35807 } } peers { permanent_uuid: "6dd0240124cc4dbf83cba1a46361bb8d" member_type: VOTER last_known_addr { host: "127.17.94.253" port: 40863 } } peers { permanent_uuid: "58a63eef6903455bbbe7c85b7c072eef" member_type: VOTER last_known_addr { host: "127.17.94.252" port: 39623 } }
08:00:53.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.715487 17865 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:00:53.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.715556 17865 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5664f4e490a24c4ab85aad24d996c80f, State: Initialized, Role: FOLLOWER
08:00:53.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.717413 17865 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f [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: "5664f4e490a24c4ab85aad24d996c80f" member_type: VOTER last_known_addr { host: "127.17.94.254" port: 35807 } } peers { permanent_uuid: "6dd0240124cc4dbf83cba1a46361bb8d" member_type: VOTER last_known_addr { host: "127.17.94.253" port: 40863 } } peers { permanent_uuid: "58a63eef6903455bbbe7c85b7c072eef" member_type: VOTER last_known_addr { host: "127.17.94.252" port: 39623 } }
08:00:53.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.719080 17865 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f [sys.catalog]: configured and running, proceeding with master startup.
08:00:53.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.725366 18062 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:00:53.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.725692 18062 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:00:53.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.728595 17798 master_runner.cc:264] No leader master found from master 5664f4e490a24c4ab85aad24d996c80f
08:00:53.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.728664 17798 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:00:53.738 [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=	
08:00:53.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.737746 17818 tablet.cc:2406] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:00:53.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:53.738940 18059 client.h:372] Failed to connect to Hive Metastore (localhost:36307): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:53.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.739611 18048 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f [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: "5664f4e490a24c4ab85aad24d996c80f" member_type: VOTER last_known_addr { host: "127.17.94.254" port: 35807 } } peers { permanent_uuid: "6dd0240124cc4dbf83cba1a46361bb8d" member_type: VOTER last_known_addr { host: "127.17.94.253" port: 40863 } } peers { permanent_uuid: "58a63eef6903455bbbe7c85b7c072eef" member_type: VOTER last_known_addr { host: "127.17.94.252" port: 39623 } } }
08:00:53.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.740072 18048 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f [sys.catalog]: This master's current role is: FOLLOWER
08:00:53.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.743599 18048 raft_consensus.cc:493] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
08:00:53.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.743750 18048 raft_consensus.cc:515] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5664f4e490a24c4ab85aad24d996c80f" member_type: VOTER last_known_addr { host: "127.17.94.254" port: 35807 } } peers { permanent_uuid: "6dd0240124cc4dbf83cba1a46361bb8d" member_type: VOTER last_known_addr { host: "127.17.94.253" port: 40863 } } peers { permanent_uuid: "58a63eef6903455bbbe7c85b7c072eef" member_type: VOTER last_known_addr { host: "127.17.94.252" port: 39623 } }
08:00:53.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.744848 18048 leader_election.cc:290] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6dd0240124cc4dbf83cba1a46361bb8d (127.17.94.253:40863), 58a63eef6903455bbbe7c85b7c072eef (127.17.94.252:39623)
08:00:53.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.746526 17910 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "5664f4e490a24c4ab85aad24d996c80f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6dd0240124cc4dbf83cba1a46361bb8d" is_pre_election: true
08:00:53.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.746853 17910 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 6dd0240124cc4dbf83cba1a46361bb8d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5664f4e490a24c4ab85aad24d996c80f in term 0.
08:00:53.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.747251 17981 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "5664f4e490a24c4ab85aad24d996c80f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58a63eef6903455bbbe7c85b7c072eef" is_pre_election: true
08:00:53.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.747520 17981 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 58a63eef6903455bbbe7c85b7c072eef [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5664f4e490a24c4ab85aad24d996c80f in term 0.
08:00:53.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.748001 17814 leader_election.cc:304] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f [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: 5664f4e490a24c4ab85aad24d996c80f, 58a63eef6903455bbbe7c85b7c072eef; no voters: 
08:00:53.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.748960 18048 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f [term 0 FOLLOWER]: Leader pre-election won for term 1
08:00:53.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.749035 18048 raft_consensus.cc:493] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
08:00:53.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.749078 18048 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f [term 0 FOLLOWER]: Advancing to term 1
08:00:53.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.750541 18048 raft_consensus.cc:515] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5664f4e490a24c4ab85aad24d996c80f" member_type: VOTER last_known_addr { host: "127.17.94.254" port: 35807 } } peers { permanent_uuid: "6dd0240124cc4dbf83cba1a46361bb8d" member_type: VOTER last_known_addr { host: "127.17.94.253" port: 40863 } } peers { permanent_uuid: "58a63eef6903455bbbe7c85b7c072eef" member_type: VOTER last_known_addr { host: "127.17.94.252" port: 39623 } }
08:00:53.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.751502 17910 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "5664f4e490a24c4ab85aad24d996c80f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6dd0240124cc4dbf83cba1a46361bb8d"
08:00:53.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.751623 17910 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 6dd0240124cc4dbf83cba1a46361bb8d [term 0 FOLLOWER]: Advancing to term 1
08:00:53.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.752724 17910 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 6dd0240124cc4dbf83cba1a46361bb8d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5664f4e490a24c4ab85aad24d996c80f in term 1.
08:00:53.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.753062 17813 leader_election.cc:304] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f [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: 5664f4e490a24c4ab85aad24d996c80f, 6dd0240124cc4dbf83cba1a46361bb8d; no voters: 
08:00:53.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.754158 17981 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "5664f4e490a24c4ab85aad24d996c80f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58a63eef6903455bbbe7c85b7c072eef"
08:00:53.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.754285 17981 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 58a63eef6903455bbbe7c85b7c072eef [term 0 FOLLOWER]: Advancing to term 1
08:00:53.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.755360 17981 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 58a63eef6903455bbbe7c85b7c072eef [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5664f4e490a24c4ab85aad24d996c80f in term 1.
08:00:53.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.755985 18048 leader_election.cc:290] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f [CANDIDATE]: Term 1 election: Requested vote from peers 6dd0240124cc4dbf83cba1a46361bb8d (127.17.94.253:40863), 58a63eef6903455bbbe7c85b7c072eef (127.17.94.252:39623)
08:00:53.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.756186 18048 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f [term 1 FOLLOWER]: Leader election won for term 1
08:00:53.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.756255 18048 raft_consensus.cc:697] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f [term 1 LEADER]: Becoming Leader. State: Replica: 5664f4e490a24c4ab85aad24d996c80f, State: Running, Role: LEADER
08:00:53.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.756569 18048 consensus_queue.cc:237] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f [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: "5664f4e490a24c4ab85aad24d996c80f" member_type: VOTER last_known_addr { host: "127.17.94.254" port: 35807 } } peers { permanent_uuid: "6dd0240124cc4dbf83cba1a46361bb8d" member_type: VOTER last_known_addr { host: "127.17.94.253" port: 40863 } } peers { permanent_uuid: "58a63eef6903455bbbe7c85b7c072eef" member_type: VOTER last_known_addr { host: "127.17.94.252" port: 39623 } }
08:00:53.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.758741 18048 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5664f4e490a24c4ab85aad24d996c80f. Latest consensus state: current_term: 1 leader_uuid: "5664f4e490a24c4ab85aad24d996c80f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5664f4e490a24c4ab85aad24d996c80f" member_type: VOTER last_known_addr { host: "127.17.94.254" port: 35807 } } peers { permanent_uuid: "6dd0240124cc4dbf83cba1a46361bb8d" member_type: VOTER last_known_addr { host: "127.17.94.253" port: 40863 } } peers { permanent_uuid: "58a63eef6903455bbbe7c85b7c072eef" member_type: VOTER last_known_addr { host: "127.17.94.252" port: 39623 } } }
08:00:53.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.758991 18048 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f [sys.catalog]: This master's current role is: LEADER
08:00:53.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.765873 18067 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
08:00:53.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.767185 18067 catalog_manager.cc:1520] Initializing Kudu cluster ID...
08:00:53.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.785920 17981 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 58a63eef6903455bbbe7c85b7c072eef [term 1 FOLLOWER]: Refusing update from remote peer 5664f4e490a24c4ab85aad24d996c80f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:00:53.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.786981 18065 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f [LEADER]: Connected to new peer: Peer: permanent_uuid: "58a63eef6903455bbbe7c85b7c072eef" member_type: VOTER last_known_addr { host: "127.17.94.252" port: 39623 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:00:53.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.791874 18012 sys_catalog.cc:455] T 00000000000000000000000000000000 P 58a63eef6903455bbbe7c85b7c072eef [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5664f4e490a24c4ab85aad24d996c80f. Latest consensus state: current_term: 1 leader_uuid: "5664f4e490a24c4ab85aad24d996c80f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5664f4e490a24c4ab85aad24d996c80f" member_type: VOTER last_known_addr { host: "127.17.94.254" port: 35807 } } peers { permanent_uuid: "6dd0240124cc4dbf83cba1a46361bb8d" member_type: VOTER last_known_addr { host: "127.17.94.253" port: 40863 } } peers { permanent_uuid: "58a63eef6903455bbbe7c85b7c072eef" member_type: VOTER last_known_addr { host: "127.17.94.252" port: 39623 } } }
08:00:53.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.792009 18012 sys_catalog.cc:458] T 00000000000000000000000000000000 P 58a63eef6903455bbbe7c85b7c072eef [sys.catalog]: This master's current role is: FOLLOWER
08:00:53.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.793576 17910 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 6dd0240124cc4dbf83cba1a46361bb8d [term 1 FOLLOWER]: Refusing update from remote peer 5664f4e490a24c4ab85aad24d996c80f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:00:53.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.794405 18065 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f [LEADER]: Connected to new peer: Peer: permanent_uuid: "6dd0240124cc4dbf83cba1a46361bb8d" member_type: VOTER last_known_addr { host: "127.17.94.253" port: 40863 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:00:53.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.798995 18030 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6dd0240124cc4dbf83cba1a46361bb8d [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5664f4e490a24c4ab85aad24d996c80f. Latest consensus state: current_term: 1 leader_uuid: "5664f4e490a24c4ab85aad24d996c80f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5664f4e490a24c4ab85aad24d996c80f" member_type: VOTER last_known_addr { host: "127.17.94.254" port: 35807 } } peers { permanent_uuid: "6dd0240124cc4dbf83cba1a46361bb8d" member_type: VOTER last_known_addr { host: "127.17.94.253" port: 40863 } } peers { permanent_uuid: "58a63eef6903455bbbe7c85b7c072eef" member_type: VOTER last_known_addr { host: "127.17.94.252" port: 39623 } } }
08:00:53.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.799137 18030 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6dd0240124cc4dbf83cba1a46361bb8d [sys.catalog]: This master's current role is: FOLLOWER
08:00:53.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.811877 18065 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "5664f4e490a24c4ab85aad24d996c80f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5664f4e490a24c4ab85aad24d996c80f" member_type: VOTER last_known_addr { host: "127.17.94.254" port: 35807 } } peers { permanent_uuid: "6dd0240124cc4dbf83cba1a46361bb8d" member_type: VOTER last_known_addr { host: "127.17.94.253" port: 40863 } } peers { permanent_uuid: "58a63eef6903455bbbe7c85b7c072eef" member_type: VOTER last_known_addr { host: "127.17.94.252" port: 39623 } } }
08:00:53.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.812043 18065 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f [sys.catalog]: This master's current role is: LEADER
08:00:53.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.813804 18030 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6dd0240124cc4dbf83cba1a46361bb8d [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "5664f4e490a24c4ab85aad24d996c80f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5664f4e490a24c4ab85aad24d996c80f" member_type: VOTER last_known_addr { host: "127.17.94.254" port: 35807 } } peers { permanent_uuid: "6dd0240124cc4dbf83cba1a46361bb8d" member_type: VOTER last_known_addr { host: "127.17.94.253" port: 40863 } } peers { permanent_uuid: "58a63eef6903455bbbe7c85b7c072eef" member_type: VOTER last_known_addr { host: "127.17.94.252" port: 39623 } } }
08:00:53.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.813941 18030 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6dd0240124cc4dbf83cba1a46361bb8d [sys.catalog]: This master's current role is: FOLLOWER
08:00:53.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.814591 18068 mvcc.cc:204] Tried to move back new op lower bound from 7305206389897179136 to 7305206389791735808. Current Snapshot: MvccSnapshot[applied={T|T < 7305206389897179136}]
08:00:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.817744 18048 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "5664f4e490a24c4ab85aad24d996c80f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5664f4e490a24c4ab85aad24d996c80f" member_type: VOTER last_known_addr { host: "127.17.94.254" port: 35807 } } peers { permanent_uuid: "6dd0240124cc4dbf83cba1a46361bb8d" member_type: VOTER last_known_addr { host: "127.17.94.253" port: 40863 } } peers { permanent_uuid: "58a63eef6903455bbbe7c85b7c072eef" member_type: VOTER last_known_addr { host: "127.17.94.252" port: 39623 } } }
08:00:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.817874 18048 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f [sys.catalog]: This master's current role is: LEADER
08:00:53.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.819375 18012 sys_catalog.cc:455] T 00000000000000000000000000000000 P 58a63eef6903455bbbe7c85b7c072eef [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "5664f4e490a24c4ab85aad24d996c80f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5664f4e490a24c4ab85aad24d996c80f" member_type: VOTER last_known_addr { host: "127.17.94.254" port: 35807 } } peers { permanent_uuid: "6dd0240124cc4dbf83cba1a46361bb8d" member_type: VOTER last_known_addr { host: "127.17.94.253" port: 40863 } } peers { permanent_uuid: "58a63eef6903455bbbe7c85b7c072eef" member_type: VOTER last_known_addr { host: "127.17.94.252" port: 39623 } } }
08:00:53.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.819499 18012 sys_catalog.cc:458] T 00000000000000000000000000000000 P 58a63eef6903455bbbe7c85b7c072eef [sys.catalog]: This master's current role is: FOLLOWER
08:00:53.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.820505 18071 mvcc.cc:204] Tried to move back new op lower bound from 7305206389897179136 to 7305206389791735808. Current Snapshot: MvccSnapshot[applied={T|T < 7305206389897179136}]
08:00:53.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.820967 18069 mvcc.cc:204] Tried to move back new op lower bound from 7305206389897179136 to 7305206389791735808. Current Snapshot: MvccSnapshot[applied={T|T < 7305206389897179136}]
08:00:53.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.828655 18067 catalog_manager.cc:1383] Generated new cluster ID: 10b267efc6ae42cfad70b0776c47c9ab
08:00:53.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.828748 18067 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
08:00:53.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.895996 18067 catalog_manager.cc:1406] Generated new certificate authority record
08:00:53.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.897434 18067 catalog_manager.cc:1540] Loading token signing keys...
08:00:53.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.920393 18067 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 5664f4e490a24c4ab85aad24d996c80f: Generated new TSK 0
08:00:53.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.921653 18067 catalog_manager.cc:1550] Initializing in-progress tserver states...
08:00:53.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.924013 18067 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
08:00:53.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:53.928961 18067 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
08:00:54.138 [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.
08:00:54.145 [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.
08:00:54.145 [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.
08:00:54.216 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:00:54.222 [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/hive9903232600814597263/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=376c2a98-95e9-4254-aeac-19a0079eba0c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.94.253:40863,127.17.94.254:35807,127.17.94.252:39623}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:00:54.224 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive9903232600814597263/external-warehouse/table
08:00:54.338 [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	
08:00:54.378 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
08:00:54.380 [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)	
08:00:54.383 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
08:00:54.386 [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/hive9903232600814597263/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)
08:00:54.388 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive9903232600814597263/external-warehouse/legacy_table
08:00:54.405 [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	
08:00:54.416 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
08:00:54.418 [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	
08:00:54.431 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:00:54.472 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:00:54.472 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:00:54.489 [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	
08:00:54.510 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:00:54.522 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:00:54.522 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:00:54.532 [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.
08:00:54.533 [DEBUG - Metastore-Handler-Pool: Thread-159] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
08:00:54.536 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.17.94.253:40863(127.17.94.253:40863)] connecting to peer
08:00:54.538 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.17.94.254:35807(127.17.94.254:35807)] connecting to peer
08:00:54.540 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.17.94.253:40863(127.17.94.253:40863)] Successfully connected to peer
08:00:54.544 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.17.94.252:39623(127.17.94.252:39623)] connecting to peer
08:00:54.546 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.17.94.254:35807(127.17.94.254:35807)] Successfully connected to peer
08:00:54.549 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.17.94.252:39623(127.17.94.252:39623)] Successfully connected to peer
08:00:54.554 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.17.94.253
08:00:54.554 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.17.94.252
08:00:54.555 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.17.94.254
08:00:54.573 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:00:54.578 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x04f89d91, L:/127.0.0.1:59438 - R:/127.17.94.252:39623] using SASL/PLAIN
08:00:54.583 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:00:54.588 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x775e0b16, L:/127.0.0.1:47068 - R:/127.17.94.253:40863] using SASL/PLAIN
08:00:54.590 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:00:54.597 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x8abfe4a5, L:/127.0.0.1:48030 - R:/127.17.94.254:35807] using SASL/PLAIN
08:00:54.602 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
08:00:54.603 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
08:00:54.604 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the existing HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:297)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

08:00:54.605 [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	
08:00:54.618 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:00:54.630 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:00:54.630 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:00:54.637 [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	
08:00:54.649 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:00:54.661 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:00:54.662 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:00:54.668 [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	
08:00:54.682 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:00:54.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:54.689990 18026 catalog_manager.cc:1295] Loaded cluster ID: 10b267efc6ae42cfad70b0776c47c9ab
08:00:54.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:54.690088 18026 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 58a63eef6903455bbbe7c85b7c072eef: loading cluster ID for follower catalog manager: success
08:00:54.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:54.692505 18026 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 58a63eef6903455bbbe7c85b7c072eef: acquiring CA information for follower catalog manager: success
08:00:54.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:54.695346 18026 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 58a63eef6903455bbbe7c85b7c072eef: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:00:54.697 [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=	
08:00:54.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:54.697600 18023 client.h:372] Failed to connect to Hive Metastore (localhost:36307): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:54.698 [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=	
08:00:54.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:54.699244 18041 client.h:372] Failed to connect to Hive Metastore (localhost:36307): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:54.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:54.700863 18044 catalog_manager.cc:1295] Loaded cluster ID: 10b267efc6ae42cfad70b0776c47c9ab
08:00:54.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:54.700933 18044 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 6dd0240124cc4dbf83cba1a46361bb8d: loading cluster ID for follower catalog manager: success
08:00:54.702 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:00:54.702 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:00:54.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:54.703358 18044 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 6dd0240124cc4dbf83cba1a46361bb8d: acquiring CA information for follower catalog manager: success
08:00:54.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:54.705035 18044 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 6dd0240124cc4dbf83cba1a46361bb8d: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:00:54.710 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
08:00:54.712 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:Kudu table entry must contain a Kudu storage handler property (storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkKuduProperties(KuduMetastorePlugin.java:374)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:289)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

08:00:54.714 [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	
08:00:54.727 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:00:54.741 [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=	
08:00:54.742 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:00:54.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:54.742272 18059 client.h:372] Failed to connect to Hive Metastore (localhost:36307): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:54.742 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:00:54.747 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
08:00:54.749 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:Kudu table type may not be altered)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:258)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

08:00:54.751 [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	
08:00:54.760 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:00:54.775 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:00:54.775 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:00:54.781 [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	
08:00:54.792 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:00:54.804 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:00:54.804 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:00:54.820 [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	
08:00:54.829 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:00:54.840 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:00:54.840 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:00:54.843 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
08:00:54.844 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:Kudu table type may not be altered)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:258)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

08:00:54.845 [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	
08:00:54.854 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:00:54.864 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:00:54.864 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:00:54.871 [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	
08:00:54.881 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:00:54.892 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:00:54.892 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:00:54.899 [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	
08:00:54.910 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:00:54.921 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:00:54.922 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:00:54.933 [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	
08:00:54.943 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:00:54.952 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:00:54.952 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:00:55.021 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
08:00:55.024 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:Kudu table columns may not be altered through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkOnlyKuduMasterCanAlterSchema(KuduMetastorePlugin.java:498)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:290)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

08:00:55.026 [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	
08:00:55.053 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:00:55.070 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:00:55.070 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:00:55.082 [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	
08:00:55.092 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:00:55.102 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:00:55.103 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:00:55.110 [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	
08:00:55.119 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:00:55.129 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:00:55.129 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:00:55.135 [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	
08:00:55.143 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
08:00:55.144 [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	
08:00:55.245 [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.
08:00:55.368 [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.
08:00:55.404 [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.
08:00:55.518 [WARN - Metastore-Handler-Pool: Thread-159] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive9903232600814597263/warehouse/default/table
08:00:55.519 [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)	
08:00:55.522 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:00:55.524 [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/hive9903232600814597263/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)
08:00:55.525 [WARN - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:2452) Location: file:/tmp/hive9903232600814597263/external-warehouse/table specified for non-external table:table
08:00:55.527 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:00:55.527 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:00:55.553 [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	
08:00:55.575 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
08:00:55.576 [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	
08:00:55.587 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:00:55.605 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:00:55.605 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:00:55.611 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
08:00:55.612 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:231)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

08:00:55.639 [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	
08:00:55.651 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:00:55.661 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:00:55.661 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:00:55.666 [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	
08:00:55.675 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
08:00:55.686 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
08:00:55.686 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
08:00:55.695 [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	
08:00:55.699 [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=	
08:00:55.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:55.703281 18023 client.h:372] Failed to connect to Hive Metastore (localhost:36307): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:55.704 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
08:00:55.705 [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=	
08:00:55.706 [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	
08:00:55.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:55.705879 18041 client.h:372] Failed to connect to Hive Metastore (localhost:36307): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:55.748 [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=	
08:00:55.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:55.749198 18059 client.h:372] Failed to connect to Hive Metastore (localhost:36307): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:55.762 [INFO - Metastore-Handler-Pool: Thread-159] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
08:00:55.765 [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=376c2a98-95e9-4254-aeac-19a0079eba0c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.94.253:40863,127.17.94.254:35807,127.17.94.252:39623}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:00:55.767 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:00:55.768 [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/hive9903232600814597263/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=376c2a98-95e9-4254-aeac-19a0079eba0c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.94.253:40863,127.17.94.254:35807,127.17.94.252:39623}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:00:55.770 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive9903232600814597263/external-warehouse/table
08:00:55.787 [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	
08:00:55.798 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
08:00:55.799 [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	
08:00:55.819 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:00:55.831 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
08:00:55.831 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:00:55.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	
08:00:55.847 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
08:00:55.849 [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	
08:00:55.898 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
08:00:55.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:55.899374 17787 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu with pid 17798
08:00:55.900 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
08:00:55.901 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7e5b8dfa, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@443c18f3 will be shutdown
08:00:55.901 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
08:00:55.910 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.17.94.254:35807(127.17.94.254:35807)] handling channelInactive
08:00:55.910 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.17.94.254:35807(127.17.94.254:35807)] cleaning up while in state READY due to: connection closed
08:00:55.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:55.910611 17787 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu with pid 17866
08:00:55.922 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.17.94.253:40863(127.17.94.253:40863)] handling channelInactive
08:00:55.922 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.17.94.253:40863(127.17.94.253:40863)] cleaning up while in state READY due to: connection closed
08:00:55.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:55.921204 17787 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu with pid 17937
08:00:55.930 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.17.94.252:39623(127.17.94.252:39623)] handling channelInactive
08:00:55.930 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.17.94.252:39623(127.17.94.252:39623)] cleaning up while in state READY due to: connection closed
08:00:55.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:00:55Z chronyd exiting
.08:00:55.977 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:00:55.977 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:00:55.978 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:00:56.005 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive14136499054156533202
08:00:56.006 [INFO - Thread-124] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
08:00:56.006 [INFO - Thread-124] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
08:00:56.008 [INFO - Thread-124] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:00:56.008 [INFO - Thread-124] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:00:56.009 [INFO - Thread-124] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
08:00:56.010 [INFO - Thread-124] (HikariDataSource.java:350) objectstore - Shutdown initiated...
08:00:56.011 [INFO - Thread-124] (HikariDataSource.java:352) objectstore - Shutdown completed.
08:00:56.011 [INFO - Thread-124] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
08:00:56.013 [INFO - Thread-124] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
08:00:56.013 [INFO - Thread-124] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
08:00:56.015 [INFO - Thread-124] (HikariDataSource.java:80) objectstore - Starting...
08:00:56.096 [INFO - Thread-124] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:00:56.097 [INFO - Thread-124] (HikariDataSource.java:82) objectstore - Start completed.
08:00:56.097 [INFO - Thread-124] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
08:00:56.099 [INFO - Thread-124] (HikariDataSource.java:80) objectstore-secondary - Starting...
08:00:56.102 [INFO - Thread-124] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:00:56.103 [INFO - Thread-124] (HikariDataSource.java:82) objectstore-secondary - Start completed.
08:00:56.118 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
08:00:56.118 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
08:00:56.118 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
08:00:56.140 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:56.141 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:56.142 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:56.142 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:56.142 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:56.143 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:56.376 [INFO - Thread-124] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
08:00:56.376 [INFO - Thread-124] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1f09bab9, with PersistenceManager: null will be shutdown
08:00:56.376 [INFO - Thread-124] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1f09bab9, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7ac6981e created in the thread with id: 178
08:00:56.378 [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
08:00:56.379 [INFO - Thread-124] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1f09bab9
08:00:56.484 [INFO - Thread-124] (HMSHandler.java:595) Started creating a default database with name: default
08:00:56.505 [INFO - Thread-124] (HMSHandler.java:605) Successfully created a default database with name: default
08:00:56.536 [INFO - Thread-124] (HMSHandler.java:668) Added admin role in metastore
08:00:56.538 [INFO - Thread-124] (HMSHandler.java:677) Added public role in metastore
08:00:56.576 [INFO - Thread-124] (HMSHandler.java:717) No user is added in admin role, since config is empty
08:00:56.576 [INFO - Thread-124] (HMSHandler.java:404) HMS server filtering is disabled by configuration
08:00:56.577 [INFO - Thread-124] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
08:00:56.577 [INFO - Thread-124] (HiveMetaStore.java:697) Direct SQL optimization = true
08:00:56.578 [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)
08:00:56.578 [INFO - Thread-124] (HiveMetaStore.java:632) Started the new metaserver on port [37671]...
08:00:56.578 [INFO - Thread-124] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
08:00:56.578 [INFO - Thread-124] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
08:00:56.578 [INFO - Thread-124] (HiveMetaStore.java:635) TCP keepalive = true
08:00:56.578 [INFO - Thread-124] (HiveMetaStore.java:636) Enable SSL = false
08:00:57.008 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:00:57.008 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:00:57.008 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:00:57.010 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
08:00:57.010 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:37671]
08:00:57.011 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:37671) in binary transport mode
08:00:57.011 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:37671) current connections: 1
08:00:57.012 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskqOYnJG/test-tmp
08:00:57.013 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
08:00:57.013 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskqOYnJG/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
08:00:57.017 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:37671"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

08:00:57.136 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:00:57.137 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

08:00:57.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.138358 18120 mini_oidc.cc:150] Starting JWKS server
08:00:57.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.139946 18120 webserver.cc:533] Webserver started at http://127.0.0.1:38901/ using document root <none> and password file <none>
08:00:57.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.140079 18120 mini_oidc.cc:186] Starting OIDC Discovery server
08:00:57.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.140341 18120 webserver.cc:533] Webserver started at http://127.0.0.1:34355/ using document root <none> and password file <none>
08:00:57.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:00:57Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
08:00:57.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:00:57Z Disabled control of system clock
08:00:57.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.156420 18120 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:57.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:57.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-0/wal
08:00:57.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-0/data
08:00:57.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:00:57.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:00:57.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:00:57.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:57.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:57.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:57.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-0/logs
08:00:57.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-0/data/info.pb
08:00:57.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:57.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:00:57.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:00:57.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:00:57.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:00:57.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:57.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:57.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:57.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:00:57.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:00:57.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:57.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:57.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.178.62:44673
08:00:57.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.178.62
08:00:57.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:57.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.178.20:46769
08:00:57.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:57.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:57.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:57.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:57.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.178.62:44673,127.17.178.61:38619,127.17.178.60:37451
08:00:57.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:57.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38901/jwks.json
08:00:57.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37671 with env {}
08:00:57.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.276839 18131 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:00:57.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.277603 18131 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:00:57.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.277664 18131 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:00:57.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.284346 18131 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:00:57.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.284428 18131 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:00:57.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.284451 18131 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:00:57.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.284471 18131 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:00:57.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.284489 18131 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:00:57.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.284504 18131 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38901/jwks.json
08:00:57.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.289528 18131 master_runner.cc:387] Master server non-default flags:
08:00:57.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.178.20:46769
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-0/data
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-0/wal
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37671
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.178.62:44673,127.17.178.61:38619,127.17.178.60:37451
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.178.62:44673
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38901/jwks.json
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-0/data/info.pb
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.178.62
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.18131
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-0/logs
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on bdcb31816ec0
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12768
08:00:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.290669 18131 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:00:57.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.291853 18131 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:00:57.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.299067 18136 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
08:00:57.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.299261 18137 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
08:00:57.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.299067 18139 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
08:00:57.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.299758 18131 server_base.cc:1061] running on GCE node
08:00:57.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.300340 18131 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:00:57.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.301347 18131 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:00:57.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.302557 18131 hybrid_clock.cc:648] HybridClock initialized: now 1783497657302542 us; error 49 us; skew 500 ppm
08:00:57.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.305028 18131 webserver.cc:533] Webserver started at http://127.17.178.62:41179/ using document root <none> and password file <none>
08:00:57.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.305812 18131 fs_manager.cc:362] Metadata directory not provided
08:00:57.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.305912 18131 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:00:57.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.306211 18131 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:00:57.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.307963 18131 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-0/data/instance:
08:00:57.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "801016cff5eb4b2a840759adaeb6a292"
08:00:57.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:57 on dist-test-slave-fp4m"
08:00:57.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.308705 18131 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-0/wal/instance:
08:00:57.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "801016cff5eb4b2a840759adaeb6a292"
08:00:57.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:57 on dist-test-slave-fp4m"
08:00:57.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.312685 18131 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
08:00:57.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.316383 18145 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:00:57.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.317931 18131 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
08:00:57.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.318212 18131 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-0/data,/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-0/wal
08:00:57.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "801016cff5eb4b2a840759adaeb6a292"
08:00:57.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:57 on dist-test-slave-fp4m"
08:00:57.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.318372 18131 fs_report.cc:389] FS layout report
08:00:57.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:00:57.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-0/wal
08:00:57.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-0/wal
08:00:57.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-0/data/data
08:00:57.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:00:57.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:00:57.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:00:57.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:00:57.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:00:57.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:00:57.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:00:57.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:00:57.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:00:57.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:00:57.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:00:57.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.342686 18131 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:00:57.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.343528 18131 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
08:00:57.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.343744 18131 kserver.cc:163] Server-wide thread pool size limit: 3276
08:00:57.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.352284 18131 rpc_server.cc:307] RPC server started. Bound to: 127.17.178.62:44673
08:00:57.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.352326 18197 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.178.62:44673 every 8 connection(s)
08:00:57.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.354012 18131 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-0/data/info.pb
08:00:57.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.357316 18198 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:00:57.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.360985 18198 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.178.62" port: 44673 } has no permanent_uuid. Determining permanent_uuid...
08:00:57.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.364073 18120 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu as pid 18131
08:00:57.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.364238 18120 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-0/wal/instance
08:00:57.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.366045 18120 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:57.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:57.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-1/wal
08:00:57.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-1/data
08:00:57.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:00:57.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:00:57.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:00:57.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:57.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:57.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:57.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-1/logs
08:00:57.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-1/data/info.pb
08:00:57.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:57.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:00:57.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:00:57.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:00:57.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:00:57.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:57.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:57.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:57.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:00:57.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:00:57.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:57.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:57.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.178.61:38619
08:00:57.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.178.61
08:00:57.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:57.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.178.20:46769
08:00:57.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:57.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:57.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:57.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:57.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.178.62:44673,127.17.178.61:38619,127.17.178.60:37451
08:00:57.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:57.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38901/jwks.json
08:00:57.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37671 with env {}
08:00:57.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.375281 18198 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.178.61" port: 38619 } has no permanent_uuid. Determining permanent_uuid...
08:00:57.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.376487 18146 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.17.178.61:38619: connect: Connection refused (error 111)
08:00:57.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.377445 18198 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.178.61:38619: Network error: Client connection negotiation failed: client connection to 127.17.178.61:38619: connect: Connection refused (error 111)
08:00:57.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.426743 18198 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.178.61" port: 38619 } attempt: 1
08:00:57.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.428936 18198 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.178.61:38619: Network error: Client connection negotiation failed: client connection to 127.17.178.61:38619: connect: Connection refused (error 111)
08:00:57.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.486631 18201 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:00:57.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.486878 18201 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:00:57.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.486924 18201 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:00:57.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.490381 18201 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:00:57.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.490504 18201 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:00:57.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.490542 18201 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:00:57.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.490563 18201 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:00:57.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.490582 18201 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:00:57.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.490597 18201 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38901/jwks.json
08:00:57.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.494616 18201 master_runner.cc:387] Master server non-default flags:
08:00:57.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:57.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.178.20:46769
08:00:57.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:57.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:57.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-1/data
08:00:57.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-1/wal
08:00:57.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37671
08:00:57.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:57.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.178.62:44673,127.17.178.61:38619,127.17.178.60:37451
08:00:57.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:57.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:57.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:57.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.178.61:38619
08:00:57.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:57.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:00:57.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:57.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38901/jwks.json
08:00:57.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:57.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:57.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-1/data/info.pb
08:00:57.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.178.61
08:00:57.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:57.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:00:57.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.18201
08:00:57.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:57.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:00:57.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:00:57.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:57.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-1/logs
08:00:57.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:57.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:00:57.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:00:57.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:00:57.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:00:57.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:00:57.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:00:57.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on bdcb31816ec0
08:00:57.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12768
08:00:57.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.495870 18201 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:00:57.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.497283 18201 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:00:57.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.497265 18198 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.178.61" port: 38619 } attempt: 2
08:00:57.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.499151 18198 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.178.61:38619: Network error: Client connection negotiation failed: client connection to 127.17.178.61:38619: connect: Connection refused (error 111)
08:00:57.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.504422 18207 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
08:00:57.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.504561 18208 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
08:00:57.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.504793 18201 server_base.cc:1061] running on GCE node
08:00:57.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.504829 18210 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
08:00:57.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.505735 18201 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:00:57.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.507027 18201 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:00:57.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.508237 18201 hybrid_clock.cc:648] HybridClock initialized: now 1783497657508220 us; error 38 us; skew 500 ppm
08:00:57.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.510871 18201 webserver.cc:533] Webserver started at http://127.17.178.61:38333/ using document root <none> and password file <none>
08:00:57.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.511452 18201 fs_manager.cc:362] Metadata directory not provided
08:00:57.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.511510 18201 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:00:57.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.511713 18201 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:00:57.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.513670 18201 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-1/data/instance:
08:00:57.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d9e09167279b4bd8aa950f312657f2d8"
08:00:57.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:57 on dist-test-slave-fp4m"
08:00:57.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.514209 18201 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-1/wal/instance:
08:00:57.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d9e09167279b4bd8aa950f312657f2d8"
08:00:57.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:57 on dist-test-slave-fp4m"
08:00:57.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.518096 18201 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
08:00:57.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.521412 18216 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:00:57.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.523113 18201 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
08:00:57.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.523334 18201 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-1/data,/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-1/wal
08:00:57.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d9e09167279b4bd8aa950f312657f2d8"
08:00:57.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:57 on dist-test-slave-fp4m"
08:00:57.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.523453 18201 fs_report.cc:389] FS layout report
08:00:57.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:00:57.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-1/wal
08:00:57.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-1/wal
08:00:57.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-1/data/data
08:00:57.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:00:57.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:00:57.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:00:57.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:00:57.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:00:57.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:00:57.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:00:57.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:00:57.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:00:57.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:00:57.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:00:57.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.544435 18201 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:00:57.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.545097 18201 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
08:00:57.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.545260 18201 kserver.cc:163] Server-wide thread pool size limit: 3276
08:00:57.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.553244 18201 rpc_server.cc:307] RPC server started. Bound to: 127.17.178.61:38619
08:00:57.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.553256 18268 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.178.61:38619 every 8 connection(s)
08:00:57.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.554497 18201 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-1/data/info.pb
08:00:57.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.558528 18269 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:00:57.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.562160 18269 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.178.62" port: 44673 } has no permanent_uuid. Determining permanent_uuid...
08:00:57.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.564132 18120 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu as pid 18201
08:00:57.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.564261 18120 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-1/wal/instance
08:00:57.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.564945 18120 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:57.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:57.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-2/wal
08:00:57.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-2/data
08:00:57.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:00:57.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:00:57.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:00:57.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:57.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:57.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:57.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-2/logs
08:00:57.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-2/data/info.pb
08:00:57.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:57.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:00:57.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:00:57.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:00:57.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:00:57.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:57.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:57.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:57.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:00:57.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:00:57.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:57.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:57.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.178.60:37451
08:00:57.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.178.60
08:00:57.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:57.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.178.20:46769
08:00:57.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:57.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:57.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:57.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:57.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.178.62:44673,127.17.178.61:38619,127.17.178.60:37451
08:00:57.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:57.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38901/jwks.json
08:00:57.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37671 with env {}
08:00:57.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.573585 18269 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.178.61" port: 38619 } has no permanent_uuid. Determining permanent_uuid...
08:00:57.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.582482 18269 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.178.60" port: 37451 } has no permanent_uuid. Determining permanent_uuid...
08:00:57.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.583469 18219 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.17.178.60:37451: connect: Connection refused (error 111)
08:00:57.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.584545 18269 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.178.60:37451: Network error: Client connection negotiation failed: client connection to 127.17.178.60:37451: connect: Connection refused (error 111)
08:00:57.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.590378 18198 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.178.61" port: 38619 } attempt: 3
08:00:57.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.596223 18198 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.178.60" port: 37451 } has no permanent_uuid. Determining permanent_uuid...
08:00:57.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.598116 18198 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.178.60:37451: Network error: Client connection negotiation failed: client connection to 127.17.178.60:37451: connect: Connection refused (error 111)
08:00:57.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.629321 18198 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.178.60" port: 37451 } attempt: 1
08:00:57.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.631052 18198 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.178.60:37451: Network error: Client connection negotiation failed: client connection to 127.17.178.60:37451: connect: Connection refused (error 111)
08:00:57.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.633761 18269 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.178.60" port: 37451 } attempt: 1
08:00:57.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.635465 18269 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.178.60:37451: Network error: Client connection negotiation failed: client connection to 127.17.178.60:37451: connect: Connection refused (error 111)
08:00:57.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.691695 18271 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:00:57.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.691929 18271 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:00:57.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.691973 18271 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:00:57.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.695559 18271 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:00:57.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.695621 18271 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:00:57.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.695641 18271 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:00:57.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.695662 18271 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:00:57.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.695680 18271 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:00:57.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.695695 18271 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38901/jwks.json
08:00:57.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.699851 18271 master_runner.cc:387] Master server non-default flags:
08:00:57.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:57.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.178.20:46769
08:00:57.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:57.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:57.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-2/data
08:00:57.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-2/wal
08:00:57.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37671
08:00:57.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:57.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.178.62:44673,127.17.178.61:38619,127.17.178.60:37451
08:00:57.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:57.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:57.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:57.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.178.60:37451
08:00:57.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:57.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:00:57.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:57.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38901/jwks.json
08:00:57.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:57.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:57.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-2/data/info.pb
08:00:57.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.178.60
08:00:57.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:57.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:00:57.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.18271
08:00:57.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:57.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:00:57.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:00:57.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:57.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-2/logs
08:00:57.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:57.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:00:57.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:00:57.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:00:57.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:00:57.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:00:57.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:00:57.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on bdcb31816ec0
08:00:57.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12768
08:00:57.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.701673 18271 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:00:57.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.703220 18271 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:00:57.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.703703 18269 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.178.60" port: 37451 } attempt: 2
08:00:57.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.705488 18269 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.178.60:37451: Network error: Client connection negotiation failed: client connection to 127.17.178.60:37451: connect: Connection refused (error 111)
08:00:57.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.706230 18198 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.178.60" port: 37451 } attempt: 2
08:00:57.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.708015 18198 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.178.60:37451: Network error: Client connection negotiation failed: client connection to 127.17.178.60:37451: connect: Connection refused (error 111)
08:00:57.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.711480 18278 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
08:00:57.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.711463 18279 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
08:00:57.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.711643 18271 server_base.cc:1061] running on GCE node
08:00:57.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.711449 18281 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
08:00:57.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.712661 18271 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:00:57.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.713680 18271 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:00:57.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.714871 18271 hybrid_clock.cc:648] HybridClock initialized: now 1783497657714845 us; error 41 us; skew 500 ppm
08:00:57.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.717024 18271 webserver.cc:533] Webserver started at http://127.17.178.60:42481/ using document root <none> and password file <none>
08:00:57.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.717713 18271 fs_manager.cc:362] Metadata directory not provided
08:00:57.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.717794 18271 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:00:57.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.718031 18271 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:00:57.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.720376 18271 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-2/data/instance:
08:00:57.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "51ed27a82afe4f2f9b7709e0418b6800"
08:00:57.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:57 on dist-test-slave-fp4m"
08:00:57.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.721118 18271 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-2/wal/instance:
08:00:57.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "51ed27a82afe4f2f9b7709e0418b6800"
08:00:57.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:57 on dist-test-slave-fp4m"
08:00:57.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.725227 18271 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
08:00:57.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.727665 18287 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:00:57.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.728941 18271 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
08:00:57.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.729117 18271 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-2/data,/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-2/wal
08:00:57.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "51ed27a82afe4f2f9b7709e0418b6800"
08:00:57.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:57 on dist-test-slave-fp4m"
08:00:57.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.729264 18271 fs_report.cc:389] FS layout report
08:00:57.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:00:57.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-2/wal
08:00:57.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-2/wal
08:00:57.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-2/data/data
08:00:57.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:00:57.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:00:57.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:00:57.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:00:57.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:00:57.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:00:57.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:00:57.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:00:57.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:00:57.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:00:57.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:00:57.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.743870 18271 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:00:57.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.744474 18271 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
08:00:57.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.744626 18271 kserver.cc:163] Server-wide thread pool size limit: 3276
08:00:57.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.751941 18271 rpc_server.cc:307] RPC server started. Bound to: 127.17.178.60:37451
08:00:57.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.751969 18339 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.178.60:37451 every 8 connection(s)
08:00:57.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.753051 18271 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-2/data/info.pb
08:00:57.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.756409 18340 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:00:57.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.759987 18340 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.178.62" port: 44673 } has no permanent_uuid. Determining permanent_uuid...
08:00:57.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.762130 18120 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu as pid 18271
08:00:57.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.762238 18120 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster11558458851885384748/master-2/wal/instance
08:00:57.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.770848 18340 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.178.61" port: 38619 } has no permanent_uuid. Determining permanent_uuid...
08:00:57.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.775517 18340 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.178.60" port: 37451 } has no permanent_uuid. Determining permanent_uuid...
08:00:57.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.782960 18340 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 51ed27a82afe4f2f9b7709e0418b6800: Bootstrap starting.
08:00:57.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.785456 18340 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 51ed27a82afe4f2f9b7709e0418b6800: Neither blocks nor log segments found. Creating new log.
08:00:57.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.785831 18120 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
08:00:57.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.786262 18340 log.cc:826] T 00000000000000000000000000000000 P 51ed27a82afe4f2f9b7709e0418b6800: Log is configured to *not* fsync() on all Append() calls
08:00:57.786 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:00:57.787 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

08:00:57.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.788136 18340 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 51ed27a82afe4f2f9b7709e0418b6800: No bootstrap required, opened a new log
08:00:57.787 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.17.178.62"
      port: 44673
    }
    bound_http_address {
      host: "127.17.178.62"
      port: 41179
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.17.178.61"
      port: 38619
    }
    bound_http_address {
      host: "127.17.178.61"
      port: 38333
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.17.178.60"
      port: 37451
    }
    bound_http_address {
      host: "127.17.178.60"
      port: 42481
    }
  }
}

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

08:00:57.788 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:00:57.789 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
08:00:57.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.789881 18120 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu with pid 18131
08:00:57.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.791531 18340 raft_consensus.cc:359] T 00000000000000000000000000000000 P 51ed27a82afe4f2f9b7709e0418b6800 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "801016cff5eb4b2a840759adaeb6a292" member_type: VOTER last_known_addr { host: "127.17.178.62" port: 44673 } } peers { permanent_uuid: "d9e09167279b4bd8aa950f312657f2d8" member_type: VOTER last_known_addr { host: "127.17.178.61" port: 38619 } } peers { permanent_uuid: "51ed27a82afe4f2f9b7709e0418b6800" member_type: VOTER last_known_addr { host: "127.17.178.60" port: 37451 } }
08:00:57.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.791739 18340 raft_consensus.cc:385] T 00000000000000000000000000000000 P 51ed27a82afe4f2f9b7709e0418b6800 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:00:57.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.791792 18340 raft_consensus.cc:740] T 00000000000000000000000000000000 P 51ed27a82afe4f2f9b7709e0418b6800 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 51ed27a82afe4f2f9b7709e0418b6800, State: Initialized, Role: FOLLOWER
08:00:57.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.792261 18340 consensus_queue.cc:260] T 00000000000000000000000000000000 P 51ed27a82afe4f2f9b7709e0418b6800 [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: "801016cff5eb4b2a840759adaeb6a292" member_type: VOTER last_known_addr { host: "127.17.178.62" port: 44673 } } peers { permanent_uuid: "d9e09167279b4bd8aa950f312657f2d8" member_type: VOTER last_known_addr { host: "127.17.178.61" port: 38619 } } peers { permanent_uuid: "51ed27a82afe4f2f9b7709e0418b6800" member_type: VOTER last_known_addr { host: "127.17.178.60" port: 37451 } }
08:00:57.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.792822 18345 sys_catalog.cc:455] T 00000000000000000000000000000000 P 51ed27a82afe4f2f9b7709e0418b6800 [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: "801016cff5eb4b2a840759adaeb6a292" member_type: VOTER last_known_addr { host: "127.17.178.62" port: 44673 } } peers { permanent_uuid: "d9e09167279b4bd8aa950f312657f2d8" member_type: VOTER last_known_addr { host: "127.17.178.61" port: 38619 } } peers { permanent_uuid: "51ed27a82afe4f2f9b7709e0418b6800" member_type: VOTER last_known_addr { host: "127.17.178.60" port: 37451 } } }
08:00:57.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.792966 18345 sys_catalog.cc:458] T 00000000000000000000000000000000 P 51ed27a82afe4f2f9b7709e0418b6800 [sys.catalog]: This master's current role is: FOLLOWER
08:00:57.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.793452 18340 sys_catalog.cc:565] T 00000000000000000000000000000000 P 51ed27a82afe4f2f9b7709e0418b6800 [sys.catalog]: configured and running, proceeding with master startup.
08:00:57.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.796636 18269 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.178.60" port: 37451 } attempt: 3
08:00:57.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.797928 18120 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu with pid 18201
08:00:57.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.797732 18271 master_runner.cc:187] Error getting master registration for 127.17.178.62:44673: Network error: Client connection negotiation failed: client connection to 127.17.178.62:44673: connect: Connection refused (error 111), 
08:00:57.800 [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=	
08:00:57.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.800297 18271 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:00:57.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.801337 18356 client.h:372] Failed to connect to Hive Metastore (localhost:37671): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:00:57.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:57.805516 18342 negotiation.cc:336] Failed RPC negotiation. Trace:
08:00:57.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 08:00:57.797561 (+     0us) reactor.cc:730] Submitting negotiation task for server connection from 127.0.0.1:41124 (local address 127.17.178.60:37451)
08:00:57.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 08:00:57.797685 (+   124us) server_negotiation.cc:207] Beginning negotiation
08:00:57.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 08:00:57.797689 (+     4us) server_negotiation.cc:400] Waiting for connection header
08:00:57.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 08:00:57.797703 (+    14us) server_negotiation.cc:408] Connection header received
08:00:57.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 08:00:57.797744 (+    41us) server_negotiation.cc:366] Received NEGOTIATE NegotiatePB request
08:00:57.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 08:00:57.797747 (+     3us) server_negotiation.cc:462] Received NEGOTIATE request from client
08:00:57.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 08:00:57.797798 (+    51us) server_negotiation.cc:378] Sending NEGOTIATE NegotiatePB response
08:00:57.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 08:00:57.797882 (+    84us) server_negotiation.cc:227] Negotiated authn=SASL
08:00:57.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 08:00:57.804720 (+  6838us) negotiation.cc:326] Negotiation complete: Network error: Server connection negotiation failed: server connection from 127.0.0.1:41124: BlockingRecv error: recv got EOF from 127.0.0.1:41124 (error 108)
08:00:57.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {"server-negotiator.queue_time_us":44}
08:00:57.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:57.806411 18120 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu with pid 18271
08:00:57.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:00:57Z chronyd exiting
.08:00:57.860 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:00:57.860 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:00:57.861 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:00:57.887 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive7196547421266057090
08:00:57.888 [INFO - Thread-141] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
08:00:57.888 [INFO - Thread-141] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
08:00:57.890 [INFO - Thread-141] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:00:57.890 [INFO - Thread-141] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:00:57.890 [INFO - Thread-141] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
08:00:57.891 [INFO - Thread-141] (HikariDataSource.java:350) objectstore - Shutdown initiated...
08:00:57.892 [INFO - Thread-141] (HikariDataSource.java:352) objectstore - Shutdown completed.
08:00:57.892 [INFO - Thread-141] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
08:00:57.893 [INFO - Thread-141] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
08:00:57.893 [INFO - Thread-141] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
08:00:57.895 [INFO - Thread-141] (HikariDataSource.java:80) objectstore - Starting...
08:00:57.981 [INFO - Thread-141] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:00:57.982 [INFO - Thread-141] (HikariDataSource.java:82) objectstore - Start completed.
08:00:57.982 [INFO - Thread-141] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
08:00:57.984 [INFO - Thread-141] (HikariDataSource.java:80) objectstore-secondary - Starting...
08:00:57.986 [INFO - Thread-141] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:00:57.986 [INFO - Thread-141] (HikariDataSource.java:82) objectstore-secondary - Start completed.
08:00:57.998 [INFO - Thread-141] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
08:00:57.999 [INFO - Thread-141] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
08:00:57.999 [INFO - Thread-141] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
08:00:58.019 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:58.019 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:58.020 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:58.020 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:58.020 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:58.020 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:00:58.204 [INFO - Thread-141] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
08:00:58.204 [INFO - Thread-141] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6e0b82d1, with PersistenceManager: null will be shutdown
08:00:58.204 [INFO - Thread-141] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6e0b82d1, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3732a87e created in the thread with id: 202
08:00:58.205 [WARN - Thread-141] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
08:00:58.206 [INFO - Thread-141] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6e0b82d1
08:00:58.287 [INFO - Thread-141] (HMSHandler.java:595) Started creating a default database with name: default
08:00:58.299 [INFO - Thread-141] (HMSHandler.java:605) Successfully created a default database with name: default
08:00:58.319 [INFO - Thread-141] (HMSHandler.java:668) Added admin role in metastore
08:00:58.320 [INFO - Thread-141] (HMSHandler.java:677) Added public role in metastore
08:00:58.346 [INFO - Thread-141] (HMSHandler.java:717) No user is added in admin role, since config is empty
08:00:58.347 [INFO - Thread-141] (HMSHandler.java:404) HMS server filtering is disabled by configuration
08:00:58.347 [INFO - Thread-141] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
08:00:58.348 [INFO - Thread-141] (HiveMetaStore.java:697) Direct SQL optimization = true
08:00:58.348 [WARN - Thread-141] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
08:00:58.348 [INFO - Thread-141] (HiveMetaStore.java:632) Started the new metaserver on port [44157]...
08:00:58.348 [INFO - Thread-141] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
08:00:58.348 [INFO - Thread-141] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
08:00:58.348 [INFO - Thread-141] (HiveMetaStore.java:635) TCP keepalive = true
08:00:58.348 [INFO - Thread-141] (HiveMetaStore.java:636) Enable SSL = false
08:00:58.889 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:00:58.890 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:00:58.890 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:00:58.892 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
08:00:58.892 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:44157]
08:00:58.892 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:44157) in binary transport mode
08:00:58.892 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:44157) current connections: 1
08:00:58.894 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskqOYnJG/test-tmp
08:00:58.895 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
08:00:58.895 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskqOYnJG/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
08:00:58.899 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

08:00:59.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.010507 18385 mini_oidc.cc:150] Starting JWKS server
08:00:59.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.012084 18385 webserver.cc:533] Webserver started at http://127.0.0.1:42027/ using document root <none> and password file <none>
08:00:59.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.012218 18385 mini_oidc.cc:186] Starting OIDC Discovery server
08:00:59.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.012426 18385 webserver.cc:533] Webserver started at http://127.0.0.1:46805/ using document root <none> and password file <none>
08:00:59.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:00:59Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
08:00:59.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:00:59Z Disabled control of system clock
08:00:59.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.026944 18385 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:59.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:59.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-0/wal
08:00:59.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-0/data
08:00:59.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:00:59.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:00:59.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:00:59.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:59.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:59.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:59.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-0/logs
08:00:59.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-0/data/info.pb
08:00:59.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:59.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:00:59.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:00:59.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:00:59.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:00:59.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:59.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:59.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:59.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:00:59.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:00:59.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:59.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:59.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.244.126:37693
08:00:59.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.244.126
08:00:59.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:59.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.244.84:44361
08:00:59.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:59.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:59.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:59.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:59.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.244.126:37693,127.17.244.125:33233,127.17.244.124:43717
08:00:59.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:59.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42027/jwks.json with env {}
08:00:59.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.131767 18396 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:00:59.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.131997 18396 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:00:59.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.132042 18396 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:00:59.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.135397 18396 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:00:59.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.135457 18396 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:00:59.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.135478 18396 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:00:59.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.135495 18396 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:00:59.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.135514 18396 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:00:59.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.135528 18396 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42027/jwks.json
08:00:59.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.139626 18396 master_runner.cc:387] Master server non-default flags:
08:00:59.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.244.84:44361
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-0/data
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-0/wal
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.244.126:37693,127.17.244.125:33233,127.17.244.124:43717
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.244.126:37693
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42027/jwks.json
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-0/data/info.pb
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.244.126
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.18396
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-0/logs
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on bdcb31816ec0
08:00:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12768
08:00:59.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.141155 18396 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:00:59.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.143075 18396 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:00:59.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.149176 18402 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
08:00:59.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.149178 18404 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
08:00:59.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.149230 18401 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
08:00:59.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.149614 18396 server_base.cc:1061] running on GCE node
08:00:59.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.150141 18396 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:00:59.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.151129 18396 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:00:59.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.152331 18396 hybrid_clock.cc:648] HybridClock initialized: now 1783497659152306 us; error 61 us; skew 500 ppm
08:00:59.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.154491 18396 webserver.cc:533] Webserver started at http://127.17.244.126:36447/ using document root <none> and password file <none>
08:00:59.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.155123 18396 fs_manager.cc:362] Metadata directory not provided
08:00:59.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.155215 18396 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:00:59.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.155458 18396 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:00:59.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.157209 18396 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-0/data/instance:
08:00:59.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7a5b34a3d9964dafb2bc64a7e587e5b5"
08:00:59.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:59 on dist-test-slave-fp4m"
08:00:59.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.157786 18396 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-0/wal/instance:
08:00:59.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7a5b34a3d9964dafb2bc64a7e587e5b5"
08:00:59.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:59 on dist-test-slave-fp4m"
08:00:59.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.161233 18396 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.001s	sys 0.001s
08:00:59.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.164265 18410 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:00:59.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.165378 18396 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
08:00:59.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.165566 18396 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-0/data,/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-0/wal
08:00:59.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7a5b34a3d9964dafb2bc64a7e587e5b5"
08:00:59.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:59 on dist-test-slave-fp4m"
08:00:59.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.165695 18396 fs_report.cc:389] FS layout report
08:00:59.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:00:59.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-0/wal
08:00:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-0/wal
08:00:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-0/data/data
08:00:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:00:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:00:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:00:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:00:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:00:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:00:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:00:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:00:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:00:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:00:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:00:59.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.179692 18396 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:00:59.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.180398 18396 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
08:00:59.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.180599 18396 kserver.cc:163] Server-wide thread pool size limit: 3276
08:00:59.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.188426 18396 rpc_server.cc:307] RPC server started. Bound to: 127.17.244.126:37693
08:00:59.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.188549 18462 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.244.126:37693 every 8 connection(s)
08:00:59.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.189586 18396 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-0/data/info.pb
08:00:59.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.192967 18463 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:00:59.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.193439 18385 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu as pid 18396
08:00:59.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.193629 18385 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-0/wal/instance
08:00:59.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.195083 18385 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:59.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:59.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-1/wal
08:00:59.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-1/data
08:00:59.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:00:59.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:00:59.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:00:59.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:59.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:59.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:59.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-1/logs
08:00:59.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-1/data/info.pb
08:00:59.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:59.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:00:59.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:00:59.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:00:59.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:00:59.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:59.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:59.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:59.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:00:59.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:00:59.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:59.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:59.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.244.125:33233
08:00:59.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.244.125
08:00:59.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:59.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.244.84:44361
08:00:59.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:59.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:59.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:59.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:59.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.244.126:37693,127.17.244.125:33233,127.17.244.124:43717
08:00:59.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:59.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42027/jwks.json with env {}
08:00:59.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.196688 18463 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.244.126" port: 37693 } has no permanent_uuid. Determining permanent_uuid...
08:00:59.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.213188 18463 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.244.125" port: 33233 } has no permanent_uuid. Determining permanent_uuid...
08:00:59.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.214159 18414 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.17.244.125:33233: connect: Connection refused (error 111)
08:00:59.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.215183 18463 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.244.125:33233: Network error: Client connection negotiation failed: client connection to 127.17.244.125:33233: connect: Connection refused (error 111)
08:00:59.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.264451 18463 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.244.125" port: 33233 } attempt: 1
08:00:59.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.266301 18463 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.244.125:33233: Network error: Client connection negotiation failed: client connection to 127.17.244.125:33233: connect: Connection refused (error 111)
08:00:59.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.299914 18465 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:00:59.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.300150 18465 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:00:59.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.300194 18465 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:00:59.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.303598 18465 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:00:59.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.303674 18465 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:00:59.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.303694 18465 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:00:59.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.303712 18465 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:00:59.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.303730 18465 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:00:59.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.303745 18465 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42027/jwks.json
08:00:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.307777 18465 master_runner.cc:387] Master server non-default flags:
08:00:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.244.84:44361
08:00:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-1/data
08:00:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-1/wal
08:00:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.244.126:37693,127.17.244.125:33233,127.17.244.124:43717
08:00:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.244.125:33233
08:00:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:00:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42027/jwks.json
08:00:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-1/data/info.pb
08:00:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.244.125
08:00:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:00:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.18465
08:00:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:00:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:00:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-1/logs
08:00:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:00:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:00:59.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:00:59.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:00:59.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:00:59.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:00:59.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on bdcb31816ec0
08:00:59.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12768
08:00:59.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.308938 18465 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:00:59.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.310310 18465 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:00:59.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.315600 18473 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
08:00:59.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.315634 18476 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
08:00:59.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.315599 18474 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
08:00:59.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.315886 18465 server_base.cc:1061] running on GCE node
08:00:59.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.316295 18465 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:00:59.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.317116 18465 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:00:59.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.318300 18465 hybrid_clock.cc:648] HybridClock initialized: now 1783497659318267 us; error 38 us; skew 500 ppm
08:00:59.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.320343 18465 webserver.cc:533] Webserver started at http://127.17.244.125:38151/ using document root <none> and password file <none>
08:00:59.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.320884 18465 fs_manager.cc:362] Metadata directory not provided
08:00:59.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.320948 18465 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:00:59.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.321116 18465 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:00:59.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.322594 18465 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-1/data/instance:
08:00:59.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f13f5280361443239af9d573cacea148"
08:00:59.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:59 on dist-test-slave-fp4m"
08:00:59.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.323055 18465 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-1/wal/instance:
08:00:59.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f13f5280361443239af9d573cacea148"
08:00:59.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:59 on dist-test-slave-fp4m"
08:00:59.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.326272 18465 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.004s	sys 0.000s
08:00:59.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.328341 18482 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:00:59.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.329249 18465 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
08:00:59.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.329394 18465 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-1/data,/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-1/wal
08:00:59.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f13f5280361443239af9d573cacea148"
08:00:59.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:59 on dist-test-slave-fp4m"
08:00:59.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.329538 18465 fs_report.cc:389] FS layout report
08:00:59.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:00:59.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-1/wal
08:00:59.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-1/wal
08:00:59.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-1/data/data
08:00:59.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:00:59.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:00:59.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:00:59.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:00:59.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:00:59.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:00:59.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:00:59.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:00:59.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:00:59.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:00:59.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:00:59.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.334489 18463 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.244.125" port: 33233 } attempt: 2
08:00:59.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.335963 18463 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.244.125:33233: Network error: Client connection negotiation failed: client connection to 127.17.244.125:33233: connect: Connection refused (error 111)
08:00:59.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.356715 18465 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:00:59.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.357425 18465 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
08:00:59.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.357637 18465 kserver.cc:163] Server-wide thread pool size limit: 3276
08:00:59.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.364835 18465 rpc_server.cc:307] RPC server started. Bound to: 127.17.244.125:33233
08:00:59.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.364840 18534 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.244.125:33233 every 8 connection(s)
08:00:59.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.365818 18465 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-1/data/info.pb
08:00:59.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.368595 18535 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:00:59.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.371731 18385 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu as pid 18465
08:00:59.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.371824 18385 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-1/wal/instance
08:00:59.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.371833 18535 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.244.126" port: 37693 } has no permanent_uuid. Determining permanent_uuid...
08:00:59.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.372380 18385 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:59.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu
08:00:59.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-2/wal
08:00:59.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-2/data
08:00:59.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:00:59.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:00:59.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:00:59.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:59.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:59.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:59.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-2/logs
08:00:59.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-2/data/info.pb
08:00:59.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:59.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:00:59.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:00:59.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:00:59.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:00:59.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:59.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:59.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:59.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:00:59.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:00:59.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:59.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:59.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.244.124:43717
08:00:59.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.244.124
08:00:59.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:59.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.244.84:44361
08:00:59.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:59.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:59.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:59.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:59.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.244.126:37693,127.17.244.125:33233,127.17.244.124:43717
08:00:59.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:59.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42027/jwks.json with env {}
08:00:59.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.381234 18535 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.244.125" port: 33233 } has no permanent_uuid. Determining permanent_uuid...
08:00:59.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.387406 18535 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.244.124" port: 43717 } has no permanent_uuid. Determining permanent_uuid...
08:00:59.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.388149 18486 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.17.244.124:43717: connect: Connection refused (error 111)
08:00:59.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.389029 18535 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.244.124:43717: Network error: Client connection negotiation failed: client connection to 127.17.244.124:43717: connect: Connection refused (error 111)
08:00:59.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.427188 18463 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.244.125" port: 33233 } attempt: 3
08:00:59.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.432370 18463 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.244.124" port: 43717 } has no permanent_uuid. Determining permanent_uuid...
08:00:59.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.434485 18463 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.244.124:43717: Network error: Client connection negotiation failed: client connection to 127.17.244.124:43717: connect: Connection refused (error 111)
08:00:59.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.438244 18535 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.244.124" port: 43717 } attempt: 1
08:00:59.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.439697 18535 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.244.124:43717: Network error: Client connection negotiation failed: client connection to 127.17.244.124:43717: connect: Connection refused (error 111)
08:00:59.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.465672 18463 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.244.124" port: 43717 } attempt: 1
08:00:59.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.467394 18463 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.244.124:43717: Network error: Client connection negotiation failed: client connection to 127.17.244.124:43717: connect: Connection refused (error 111)
08:00:59.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.482867 18537 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:00:59.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.483121 18537 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:00:59.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.483167 18537 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:00:59.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.486685 18537 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:00:59.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.486747 18537 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:00:59.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.486768 18537 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:00:59.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.486784 18537 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:00:59.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.486804 18537 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:00:59.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.486817 18537 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42027/jwks.json
08:00:59.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.490818 18537 master_runner.cc:387] Master server non-default flags:
08:00:59.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:00:59.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.244.84:44361
08:00:59.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:00:59.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:00:59.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-2/data
08:00:59.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-2/wal
08:00:59.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:00:59.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.244.126:37693,127.17.244.125:33233,127.17.244.124:43717
08:00:59.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:00:59.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:00:59.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:00:59.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.244.124:43717
08:00:59.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:00:59.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:00:59.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:00:59.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42027/jwks.json
08:00:59.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:00:59.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:00:59.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-2/data/info.pb
08:00:59.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.244.124
08:00:59.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:00:59.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:00:59.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.18537
08:00:59.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:00:59.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:00:59.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:00:59.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:00:59.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-2/logs
08:00:59.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:00:59.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:00:59.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:00:59.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:00:59.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:00:59.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:00:59.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
08:00:59.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on bdcb31816ec0
08:00:59.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12768
08:00:59.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.492285 18537 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:00:59.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.493503 18537 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:00:59.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.499660 18548 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
08:00:59.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.499576 18545 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
08:00:59.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.499583 18546 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
08:00:59.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.500133 18537 server_base.cc:1061] running on GCE node
08:00:59.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.500965 18537 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:00:59.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.501974 18537 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:00:59.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.503196 18537 hybrid_clock.cc:648] HybridClock initialized: now 1783497659503175 us; error 34 us; skew 500 ppm
08:00:59.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.505620 18537 webserver.cc:533] Webserver started at http://127.17.244.124:35635/ using document root <none> and password file <none>
08:00:59.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.506353 18537 fs_manager.cc:362] Metadata directory not provided
08:00:59.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.506455 18537 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:00:59.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.506726 18537 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:00:59.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.507874 18535 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.244.124" port: 43717 } attempt: 2
08:00:59.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.508775 18537 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-2/data/instance:
08:00:59.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a7b84a84c32c48e9a540b9307996063e"
08:00:59.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:59 on dist-test-slave-fp4m"
08:00:59.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.509433 18537 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-2/wal/instance:
08:00:59.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a7b84a84c32c48e9a540b9307996063e"
08:00:59.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:59 on dist-test-slave-fp4m"
08:00:59.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.509750 18535 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.244.124:43717: Network error: Client connection negotiation failed: client connection to 127.17.244.124:43717: connect: Connection refused (error 111)
08:00:59.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.514058 18537 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
08:00:59.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.518582 18554 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:00:59.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.520428 18537 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.004s	sys 0.000s
08:00:59.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.520689 18537 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-2/data,/tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-2/wal
08:00:59.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a7b84a84c32c48e9a540b9307996063e"
08:00:59.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:00:59 on dist-test-slave-fp4m"
08:00:59.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.521019 18537 fs_report.cc:389] FS layout report
08:00:59.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:00:59.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-2/wal
08:00:59.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-2/wal
08:00:59.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-2/data/data
08:00:59.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:00:59.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:00:59.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:00:59.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:00:59.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:00:59.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:00:59.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:00:59.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:00:59.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:00:59.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:00:59.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:00:59.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.541044 18537 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:00:59.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.542215 18537 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
08:00:59.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.542454 18537 kserver.cc:163] Server-wide thread pool size limit: 3276
08:00:59.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.542596 18463 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.244.124" port: 43717 } attempt: 2
08:00:59.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.544535 18463 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.244.124:43717: Network error: Client connection negotiation failed: client connection to 127.17.244.124:43717: connect: Connection refused (error 111)
08:00:59.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.551833 18537 rpc_server.cc:307] RPC server started. Bound to: 127.17.244.124:43717
08:00:59.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.551879 18606 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.244.124:43717 every 8 connection(s)
08:00:59.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.553082 18537 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-2/data/info.pb
08:00:59.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.557782 18607 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:00:59.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.559540 18385 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu as pid 18537
08:00:59.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.559672 18385 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskqOYnJG/test-tmp/mini-kudu-cluster793216093972249423/master-2/wal/instance
08:00:59.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.563295 18607 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.244.126" port: 37693 } has no permanent_uuid. Determining permanent_uuid...
08:00:59.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.575227 18607 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.244.125" port: 33233 } has no permanent_uuid. Determining permanent_uuid...
08:00:59.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.584596 18607 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.244.124" port: 43717 } has no permanent_uuid. Determining permanent_uuid...
08:00:59.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.592783 18607 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e: Bootstrap starting.
08:00:59.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.599328 18607 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e: Neither blocks nor log segments found. Creating new log.
08:00:59.601 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:00:59.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.600505 18385 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
08:00:59.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.600925 18535 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.244.124" port: 43717 } attempt: 3
08:00:59.602 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

08:00:59.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.604303 18607 log.cc:826] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e: Log is configured to *not* fsync() on all Append() calls
08:00:59.602 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.17.244.126"
      port: 37693
    }
    bound_http_address {
      host: "127.17.244.126"
      port: 36447
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.17.244.125"
      port: 33233
    }
    bound_http_address {
      host: "127.17.244.125"
      port: 38151
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.17.244.124"
      port: 43717
    }
    bound_http_address {
      host: "127.17.244.124"
      port: 35635
    }
  }
}

08:00:59.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.607518 18607 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e: No bootstrap required, opened a new log
08:00:59.607 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

08:00:59.608 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:00:59.609 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=d259038f-c53a-4711-9874-6f4223993c7d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.244.125:33233,127.17.244.124:43717,127.17.244.126:37693}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:00:59.611 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:00:59.611 [INFO - Metastore-Handler-Pool: Thread-223] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:00:59.612 [INFO - Metastore-Handler-Pool: Thread-223] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4fdf5068, with PersistenceManager: null will be shutdown
08:00:59.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.612588 18607 raft_consensus.cc:359] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a5b34a3d9964dafb2bc64a7e587e5b5" member_type: VOTER last_known_addr { host: "127.17.244.126" port: 37693 } } peers { permanent_uuid: "f13f5280361443239af9d573cacea148" member_type: VOTER last_known_addr { host: "127.17.244.125" port: 33233 } } peers { permanent_uuid: "a7b84a84c32c48e9a540b9307996063e" member_type: VOTER last_known_addr { host: "127.17.244.124" port: 43717 } }
08:00:59.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.613155 18607 raft_consensus.cc:385] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:00:59.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.613358 18607 raft_consensus.cc:740] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a7b84a84c32c48e9a540b9307996063e, State: Initialized, Role: FOLLOWER
08:00:59.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.614101 18607 consensus_queue.cc:260] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e [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: "7a5b34a3d9964dafb2bc64a7e587e5b5" member_type: VOTER last_known_addr { host: "127.17.244.126" port: 37693 } } peers { permanent_uuid: "f13f5280361443239af9d573cacea148" member_type: VOTER last_known_addr { host: "127.17.244.125" port: 33233 } } peers { permanent_uuid: "a7b84a84c32c48e9a540b9307996063e" member_type: VOTER last_known_addr { host: "127.17.244.124" port: 43717 } }
08:00:59.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.615052 18613 sys_catalog.cc:455] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e [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: "7a5b34a3d9964dafb2bc64a7e587e5b5" member_type: VOTER last_known_addr { host: "127.17.244.126" port: 37693 } } peers { permanent_uuid: "f13f5280361443239af9d573cacea148" member_type: VOTER last_known_addr { host: "127.17.244.125" port: 33233 } } peers { permanent_uuid: "a7b84a84c32c48e9a540b9307996063e" member_type: VOTER last_known_addr { host: "127.17.244.124" port: 43717 } } }
08:00:59.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.615361 18613 sys_catalog.cc:458] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e [sys.catalog]: This master's current role is: FOLLOWER
08:00:59.613 [INFO - Metastore-Handler-Pool: Thread-223] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4fdf5068, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@62f65138 created in the thread with id: 223
08:00:59.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.616495 18607 sys_catalog.cc:565] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e [sys.catalog]: configured and running, proceeding with master startup.
08:00:59.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.617659 18535 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f13f5280361443239af9d573cacea148: Bootstrap starting.
08:00:59.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.622927 18535 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f13f5280361443239af9d573cacea148: Neither blocks nor log segments found. Creating new log.
08:00:59.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.624402 18535 log.cc:826] T 00000000000000000000000000000000 P f13f5280361443239af9d573cacea148: Log is configured to *not* fsync() on all Append() calls
08:00:59.626 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4fdf5068
08:00:59.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.624722 18537 master_runner.cc:187] Error getting master registration for 127.17.244.126:37693: OK, instance_id { permanent_uuid: "7a5b34a3d9964dafb2bc64a7e587e5b5" instance_seqno: 1783497659186349 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:00:59.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.627458 18537 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:00:59.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.628608 18535 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f13f5280361443239af9d573cacea148: No bootstrap required, opened a new log
08:00:59.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.633436 18624 catalog_manager.cc:1594] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:00:59.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.633673 18624 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:00:59.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.634979 18535 raft_consensus.cc:359] T 00000000000000000000000000000000 P f13f5280361443239af9d573cacea148 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a5b34a3d9964dafb2bc64a7e587e5b5" member_type: VOTER last_known_addr { host: "127.17.244.126" port: 37693 } } peers { permanent_uuid: "f13f5280361443239af9d573cacea148" member_type: VOTER last_known_addr { host: "127.17.244.125" port: 33233 } } peers { permanent_uuid: "a7b84a84c32c48e9a540b9307996063e" member_type: VOTER last_known_addr { host: "127.17.244.124" port: 43717 } }
08:00:59.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.635390 18535 raft_consensus.cc:385] T 00000000000000000000000000000000 P f13f5280361443239af9d573cacea148 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:00:59.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.635584 18535 raft_consensus.cc:740] T 00000000000000000000000000000000 P f13f5280361443239af9d573cacea148 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f13f5280361443239af9d573cacea148, State: Initialized, Role: FOLLOWER
08:00:59.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.636394 18535 consensus_queue.cc:260] T 00000000000000000000000000000000 P f13f5280361443239af9d573cacea148 [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: "7a5b34a3d9964dafb2bc64a7e587e5b5" member_type: VOTER last_known_addr { host: "127.17.244.126" port: 37693 } } peers { permanent_uuid: "f13f5280361443239af9d573cacea148" member_type: VOTER last_known_addr { host: "127.17.244.125" port: 33233 } } peers { permanent_uuid: "a7b84a84c32c48e9a540b9307996063e" member_type: VOTER last_known_addr { host: "127.17.244.124" port: 43717 } }
08:00:59.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.638350 18535 sys_catalog.cc:565] T 00000000000000000000000000000000 P f13f5280361443239af9d573cacea148 [sys.catalog]: configured and running, proceeding with master startup.
08:00:59.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.643735 18463 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.244.124" port: 43717 } attempt: 3
08:00:59.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.645727 18638 catalog_manager.cc:1594] T 00000000000000000000000000000000 P f13f5280361443239af9d573cacea148: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:00:59.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.643702 18465 master_runner.cc:187] Error getting master registration for 127.17.244.126:37693: OK, instance_id { permanent_uuid: "7a5b34a3d9964dafb2bc64a7e587e5b5" instance_seqno: 1783497659186349 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:00:59.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.646940 18465 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:00:59.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.646490 18627 sys_catalog.cc:455] T 00000000000000000000000000000000 P f13f5280361443239af9d573cacea148 [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: "7a5b34a3d9964dafb2bc64a7e587e5b5" member_type: VOTER last_known_addr { host: "127.17.244.126" port: 37693 } } peers { permanent_uuid: "f13f5280361443239af9d573cacea148" member_type: VOTER last_known_addr { host: "127.17.244.125" port: 33233 } } peers { permanent_uuid: "a7b84a84c32c48e9a540b9307996063e" member_type: VOTER last_known_addr { host: "127.17.244.124" port: 43717 } } }
08:00:59.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.647311 18627 sys_catalog.cc:458] T 00000000000000000000000000000000 P f13f5280361443239af9d573cacea148 [sys.catalog]: This master's current role is: FOLLOWER
08:00:59.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.647502 18638 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:00:59.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.658372 18463 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7a5b34a3d9964dafb2bc64a7e587e5b5: Bootstrap starting.
08:00:59.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.666119 18463 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7a5b34a3d9964dafb2bc64a7e587e5b5: Neither blocks nor log segments found. Creating new log.
08:00:59.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.667487 18463 log.cc:826] T 00000000000000000000000000000000 P 7a5b34a3d9964dafb2bc64a7e587e5b5: Log is configured to *not* fsync() on all Append() calls
08:00:59.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.682366 18463 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7a5b34a3d9964dafb2bc64a7e587e5b5: No bootstrap required, opened a new log
08:00:59.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.689782 18463 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7a5b34a3d9964dafb2bc64a7e587e5b5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a5b34a3d9964dafb2bc64a7e587e5b5" member_type: VOTER last_known_addr { host: "127.17.244.126" port: 37693 } } peers { permanent_uuid: "f13f5280361443239af9d573cacea148" member_type: VOTER last_known_addr { host: "127.17.244.125" port: 33233 } } peers { permanent_uuid: "a7b84a84c32c48e9a540b9307996063e" member_type: VOTER last_known_addr { host: "127.17.244.124" port: 43717 } }
08:00:59.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.699195 18463 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7a5b34a3d9964dafb2bc64a7e587e5b5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:00:59.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.699889 18463 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7a5b34a3d9964dafb2bc64a7e587e5b5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7a5b34a3d9964dafb2bc64a7e587e5b5, State: Initialized, Role: FOLLOWER
08:00:59.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.701244 18463 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7a5b34a3d9964dafb2bc64a7e587e5b5 [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: "7a5b34a3d9964dafb2bc64a7e587e5b5" member_type: VOTER last_known_addr { host: "127.17.244.126" port: 37693 } } peers { permanent_uuid: "f13f5280361443239af9d573cacea148" member_type: VOTER last_known_addr { host: "127.17.244.125" port: 33233 } } peers { permanent_uuid: "a7b84a84c32c48e9a540b9307996063e" member_type: VOTER last_known_addr { host: "127.17.244.124" port: 43717 } }
08:00:59.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.704607 18463 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7a5b34a3d9964dafb2bc64a7e587e5b5 [sys.catalog]: configured and running, proceeding with master startup.
08:00:59.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.713961 18641 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7a5b34a3d9964dafb2bc64a7e587e5b5 [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: "7a5b34a3d9964dafb2bc64a7e587e5b5" member_type: VOTER last_known_addr { host: "127.17.244.126" port: 37693 } } peers { permanent_uuid: "f13f5280361443239af9d573cacea148" member_type: VOTER last_known_addr { host: "127.17.244.125" port: 33233 } } peers { permanent_uuid: "a7b84a84c32c48e9a540b9307996063e" member_type: VOTER last_known_addr { host: "127.17.244.124" port: 43717 } } }
08:00:59.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.715474 18641 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7a5b34a3d9964dafb2bc64a7e587e5b5 [sys.catalog]: This master's current role is: FOLLOWER
08:00:59.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.720762 18396 master_runner.cc:264] No leader master found from master 7a5b34a3d9964dafb2bc64a7e587e5b5
08:00:59.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.720868 18396 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:00:59.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.723399 18652 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 7a5b34a3d9964dafb2bc64a7e587e5b5: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:00:59.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.723960 18652 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:00:59.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.795445 18560 tablet.cc:2406] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:00:59.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.801532 18613 raft_consensus.cc:493] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
08:00:59.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.801731 18613 raft_consensus.cc:515] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a5b34a3d9964dafb2bc64a7e587e5b5" member_type: VOTER last_known_addr { host: "127.17.244.126" port: 37693 } } peers { permanent_uuid: "f13f5280361443239af9d573cacea148" member_type: VOTER last_known_addr { host: "127.17.244.125" port: 33233 } } peers { permanent_uuid: "a7b84a84c32c48e9a540b9307996063e" member_type: VOTER last_known_addr { host: "127.17.244.124" port: 43717 } }
08:00:59.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.802896 18613 leader_election.cc:290] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7a5b34a3d9964dafb2bc64a7e587e5b5 (127.17.244.126:37693), f13f5280361443239af9d573cacea148 (127.17.244.125:33233)
08:00:59.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.804239 18437 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a7b84a84c32c48e9a540b9307996063e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7a5b34a3d9964dafb2bc64a7e587e5b5" is_pre_election: true
08:00:59.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.804554 18437 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 7a5b34a3d9964dafb2bc64a7e587e5b5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a7b84a84c32c48e9a540b9307996063e in term 0.
08:00:59.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.805336 18507 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a7b84a84c32c48e9a540b9307996063e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f13f5280361443239af9d573cacea148" is_pre_election: true
08:00:59.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.805629 18507 raft_consensus.cc:2468] T 00000000000000000000000000000000 P f13f5280361443239af9d573cacea148 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a7b84a84c32c48e9a540b9307996063e in term 0.
08:00:59.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.806246 18556 leader_election.cc:304] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e [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: 7a5b34a3d9964dafb2bc64a7e587e5b5, a7b84a84c32c48e9a540b9307996063e; no voters: 
08:00:59.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.807202 18613 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e [term 0 FOLLOWER]: Leader pre-election won for term 1
08:00:59.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.807281 18613 raft_consensus.cc:493] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
08:00:59.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.807323 18613 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e [term 0 FOLLOWER]: Advancing to term 1
08:00:59.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.808532 18613 raft_consensus.cc:515] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a5b34a3d9964dafb2bc64a7e587e5b5" member_type: VOTER last_known_addr { host: "127.17.244.126" port: 37693 } } peers { permanent_uuid: "f13f5280361443239af9d573cacea148" member_type: VOTER last_known_addr { host: "127.17.244.125" port: 33233 } } peers { permanent_uuid: "a7b84a84c32c48e9a540b9307996063e" member_type: VOTER last_known_addr { host: "127.17.244.124" port: 43717 } }
08:00:59.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.808949 18613 leader_election.cc:290] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e [CANDIDATE]: Term 1 election: Requested vote from peers 7a5b34a3d9964dafb2bc64a7e587e5b5 (127.17.244.126:37693), f13f5280361443239af9d573cacea148 (127.17.244.125:33233)
08:00:59.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.809562 18507 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a7b84a84c32c48e9a540b9307996063e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f13f5280361443239af9d573cacea148"
08:00:59.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.809712 18507 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f13f5280361443239af9d573cacea148 [term 0 FOLLOWER]: Advancing to term 1
08:00:59.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.810936 18507 raft_consensus.cc:2468] T 00000000000000000000000000000000 P f13f5280361443239af9d573cacea148 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a7b84a84c32c48e9a540b9307996063e in term 1.
08:00:59.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.811596 18558 leader_election.cc:304] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e [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: a7b84a84c32c48e9a540b9307996063e, f13f5280361443239af9d573cacea148; no voters: 
08:00:59.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.811851 18437 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a7b84a84c32c48e9a540b9307996063e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7a5b34a3d9964dafb2bc64a7e587e5b5"
08:00:59.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.811980 18437 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7a5b34a3d9964dafb2bc64a7e587e5b5 [term 0 FOLLOWER]: Advancing to term 1
08:00:59.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.813306 18437 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 7a5b34a3d9964dafb2bc64a7e587e5b5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a7b84a84c32c48e9a540b9307996063e in term 1.
08:00:59.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.814550 18613 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e [term 1 FOLLOWER]: Leader election won for term 1
08:00:59.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.815730 18613 raft_consensus.cc:697] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e [term 1 LEADER]: Becoming Leader. State: Replica: a7b84a84c32c48e9a540b9307996063e, State: Running, Role: LEADER
08:00:59.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.816608 18613 consensus_queue.cc:237] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e [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: "7a5b34a3d9964dafb2bc64a7e587e5b5" member_type: VOTER last_known_addr { host: "127.17.244.126" port: 37693 } } peers { permanent_uuid: "f13f5280361443239af9d573cacea148" member_type: VOTER last_known_addr { host: "127.17.244.125" port: 33233 } } peers { permanent_uuid: "a7b84a84c32c48e9a540b9307996063e" member_type: VOTER last_known_addr { host: "127.17.244.124" port: 43717 } }
08:00:59.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.822587 18613 sys_catalog.cc:455] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e [sys.catalog]: SysCatalogTable state changed. Reason: New leader a7b84a84c32c48e9a540b9307996063e. Latest consensus state: current_term: 1 leader_uuid: "a7b84a84c32c48e9a540b9307996063e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a5b34a3d9964dafb2bc64a7e587e5b5" member_type: VOTER last_known_addr { host: "127.17.244.126" port: 37693 } } peers { permanent_uuid: "f13f5280361443239af9d573cacea148" member_type: VOTER last_known_addr { host: "127.17.244.125" port: 33233 } } peers { permanent_uuid: "a7b84a84c32c48e9a540b9307996063e" member_type: VOTER last_known_addr { host: "127.17.244.124" port: 43717 } } }
08:00:59.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.828234 18613 sys_catalog.cc:458] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e [sys.catalog]: This master's current role is: LEADER
08:00:59.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.830067 18656 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
08:00:59.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.832556 18656 catalog_manager.cc:1520] Initializing Kudu cluster ID...
08:00:59.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.855938 18507 raft_consensus.cc:1275] T 00000000000000000000000000000000 P f13f5280361443239af9d573cacea148 [term 1 FOLLOWER]: Refusing update from remote peer a7b84a84c32c48e9a540b9307996063e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:00:59.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.857012 18437 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 7a5b34a3d9964dafb2bc64a7e587e5b5 [term 1 FOLLOWER]: Refusing update from remote peer a7b84a84c32c48e9a540b9307996063e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:00:59.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.858145 18654 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e [LEADER]: Connected to new peer: Peer: permanent_uuid: "7a5b34a3d9964dafb2bc64a7e587e5b5" member_type: VOTER last_known_addr { host: "127.17.244.126" port: 37693 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:00:59.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:00:59.858943 18488 tablet.cc:2406] T 00000000000000000000000000000000 P f13f5280361443239af9d573cacea148: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:00:59.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.859450 18654 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e [LEADER]: Connected to new peer: Peer: permanent_uuid: "f13f5280361443239af9d573cacea148" member_type: VOTER last_known_addr { host: "127.17.244.125" port: 33233 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:00:59.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.865178 18627 sys_catalog.cc:455] T 00000000000000000000000000000000 P f13f5280361443239af9d573cacea148 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a7b84a84c32c48e9a540b9307996063e. Latest consensus state: current_term: 1 leader_uuid: "a7b84a84c32c48e9a540b9307996063e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a5b34a3d9964dafb2bc64a7e587e5b5" member_type: VOTER last_known_addr { host: "127.17.244.126" port: 37693 } } peers { permanent_uuid: "f13f5280361443239af9d573cacea148" member_type: VOTER last_known_addr { host: "127.17.244.125" port: 33233 } } peers { permanent_uuid: "a7b84a84c32c48e9a540b9307996063e" member_type: VOTER last_known_addr { host: "127.17.244.124" port: 43717 } } }
08:00:59.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.865336 18627 sys_catalog.cc:458] T 00000000000000000000000000000000 P f13f5280361443239af9d573cacea148 [sys.catalog]: This master's current role is: FOLLOWER
08:00:59.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.867398 18641 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7a5b34a3d9964dafb2bc64a7e587e5b5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a7b84a84c32c48e9a540b9307996063e. Latest consensus state: current_term: 1 leader_uuid: "a7b84a84c32c48e9a540b9307996063e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a5b34a3d9964dafb2bc64a7e587e5b5" member_type: VOTER last_known_addr { host: "127.17.244.126" port: 37693 } } peers { permanent_uuid: "f13f5280361443239af9d573cacea148" member_type: VOTER last_known_addr { host: "127.17.244.125" port: 33233 } } peers { permanent_uuid: "a7b84a84c32c48e9a540b9307996063e" member_type: VOTER last_known_addr { host: "127.17.244.124" port: 43717 } } }
08:00:59.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.867551 18641 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7a5b34a3d9964dafb2bc64a7e587e5b5 [sys.catalog]: This master's current role is: FOLLOWER
08:00:59.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.874590 18654 sys_catalog.cc:455] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a7b84a84c32c48e9a540b9307996063e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a5b34a3d9964dafb2bc64a7e587e5b5" member_type: VOTER last_known_addr { host: "127.17.244.126" port: 37693 } } peers { permanent_uuid: "f13f5280361443239af9d573cacea148" member_type: VOTER last_known_addr { host: "127.17.244.125" port: 33233 } } peers { permanent_uuid: "a7b84a84c32c48e9a540b9307996063e" member_type: VOTER last_known_addr { host: "127.17.244.124" port: 43717 } } }
08:00:59.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.874745 18654 sys_catalog.cc:458] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e [sys.catalog]: This master's current role is: LEADER
08:00:59.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.876088 18627 sys_catalog.cc:455] T 00000000000000000000000000000000 P f13f5280361443239af9d573cacea148 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a7b84a84c32c48e9a540b9307996063e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a5b34a3d9964dafb2bc64a7e587e5b5" member_type: VOTER last_known_addr { host: "127.17.244.126" port: 37693 } } peers { permanent_uuid: "f13f5280361443239af9d573cacea148" member_type: VOTER last_known_addr { host: "127.17.244.125" port: 33233 } } peers { permanent_uuid: "a7b84a84c32c48e9a540b9307996063e" member_type: VOTER last_known_addr { host: "127.17.244.124" port: 43717 } } }
08:00:59.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.876223 18627 sys_catalog.cc:458] T 00000000000000000000000000000000 P f13f5280361443239af9d573cacea148 [sys.catalog]: This master's current role is: FOLLOWER
08:00:59.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.877768 18658 mvcc.cc:204] Tried to move back new op lower bound from 7305206414731440128 to 7305206414624358400. Current Snapshot: MvccSnapshot[applied={T|T < 7305206414731440128}]
08:00:59.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.881737 18654 sys_catalog.cc:455] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a7b84a84c32c48e9a540b9307996063e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a5b34a3d9964dafb2bc64a7e587e5b5" member_type: VOTER last_known_addr { host: "127.17.244.126" port: 37693 } } peers { permanent_uuid: "f13f5280361443239af9d573cacea148" member_type: VOTER last_known_addr { host: "127.17.244.125" port: 33233 } } peers { permanent_uuid: "a7b84a84c32c48e9a540b9307996063e" member_type: VOTER last_known_addr { host: "127.17.244.124" port: 43717 } } }
08:00:59.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.881888 18654 sys_catalog.cc:458] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e [sys.catalog]: This master's current role is: LEADER
08:00:59.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.882876 18641 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7a5b34a3d9964dafb2bc64a7e587e5b5 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a7b84a84c32c48e9a540b9307996063e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a5b34a3d9964dafb2bc64a7e587e5b5" member_type: VOTER last_known_addr { host: "127.17.244.126" port: 37693 } } peers { permanent_uuid: "f13f5280361443239af9d573cacea148" member_type: VOTER last_known_addr { host: "127.17.244.125" port: 33233 } } peers { permanent_uuid: "a7b84a84c32c48e9a540b9307996063e" member_type: VOTER last_known_addr { host: "127.17.244.124" port: 43717 } } }
08:00:59.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.883021 18641 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7a5b34a3d9964dafb2bc64a7e587e5b5 [sys.catalog]: This master's current role is: FOLLOWER
08:00:59.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.883462 18660 mvcc.cc:204] Tried to move back new op lower bound from 7305206414731440128 to 7305206414624358400. Current Snapshot: MvccSnapshot[applied={T|T < 7305206414731440128}]
08:00:59.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.892843 18656 catalog_manager.cc:1383] Generated new cluster ID: 9f59265d4bf3436ead8e15529e4c5da2
08:00:59.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.892939 18656 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
08:00:59.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.985003 18656 catalog_manager.cc:1406] Generated new certificate authority record
08:00:59.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:00:59.986361 18656 catalog_manager.cc:1540] Loading token signing keys...
08:01:00.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:01:00.005021 18656 catalog_manager.cc:6070] T 00000000000000000000000000000000 P a7b84a84c32c48e9a540b9307996063e: Generated new TSK 0
08:01:00.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:01:00.006150 18656 catalog_manager.cc:1550] Initializing in-progress tserver states...
08:01:00.206 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:01:00.212 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:01:00.212 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:01:00.279 [INFO - Metastore-Handler-Pool: Thread-223] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:01:00.284 [INFO - Metastore-Handler-Pool: Thread-223] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive7196547421266057090/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=d259038f-c53a-4711-9874-6f4223993c7d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.244.125:33233,127.17.244.124:43717,127.17.244.126:37693}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:01:00.286 [INFO - Metastore-Handler-Pool: Thread-223] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive7196547421266057090/external-warehouse/table
08:01:00.337 [DEBUG - Metastore-Handler-Pool: Thread-223] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
08:01:00.338 [DEBUG - Metastore-Handler-Pool: Thread-223] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
08:01:00.340 [DEBUG - Metastore-Handler-Pool: Thread-223] (Connection.java:748) [peer master-127.17.244.125:33233(127.17.244.125:33233)] connecting to peer
08:01:00.341 [DEBUG - Metastore-Handler-Pool: Thread-223] (Connection.java:748) [peer master-127.17.244.124:43717(127.17.244.124:43717)] connecting to peer
08:01:00.342 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.17.244.125:33233(127.17.244.125:33233)] Successfully connected to peer
08:01:00.345 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.17.244.125
08:01:00.348 [DEBUG - Metastore-Handler-Pool: Thread-223] (Connection.java:748) [peer master-127.17.244.126:37693(127.17.244.126:37693)] connecting to peer
08:01:00.350 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.17.244.124:43717(127.17.244.124:43717)] Successfully connected to peer
08:01:00.354 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.17.244.124
08:01:00.368 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:01:00.361 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.17.244.126:37693(127.17.244.126:37693)] Successfully connected to peer
08:01:00.382 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x6dac827e, L:/127.0.0.1:38302 - R:/127.17.244.125:33233] using SASL/PLAIN
08:01:00.388 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.17.244.126
08:01:00.397 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:01:00.402 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x75c23af3, L:/127.0.0.1:51182 - R:/127.17.244.124:43717] using SASL/PLAIN
08:01:00.403 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:01:00.408 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
08:01:00.411 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xb7abc83c, L:/127.0.0.1:60022 - R:/127.17.244.126:37693] using SASL/PLAIN
08:01:00.442 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:01:00.470 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:3711) Skipping translation for processor with null
08:01:00.471 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:01:00.479 [INFO - Metastore-Handler-Pool: Thread-223] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:01:00.511 [INFO - Metastore-Handler-Pool: Thread-223] (MetaStoreServerUtils.java:473) Updating table stats for table
08:01:00.511 [INFO - Metastore-Handler-Pool: Thread-223] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:01:00.582 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:01:00.600 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:3711) Skipping translation for processor with null
08:01:00.600 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
08:01:00.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:01:00.649148 18638 catalog_manager.cc:1295] Loaded cluster ID: 9f59265d4bf3436ead8e15529e4c5da2
08:01:00.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:01:00.649247 18638 catalog_manager.cc:1588] T 00000000000000000000000000000000 P f13f5280361443239af9d573cacea148: loading cluster ID for follower catalog manager: success
08:01:00.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:01:00.651557 18638 catalog_manager.cc:1610] T 00000000000000000000000000000000 P f13f5280361443239af9d573cacea148: acquiring CA information for follower catalog manager: success
08:01:00.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:01:00.653216 18638 catalog_manager.cc:1638] T 00000000000000000000000000000000 P f13f5280361443239af9d573cacea148: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:01:00.703 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:01:00.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:01:00.743055 18652 catalog_manager.cc:1295] Loaded cluster ID: 9f59265d4bf3436ead8e15529e4c5da2
08:01:00.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:01:00.743150 18652 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 7a5b34a3d9964dafb2bc64a7e587e5b5: loading cluster ID for follower catalog manager: success
08:01:00.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:01:00.745592 18652 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 7a5b34a3d9964dafb2bc64a7e587e5b5: acquiring CA information for follower catalog manager: success
08:01:00.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:01:00.747001 18652 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 7a5b34a3d9964dafb2bc64a7e587e5b5: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:01:00.831 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:01:00.867 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:01:00.984 [INFO - Metastore-Handler-Pool: Thread-223] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
08:01:00.985 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
08:01:00.985 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
08:01:00.985 [INFO - Metastore-Handler-Pool: Thread-223] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4fdf5068, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@62f65138 will be shutdown
08:01:00.985 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
08:01:00.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:01:00.985548 18385 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu with pid 18396
08:01:00.996 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.17.244.126:37693(127.17.244.126:37693)] handling channelInactive
08:01:00.996 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.17.244.126:37693(127.17.244.126:37693)] cleaning up while in state READY due to: connection closed
08:01:01.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:01:00.996589 18385 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu with pid 18465
08:01:01.006 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.17.244.125:33233(127.17.244.125:33233)] handling channelInactive
08:01:01.006 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.17.244.125:33233(127.17.244.125:33233)] cleaning up while in state READY due to: connection closed
08:01:01.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:01:01.008522 18385 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskqOYnJG/build/debug/bin/kudu with pid 18537
08:01:01.018 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.17.244.124:43717(127.17.244.124:43717)] handling channelInactive
08:01:01.018 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.17.244.124:43717(127.17.244.124:43717)] cleaning up while in state READY due to: connection closed
08:01:01.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:01:01Z chronyd exiting

Time: 25.42

OK (6 tests)

