JUnit version 4.13.2
.08:04:16.192 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:04:16.197 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:04:16.198 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:04:16.321 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive8813934313202446300
08:04:16.472 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
08:04:16.487 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
08:04:16.749 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:04:16.790 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:04:16.791 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
08:04:16.819 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
08:04:16.832 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
08:04:16.855 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
08:04:17.664 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:04:17.668 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
08:04:17.687 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
08:04:17.689 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
08:04:17.700 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:04:17.701 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
08:04:17.874 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
08:04:17.874 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
08:04:17.876 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
08:04:18.365 [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:04:18.366 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66f91288, with PersistenceManager: null will be shutdown
08:04:18.410 [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:04:18.476 [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:04:18.733 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:18.734 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:18.735 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:18.736 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:18.738 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:18.738 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:19.414 [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:04:19.415 [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.67
08:04:19.415 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66f91288
08:04:19.763 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
08:04:19.817 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
08:04:19.864 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
08:04:19.867 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
08:04:19.937 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
08:04:19.944 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
08:04:20.210 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
08:04:20.220 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
08:04:20.233 [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:04:20.234 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [42341]...
08:04:20.234 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
08:04:20.234 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
08:04:20.235 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
08:04:20.235 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
08:04:20.343 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:04:20.344 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:04:20.345 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:04:20.359 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
08:04:20.359 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:42341]
08:04:20.360 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:42341) in binary transport mode
08:04:20.374 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:42341) current connections: 1
08:04:20.440 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
08:04:20.544 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskxb1_bD/test-tmp
08:04:20.546 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
08:04:20.549 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskxb1_bD/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
08:04:20.592 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:42341"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

08:04:20.798 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:04:20.805 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

08:04:20.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.806303 29276 mini_oidc.cc:150] Starting JWKS server
08:04:20.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.806877 29276 webserver.cc:533] Webserver started at http://127.0.0.1:34965/ using document root <none> and password file <none>
08:04:20.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.807010 29276 mini_oidc.cc:186] Starting OIDC Discovery server
08:04:20.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.807140 29276 webserver.cc:533] Webserver started at http://127.0.0.1:37675/ using document root <none> and password file <none>
08:04:20.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:04:20Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
08:04:20.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:04:20Z Disabled control of system clock
08:04:20.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.816787 29276 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:20.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:20.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-0/wal
08:04:20.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-0/data
08:04:20.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:04:20.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:04:20.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:04:20.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:20.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:20.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:20.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-0/logs
08:04:20.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-0/data/info.pb
08:04:20.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:20.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:04:20.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:04:20.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:04:20.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:04:20.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:20.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:20.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:20.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:04:20.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:04:20.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:20.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:20.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.151.62:41551
08:04:20.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.151.62
08:04:20.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:20.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.151.20:44511
08:04:20.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:20.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:20.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:20.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:20.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.151.62:41551,127.28.151.61:39727,127.28.151.60:44135
08:04:20.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:20.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34965/jwks.json
08:04:20.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42341 with env {}
08:04:20.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:20.895694 29288 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:04:20.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:20.895898 29288 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:04:20.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:20.895918 29288 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:04:20.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:20.898113 29288 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:04:20.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:20.898211 29288 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:04:20.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:20.898234 29288 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:04:20.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:20.898254 29288 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:04:20.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:20.898274 29288 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:04:20.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:20.898293 29288 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34965/jwks.json
08:04:20.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.901213 29288 master_runner.cc:387] Master server non-default flags:
08:04:20.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:20.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.151.20:44511
08:04:20.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:20.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:20.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-0/data
08:04:20.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-0/wal
08:04:20.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42341
08:04:20.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:20.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.151.62:41551,127.28.151.61:39727,127.28.151.60:44135
08:04:20.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:20.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:20.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:20.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.151.62:41551
08:04:20.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:20.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:04:20.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:20.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34965/jwks.json
08:04:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-0/data/info.pb
08:04:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.151.62
08:04:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:20.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:04:20.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.29288
08:04:20.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:20.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:04:20.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:04:20.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:20.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-0/logs
08:04:20.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:20.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:04:20.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:04:20.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:04:20.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:04:20.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:04:20.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
08:04:20.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on e7f111948823
08:04:20.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12769
08:04:20.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.901469 29288 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:04:20.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.901669 29288 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:04:20.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:20.905414 29294 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:04:20.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.905470 29288 server_base.cc:1061] running on GCE node
08:04:20.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:20.905508 29293 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:04:20.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:20.905416 29296 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:04:20.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.905792 29288 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:04:20.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.906256 29288 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:04:20.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.907399 29288 hybrid_clock.cc:648] HybridClock initialized: now 1783497860907370 us; error 46 us; skew 500 ppm
08:04:20.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.908874 29288 webserver.cc:533] Webserver started at http://127.28.151.62:40023/ using document root <none> and password file <none>
08:04:20.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.909078 29288 fs_manager.cc:362] Metadata directory not provided
08:04:20.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.909147 29288 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:04:20.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.909255 29288 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:04:20.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.910390 29288 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-0/data/instance:
08:04:20.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cc29a1b4d54740cb9afa083ed33770c7"
08:04:20.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:20 on dist-test-slave-s91w"
08:04:20.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.910847 29288 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-0/wal/instance:
08:04:20.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cc29a1b4d54740cb9afa083ed33770c7"
08:04:20.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:20 on dist-test-slave-s91w"
08:04:20.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.912062 29288 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.001s	sys 0.000s
08:04:20.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.912796 29302 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:04:20.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.913000 29288 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
08:04:20.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.913066 29288 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-0/data,/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-0/wal
08:04:20.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cc29a1b4d54740cb9afa083ed33770c7"
08:04:20.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:20 on dist-test-slave-s91w"
08:04:20.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.913110 29288 fs_report.cc:389] FS layout report
08:04:20.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:04:20.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-0/wal
08:04:20.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-0/wal
08:04:20.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-0/data/data
08:04:20.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:04:20.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:04:20.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:04:20.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:04:20.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:04:20.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:04:20.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:04:20.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:04:20.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:04:20.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:04:20.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:04:20.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.930051 29288 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:04:20.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.930323 29288 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:04:20.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.930411 29288 kserver.cc:163] Server-wide thread pool size limit: 3276
08:04:20.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.934042 29288 rpc_server.cc:307] RPC server started. Bound to: 127.28.151.62:41551
08:04:20.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.934077 29354 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.28.151.62:41551 every 8 connection(s)
08:04:20.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.934348 29288 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-0/data/info.pb
08:04:20.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.934854 29355 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:04:20.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.936151 29355 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.151.62" port: 41551 } has no permanent_uuid. Determining permanent_uuid...
08:04:20.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.941526 29276 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxb1_bD/build/release/bin/kudu as pid 29288
08:04:20.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.941609 29276 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-0/wal/instance
08:04:20.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.942328 29276 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:20.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:20.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-1/wal
08:04:20.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-1/data
08:04:20.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:04:20.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:04:20.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:04:20.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:20.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:20.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:20.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-1/logs
08:04:20.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-1/data/info.pb
08:04:20.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:20.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:04:20.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:04:20.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:04:20.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:04:20.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:20.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:20.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:20.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:04:20.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:04:20.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:20.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:20.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.151.61:39727
08:04:20.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.151.61
08:04:20.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:20.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.151.20:44511
08:04:20.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:20.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:20.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:20.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:20.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.151.62:41551,127.28.151.61:39727,127.28.151.60:44135
08:04:20.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:20.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34965/jwks.json
08:04:20.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42341 with env {}
08:04:20.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.948549 29355 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.151.61" port: 39727 } has no permanent_uuid. Determining permanent_uuid...
08:04:20.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:20.948982 29306 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.28.151.61:39727: connect: Connection refused (error 111)
08:04:20.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:20.949524 29355 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.151.61:39727: Network error: Client connection negotiation failed: client connection to 127.28.151.61:39727: connect: Connection refused (error 111)
08:04:20.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:20.998775 29355 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.151.61" port: 39727 } attempt: 1
08:04:20.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:20.999780 29355 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.151.61:39727: Network error: Client connection negotiation failed: client connection to 127.28.151.61:39727: connect: Connection refused (error 111)
08:04:21.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.022226 29358 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:04:21.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.022430 29358 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:04:21.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.022450 29358 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:04:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.024237 29358 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:04:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.024299 29358 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:04:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.024313 29358 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:04:21.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.024325 29358 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:04:21.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.024336 29358 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:04:21.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.024355 29358 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34965/jwks.json
08:04:21.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.026584 29358 master_runner.cc:387] Master server non-default flags:
08:04:21.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:21.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.151.20:44511
08:04:21.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:21.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:21.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-1/data
08:04:21.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-1/wal
08:04:21.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42341
08:04:21.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:21.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.151.62:41551,127.28.151.61:39727,127.28.151.60:44135
08:04:21.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:21.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:21.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:21.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.151.61:39727
08:04:21.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:21.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:04:21.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:21.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34965/jwks.json
08:04:21.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:21.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:21.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-1/data/info.pb
08:04:21.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.151.61
08:04:21.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:21.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:04:21.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.29358
08:04:21.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:21.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:04:21.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:04:21.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:21.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-1/logs
08:04:21.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:21.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:04:21.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:04:21.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:04:21.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:04:21.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:04:21.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
08:04:21.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on e7f111948823
08:04:21.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12769
08:04:21.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.026834 29358 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:04:21.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.027081 29358 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:04:21.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.029619 29365 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:04:21.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.029639 29364 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:04:21.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.029778 29367 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:04:21.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.030165 29358 server_base.cc:1061] running on GCE node
08:04:21.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.030395 29358 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:04:21.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.030704 29358 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:04:21.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.031847 29358 hybrid_clock.cc:648] HybridClock initialized: now 1783497861031826 us; error 28 us; skew 500 ppm
08:04:21.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.033114 29358 webserver.cc:533] Webserver started at http://127.28.151.61:44985/ using document root <none> and password file <none>
08:04:21.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.033280 29358 fs_manager.cc:362] Metadata directory not provided
08:04:21.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.033316 29358 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:04:21.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.033390 29358 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:04:21.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.034202 29358 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-1/data/instance:
08:04:21.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "497c7267959241d1bd9499906bb6498b"
08:04:21.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:21 on dist-test-slave-s91w"
08:04:21.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.034473 29358 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-1/wal/instance:
08:04:21.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "497c7267959241d1bd9499906bb6498b"
08:04:21.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:21 on dist-test-slave-s91w"
08:04:21.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.035774 29358 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
08:04:21.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.036540 29373 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:04:21.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.036761 29358 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
08:04:21.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.036826 29358 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-1/data,/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-1/wal
08:04:21.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "497c7267959241d1bd9499906bb6498b"
08:04:21.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:21 on dist-test-slave-s91w"
08:04:21.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.036873 29358 fs_report.cc:389] FS layout report
08:04:21.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:04:21.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-1/wal
08:04:21.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-1/wal
08:04:21.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-1/data/data
08:04:21.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:04:21.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:04:21.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:04:21.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:04:21.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:04:21.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:04:21.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:04:21.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:04:21.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:04:21.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:04:21.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:04:21.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.049305 29358 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:04:21.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.049593 29358 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:04:21.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.049680 29358 kserver.cc:163] Server-wide thread pool size limit: 3276
08:04:21.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.053568 29358 rpc_server.cc:307] RPC server started. Bound to: 127.28.151.61:39727
08:04:21.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.053606 29426 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.28.151.61:39727 every 8 connection(s)
08:04:21.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.053996 29358 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-1/data/info.pb
08:04:21.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.054612 29427 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:04:21.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.055979 29427 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.151.62" port: 41551 } has no permanent_uuid. Determining permanent_uuid...
08:04:21.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.056764 29276 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxb1_bD/build/release/bin/kudu as pid 29358
08:04:21.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.056836 29276 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-1/wal/instance
08:04:21.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.057143 29276 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:21.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:21.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-2/wal
08:04:21.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-2/data
08:04:21.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:04:21.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:04:21.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:04:21.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:21.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:21.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:21.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-2/logs
08:04:21.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-2/data/info.pb
08:04:21.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:21.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:04:21.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:04:21.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:04:21.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:04:21.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:21.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:21.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:21.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:04:21.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:04:21.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:21.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:21.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.151.60:44135
08:04:21.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.151.60
08:04:21.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:21.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.151.20:44511
08:04:21.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:21.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:21.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:21.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:21.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.151.62:41551,127.28.151.61:39727,127.28.151.60:44135
08:04:21.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:21.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34965/jwks.json
08:04:21.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42341 with env {}
08:04:21.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.066843 29427 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.151.61" port: 39727 } has no permanent_uuid. Determining permanent_uuid...
08:04:21.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.067942 29355 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.151.61" port: 39727 } attempt: 2
08:04:21.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.071501 29427 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.151.60" port: 44135 } has no permanent_uuid. Determining permanent_uuid...
08:04:21.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.071995 29377 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.28.151.60:44135: connect: Connection refused (error 111)
08:04:21.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.072455 29427 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.151.60:44135: Network error: Client connection negotiation failed: client connection to 127.28.151.60:44135: connect: Connection refused (error 111)
08:04:21.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.072566 29355 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.151.60" port: 44135 } has no permanent_uuid. Determining permanent_uuid...
08:04:21.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.073192 29355 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.151.60:44135: Network error: Client connection negotiation failed: client connection to 127.28.151.60:44135: connect: Connection refused (error 111)
08:04:21.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.116379 29355 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.151.60" port: 44135 } attempt: 1
08:04:21.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.118160 29355 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.151.60:44135: Network error: Client connection negotiation failed: client connection to 127.28.151.60:44135: connect: Connection refused (error 111)
08:04:21.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.121665 29427 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.151.60" port: 44135 } attempt: 1
08:04:21.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.122758 29427 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.151.60:44135: Network error: Client connection negotiation failed: client connection to 127.28.151.60:44135: connect: Connection refused (error 111)
08:04:21.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.152647 29429 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:04:21.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.152838 29429 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:04:21.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.152858 29429 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:04:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.154409 29429 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:04:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.154455 29429 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:04:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.154467 29429 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:04:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.154479 29429 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:04:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.154490 29429 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:04:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.154501 29429 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34965/jwks.json
08:04:21.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.156265 29429 master_runner.cc:387] Master server non-default flags:
08:04:21.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:21.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.151.20:44511
08:04:21.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:21.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:21.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-2/data
08:04:21.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-2/wal
08:04:21.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42341
08:04:21.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:21.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.151.62:41551,127.28.151.61:39727,127.28.151.60:44135
08:04:21.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:21.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:21.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:21.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.151.60:44135
08:04:21.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:21.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:04:21.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:21.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34965/jwks.json
08:04:21.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:21.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:21.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-2/data/info.pb
08:04:21.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.151.60
08:04:21.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:21.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:04:21.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.29429
08:04:21.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:21.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:04:21.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:04:21.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:21.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-2/logs
08:04:21.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:21.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:04:21.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:04:21.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:04:21.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:04:21.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:04:21.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
08:04:21.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on e7f111948823
08:04:21.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12769
08:04:21.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.156478 29429 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:04:21.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.156656 29429 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:04:21.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.159183 29437 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:04:21.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.159422 29438 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:04:21.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.159683 29440 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:04:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.160159 29429 server_base.cc:1061] running on GCE node
08:04:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.160386 29429 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:04:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.160655 29429 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:04:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.161803 29429 hybrid_clock.cc:648] HybridClock initialized: now 1783497861161780 us; error 34 us; skew 500 ppm
08:04:21.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.163076 29429 webserver.cc:533] Webserver started at http://127.28.151.60:41427/ using document root <none> and password file <none>
08:04:21.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.163301 29429 fs_manager.cc:362] Metadata directory not provided
08:04:21.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.163357 29429 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:04:21.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.163455 29429 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:04:21.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.164544 29429 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-2/data/instance:
08:04:21.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3ae79f5bad594b7f8f4cb5e0a6e44ca1"
08:04:21.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:21 on dist-test-slave-s91w"
08:04:21.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.164923 29429 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-2/wal/instance:
08:04:21.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3ae79f5bad594b7f8f4cb5e0a6e44ca1"
08:04:21.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:21 on dist-test-slave-s91w"
08:04:21.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.165342 29355 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.151.60" port: 44135 } attempt: 2
08:04:21.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.166126 29355 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.151.60:44135: Network error: Client connection negotiation failed: client connection to 127.28.151.60:44135: connect: Connection refused (error 111)
08:04:21.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.166420 29429 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
08:04:21.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.167184 29446 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:04:21.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.167376 29429 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
08:04:21.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.167449 29429 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-2/data,/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-2/wal
08:04:21.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3ae79f5bad594b7f8f4cb5e0a6e44ca1"
08:04:21.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:21 on dist-test-slave-s91w"
08:04:21.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.167513 29429 fs_report.cc:389] FS layout report
08:04:21.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:04:21.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-2/wal
08:04:21.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-2/wal
08:04:21.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-2/data/data
08:04:21.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:04:21.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:04:21.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:04:21.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:04:21.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:04:21.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:04:21.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:04:21.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:04:21.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:04:21.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:04:21.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:04:21.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.190973 29427 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.151.60" port: 44135 } attempt: 2
08:04:21.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.191740 29427 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.151.60:44135: Network error: Client connection negotiation failed: client connection to 127.28.151.60:44135: connect: Connection refused (error 111)
08:04:21.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.196620 29429 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:04:21.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.196975 29429 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:04:21.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.197129 29429 kserver.cc:163] Server-wide thread pool size limit: 3276
08:04:21.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.201210 29429 rpc_server.cc:307] RPC server started. Bound to: 127.28.151.60:44135
08:04:21.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.201242 29498 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.28.151.60:44135 every 8 connection(s)
08:04:21.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.201606 29429 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-2/data/info.pb
08:04:21.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.202207 29499 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:04:21.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.202266 29276 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxb1_bD/build/release/bin/kudu as pid 29429
08:04:21.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.202328 29276 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster6078429397037913786/master-2/wal/instance
08:04:21.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.204105 29499 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.151.62" port: 41551 } has no permanent_uuid. Determining permanent_uuid...
08:04:21.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.208164 29499 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.151.61" port: 39727 } has no permanent_uuid. Determining permanent_uuid...
08:04:21.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.211423 29499 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.151.60" port: 44135 } has no permanent_uuid. Determining permanent_uuid...
08:04:21.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.215289 29499 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3ae79f5bad594b7f8f4cb5e0a6e44ca1: Bootstrap starting.
08:04:21.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.215783 29276 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
08:04:21.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.215979 29499 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3ae79f5bad594b7f8f4cb5e0a6e44ca1: Neither blocks nor log segments found. Creating new log.
08:04:21.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.216146 29499 log.cc:826] T 00000000000000000000000000000000 P 3ae79f5bad594b7f8f4cb5e0a6e44ca1: Log is configured to *not* fsync() on all Append() calls
08:04:21.216 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:04:21.217 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

08:04:21.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.218096 29499 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3ae79f5bad594b7f8f4cb5e0a6e44ca1: No bootstrap required, opened a new log
08:04:21.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.219360 29499 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3ae79f5bad594b7f8f4cb5e0a6e44ca1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cc29a1b4d54740cb9afa083ed33770c7" member_type: VOTER last_known_addr { host: "127.28.151.62" port: 41551 } } peers { permanent_uuid: "497c7267959241d1bd9499906bb6498b" member_type: VOTER last_known_addr { host: "127.28.151.61" port: 39727 } } peers { permanent_uuid: "3ae79f5bad594b7f8f4cb5e0a6e44ca1" member_type: VOTER last_known_addr { host: "127.28.151.60" port: 44135 } }
08:04:21.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.219473 29499 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3ae79f5bad594b7f8f4cb5e0a6e44ca1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:04:21.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.219501 29499 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3ae79f5bad594b7f8f4cb5e0a6e44ca1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3ae79f5bad594b7f8f4cb5e0a6e44ca1, State: Initialized, Role: FOLLOWER
08:04:21.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.219601 29499 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3ae79f5bad594b7f8f4cb5e0a6e44ca1 [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: "cc29a1b4d54740cb9afa083ed33770c7" member_type: VOTER last_known_addr { host: "127.28.151.62" port: 41551 } } peers { permanent_uuid: "497c7267959241d1bd9499906bb6498b" member_type: VOTER last_known_addr { host: "127.28.151.61" port: 39727 } } peers { permanent_uuid: "3ae79f5bad594b7f8f4cb5e0a6e44ca1" member_type: VOTER last_known_addr { host: "127.28.151.60" port: 44135 } }
08:04:21.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.219942 29499 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3ae79f5bad594b7f8f4cb5e0a6e44ca1 [sys.catalog]: configured and running, proceeding with master startup.
08:04:21.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.220105 29504 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3ae79f5bad594b7f8f4cb5e0a6e44ca1 [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: "cc29a1b4d54740cb9afa083ed33770c7" member_type: VOTER last_known_addr { host: "127.28.151.62" port: 41551 } } peers { permanent_uuid: "497c7267959241d1bd9499906bb6498b" member_type: VOTER last_known_addr { host: "127.28.151.61" port: 39727 } } peers { permanent_uuid: "3ae79f5bad594b7f8f4cb5e0a6e44ca1" member_type: VOTER last_known_addr { host: "127.28.151.60" port: 44135 } } }
08:04:21.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.220191 29504 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3ae79f5bad594b7f8f4cb5e0a6e44ca1 [sys.catalog]: This master's current role is: FOLLOWER
08:04:21.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.223631 29518 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 3ae79f5bad594b7f8f4cb5e0a6e44ca1: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:04:21.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.223940 29518 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:04:21.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.223558 29429 master_runner.cc:187] Error getting master registration for 127.28.151.62:41551: OK, instance_id { permanent_uuid: "cc29a1b4d54740cb9afa083ed33770c7" instance_seqno: 1783497860933104 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:04:21.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.225133 29429 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:04:21.230 [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:04:21.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.232383 29515 client.h:372] Failed to connect to Hive Metastore (localhost:42341): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:21.233 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.28.151.62"
      port: 41551
    }
    bound_http_address {
      host: "127.28.151.62"
      port: 40023
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.28.151.61"
      port: 39727
    }
    bound_http_address {
      host: "127.28.151.61"
      port: 44985
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.28.151.60"
      port: 44135
    }
    bound_http_address {
      host: "127.28.151.60"
      port: 41427
    }
  }
}

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

08:04:21.240 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:04:21.257 [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=1ca2e725-0a5e-467f-b575-754bed1daa88, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:04:21.259 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:04:21.260 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:04:21.260 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@44ee20b1, with PersistenceManager: null will be shutdown
08:04:21.261 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@44ee20b1, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7102810a created in the thread with id: 36
08:04:21.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.273269 29355 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.151.60" port: 44135 } attempt: 3
08:04:21.277 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@44ee20b1
08:04:21.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.277935 29355 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cc29a1b4d54740cb9afa083ed33770c7: Bootstrap starting.
08:04:21.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.278684 29355 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P cc29a1b4d54740cb9afa083ed33770c7: Neither blocks nor log segments found. Creating new log.
08:04:21.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.279007 29355 log.cc:826] T 00000000000000000000000000000000 P cc29a1b4d54740cb9afa083ed33770c7: Log is configured to *not* fsync() on all Append() calls
08:04:21.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.280249 29355 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cc29a1b4d54740cb9afa083ed33770c7: No bootstrap required, opened a new log
08:04:21.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.282407 29355 raft_consensus.cc:359] T 00000000000000000000000000000000 P cc29a1b4d54740cb9afa083ed33770c7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cc29a1b4d54740cb9afa083ed33770c7" member_type: VOTER last_known_addr { host: "127.28.151.62" port: 41551 } } peers { permanent_uuid: "497c7267959241d1bd9499906bb6498b" member_type: VOTER last_known_addr { host: "127.28.151.61" port: 39727 } } peers { permanent_uuid: "3ae79f5bad594b7f8f4cb5e0a6e44ca1" member_type: VOTER last_known_addr { host: "127.28.151.60" port: 44135 } }
08:04:21.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.282531 29355 raft_consensus.cc:385] T 00000000000000000000000000000000 P cc29a1b4d54740cb9afa083ed33770c7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:04:21.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.282558 29355 raft_consensus.cc:740] T 00000000000000000000000000000000 P cc29a1b4d54740cb9afa083ed33770c7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cc29a1b4d54740cb9afa083ed33770c7, State: Initialized, Role: FOLLOWER
08:04:21.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.282652 29355 consensus_queue.cc:260] T 00000000000000000000000000000000 P cc29a1b4d54740cb9afa083ed33770c7 [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: "cc29a1b4d54740cb9afa083ed33770c7" member_type: VOTER last_known_addr { host: "127.28.151.62" port: 41551 } } peers { permanent_uuid: "497c7267959241d1bd9499906bb6498b" member_type: VOTER last_known_addr { host: "127.28.151.61" port: 39727 } } peers { permanent_uuid: "3ae79f5bad594b7f8f4cb5e0a6e44ca1" member_type: VOTER last_known_addr { host: "127.28.151.60" port: 44135 } }
08:04:21.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.282928 29427 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.151.60" port: 44135 } attempt: 3
08:04:21.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.282989 29355 sys_catalog.cc:565] T 00000000000000000000000000000000 P cc29a1b4d54740cb9afa083ed33770c7 [sys.catalog]: configured and running, proceeding with master startup.
08:04:21.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.288734 29427 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b: Bootstrap starting.
08:04:21.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.289521 29427 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b: Neither blocks nor log segments found. Creating new log.
08:04:21.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.290012 29427 log.cc:826] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b: Log is configured to *not* fsync() on all Append() calls
08:04:21.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.293218 29288 master_runner.cc:187] Error getting master registration for 127.28.151.61:39727: OK, instance_id { permanent_uuid: "497c7267959241d1bd9499906bb6498b" instance_seqno: 1783497861052565 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:04:21.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.294953 29288 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:04:21.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.296622 29537 catalog_manager.cc:1594] T 00000000000000000000000000000000 P cc29a1b4d54740cb9afa083ed33770c7: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:04:21.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.297099 29537 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:04:21.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.299120 29427 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b: No bootstrap required, opened a new log
08:04:21.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.300819 29427 raft_consensus.cc:359] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cc29a1b4d54740cb9afa083ed33770c7" member_type: VOTER last_known_addr { host: "127.28.151.62" port: 41551 } } peers { permanent_uuid: "497c7267959241d1bd9499906bb6498b" member_type: VOTER last_known_addr { host: "127.28.151.61" port: 39727 } } peers { permanent_uuid: "3ae79f5bad594b7f8f4cb5e0a6e44ca1" member_type: VOTER last_known_addr { host: "127.28.151.60" port: 44135 } }
08:04:21.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.300961 29427 raft_consensus.cc:385] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:04:21.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.300992 29427 raft_consensus.cc:740] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 497c7267959241d1bd9499906bb6498b, State: Initialized, Role: FOLLOWER
08:04:21.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.301108 29427 consensus_queue.cc:260] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b [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: "cc29a1b4d54740cb9afa083ed33770c7" member_type: VOTER last_known_addr { host: "127.28.151.62" port: 41551 } } peers { permanent_uuid: "497c7267959241d1bd9499906bb6498b" member_type: VOTER last_known_addr { host: "127.28.151.61" port: 39727 } } peers { permanent_uuid: "3ae79f5bad594b7f8f4cb5e0a6e44ca1" member_type: VOTER last_known_addr { host: "127.28.151.60" port: 44135 } }
08:04:21.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.301460 29427 sys_catalog.cc:565] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b [sys.catalog]: configured and running, proceeding with master startup.
08:04:21.302 [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:04:21.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.303162 29534 client.h:372] Failed to connect to Hive Metastore (localhost:42341): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:21.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.305529 29358 master_runner.cc:264] No leader master found from master 497c7267959241d1bd9499906bb6498b
08:04:21.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.305578 29358 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:04:21.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.305936 29522 sys_catalog.cc:455] T 00000000000000000000000000000000 P cc29a1b4d54740cb9afa083ed33770c7 [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: "cc29a1b4d54740cb9afa083ed33770c7" member_type: VOTER last_known_addr { host: "127.28.151.62" port: 41551 } } peers { permanent_uuid: "497c7267959241d1bd9499906bb6498b" member_type: VOTER last_known_addr { host: "127.28.151.61" port: 39727 } } peers { permanent_uuid: "3ae79f5bad594b7f8f4cb5e0a6e44ca1" member_type: VOTER last_known_addr { host: "127.28.151.60" port: 44135 } } }
08:04:21.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.306030 29522 sys_catalog.cc:458] T 00000000000000000000000000000000 P cc29a1b4d54740cb9afa083ed33770c7 [sys.catalog]: This master's current role is: FOLLOWER
08:04:21.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.311342 29540 sys_catalog.cc:455] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b [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: "cc29a1b4d54740cb9afa083ed33770c7" member_type: VOTER last_known_addr { host: "127.28.151.62" port: 41551 } } peers { permanent_uuid: "497c7267959241d1bd9499906bb6498b" member_type: VOTER last_known_addr { host: "127.28.151.61" port: 39727 } } peers { permanent_uuid: "3ae79f5bad594b7f8f4cb5e0a6e44ca1" member_type: VOTER last_known_addr { host: "127.28.151.60" port: 44135 } } }
08:04:21.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.311787 29540 sys_catalog.cc:458] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b [sys.catalog]: This master's current role is: FOLLOWER
08:04:21.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.312947 29554 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:04:21.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.314146 29554 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:04:21.327 [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:04:21.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.328573 29551 client.h:372] Failed to connect to Hive Metastore (localhost:42341): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:21.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.431445 29308 tablet.cc:2406] T 00000000000000000000000000000000 P cc29a1b4d54740cb9afa083ed33770c7: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:04:21.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.447834 29452 tablet.cc:2406] T 00000000000000000000000000000000 P 3ae79f5bad594b7f8f4cb5e0a6e44ca1: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:04:21.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:21.550459 29379 tablet.cc:2406] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:04:21.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.571020 29540 raft_consensus.cc:493] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
08:04:21.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.571166 29540 raft_consensus.cc:515] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cc29a1b4d54740cb9afa083ed33770c7" member_type: VOTER last_known_addr { host: "127.28.151.62" port: 41551 } } peers { permanent_uuid: "497c7267959241d1bd9499906bb6498b" member_type: VOTER last_known_addr { host: "127.28.151.61" port: 39727 } } peers { permanent_uuid: "3ae79f5bad594b7f8f4cb5e0a6e44ca1" member_type: VOTER last_known_addr { host: "127.28.151.60" port: 44135 } }
08:04:21.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.571543 29540 leader_election.cc:290] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cc29a1b4d54740cb9afa083ed33770c7 (127.28.151.62:41551), 3ae79f5bad594b7f8f4cb5e0a6e44ca1 (127.28.151.60:44135)
08:04:21.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.572059 29329 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "497c7267959241d1bd9499906bb6498b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cc29a1b4d54740cb9afa083ed33770c7" is_pre_election: true
08:04:21.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.572201 29329 raft_consensus.cc:2468] T 00000000000000000000000000000000 P cc29a1b4d54740cb9afa083ed33770c7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 497c7267959241d1bd9499906bb6498b in term 0.
08:04:21.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.572366 29473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "497c7267959241d1bd9499906bb6498b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ae79f5bad594b7f8f4cb5e0a6e44ca1" is_pre_election: true
08:04:21.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.572494 29473 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 3ae79f5bad594b7f8f4cb5e0a6e44ca1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 497c7267959241d1bd9499906bb6498b in term 0.
08:04:21.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.572681 29377 leader_election.cc:304] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b [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: 3ae79f5bad594b7f8f4cb5e0a6e44ca1, 497c7267959241d1bd9499906bb6498b; no voters: 
08:04:21.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.573712 29540 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b [term 0 FOLLOWER]: Leader pre-election won for term 1
08:04:21.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.573792 29540 raft_consensus.cc:493] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
08:04:21.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.573813 29540 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b [term 0 FOLLOWER]: Advancing to term 1
08:04:21.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.574608 29540 raft_consensus.cc:515] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cc29a1b4d54740cb9afa083ed33770c7" member_type: VOTER last_known_addr { host: "127.28.151.62" port: 41551 } } peers { permanent_uuid: "497c7267959241d1bd9499906bb6498b" member_type: VOTER last_known_addr { host: "127.28.151.61" port: 39727 } } peers { permanent_uuid: "3ae79f5bad594b7f8f4cb5e0a6e44ca1" member_type: VOTER last_known_addr { host: "127.28.151.60" port: 44135 } }
08:04:21.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.574764 29540 leader_election.cc:290] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b [CANDIDATE]: Term 1 election: Requested vote from peers cc29a1b4d54740cb9afa083ed33770c7 (127.28.151.62:41551), 3ae79f5bad594b7f8f4cb5e0a6e44ca1 (127.28.151.60:44135)
08:04:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.575124 29473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "497c7267959241d1bd9499906bb6498b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ae79f5bad594b7f8f4cb5e0a6e44ca1"
08:04:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.575207 29473 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3ae79f5bad594b7f8f4cb5e0a6e44ca1 [term 0 FOLLOWER]: Advancing to term 1
08:04:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.576464 29473 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 3ae79f5bad594b7f8f4cb5e0a6e44ca1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 497c7267959241d1bd9499906bb6498b in term 1.
08:04:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.576694 29377 leader_election.cc:304] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b [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: 3ae79f5bad594b7f8f4cb5e0a6e44ca1, 497c7267959241d1bd9499906bb6498b; no voters: 
08:04:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.576912 29329 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "497c7267959241d1bd9499906bb6498b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cc29a1b4d54740cb9afa083ed33770c7"
08:04:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.577004 29329 raft_consensus.cc:3060] T 00000000000000000000000000000000 P cc29a1b4d54740cb9afa083ed33770c7 [term 0 FOLLOWER]: Advancing to term 1
08:04:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.578045 29329 raft_consensus.cc:2468] T 00000000000000000000000000000000 P cc29a1b4d54740cb9afa083ed33770c7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 497c7267959241d1bd9499906bb6498b in term 1.
08:04:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.578959 29540 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b [term 1 FOLLOWER]: Leader election won for term 1
08:04:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.579087 29540 raft_consensus.cc:697] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b [term 1 LEADER]: Becoming Leader. State: Replica: 497c7267959241d1bd9499906bb6498b, State: Running, Role: LEADER
08:04:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.579166 29540 consensus_queue.cc:237] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b [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: "cc29a1b4d54740cb9afa083ed33770c7" member_type: VOTER last_known_addr { host: "127.28.151.62" port: 41551 } } peers { permanent_uuid: "497c7267959241d1bd9499906bb6498b" member_type: VOTER last_known_addr { host: "127.28.151.61" port: 39727 } } peers { permanent_uuid: "3ae79f5bad594b7f8f4cb5e0a6e44ca1" member_type: VOTER last_known_addr { host: "127.28.151.60" port: 44135 } }
08:04:21.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.579468 29540 sys_catalog.cc:455] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b [sys.catalog]: SysCatalogTable state changed. Reason: New leader 497c7267959241d1bd9499906bb6498b. Latest consensus state: current_term: 1 leader_uuid: "497c7267959241d1bd9499906bb6498b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cc29a1b4d54740cb9afa083ed33770c7" member_type: VOTER last_known_addr { host: "127.28.151.62" port: 41551 } } peers { permanent_uuid: "497c7267959241d1bd9499906bb6498b" member_type: VOTER last_known_addr { host: "127.28.151.61" port: 39727 } } peers { permanent_uuid: "3ae79f5bad594b7f8f4cb5e0a6e44ca1" member_type: VOTER last_known_addr { host: "127.28.151.60" port: 44135 } } }
08:04:21.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.579524 29540 sys_catalog.cc:458] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b [sys.catalog]: This master's current role is: LEADER
08:04:21.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.587603 29559 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
08:04:21.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.589190 29559 catalog_manager.cc:1520] Initializing Kudu cluster ID...
08:04:21.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.591773 29473 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 3ae79f5bad594b7f8f4cb5e0a6e44ca1 [term 1 FOLLOWER]: Refusing update from remote peer 497c7267959241d1bd9499906bb6498b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:04:21.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.592525 29557 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ae79f5bad594b7f8f4cb5e0a6e44ca1" member_type: VOTER last_known_addr { host: "127.28.151.60" port: 44135 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:04:21.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.593776 29504 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3ae79f5bad594b7f8f4cb5e0a6e44ca1 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 497c7267959241d1bd9499906bb6498b. Latest consensus state: current_term: 1 leader_uuid: "497c7267959241d1bd9499906bb6498b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cc29a1b4d54740cb9afa083ed33770c7" member_type: VOTER last_known_addr { host: "127.28.151.62" port: 41551 } } peers { permanent_uuid: "497c7267959241d1bd9499906bb6498b" member_type: VOTER last_known_addr { host: "127.28.151.61" port: 39727 } } peers { permanent_uuid: "3ae79f5bad594b7f8f4cb5e0a6e44ca1" member_type: VOTER last_known_addr { host: "127.28.151.60" port: 44135 } } }
08:04:21.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.593865 29504 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3ae79f5bad594b7f8f4cb5e0a6e44ca1 [sys.catalog]: This master's current role is: FOLLOWER
08:04:21.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.594830 29329 raft_consensus.cc:1275] T 00000000000000000000000000000000 P cc29a1b4d54740cb9afa083ed33770c7 [term 1 FOLLOWER]: Refusing update from remote peer 497c7267959241d1bd9499906bb6498b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:04:21.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.595135 29540 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b [LEADER]: Connected to new peer: Peer: permanent_uuid: "cc29a1b4d54740cb9afa083ed33770c7" member_type: VOTER last_known_addr { host: "127.28.151.62" port: 41551 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:04:21.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.596352 29522 sys_catalog.cc:455] T 00000000000000000000000000000000 P cc29a1b4d54740cb9afa083ed33770c7 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 497c7267959241d1bd9499906bb6498b. Latest consensus state: current_term: 1 leader_uuid: "497c7267959241d1bd9499906bb6498b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cc29a1b4d54740cb9afa083ed33770c7" member_type: VOTER last_known_addr { host: "127.28.151.62" port: 41551 } } peers { permanent_uuid: "497c7267959241d1bd9499906bb6498b" member_type: VOTER last_known_addr { host: "127.28.151.61" port: 39727 } } peers { permanent_uuid: "3ae79f5bad594b7f8f4cb5e0a6e44ca1" member_type: VOTER last_known_addr { host: "127.28.151.60" port: 44135 } } }
08:04:21.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.596444 29522 sys_catalog.cc:458] T 00000000000000000000000000000000 P cc29a1b4d54740cb9afa083ed33770c7 [sys.catalog]: This master's current role is: FOLLOWER
08:04:21.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.600829 29557 sys_catalog.cc:455] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "497c7267959241d1bd9499906bb6498b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cc29a1b4d54740cb9afa083ed33770c7" member_type: VOTER last_known_addr { host: "127.28.151.62" port: 41551 } } peers { permanent_uuid: "497c7267959241d1bd9499906bb6498b" member_type: VOTER last_known_addr { host: "127.28.151.61" port: 39727 } } peers { permanent_uuid: "3ae79f5bad594b7f8f4cb5e0a6e44ca1" member_type: VOTER last_known_addr { host: "127.28.151.60" port: 44135 } } }
08:04:21.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.600961 29557 sys_catalog.cc:458] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b [sys.catalog]: This master's current role is: LEADER
08:04:21.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.601681 29540 sys_catalog.cc:455] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "497c7267959241d1bd9499906bb6498b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cc29a1b4d54740cb9afa083ed33770c7" member_type: VOTER last_known_addr { host: "127.28.151.62" port: 41551 } } peers { permanent_uuid: "497c7267959241d1bd9499906bb6498b" member_type: VOTER last_known_addr { host: "127.28.151.61" port: 39727 } } peers { permanent_uuid: "3ae79f5bad594b7f8f4cb5e0a6e44ca1" member_type: VOTER last_known_addr { host: "127.28.151.60" port: 44135 } } }
08:04:21.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.601773 29540 sys_catalog.cc:458] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b [sys.catalog]: This master's current role is: LEADER
08:04:21.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.601858 29522 sys_catalog.cc:455] T 00000000000000000000000000000000 P cc29a1b4d54740cb9afa083ed33770c7 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "497c7267959241d1bd9499906bb6498b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cc29a1b4d54740cb9afa083ed33770c7" member_type: VOTER last_known_addr { host: "127.28.151.62" port: 41551 } } peers { permanent_uuid: "497c7267959241d1bd9499906bb6498b" member_type: VOTER last_known_addr { host: "127.28.151.61" port: 39727 } } peers { permanent_uuid: "3ae79f5bad594b7f8f4cb5e0a6e44ca1" member_type: VOTER last_known_addr { host: "127.28.151.60" port: 44135 } } }
08:04:21.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.601935 29522 sys_catalog.cc:458] T 00000000000000000000000000000000 P cc29a1b4d54740cb9afa083ed33770c7 [sys.catalog]: This master's current role is: FOLLOWER
08:04:21.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.602262 29504 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3ae79f5bad594b7f8f4cb5e0a6e44ca1 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "497c7267959241d1bd9499906bb6498b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cc29a1b4d54740cb9afa083ed33770c7" member_type: VOTER last_known_addr { host: "127.28.151.62" port: 41551 } } peers { permanent_uuid: "497c7267959241d1bd9499906bb6498b" member_type: VOTER last_known_addr { host: "127.28.151.61" port: 39727 } } peers { permanent_uuid: "3ae79f5bad594b7f8f4cb5e0a6e44ca1" member_type: VOTER last_known_addr { host: "127.28.151.60" port: 44135 } } }
08:04:21.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.602344 29504 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3ae79f5bad594b7f8f4cb5e0a6e44ca1 [sys.catalog]: This master's current role is: FOLLOWER
08:04:21.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.602793 29563 mvcc.cc:204] Tried to move back new op lower bound from 7305207241077407744 to 7305207241028870144. Current Snapshot: MvccSnapshot[applied={T|T < 7305207241077407744}]
08:04:21.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.603478 29561 mvcc.cc:204] Tried to move back new op lower bound from 7305207241077407744 to 7305207241028870144. Current Snapshot: MvccSnapshot[applied={T|T < 7305207241077407744}]
08:04:21.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.603960 29559 catalog_manager.cc:1383] Generated new cluster ID: 1f382b39cd064788a2469335c95ad69b
08:04:21.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.604013 29559 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
08:04:21.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.628361 29559 catalog_manager.cc:1406] Generated new certificate authority record
08:04:21.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.629580 29559 catalog_manager.cc:1540] Loading token signing keys...
08:04:21.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.659550 29559 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 497c7267959241d1bd9499906bb6498b: Generated new TSK 0
08:04:21.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.660264 29559 catalog_manager.cc:1550] Initializing in-progress tserver states...
08:04:21.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.660720 29559 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
08:04:21.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:21.661198 29559 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
08:04:21.949 [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:04:21.964 [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:04:21.964 [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:04:22.155 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:04:22.172 [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/hive8813934313202446300/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=1ca2e725-0a5e-467f-b575-754bed1daa88, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:04:22.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:22.224638 29518 catalog_manager.cc:1295] Loaded cluster ID: 1f382b39cd064788a2469335c95ad69b
08:04:22.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:22.224822 29518 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 3ae79f5bad594b7f8f4cb5e0a6e44ca1: loading cluster ID for follower catalog manager: success
08:04:22.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:22.226191 29518 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 3ae79f5bad594b7f8f4cb5e0a6e44ca1: acquiring CA information for follower catalog manager: success
08:04:22.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:22.226538 29518 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 3ae79f5bad594b7f8f4cb5e0a6e44ca1: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:04:22.254 [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:04:22.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:22.255187 29515 client.h:372] Failed to connect to Hive Metastore (localhost:42341): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:22.261 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8813934313202446300/external-warehouse/table
08:04:22.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:22.297780 29537 catalog_manager.cc:1295] Loaded cluster ID: 1f382b39cd064788a2469335c95ad69b
08:04:22.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:22.297870 29537 catalog_manager.cc:1588] T 00000000000000000000000000000000 P cc29a1b4d54740cb9afa083ed33770c7: loading cluster ID for follower catalog manager: success
08:04:22.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:22.299433 29537 catalog_manager.cc:1610] T 00000000000000000000000000000000 P cc29a1b4d54740cb9afa083ed33770c7: acquiring CA information for follower catalog manager: success
08:04:22.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:22.299804 29537 catalog_manager.cc:1638] T 00000000000000000000000000000000 P cc29a1b4d54740cb9afa083ed33770c7: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:04:22.306 [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:04:22.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:22.306869 29534 client.h:372] Failed to connect to Hive Metastore (localhost:42341): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:22.333 [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:04:22.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:22.333892 29551 client.h:372] Failed to connect to Hive Metastore (localhost:42341): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:22.439 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
08:04:22.443 [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:04:22.447 [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:04:22.483 [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.28.151.62:41551,127.28.151.61:39727,127.28.151.60:44135}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:04:22.516 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:04:22.522 [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/hive8813934313202446300/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.28.151.62:41551,127.28.151.61:39727,127.28.151.60:44135}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:04:22.526 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8813934313202446300/external-warehouse/table
08:04:22.548 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
08:04:22.549 [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:04:22.550 [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:04:22.552 [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=eac27863-c016-4d83-8ca0-bae642cd7b67, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.151.62:41551,127.28.151.61:39727,127.28.151.60:44135}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:04:22.556 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:04:22.561 [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/hive8813934313202446300/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=eac27863-c016-4d83-8ca0-bae642cd7b67, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.151.62:41551,127.28.151.61:39727,127.28.151.60:44135}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:04:22.564 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8813934313202446300/external-warehouse/table
08:04:22.591 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
08:04:22.597 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
08:04:22.597 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
08:04:22.604 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@1a56b6bb
08:04:22.637 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
08:04:22.638 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
08:04:22.638 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
08:04:22.638 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
08:04:22.639 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
08:04:22.640 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
08:04:22.641 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
08:04:22.641 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
08:04:22.642 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
08:04:22.643 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
08:04:22.645 [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:04:22.646 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
08:04:22.646 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
08:04:22.646 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
08:04:22.647 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
08:04:22.648 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
08:04:22.648 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
08:04:22.649 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
08:04:22.649 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
08:04:22.659 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
08:04:22.706 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
08:04:22.724 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
08:04:22.730 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
08:04:22.731 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
08:04:22.740 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
08:04:22.740 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
08:04:22.781 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
08:04:22.781 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
08:04:22.781 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
08:04:22.781 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
08:04:22.781 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
08:04:22.781 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
08:04:22.781 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
08:04:22.781 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
08:04:22.781 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
08:04:22.782 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
08:04:22.782 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
08:04:22.782 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
08:04:22.782 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
08:04:22.796 [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:04:22.798 [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:04:22.822 [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:04:22.971 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.28.151.62:41551(127.28.151.62:41551)] connecting to peer
08:04:22.978 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 29225 (auto-detected)
08:04:22.980 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
08:04:22.980 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
08:04:22.982 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
08:04:22.982 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
08:04:22.984 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:8e:ff:fe:da:cd:a5 (auto-detected)
08:04:23.002 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
08:04:23.003 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
08:04:23.003 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
08:04:23.008 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
08:04:23.013 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.28.151.61:39727(127.28.151.61:39727)] connecting to peer
08:04:23.019 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.28.151.60:44135(127.28.151.60:44135)] connecting to peer
08:04:23.031 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.28.151.61:39727(127.28.151.61:39727)] Successfully connected to peer
08:04:23.031 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.28.151.62:41551(127.28.151.62:41551)] Successfully connected to peer
08:04:23.038 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.28.151.60:44135(127.28.151.60:44135)] Successfully connected to peer
08:04:23.042 [DEBUG - kudu-nio-0] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
08:04:23.042 [DEBUG - kudu-nio-0] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
08:04:23.042 [DEBUG - kudu-nio-0] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@141cf9d4
08:04:23.046 [DEBUG - kudu-nio-2] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
08:04:23.046 [DEBUG - kudu-nio-2] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
08:04:23.046 [DEBUG - kudu-nio-2] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
08:04:23.046 [DEBUG - kudu-nio-2] (Recycler.java:99) -Dio.netty.recycler.blocking: false
08:04:23.046 [DEBUG - kudu-nio-2] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
08:04:23.127 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.28.151.61
08:04:23.131 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.28.151.60
08:04:23.131 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.28.151.62
08:04:23.265 [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:04:23.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:23.265872 29515 client.h:372] Failed to connect to Hive Metastore (localhost:42341): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:23.315 [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:04:23.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:23.315680 29534 client.h:372] Failed to connect to Hive Metastore (localhost:42341): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:23.336 [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:04:23.338 [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:04:23.338 [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:04:23.339 [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:04:23.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:23.343181 29551 client.h:372] Failed to connect to Hive Metastore (localhost:42341): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:23.369 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x96599f73, L:/127.0.0.1:34548 - R:/127.28.151.62:41551] using SASL/PLAIN
08:04:23.368 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x91d7b1b0, L:/127.0.0.1:50126 - R:/127.28.151.60:44135] using SASL/PLAIN
08:04:23.369 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x47467a02, L:/127.0.0.1:38746 - R:/127.28.151.61:39727] using SASL/PLAIN
08:04:23.416 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
08:04:23.423 [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:04:23.423 [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:04:23.425 [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=7c2e9697-2f83-47f2-bef4-eba98ebe1c86, 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:04:23.429 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:04:23.433 [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/hive8813934313202446300/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=7c2e9697-2f83-47f2-bef4-eba98ebe1c86, 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:04:23.436 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8813934313202446300/external-warehouse/table
08:04:23.457 [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:04:23.458 [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:04:23.459 [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=26611e8d-a4e3-4f84-9335-92a8bf0c762e, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.151.62:41551,127.28.151.61:39727,127.28.151.60:44135}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:04:23.464 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:04:23.468 [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/hive8813934313202446300/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=26611e8d-a4e3-4f84-9335-92a8bf0c762e, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.151.62:41551,127.28.151.61:39727,127.28.151.60:44135}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:04:23.471 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8813934313202446300/external-warehouse/table
08:04:23.566 [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:04:23.643 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
08:04:23.652 [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:04:23.815 [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:04:24.153 [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:04:24.208 [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:04:24.262 [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:04:24.273 [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:04:24.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:24.274848 29515 client.h:372] Failed to connect to Hive Metastore (localhost:42341): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:24.317 [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:04:24.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:24.318475 29534 client.h:372] Failed to connect to Hive Metastore (localhost:42341): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:24.345 [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:04:24.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:24.345854 29551 client.h:372] Failed to connect to Hive Metastore (localhost:42341): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:24.450 [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=fd6ea913-acdd-4b6a-a318-9f744b28a88b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.151.62:41551,127.28.151.61:39727,127.28.151.60:44135}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:04:24.454 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:04:24.457 [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/hive8813934313202446300/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=fd6ea913-acdd-4b6a-a318-9f744b28a88b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.151.62:41551,127.28.151.61:39727,127.28.151.60:44135}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:04:24.460 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8813934313202446300/external-warehouse/table
08:04:24.508 [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:04:24.545 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
08:04:24.546 [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:04:24.627 [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:04:24.654 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
08:04:24.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:24.655081 29276 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxb1_bD/build/release/bin/kudu with pid 29288
08:04:24.656 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
08:04:24.656 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@44ee20b1, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7102810a will be shutdown
08:04:24.656 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
08:04:24.663 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.28.151.62:41551(127.28.151.62:41551)] handling channelInactive
08:04:24.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:24.664064 29276 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxb1_bD/build/release/bin/kudu with pid 29358
08:04:24.665 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.28.151.62:41551(127.28.151.62:41551)] cleaning up while in state READY due to: connection closed
08:04:24.669 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.28.151.61:39727(127.28.151.61:39727)] handling channelInactive
08:04:24.669 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.28.151.61:39727(127.28.151.61:39727)] cleaning up while in state READY due to: connection closed
08:04:24.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:24.670666 29276 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxb1_bD/build/release/bin/kudu with pid 29429
08:04:24.676 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.28.151.60:44135(127.28.151.60:44135)] handling channelInactive
08:04:24.676 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.28.151.60:44135(127.28.151.60:44135)] cleaning up while in state READY due to: connection closed
08:04:24.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:04:24Z chronyd exiting
.08:04:24.718 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:04:24.719 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:04:24.719 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:04:24.738 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive1578048254929054292
08:04:24.739 [INFO - Thread-40] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
08:04:24.740 [INFO - Thread-40] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
08:04:24.742 [INFO - Thread-40] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:04:24.743 [INFO - Thread-40] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:04:24.743 [INFO - Thread-40] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
08:04:24.749 [INFO - Thread-40] (HikariDataSource.java:350) objectstore - Shutdown initiated...
08:04:24.753 [INFO - Thread-40] (HikariDataSource.java:352) objectstore - Shutdown completed.
08:04:24.753 [INFO - Thread-40] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
08:04:24.754 [INFO - Thread-40] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
08:04:24.755 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
08:04:24.756 [INFO - Thread-40] (HikariDataSource.java:80) objectstore - Starting...
08:04:24.852 [INFO - Thread-40] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:04:24.853 [INFO - Thread-40] (HikariDataSource.java:82) objectstore - Start completed.
08:04:24.853 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
08:04:24.855 [INFO - Thread-40] (HikariDataSource.java:80) objectstore-secondary - Starting...
08:04:24.857 [INFO - Thread-40] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:04:24.858 [INFO - Thread-40] (HikariDataSource.java:82) objectstore-secondary - Start completed.
08:04:24.883 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
08:04:24.883 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
08:04:24.883 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
08:04:24.925 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:24.926 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:24.927 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:24.927 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:24.928 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:24.928 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:25.123 [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:04:25.123 [INFO - Thread-40] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@589ab2e8, with PersistenceManager: null will be shutdown
08:04:25.124 [INFO - Thread-40] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@589ab2e8, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@11f3cc85 created in the thread with id: 65
08:04:25.126 [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:04:25.128 [INFO - Thread-40] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@589ab2e8
08:04:25.337 [INFO - Thread-40] (HMSHandler.java:595) Started creating a default database with name: default
08:04:25.360 [INFO - Thread-40] (HMSHandler.java:605) Successfully created a default database with name: default
08:04:25.397 [INFO - Thread-40] (HMSHandler.java:668) Added admin role in metastore
08:04:25.399 [INFO - Thread-40] (HMSHandler.java:677) Added public role in metastore
08:04:25.440 [INFO - Thread-40] (HMSHandler.java:717) No user is added in admin role, since config is empty
08:04:25.441 [INFO - Thread-40] (HMSHandler.java:404) HMS server filtering is disabled by configuration
08:04:25.441 [INFO - Thread-40] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
08:04:25.442 [INFO - Thread-40] (HiveMetaStore.java:697) Direct SQL optimization = true
08:04:25.442 [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:04:25.443 [INFO - Thread-40] (HiveMetaStore.java:632) Started the new metaserver on port [44015]...
08:04:25.443 [INFO - Thread-40] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
08:04:25.443 [INFO - Thread-40] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
08:04:25.443 [INFO - Thread-40] (HiveMetaStore.java:635) TCP keepalive = true
08:04:25.443 [INFO - Thread-40] (HiveMetaStore.java:636) Enable SSL = false
08:04:25.741 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:04:25.742 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:04:25.742 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:04:25.744 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
08:04:25.745 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:44015]
08:04:25.745 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:44015) in binary transport mode
08:04:25.745 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:44015) current connections: 1
08:04:25.747 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskxb1_bD/test-tmp
08:04:25.748 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
08:04:25.748 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskxb1_bD/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
08:04:25.750 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:44015"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

08:04:25.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.829205 29624 mini_oidc.cc:150] Starting JWKS server
08:04:25.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.829756 29624 webserver.cc:533] Webserver started at http://127.0.0.1:41123/ using document root <none> and password file <none>
08:04:25.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.829828 29624 mini_oidc.cc:186] Starting OIDC Discovery server
08:04:25.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.829932 29624 webserver.cc:533] Webserver started at http://127.0.0.1:45323/ using document root <none> and password file <none>
08:04:25.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:04:25Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
08:04:25.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:04:25Z Disabled control of system clock
08:04:25.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.840628 29624 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:25.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:25.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-0/wal
08:04:25.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-0/data
08:04:25.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:04:25.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:04:25.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:04:25.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:25.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:25.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:25.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-0/logs
08:04:25.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-0/data/info.pb
08:04:25.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:25.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:04:25.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:04:25.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:04:25.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:04:25.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:25.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:25.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:25.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:04:25.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:04:25.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:25.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:25.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.238.62:40495
08:04:25.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.238.62
08:04:25.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:25.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.238.20:37449
08:04:25.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:25.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:25.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:25.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:25.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.238.62:40495,127.28.238.61:35401,127.28.238.60:34545
08:04:25.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:25.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41123/jwks.json
08:04:25.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44015 with env {}
08:04:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:25.916930 29635 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:04:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:25.917107 29635 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:04:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:25.917135 29635 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:04:25.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:25.918606 29635 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:04:25.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:25.918644 29635 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:04:25.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:25.918656 29635 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:04:25.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:25.918666 29635 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:04:25.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:25.918677 29635 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:04:25.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:25.918686 29635 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41123/jwks.json
08:04:25.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.920276 29635 master_runner.cc:387] Master server non-default flags:
08:04:25.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:25.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.238.20:37449
08:04:25.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:25.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:25.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-0/data
08:04:25.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-0/wal
08:04:25.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44015
08:04:25.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:25.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.238.62:40495,127.28.238.61:35401,127.28.238.60:34545
08:04:25.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:25.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:25.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:25.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.238.62:40495
08:04:25.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:25.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:04:25.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:25.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41123/jwks.json
08:04:25.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:25.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:25.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-0/data/info.pb
08:04:25.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.238.62
08:04:25.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:25.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:04:25.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.29635
08:04:25.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:25.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:04:25.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:04:25.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:25.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-0/logs
08:04:25.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:25.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:04:25.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:04:25.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:04:25.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:04:25.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:04:25.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
08:04:25.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on e7f111948823
08:04:25.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12769
08:04:25.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.920457 29635 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:04:25.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.920686 29635 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:04:25.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:25.923298 29642 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:04:25.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:25.923379 29644 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:04:25.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:25.923866 29641 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:04:25.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.923903 29635 server_base.cc:1061] running on GCE node
08:04:25.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.924106 29635 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:04:25.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.924341 29635 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:04:25.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.925480 29635 hybrid_clock.cc:648] HybridClock initialized: now 1783497865925459 us; error 48 us; skew 500 ppm
08:04:25.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.926501 29635 webserver.cc:533] Webserver started at http://127.28.238.62:44977/ using document root <none> and password file <none>
08:04:25.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.926702 29635 fs_manager.cc:362] Metadata directory not provided
08:04:25.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.926754 29635 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:04:25.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.926855 29635 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:04:25.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.927747 29635 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-0/data/instance:
08:04:25.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ffdae41ee2724574a4299b5d1af26864"
08:04:25.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:25 on dist-test-slave-s91w"
08:04:25.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.928081 29635 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-0/wal/instance:
08:04:25.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ffdae41ee2724574a4299b5d1af26864"
08:04:25.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:25 on dist-test-slave-s91w"
08:04:25.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.929230 29635 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
08:04:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.929893 29650 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:04:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.930061 29635 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
08:04:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.930143 29635 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-0/data,/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-0/wal
08:04:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ffdae41ee2724574a4299b5d1af26864"
08:04:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:25 on dist-test-slave-s91w"
08:04:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.930202 29635 fs_report.cc:389] FS layout report
08:04:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:04:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-0/wal
08:04:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-0/wal
08:04:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-0/data/data
08:04:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:04:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:04:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:04:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:04:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:04:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:04:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:04:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:04:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:04:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:04:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:04:25.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.938372 29635 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:04:25.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.938665 29635 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:04:25.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.938793 29635 kserver.cc:163] Server-wide thread pool size limit: 3276
08:04:25.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.942660 29635 rpc_server.cc:307] RPC server started. Bound to: 127.28.238.62:40495
08:04:25.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.942694 29703 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.28.238.62:40495 every 8 connection(s)
08:04:25.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.943065 29635 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-0/data/info.pb
08:04:25.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.943642 29704 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:04:25.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.944757 29624 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxb1_bD/build/release/bin/kudu as pid 29635
08:04:25.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.944847 29624 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-0/wal/instance
08:04:25.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.944885 29704 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.238.62" port: 40495 } has no permanent_uuid. Determining permanent_uuid...
08:04:25.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.945770 29624 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:25.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:25.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-1/wal
08:04:25.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-1/data
08:04:25.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:04:25.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:04:25.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:04:25.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:25.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:25.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:25.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-1/logs
08:04:25.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-1/data/info.pb
08:04:25.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:25.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:04:25.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:04:25.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:04:25.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:04:25.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:25.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:25.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:25.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:04:25.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:04:25.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:25.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:25.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.238.61:35401
08:04:25.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.238.61
08:04:25.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:25.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.238.20:37449
08:04:25.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:25.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:25.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:25.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:25.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.238.62:40495,127.28.238.61:35401,127.28.238.60:34545
08:04:25.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:25.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41123/jwks.json
08:04:25.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44015 with env {}
08:04:25.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:25.955575 29704 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.238.61" port: 35401 } has no permanent_uuid. Determining permanent_uuid...
08:04:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:25.956079 29651 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.28.238.61:35401: connect: Connection refused (error 111)
08:04:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:25.956590 29704 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.238.61:35401: Network error: Client connection negotiation failed: client connection to 127.28.238.61:35401: connect: Connection refused (error 111)
08:04:26.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.005824 29704 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.238.61" port: 35401 } attempt: 1
08:04:26.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.006660 29704 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.238.61:35401: Network error: Client connection negotiation failed: client connection to 127.28.238.61:35401: connect: Connection refused (error 111)
08:04:26.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.031528 29707 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:04:26.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.031730 29707 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:04:26.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.031761 29707 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:04:26.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.033577 29707 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:04:26.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.033643 29707 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:04:26.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.033663 29707 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:04:26.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.033677 29707 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:04:26.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.033694 29707 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:04:26.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.033706 29707 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41123/jwks.json
08:04:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.035760 29707 master_runner.cc:387] Master server non-default flags:
08:04:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.238.20:37449
08:04:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-1/data
08:04:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-1/wal
08:04:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44015
08:04:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.238.62:40495,127.28.238.61:35401,127.28.238.60:34545
08:04:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.238.61:35401
08:04:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:04:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41123/jwks.json
08:04:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-1/data/info.pb
08:04:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.238.61
08:04:26.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:26.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:04:26.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.29707
08:04:26.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:26.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:04:26.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:04:26.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:26.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-1/logs
08:04:26.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:26.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:04:26.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:04:26.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:04:26.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:04:26.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:04:26.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
08:04:26.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on e7f111948823
08:04:26.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12769
08:04:26.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.036055 29707 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:04:26.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.036412 29707 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:04:26.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.039623 29707 server_base.cc:1061] running on GCE node
08:04:26.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.039595 29713 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:04:26.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.039602 29716 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:04:26.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.039602 29714 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:04:26.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.040129 29707 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:04:26.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.040450 29707 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:04:26.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.041639 29707 hybrid_clock.cc:648] HybridClock initialized: now 1783497866041606 us; error 41 us; skew 500 ppm
08:04:26.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.043231 29707 webserver.cc:533] Webserver started at http://127.28.238.61:44099/ using document root <none> and password file <none>
08:04:26.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.043489 29707 fs_manager.cc:362] Metadata directory not provided
08:04:26.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.043560 29707 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:04:26.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.043689 29707 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:04:26.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.045099 29707 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-1/data/instance:
08:04:26.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "aae48b9c84e5451fb6ac8166d9d43b44"
08:04:26.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:26 on dist-test-slave-s91w"
08:04:26.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.045543 29707 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-1/wal/instance:
08:04:26.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "aae48b9c84e5451fb6ac8166d9d43b44"
08:04:26.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:26 on dist-test-slave-s91w"
08:04:26.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.047029 29707 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.004s	sys 0.000s
08:04:26.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.047894 29722 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:04:26.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.048096 29707 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
08:04:26.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.048170 29707 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-1/data,/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-1/wal
08:04:26.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "aae48b9c84e5451fb6ac8166d9d43b44"
08:04:26.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:26 on dist-test-slave-s91w"
08:04:26.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.048257 29707 fs_report.cc:389] FS layout report
08:04:26.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:04:26.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-1/wal
08:04:26.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-1/wal
08:04:26.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-1/data/data
08:04:26.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:04:26.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:04:26.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:04:26.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:04:26.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:04:26.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:04:26.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:04:26.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:04:26.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:04:26.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:04:26.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:04:26.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.070514 29707 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:04:26.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.070880 29707 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:04:26.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.071049 29707 kserver.cc:163] Server-wide thread pool size limit: 3276
08:04:26.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.074831 29704 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.238.61" port: 35401 } attempt: 2
08:04:26.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.075114 29707 rpc_server.cc:307] RPC server started. Bound to: 127.28.238.61:35401
08:04:26.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.075150 29774 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.28.238.61:35401 every 8 connection(s)
08:04:26.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.075506 29707 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-1/data/info.pb
08:04:26.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.076170 29776 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:04:26.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.077458 29776 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.238.62" port: 40495 } has no permanent_uuid. Determining permanent_uuid...
08:04:26.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.080525 29704 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.238.60" port: 34545 } has no permanent_uuid. Determining permanent_uuid...
08:04:26.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.081233 29704 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.238.60:34545: Network error: Client connection negotiation failed: client connection to 127.28.238.60:34545: connect: Connection refused (error 111)
08:04:26.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.081466 29624 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxb1_bD/build/release/bin/kudu as pid 29707
08:04:26.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.081544 29624 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-1/wal/instance
08:04:26.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.081634 29776 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.238.61" port: 35401 } has no permanent_uuid. Determining permanent_uuid...
08:04:26.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.081962 29624 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:26.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:26.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-2/wal
08:04:26.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-2/data
08:04:26.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:04:26.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:04:26.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:04:26.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:26.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:26.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:26.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-2/logs
08:04:26.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-2/data/info.pb
08:04:26.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:26.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:04:26.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:04:26.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:04:26.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:04:26.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:26.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:26.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:26.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:04:26.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:04:26.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:26.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:26.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.238.60:34545
08:04:26.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.238.60
08:04:26.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:26.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.238.20:37449
08:04:26.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:26.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:26.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:26.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:26.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.238.62:40495,127.28.238.61:35401,127.28.238.60:34545
08:04:26.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:26.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41123/jwks.json
08:04:26.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44015 with env {}
08:04:26.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.084275 29776 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.238.60" port: 34545 } has no permanent_uuid. Determining permanent_uuid...
08:04:26.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.084614 29723 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.28.238.60:34545: connect: Connection refused (error 111)
08:04:26.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.085078 29776 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.238.60:34545: Network error: Client connection negotiation failed: client connection to 127.28.238.60:34545: connect: Connection refused (error 111)
08:04:26.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.124439 29704 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.238.60" port: 34545 } attempt: 1
08:04:26.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.125260 29704 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.238.60:34545: Network error: Client connection negotiation failed: client connection to 127.28.238.60:34545: connect: Connection refused (error 111)
08:04:26.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.134265 29776 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.238.60" port: 34545 } attempt: 1
08:04:26.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.135308 29776 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.238.60:34545: Network error: Client connection negotiation failed: client connection to 127.28.238.60:34545: connect: Connection refused (error 111)
08:04:26.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.160610 29778 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:04:26.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.160826 29778 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:04:26.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.160856 29778 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:04:26.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.162519 29778 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:04:26.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.162572 29778 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:04:26.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.162585 29778 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:04:26.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.162596 29778 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:04:26.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.162607 29778 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:04:26.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.162617 29778 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41123/jwks.json
08:04:26.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.164438 29778 master_runner.cc:387] Master server non-default flags:
08:04:26.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:26.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.238.20:37449
08:04:26.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:26.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:26.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-2/data
08:04:26.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-2/wal
08:04:26.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44015
08:04:26.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:26.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.238.62:40495,127.28.238.61:35401,127.28.238.60:34545
08:04:26.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:26.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:26.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:26.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.238.60:34545
08:04:26.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:26.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:04:26.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:26.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41123/jwks.json
08:04:26.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:26.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:26.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-2/data/info.pb
08:04:26.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.238.60
08:04:26.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:26.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:04:26.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.29778
08:04:26.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:26.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:04:26.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:04:26.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:26.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-2/logs
08:04:26.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:26.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:04:26.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:04:26.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:04:26.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:04:26.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:04:26.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
08:04:26.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on e7f111948823
08:04:26.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12769
08:04:26.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.164638 29778 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:04:26.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.164819 29778 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:04:26.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.167021 29784 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:04:26.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.167017 29785 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:04:26.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.167091 29787 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:04:26.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.167389 29778 server_base.cc:1061] running on GCE node
08:04:26.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.167577 29778 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:04:26.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.167781 29778 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:04:26.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.168911 29778 hybrid_clock.cc:648] HybridClock initialized: now 1783497866168892 us; error 32 us; skew 500 ppm
08:04:26.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.169994 29778 webserver.cc:533] Webserver started at http://127.28.238.60:32779/ using document root <none> and password file <none>
08:04:26.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.170199 29778 fs_manager.cc:362] Metadata directory not provided
08:04:26.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.170257 29778 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:04:26.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.170387 29778 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:04:26.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.171267 29778 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-2/data/instance:
08:04:26.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "09f8b8930a6d434586c19b28a6ec4a21"
08:04:26.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:26 on dist-test-slave-s91w"
08:04:26.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.171603 29778 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-2/wal/instance:
08:04:26.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "09f8b8930a6d434586c19b28a6ec4a21"
08:04:26.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:26 on dist-test-slave-s91w"
08:04:26.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.172418 29704 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.238.60" port: 34545 } attempt: 2
08:04:26.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.172892 29778 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
08:04:26.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.173274 29704 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.238.60:34545: Network error: Client connection negotiation failed: client connection to 127.28.238.60:34545: connect: Connection refused (error 111)
08:04:26.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.173619 29794 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:04:26.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.173763 29778 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
08:04:26.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.173825 29778 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-2/data,/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-2/wal
08:04:26.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "09f8b8930a6d434586c19b28a6ec4a21"
08:04:26.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:26 on dist-test-slave-s91w"
08:04:26.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.173872 29778 fs_report.cc:389] FS layout report
08:04:26.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:04:26.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-2/wal
08:04:26.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-2/wal
08:04:26.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-2/data/data
08:04:26.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:04:26.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:04:26.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:04:26.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:04:26.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:04:26.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:04:26.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:04:26.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:04:26.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:04:26.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:04:26.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:04:26.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.183504 29778 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:04:26.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.183805 29778 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:04:26.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.183893 29778 kserver.cc:163] Server-wide thread pool size limit: 3276
08:04:26.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.187882 29778 rpc_server.cc:307] RPC server started. Bound to: 127.28.238.60:34545
08:04:26.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.187913 29846 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.28.238.60:34545 every 8 connection(s)
08:04:26.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.188218 29778 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-2/data/info.pb
08:04:26.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.188704 29847 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:04:26.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.189973 29847 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.238.62" port: 40495 } has no permanent_uuid. Determining permanent_uuid...
08:04:26.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.194446 29847 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.238.61" port: 35401 } has no permanent_uuid. Determining permanent_uuid...
08:04:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.196827 29624 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxb1_bD/build/release/bin/kudu as pid 29778
08:04:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.196910 29624 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster4029584717860987749/master-2/wal/instance
08:04:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.196978 29847 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.238.60" port: 34545 } has no permanent_uuid. Determining permanent_uuid...
08:04:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.201448 29847 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21: Bootstrap starting.
08:04:26.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.202140 29847 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21: Neither blocks nor log segments found. Creating new log.
08:04:26.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.202378 29847 log.cc:826] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21: Log is configured to *not* fsync() on all Append() calls
08:04:26.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.203018 29847 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21: No bootstrap required, opened a new log
08:04:26.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.203470 29776 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.238.60" port: 34545 } attempt: 2
08:04:26.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.204794 29847 raft_consensus.cc:359] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ffdae41ee2724574a4299b5d1af26864" member_type: VOTER last_known_addr { host: "127.28.238.62" port: 40495 } } peers { permanent_uuid: "aae48b9c84e5451fb6ac8166d9d43b44" member_type: VOTER last_known_addr { host: "127.28.238.61" port: 35401 } } peers { permanent_uuid: "09f8b8930a6d434586c19b28a6ec4a21" member_type: VOTER last_known_addr { host: "127.28.238.60" port: 34545 } }
08:04:26.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.204921 29847 raft_consensus.cc:385] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:04:26.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.204950 29847 raft_consensus.cc:740] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 09f8b8930a6d434586c19b28a6ec4a21, State: Initialized, Role: FOLLOWER
08:04:26.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.205263 29847 consensus_queue.cc:260] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21 [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: "ffdae41ee2724574a4299b5d1af26864" member_type: VOTER last_known_addr { host: "127.28.238.62" port: 40495 } } peers { permanent_uuid: "aae48b9c84e5451fb6ac8166d9d43b44" member_type: VOTER last_known_addr { host: "127.28.238.61" port: 35401 } } peers { permanent_uuid: "09f8b8930a6d434586c19b28a6ec4a21" member_type: VOTER last_known_addr { host: "127.28.238.60" port: 34545 } }
08:04:26.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.205556 29847 sys_catalog.cc:565] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21 [sys.catalog]: configured and running, proceeding with master startup.
08:04:26.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.205523 29853 sys_catalog.cc:455] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21 [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: "ffdae41ee2724574a4299b5d1af26864" member_type: VOTER last_known_addr { host: "127.28.238.62" port: 40495 } } peers { permanent_uuid: "aae48b9c84e5451fb6ac8166d9d43b44" member_type: VOTER last_known_addr { host: "127.28.238.61" port: 35401 } } peers { permanent_uuid: "09f8b8930a6d434586c19b28a6ec4a21" member_type: VOTER last_known_addr { host: "127.28.238.60" port: 34545 } } }
08:04:26.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.205915 29853 sys_catalog.cc:458] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21 [sys.catalog]: This master's current role is: FOLLOWER
08:04:26.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.207491 29776 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P aae48b9c84e5451fb6ac8166d9d43b44: Bootstrap starting.
08:04:26.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.208170 29776 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P aae48b9c84e5451fb6ac8166d9d43b44: Neither blocks nor log segments found. Creating new log.
08:04:26.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.208420 29776 log.cc:826] T 00000000000000000000000000000000 P aae48b9c84e5451fb6ac8166d9d43b44: Log is configured to *not* fsync() on all Append() calls
08:04:26.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.207741 29867 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:04:26.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.208997 29867 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:04:26.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.209168 29776 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P aae48b9c84e5451fb6ac8166d9d43b44: No bootstrap required, opened a new log
08:04:26.209 [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:04:26.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.210160 29864 client.h:372] Failed to connect to Hive Metastore (localhost:44015): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:26.211 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:04:26.211 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

08:04:26.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.210559 29624 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
08:04:26.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.211241 29776 raft_consensus.cc:359] T 00000000000000000000000000000000 P aae48b9c84e5451fb6ac8166d9d43b44 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ffdae41ee2724574a4299b5d1af26864" member_type: VOTER last_known_addr { host: "127.28.238.62" port: 40495 } } peers { permanent_uuid: "aae48b9c84e5451fb6ac8166d9d43b44" member_type: VOTER last_known_addr { host: "127.28.238.61" port: 35401 } } peers { permanent_uuid: "09f8b8930a6d434586c19b28a6ec4a21" member_type: VOTER last_known_addr { host: "127.28.238.60" port: 34545 } }
08:04:26.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.211354 29776 raft_consensus.cc:385] T 00000000000000000000000000000000 P aae48b9c84e5451fb6ac8166d9d43b44 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:04:26.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.211382 29776 raft_consensus.cc:740] T 00000000000000000000000000000000 P aae48b9c84e5451fb6ac8166d9d43b44 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: aae48b9c84e5451fb6ac8166d9d43b44, State: Initialized, Role: FOLLOWER
08:04:26.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.211490 29776 consensus_queue.cc:260] T 00000000000000000000000000000000 P aae48b9c84e5451fb6ac8166d9d43b44 [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: "ffdae41ee2724574a4299b5d1af26864" member_type: VOTER last_known_addr { host: "127.28.238.62" port: 40495 } } peers { permanent_uuid: "aae48b9c84e5451fb6ac8166d9d43b44" member_type: VOTER last_known_addr { host: "127.28.238.61" port: 35401 } } peers { permanent_uuid: "09f8b8930a6d434586c19b28a6ec4a21" member_type: VOTER last_known_addr { host: "127.28.238.60" port: 34545 } }
08:04:26.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.211755 29776 sys_catalog.cc:565] T 00000000000000000000000000000000 P aae48b9c84e5451fb6ac8166d9d43b44 [sys.catalog]: configured and running, proceeding with master startup.
08:04:26.212 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.28.238.62"
      port: 40495
    }
    bound_http_address {
      host: "127.28.238.62"
      port: 44977
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.28.238.61"
      port: 35401
    }
    bound_http_address {
      host: "127.28.238.61"
      port: 44099
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.28.238.60"
      port: 34545
    }
    bound_http_address {
      host: "127.28.238.60"
      port: 32779
    }
  }
}

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

08:04:26.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.211285 29778 master_runner.cc:187] Error getting master registration for 127.28.238.62:40495: OK, instance_id { permanent_uuid: "ffdae41ee2724574a4299b5d1af26864" instance_seqno: 1783497865941711 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:04:26.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.212952 29778 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:04:26.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.213737 29707 master_runner.cc:187] Error getting master registration for 127.28.238.62:40495: OK, instance_id { permanent_uuid: "ffdae41ee2724574a4299b5d1af26864" instance_seqno: 1783497865941711 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:04:26.216 [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:04:26.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.214946 29707 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:04:26.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.215559 29885 catalog_manager.cc:1594] T 00000000000000000000000000000000 P aae48b9c84e5451fb6ac8166d9d43b44: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:04:26.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.215596 29885 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:04:26.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.216964 29882 client.h:372] Failed to connect to Hive Metastore (localhost:44015): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:26.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.217456 29871 sys_catalog.cc:455] T 00000000000000000000000000000000 P aae48b9c84e5451fb6ac8166d9d43b44 [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: "ffdae41ee2724574a4299b5d1af26864" member_type: VOTER last_known_addr { host: "127.28.238.62" port: 40495 } } peers { permanent_uuid: "aae48b9c84e5451fb6ac8166d9d43b44" member_type: VOTER last_known_addr { host: "127.28.238.61" port: 35401 } } peers { permanent_uuid: "09f8b8930a6d434586c19b28a6ec4a21" member_type: VOTER last_known_addr { host: "127.28.238.60" port: 34545 } } }
08:04:26.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.217527 29871 sys_catalog.cc:458] T 00000000000000000000000000000000 P aae48b9c84e5451fb6ac8166d9d43b44 [sys.catalog]: This master's current role is: FOLLOWER
08:04:26.219 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:04:26.220 [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=ab76f980-047c-4c78-a587-9baec09ccd00, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.238.62:40495,127.28.238.60:34545,127.28.238.61:35401}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:04:26.224 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:04:26.224 [INFO - Metastore-Handler-Pool: Thread-86] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:04:26.224 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9be55a2, with PersistenceManager: null will be shutdown
08:04:26.225 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9be55a2, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6ad0e815 created in the thread with id: 86
08:04:26.230 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9be55a2
08:04:26.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.280434 29704 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.238.60" port: 34545 } attempt: 3
08:04:26.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.285633 29704 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ffdae41ee2724574a4299b5d1af26864: Bootstrap starting.
08:04:26.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.286381 29704 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ffdae41ee2724574a4299b5d1af26864: Neither blocks nor log segments found. Creating new log.
08:04:26.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.286633 29704 log.cc:826] T 00000000000000000000000000000000 P ffdae41ee2724574a4299b5d1af26864: Log is configured to *not* fsync() on all Append() calls
08:04:26.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.294697 29704 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ffdae41ee2724574a4299b5d1af26864: No bootstrap required, opened a new log
08:04:26.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.296934 29704 raft_consensus.cc:359] T 00000000000000000000000000000000 P ffdae41ee2724574a4299b5d1af26864 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ffdae41ee2724574a4299b5d1af26864" member_type: VOTER last_known_addr { host: "127.28.238.62" port: 40495 } } peers { permanent_uuid: "aae48b9c84e5451fb6ac8166d9d43b44" member_type: VOTER last_known_addr { host: "127.28.238.61" port: 35401 } } peers { permanent_uuid: "09f8b8930a6d434586c19b28a6ec4a21" member_type: VOTER last_known_addr { host: "127.28.238.60" port: 34545 } }
08:04:26.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.297107 29704 raft_consensus.cc:385] T 00000000000000000000000000000000 P ffdae41ee2724574a4299b5d1af26864 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:04:26.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.297140 29704 raft_consensus.cc:740] T 00000000000000000000000000000000 P ffdae41ee2724574a4299b5d1af26864 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ffdae41ee2724574a4299b5d1af26864, State: Initialized, Role: FOLLOWER
08:04:26.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.297253 29704 consensus_queue.cc:260] T 00000000000000000000000000000000 P ffdae41ee2724574a4299b5d1af26864 [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: "ffdae41ee2724574a4299b5d1af26864" member_type: VOTER last_known_addr { host: "127.28.238.62" port: 40495 } } peers { permanent_uuid: "aae48b9c84e5451fb6ac8166d9d43b44" member_type: VOTER last_known_addr { host: "127.28.238.61" port: 35401 } } peers { permanent_uuid: "09f8b8930a6d434586c19b28a6ec4a21" member_type: VOTER last_known_addr { host: "127.28.238.60" port: 34545 } }
08:04:26.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.297587 29704 sys_catalog.cc:565] T 00000000000000000000000000000000 P ffdae41ee2724574a4299b5d1af26864 [sys.catalog]: configured and running, proceeding with master startup.
08:04:26.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.302731 29635 master_runner.cc:264] No leader master found from master ffdae41ee2724574a4299b5d1af26864
08:04:26.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.302819 29635 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:04:26.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.303821 29904 catalog_manager.cc:1594] T 00000000000000000000000000000000 P ffdae41ee2724574a4299b5d1af26864: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:04:26.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.304057 29904 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:04:26.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.305646 29890 sys_catalog.cc:455] T 00000000000000000000000000000000 P ffdae41ee2724574a4299b5d1af26864 [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: "ffdae41ee2724574a4299b5d1af26864" member_type: VOTER last_known_addr { host: "127.28.238.62" port: 40495 } } peers { permanent_uuid: "aae48b9c84e5451fb6ac8166d9d43b44" member_type: VOTER last_known_addr { host: "127.28.238.61" port: 35401 } } peers { permanent_uuid: "09f8b8930a6d434586c19b28a6ec4a21" member_type: VOTER last_known_addr { host: "127.28.238.60" port: 34545 } } }
08:04:26.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.305936 29890 sys_catalog.cc:458] T 00000000000000000000000000000000 P ffdae41ee2724574a4299b5d1af26864 [sys.catalog]: This master's current role is: FOLLOWER
08:04:26.307 [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:04:26.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.308614 29901 client.h:372] Failed to connect to Hive Metastore (localhost:44015): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:26.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:26.321731 29728 tablet.cc:2406] T 00000000000000000000000000000000 P aae48b9c84e5451fb6ac8166d9d43b44: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:04:26.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.340221 29853 raft_consensus.cc:493] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
08:04:26.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.340368 29853 raft_consensus.cc:515] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ffdae41ee2724574a4299b5d1af26864" member_type: VOTER last_known_addr { host: "127.28.238.62" port: 40495 } } peers { permanent_uuid: "aae48b9c84e5451fb6ac8166d9d43b44" member_type: VOTER last_known_addr { host: "127.28.238.61" port: 35401 } } peers { permanent_uuid: "09f8b8930a6d434586c19b28a6ec4a21" member_type: VOTER last_known_addr { host: "127.28.238.60" port: 34545 } }
08:04:26.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.340638 29853 leader_election.cc:290] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ffdae41ee2724574a4299b5d1af26864 (127.28.238.62:40495), aae48b9c84e5451fb6ac8166d9d43b44 (127.28.238.61:35401)
08:04:26.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.340905 29749 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "09f8b8930a6d434586c19b28a6ec4a21" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "aae48b9c84e5451fb6ac8166d9d43b44" is_pre_election: true
08:04:26.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.341049 29749 raft_consensus.cc:2468] T 00000000000000000000000000000000 P aae48b9c84e5451fb6ac8166d9d43b44 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 09f8b8930a6d434586c19b28a6ec4a21 in term 0.
08:04:26.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.341068 29677 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "09f8b8930a6d434586c19b28a6ec4a21" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ffdae41ee2724574a4299b5d1af26864" is_pre_election: true
08:04:26.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.341215 29677 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ffdae41ee2724574a4299b5d1af26864 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 09f8b8930a6d434586c19b28a6ec4a21 in term 0.
08:04:26.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.341238 29795 leader_election.cc:304] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21 [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: 09f8b8930a6d434586c19b28a6ec4a21, aae48b9c84e5451fb6ac8166d9d43b44; no voters: 
08:04:26.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.341743 29853 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21 [term 0 FOLLOWER]: Leader pre-election won for term 1
08:04:26.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.341806 29853 raft_consensus.cc:493] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
08:04:26.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.341826 29853 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21 [term 0 FOLLOWER]: Advancing to term 1
08:04:26.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.342588 29853 raft_consensus.cc:515] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ffdae41ee2724574a4299b5d1af26864" member_type: VOTER last_known_addr { host: "127.28.238.62" port: 40495 } } peers { permanent_uuid: "aae48b9c84e5451fb6ac8166d9d43b44" member_type: VOTER last_known_addr { host: "127.28.238.61" port: 35401 } } peers { permanent_uuid: "09f8b8930a6d434586c19b28a6ec4a21" member_type: VOTER last_known_addr { host: "127.28.238.60" port: 34545 } }
08:04:26.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.342717 29853 leader_election.cc:290] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21 [CANDIDATE]: Term 1 election: Requested vote from peers ffdae41ee2724574a4299b5d1af26864 (127.28.238.62:40495), aae48b9c84e5451fb6ac8166d9d43b44 (127.28.238.61:35401)
08:04:26.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.343065 29749 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "09f8b8930a6d434586c19b28a6ec4a21" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "aae48b9c84e5451fb6ac8166d9d43b44"
08:04:26.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.343139 29749 raft_consensus.cc:3060] T 00000000000000000000000000000000 P aae48b9c84e5451fb6ac8166d9d43b44 [term 0 FOLLOWER]: Advancing to term 1
08:04:26.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.344029 29749 raft_consensus.cc:2468] T 00000000000000000000000000000000 P aae48b9c84e5451fb6ac8166d9d43b44 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 09f8b8930a6d434586c19b28a6ec4a21 in term 1.
08:04:26.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.344213 29677 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "09f8b8930a6d434586c19b28a6ec4a21" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ffdae41ee2724574a4299b5d1af26864"
08:04:26.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.344316 29677 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ffdae41ee2724574a4299b5d1af26864 [term 0 FOLLOWER]: Advancing to term 1
08:04:26.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.345104 29677 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ffdae41ee2724574a4299b5d1af26864 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 09f8b8930a6d434586c19b28a6ec4a21 in term 1.
08:04:26.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.345302 29796 leader_election.cc:304] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21 [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: 09f8b8930a6d434586c19b28a6ec4a21, ffdae41ee2724574a4299b5d1af26864; no voters: 
08:04:26.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.346449 29853 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21 [term 1 FOLLOWER]: Leader election won for term 1
08:04:26.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.346621 29853 raft_consensus.cc:697] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21 [term 1 LEADER]: Becoming Leader. State: Replica: 09f8b8930a6d434586c19b28a6ec4a21, State: Running, Role: LEADER
08:04:26.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.346717 29853 consensus_queue.cc:237] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21 [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: "ffdae41ee2724574a4299b5d1af26864" member_type: VOTER last_known_addr { host: "127.28.238.62" port: 40495 } } peers { permanent_uuid: "aae48b9c84e5451fb6ac8166d9d43b44" member_type: VOTER last_known_addr { host: "127.28.238.61" port: 35401 } } peers { permanent_uuid: "09f8b8930a6d434586c19b28a6ec4a21" member_type: VOTER last_known_addr { host: "127.28.238.60" port: 34545 } }
08:04:26.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.347110 29853 sys_catalog.cc:455] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 09f8b8930a6d434586c19b28a6ec4a21. Latest consensus state: current_term: 1 leader_uuid: "09f8b8930a6d434586c19b28a6ec4a21" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ffdae41ee2724574a4299b5d1af26864" member_type: VOTER last_known_addr { host: "127.28.238.62" port: 40495 } } peers { permanent_uuid: "aae48b9c84e5451fb6ac8166d9d43b44" member_type: VOTER last_known_addr { host: "127.28.238.61" port: 35401 } } peers { permanent_uuid: "09f8b8930a6d434586c19b28a6ec4a21" member_type: VOTER last_known_addr { host: "127.28.238.60" port: 34545 } } }
08:04:26.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.347177 29853 sys_catalog.cc:458] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21 [sys.catalog]: This master's current role is: LEADER
08:04:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.351039 29909 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
08:04:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.351445 29909 catalog_manager.cc:1520] Initializing Kudu cluster ID...
08:04:26.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.359926 29749 raft_consensus.cc:1275] T 00000000000000000000000000000000 P aae48b9c84e5451fb6ac8166d9d43b44 [term 1 FOLLOWER]: Refusing update from remote peer 09f8b8930a6d434586c19b28a6ec4a21: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:04:26.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.361043 29853 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21 [LEADER]: Connected to new peer: Peer: permanent_uuid: "aae48b9c84e5451fb6ac8166d9d43b44" member_type: VOTER last_known_addr { host: "127.28.238.61" port: 35401 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:04:26.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.362932 29871 sys_catalog.cc:455] T 00000000000000000000000000000000 P aae48b9c84e5451fb6ac8166d9d43b44 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 09f8b8930a6d434586c19b28a6ec4a21. Latest consensus state: current_term: 1 leader_uuid: "09f8b8930a6d434586c19b28a6ec4a21" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ffdae41ee2724574a4299b5d1af26864" member_type: VOTER last_known_addr { host: "127.28.238.62" port: 40495 } } peers { permanent_uuid: "aae48b9c84e5451fb6ac8166d9d43b44" member_type: VOTER last_known_addr { host: "127.28.238.61" port: 35401 } } peers { permanent_uuid: "09f8b8930a6d434586c19b28a6ec4a21" member_type: VOTER last_known_addr { host: "127.28.238.60" port: 34545 } } }
08:04:26.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.363067 29871 sys_catalog.cc:458] T 00000000000000000000000000000000 P aae48b9c84e5451fb6ac8166d9d43b44 [sys.catalog]: This master's current role is: FOLLOWER
08:04:26.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.363938 29677 raft_consensus.cc:1275] T 00000000000000000000000000000000 P ffdae41ee2724574a4299b5d1af26864 [term 1 FOLLOWER]: Refusing update from remote peer 09f8b8930a6d434586c19b28a6ec4a21: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:04:26.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.364243 29853 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ffdae41ee2724574a4299b5d1af26864" member_type: VOTER last_known_addr { host: "127.28.238.62" port: 40495 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:04:26.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.365532 29890 sys_catalog.cc:455] T 00000000000000000000000000000000 P ffdae41ee2724574a4299b5d1af26864 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 09f8b8930a6d434586c19b28a6ec4a21. Latest consensus state: current_term: 1 leader_uuid: "09f8b8930a6d434586c19b28a6ec4a21" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ffdae41ee2724574a4299b5d1af26864" member_type: VOTER last_known_addr { host: "127.28.238.62" port: 40495 } } peers { permanent_uuid: "aae48b9c84e5451fb6ac8166d9d43b44" member_type: VOTER last_known_addr { host: "127.28.238.61" port: 35401 } } peers { permanent_uuid: "09f8b8930a6d434586c19b28a6ec4a21" member_type: VOTER last_known_addr { host: "127.28.238.60" port: 34545 } } }
08:04:26.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.365643 29890 sys_catalog.cc:458] T 00000000000000000000000000000000 P ffdae41ee2724574a4299b5d1af26864 [sys.catalog]: This master's current role is: FOLLOWER
08:04:26.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.376183 29907 sys_catalog.cc:455] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "09f8b8930a6d434586c19b28a6ec4a21" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ffdae41ee2724574a4299b5d1af26864" member_type: VOTER last_known_addr { host: "127.28.238.62" port: 40495 } } peers { permanent_uuid: "aae48b9c84e5451fb6ac8166d9d43b44" member_type: VOTER last_known_addr { host: "127.28.238.61" port: 35401 } } peers { permanent_uuid: "09f8b8930a6d434586c19b28a6ec4a21" member_type: VOTER last_known_addr { host: "127.28.238.60" port: 34545 } } }
08:04:26.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.376340 29907 sys_catalog.cc:458] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21 [sys.catalog]: This master's current role is: LEADER
08:04:26.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.377135 29871 sys_catalog.cc:455] T 00000000000000000000000000000000 P aae48b9c84e5451fb6ac8166d9d43b44 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "09f8b8930a6d434586c19b28a6ec4a21" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ffdae41ee2724574a4299b5d1af26864" member_type: VOTER last_known_addr { host: "127.28.238.62" port: 40495 } } peers { permanent_uuid: "aae48b9c84e5451fb6ac8166d9d43b44" member_type: VOTER last_known_addr { host: "127.28.238.61" port: 35401 } } peers { permanent_uuid: "09f8b8930a6d434586c19b28a6ec4a21" member_type: VOTER last_known_addr { host: "127.28.238.60" port: 34545 } } }
08:04:26.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.377230 29871 sys_catalog.cc:458] T 00000000000000000000000000000000 P aae48b9c84e5451fb6ac8166d9d43b44 [sys.catalog]: This master's current role is: FOLLOWER
08:04:26.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.377806 29910 mvcc.cc:204] Tried to move back new op lower bound from 7305207260607238144 to 7305207260556795904. Current Snapshot: MvccSnapshot[applied={T|T < 7305207260607238144}]
08:04:26.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.378491 29911 mvcc.cc:204] Tried to move back new op lower bound from 7305207260607238144 to 7305207260556795904. Current Snapshot: MvccSnapshot[applied={T|T < 7305207260607238144}]
08:04:26.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.379149 29909 catalog_manager.cc:1383] Generated new cluster ID: a50c7c7eda484693b589ba2d61891bd5
08:04:26.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.379199 29909 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
08:04:26.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.383531 29853 sys_catalog.cc:455] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "09f8b8930a6d434586c19b28a6ec4a21" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ffdae41ee2724574a4299b5d1af26864" member_type: VOTER last_known_addr { host: "127.28.238.62" port: 40495 } } peers { permanent_uuid: "aae48b9c84e5451fb6ac8166d9d43b44" member_type: VOTER last_known_addr { host: "127.28.238.61" port: 35401 } } peers { permanent_uuid: "09f8b8930a6d434586c19b28a6ec4a21" member_type: VOTER last_known_addr { host: "127.28.238.60" port: 34545 } } }
08:04:26.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.383651 29853 sys_catalog.cc:458] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21 [sys.catalog]: This master's current role is: LEADER
08:04:26.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.384195 29890 sys_catalog.cc:455] T 00000000000000000000000000000000 P ffdae41ee2724574a4299b5d1af26864 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "09f8b8930a6d434586c19b28a6ec4a21" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ffdae41ee2724574a4299b5d1af26864" member_type: VOTER last_known_addr { host: "127.28.238.62" port: 40495 } } peers { permanent_uuid: "aae48b9c84e5451fb6ac8166d9d43b44" member_type: VOTER last_known_addr { host: "127.28.238.61" port: 35401 } } peers { permanent_uuid: "09f8b8930a6d434586c19b28a6ec4a21" member_type: VOTER last_known_addr { host: "127.28.238.60" port: 34545 } } }
08:04:26.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.384294 29890 sys_catalog.cc:458] T 00000000000000000000000000000000 P ffdae41ee2724574a4299b5d1af26864 [sys.catalog]: This master's current role is: FOLLOWER
08:04:26.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.409657 29909 catalog_manager.cc:1406] Generated new certificate authority record
08:04:26.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.410745 29909 catalog_manager.cc:1540] Loading token signing keys...
08:04:26.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.431921 29909 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 09f8b8930a6d434586c19b28a6ec4a21: Generated new TSK 0
08:04:26.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.432464 29909 catalog_manager.cc:1550] Initializing in-progress tserver states...
08:04:26.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.432791 29909 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
08:04:26.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:26.433071 29909 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
08:04:26.757 [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:04:26.766 [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:04:26.766 [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:04:26.858 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:04:26.865 [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/hive1578048254929054292/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=ab76f980-047c-4c78-a587-9baec09ccd00, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.238.62:40495,127.28.238.60:34545,127.28.238.61:35401}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:04:26.867 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1578048254929054292/external-warehouse/table
08:04:26.982 [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:04:27.026 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
08:04:27.027 [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:04:27.148 [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:04:27.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:27.216023 29885 catalog_manager.cc:1295] Loaded cluster ID: a50c7c7eda484693b589ba2d61891bd5
08:04:27.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:27.216117 29885 catalog_manager.cc:1588] T 00000000000000000000000000000000 P aae48b9c84e5451fb6ac8166d9d43b44: loading cluster ID for follower catalog manager: success
08:04:27.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:27.217427 29885 catalog_manager.cc:1610] T 00000000000000000000000000000000 P aae48b9c84e5451fb6ac8166d9d43b44: acquiring CA information for follower catalog manager: success
08:04:27.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:27.217799 29885 catalog_manager.cc:1638] T 00000000000000000000000000000000 P aae48b9c84e5451fb6ac8166d9d43b44: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:04:27.233 [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:04:27.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:27.233669 29882 client.h:372] Failed to connect to Hive Metastore (localhost:44015): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:27.239 [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:04:27.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:27.240419 29864 client.h:372] Failed to connect to Hive Metastore (localhost:44015): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:27.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:27.304642 29904 catalog_manager.cc:1295] Loaded cluster ID: a50c7c7eda484693b589ba2d61891bd5
08:04:27.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:27.304736 29904 catalog_manager.cc:1588] T 00000000000000000000000000000000 P ffdae41ee2724574a4299b5d1af26864: loading cluster ID for follower catalog manager: success
08:04:27.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:27.306087 29904 catalog_manager.cc:1610] T 00000000000000000000000000000000 P ffdae41ee2724574a4299b5d1af26864: acquiring CA information for follower catalog manager: success
08:04:27.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:27.306447 29904 catalog_manager.cc:1638] T 00000000000000000000000000000000 P ffdae41ee2724574a4299b5d1af26864: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:04:27.319 [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:04:27.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:27.320449 29901 client.h:372] Failed to connect to Hive Metastore (localhost:44015): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:27.416 [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:04:27.459 [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:04:27.485 [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:04:27.620 [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:04:27.621 [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:04:27.623 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.28.238.62:40495(127.28.238.62:40495)] connecting to peer
08:04:27.627 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.28.238.60:34545(127.28.238.60:34545)] connecting to peer
08:04:27.628 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.28.238.62:40495(127.28.238.62:40495)] Successfully connected to peer
08:04:27.631 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.28.238.61:35401(127.28.238.61:35401)] connecting to peer
08:04:27.633 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.28.238.60:34545(127.28.238.60:34545)] Successfully connected to peer
08:04:27.634 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.28.238.61:35401(127.28.238.61:35401)] Successfully connected to peer
08:04:27.644 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.28.238.60
08:04:27.644 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.28.238.61
08:04:27.647 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.28.238.62
08:04:27.693 [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:04:27.694 [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:04:27.693 [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:04:27.703 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x5e622632, L:/127.0.0.1:36916 - R:/127.28.238.61:35401] using SASL/PLAIN
08:04:27.705 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x484ab4b6, L:/127.0.0.1:45528 - R:/127.28.238.62:40495] using SASL/PLAIN
08:04:27.703 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xc4e16e35, L:/127.0.0.1:37972 - R:/127.28.238.60:34545] using SASL/PLAIN
08:04:27.711 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
08:04:27.718 [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:04:27.719 [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:04:27.747 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
08:04:27.748 [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:04:27.793 [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:04:27.809 [INFO - Metastore-Handler-Pool: Thread-86] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
08:04:27.810 [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=ab76f980-047c-4c78-a587-9baec09ccd00, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.238.62:40495,127.28.238.60:34545,127.28.238.61:35401}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:04:27.813 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:04:27.816 [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/hive1578048254929054292/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=ab76f980-047c-4c78-a587-9baec09ccd00, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.238.62:40495,127.28.238.60:34545,127.28.238.61:35401}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:04:27.818 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1578048254929054292/external-warehouse/table
08:04:27.852 [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:04:27.864 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
08:04:27.865 [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:04:27.886 [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:04:27.902 [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:04:27.904 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:04:27.907 [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/hive1578048254929054292/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:04:27.909 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive1578048254929054292/external-warehouse/table specified for non-external table:table
08:04:27.910 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1578048254929054292/external-warehouse/table
08:04:27.928 [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:04:27.940 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
08:04:27.941 [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:04:27.961 [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:04:27.975 [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:04:27.976 [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:04:27.990 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
08:04:27.991 [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:04:28.008 [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:04:28.026 [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:04:28.028 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:04:28.030 [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/hive1578048254929054292/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:04:28.030 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive1578048254929054292/external-warehouse/table specified for non-external table:table
08:04:28.031 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1578048254929054292/external-warehouse/table
08:04:28.050 [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:04:28.061 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
08:04:28.062 [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:04:28.084 [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:04:28.114 [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:04:28.115 [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:04:28.131 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
08:04:28.132 [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:04:28.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:04:28.181 [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:04:28.186 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:04:28.190 [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/hive1578048254929054292/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:04:28.193 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1578048254929054292/external-warehouse/table
08:04:28.212 [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:04:28.223 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
08:04:28.225 [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:04:28.245 [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:04:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:28.245560 29882 client.h:372] Failed to connect to Hive Metastore (localhost:44015): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:28.259 [INFO - Metastore-Handler-Pool: Thread-105] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:04:28.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:28.260049 29864 client.h:372] Failed to connect to Hive Metastore (localhost:44015): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:28.268 [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:04:28.292 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
08:04:28.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:28.293056 29624 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxb1_bD/build/release/bin/kudu with pid 29635
08:04:28.294 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
08:04:28.294 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9be55a2, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6ad0e815 will be shutdown
08:04:28.294 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
08:04:28.300 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.28.238.62:40495(127.28.238.62:40495)] handling channelInactive
08:04:28.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:28.300184 29624 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxb1_bD/build/release/bin/kudu with pid 29707
08:04:28.300 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.28.238.62:40495(127.28.238.62:40495)] cleaning up while in state READY due to: connection closed
08:04:28.308 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.28.238.61:35401(127.28.238.61:35401)] handling channelInactive
08:04:28.308 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.28.238.61:35401(127.28.238.61:35401)] cleaning up while in state READY due to: connection closed
08:04:28.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:28.307765 29624 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxb1_bD/build/release/bin/kudu with pid 29778
08:04:28.315 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.28.238.60:34545(127.28.238.60:34545)] handling channelInactive
08:04:28.315 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.28.238.60:34545(127.28.238.60:34545)] cleaning up while in state READY due to: connection closed
08:04:28.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:04:28Z chronyd exiting
.08:04:28.356 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:04:28.356 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:04:28.356 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:04:28.381 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive9300591001643407331
08:04:28.382 [INFO - Thread-70] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
08:04:28.382 [INFO - Thread-70] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
08:04:28.384 [INFO - Thread-70] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:04:28.384 [INFO - Thread-70] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:04:28.385 [INFO - Thread-70] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
08:04:28.386 [INFO - Thread-70] (HikariDataSource.java:350) objectstore - Shutdown initiated...
08:04:28.391 [INFO - Thread-70] (HikariDataSource.java:352) objectstore - Shutdown completed.
08:04:28.391 [INFO - Thread-70] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
08:04:28.392 [INFO - Thread-70] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
08:04:28.392 [INFO - Thread-70] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
08:04:28.394 [INFO - Thread-70] (HikariDataSource.java:80) objectstore - Starting...
08:04:28.480 [INFO - Thread-70] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:04:28.480 [INFO - Thread-70] (HikariDataSource.java:82) objectstore - Start completed.
08:04:28.480 [INFO - Thread-70] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
08:04:28.482 [INFO - Thread-70] (HikariDataSource.java:80) objectstore-secondary - Starting...
08:04:28.487 [INFO - Thread-70] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:04:28.487 [INFO - Thread-70] (HikariDataSource.java:82) objectstore-secondary - Start completed.
08:04:28.507 [INFO - Thread-70] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
08:04:28.507 [INFO - Thread-70] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
08:04:28.507 [INFO - Thread-70] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
08:04:28.534 [WARN - Thread-70] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:28.535 [WARN - Thread-70] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:28.536 [WARN - Thread-70] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:28.536 [WARN - Thread-70] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:28.536 [WARN - Thread-70] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:28.537 [WARN - Thread-70] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:28.762 [INFO - Thread-70] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
08:04:28.762 [INFO - Thread-70] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4c10626, with PersistenceManager: null will be shutdown
08:04:28.763 [INFO - Thread-70] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4c10626, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@46dca1d1 created in the thread with id: 106
08:04:28.765 [WARN - Thread-70] (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:04:28.766 [INFO - Thread-70] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4c10626
08:04:28.889 [INFO - Thread-70] (HMSHandler.java:595) Started creating a default database with name: default
08:04:28.907 [INFO - Thread-70] (HMSHandler.java:605) Successfully created a default database with name: default
08:04:28.934 [INFO - Thread-70] (HMSHandler.java:668) Added admin role in metastore
08:04:28.936 [INFO - Thread-70] (HMSHandler.java:677) Added public role in metastore
08:04:28.975 [INFO - Thread-70] (HMSHandler.java:717) No user is added in admin role, since config is empty
08:04:28.976 [INFO - Thread-70] (HMSHandler.java:404) HMS server filtering is disabled by configuration
08:04:28.976 [INFO - Thread-70] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
08:04:28.976 [INFO - Thread-70] (HiveMetaStore.java:697) Direct SQL optimization = true
08:04:28.977 [WARN - Thread-70] (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:04:28.978 [INFO - Thread-70] (HiveMetaStore.java:632) Started the new metaserver on port [37523]...
08:04:28.978 [INFO - Thread-70] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
08:04:28.978 [INFO - Thread-70] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
08:04:28.978 [INFO - Thread-70] (HiveMetaStore.java:635) TCP keepalive = true
08:04:28.978 [INFO - Thread-70] (HiveMetaStore.java:636) Enable SSL = false
08:04:29.383 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:04:29.384 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:04:29.384 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:04:29.386 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
08:04:29.386 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:37523]
08:04:29.386 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:37523) in binary transport mode
08:04:29.386 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:37523) current connections: 1
08:04:29.388 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskxb1_bD/test-tmp
08:04:29.388 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
08:04:29.389 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskxb1_bD/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
08:04:29.391 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:37523"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

08:04:29.466 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:04:29.467 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

08:04:29.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.467744 29966 mini_oidc.cc:150] Starting JWKS server
08:04:29.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.468406 29966 webserver.cc:533] Webserver started at http://127.0.0.1:34149/ using document root <none> and password file <none>
08:04:29.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.468475 29966 mini_oidc.cc:186] Starting OIDC Discovery server
08:04:29.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.468593 29966 webserver.cc:533] Webserver started at http://127.0.0.1:33483/ using document root <none> and password file <none>
08:04:29.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:04:29Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
08:04:29.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:04:29Z Disabled control of system clock
08:04:29.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.478091 29966 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:29.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:29.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-0/wal
08:04:29.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-0/data
08:04:29.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:04:29.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:04:29.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:04:29.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:29.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:29.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:29.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-0/logs
08:04:29.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-0/data/info.pb
08:04:29.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:29.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:04:29.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:04:29.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:04:29.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:04:29.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:29.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:29.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:29.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:04:29.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:04:29.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:29.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:29.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.67.190:34305
08:04:29.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.67.190
08:04:29.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:29.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.67.148:36703
08:04:29.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:29.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:29.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:29.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:29.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.67.190:34305,127.29.67.189:35141,127.29.67.188:41119
08:04:29.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:29.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34149/jwks.json
08:04:29.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37523 with env {}
08:04:29.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.557111 29977 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:04:29.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.557313 29977 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:04:29.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.557341 29977 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:04:29.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.559149 29977 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:04:29.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.559209 29977 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:04:29.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.559228 29977 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:04:29.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.559244 29977 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:04:29.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.559259 29977 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:04:29.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.559273 29977 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34149/jwks.json
08:04:29.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.561219 29977 master_runner.cc:387] Master server non-default flags:
08:04:29.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:29.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.67.148:36703
08:04:29.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:29.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:29.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-0/data
08:04:29.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-0/wal
08:04:29.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37523
08:04:29.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:29.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.67.190:34305,127.29.67.189:35141,127.29.67.188:41119
08:04:29.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:29.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:29.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:29.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.67.190:34305
08:04:29.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:29.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:04:29.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:29.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34149/jwks.json
08:04:29.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:29.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:29.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-0/data/info.pb
08:04:29.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.67.190
08:04:29.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:29.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:04:29.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.29977
08:04:29.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:29.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:04:29.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:04:29.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:29.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-0/logs
08:04:29.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:29.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:04:29.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:04:29.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:04:29.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:04:29.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:04:29.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
08:04:29.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on e7f111948823
08:04:29.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12769
08:04:29.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.561491 29977 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:04:29.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.561789 29977 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:04:29.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.564664 29982 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:04:29.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.564636 29983 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:04:29.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.564643 29985 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:04:29.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.564675 29977 server_base.cc:1061] running on GCE node
08:04:29.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.565241 29977 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:04:29.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.565472 29977 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:04:29.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.566645 29977 hybrid_clock.cc:648] HybridClock initialized: now 1783497869566610 us; error 33 us; skew 500 ppm
08:04:29.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.568027 29977 webserver.cc:533] Webserver started at http://127.29.67.190:46407/ using document root <none> and password file <none>
08:04:29.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.568261 29977 fs_manager.cc:362] Metadata directory not provided
08:04:29.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.568333 29977 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:04:29.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.568461 29977 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:04:29.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.569336 29977 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-0/data/instance:
08:04:29.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "397f339cf87546809949e799cd47401c"
08:04:29.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:29 on dist-test-slave-s91w"
08:04:29.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.569705 29977 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-0/wal/instance:
08:04:29.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "397f339cf87546809949e799cd47401c"
08:04:29.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:29 on dist-test-slave-s91w"
08:04:29.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.571276 29977 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.003s
08:04:29.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.572114 29991 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:04:29.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.572324 29977 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.001s
08:04:29.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.572405 29977 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-0/data,/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-0/wal
08:04:29.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "397f339cf87546809949e799cd47401c"
08:04:29.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:29 on dist-test-slave-s91w"
08:04:29.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.572464 29977 fs_report.cc:389] FS layout report
08:04:29.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:04:29.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-0/wal
08:04:29.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-0/wal
08:04:29.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-0/data/data
08:04:29.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:04:29.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:04:29.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:04:29.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:04:29.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:04:29.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:04:29.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:04:29.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:04:29.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:04:29.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:04:29.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:04:29.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.590967 29977 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:04:29.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.591251 29977 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:04:29.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.591332 29977 kserver.cc:163] Server-wide thread pool size limit: 3276
08:04:29.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.594851 29977 rpc_server.cc:307] RPC server started. Bound to: 127.29.67.190:34305
08:04:29.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.594933 30043 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.67.190:34305 every 8 connection(s)
08:04:29.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.595273 29977 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-0/data/info.pb
08:04:29.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.595938 30044 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:04:29.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.597149 30044 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.67.190" port: 34305 } has no permanent_uuid. Determining permanent_uuid...
08:04:29.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.602648 29966 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxb1_bD/build/release/bin/kudu as pid 29977
08:04:29.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.602653 30044 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.67.189" port: 35141 } has no permanent_uuid. Determining permanent_uuid...
08:04:29.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.602744 29966 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-0/wal/instance
08:04:29.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.603256 29993 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.67.189:35141: connect: Connection refused (error 111)
08:04:29.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.603552 29966 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:29.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:29.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-1/wal
08:04:29.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-1/data
08:04:29.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:04:29.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:04:29.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:04:29.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:29.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:29.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:29.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-1/logs
08:04:29.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-1/data/info.pb
08:04:29.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:29.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:04:29.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:04:29.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:04:29.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:04:29.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:29.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:29.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:29.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:04:29.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:04:29.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:29.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:29.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.67.189:35141
08:04:29.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.67.189
08:04:29.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:29.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.67.148:36703
08:04:29.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:29.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:29.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:29.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:29.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.67.190:34305,127.29.67.189:35141,127.29.67.188:41119
08:04:29.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:29.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34149/jwks.json
08:04:29.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37523 with env {}
08:04:29.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.603871 30044 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.67.189:35141: Network error: Client connection negotiation failed: client connection to 127.29.67.189:35141: connect: Connection refused (error 111)
08:04:29.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.653097 30044 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.67.189" port: 35141 } attempt: 1
08:04:29.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.654043 30044 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.67.189:35141: Network error: Client connection negotiation failed: client connection to 127.29.67.189:35141: connect: Connection refused (error 111)
08:04:29.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.683593 30048 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:04:29.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.683791 30048 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:04:29.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.683822 30048 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:04:29.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.685429 30048 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:04:29.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.685484 30048 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:04:29.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.685497 30048 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:04:29.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.685508 30048 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:04:29.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.685520 30048 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:04:29.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.685530 30048 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34149/jwks.json
08:04:29.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.687529 30048 master_runner.cc:387] Master server non-default flags:
08:04:29.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:29.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.67.148:36703
08:04:29.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:29.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:29.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-1/data
08:04:29.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-1/wal
08:04:29.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37523
08:04:29.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:29.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.67.190:34305,127.29.67.189:35141,127.29.67.188:41119
08:04:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.67.189:35141
08:04:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:04:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34149/jwks.json
08:04:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-1/data/info.pb
08:04:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.67.189
08:04:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:04:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.30048
08:04:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:04:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:04:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-1/logs
08:04:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:04:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:04:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:04:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:04:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:04:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
08:04:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on e7f111948823
08:04:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12769
08:04:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.687775 30048 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:04:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.687964 30048 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:04:29.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.690681 30053 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:04:29.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.690773 30054 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:04:29.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.690790 30056 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:04:29.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.690943 30048 server_base.cc:1061] running on GCE node
08:04:29.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.691215 30048 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:04:29.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.691519 30048 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:04:29.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.692675 30048 hybrid_clock.cc:648] HybridClock initialized: now 1783497869692656 us; error 38 us; skew 500 ppm
08:04:29.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.694235 30048 webserver.cc:533] Webserver started at http://127.29.67.189:40099/ using document root <none> and password file <none>
08:04:29.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.694460 30048 fs_manager.cc:362] Metadata directory not provided
08:04:29.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.694518 30048 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:04:29.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.694631 30048 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:04:29.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.695575 30048 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-1/data/instance:
08:04:29.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "38d84c015129486280ad0d1f9b419605"
08:04:29.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:29 on dist-test-slave-s91w"
08:04:29.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.695936 30048 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-1/wal/instance:
08:04:29.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "38d84c015129486280ad0d1f9b419605"
08:04:29.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:29 on dist-test-slave-s91w"
08:04:29.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.697281 30048 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
08:04:29.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.698217 30062 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:04:29.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.698448 30048 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
08:04:29.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.698534 30048 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-1/data,/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-1/wal
08:04:29.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "38d84c015129486280ad0d1f9b419605"
08:04:29.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:29 on dist-test-slave-s91w"
08:04:29.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.698607 30048 fs_report.cc:389] FS layout report
08:04:29.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:04:29.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-1/wal
08:04:29.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-1/wal
08:04:29.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-1/data/data
08:04:29.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:04:29.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:04:29.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:04:29.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:04:29.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:04:29.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:04:29.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:04:29.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:04:29.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:04:29.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:04:29.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:04:29.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.712256 30048 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:04:29.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.712576 30048 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:04:29.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.712693 30048 kserver.cc:163] Server-wide thread pool size limit: 3276
08:04:29.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.716518 30048 rpc_server.cc:307] RPC server started. Bound to: 127.29.67.189:35141
08:04:29.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.716555 30115 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.67.189:35141 every 8 connection(s)
08:04:29.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.716920 30048 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-1/data/info.pb
08:04:29.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.717530 30116 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:04:29.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.718760 30116 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.67.190" port: 34305 } has no permanent_uuid. Determining permanent_uuid...
08:04:29.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.719732 29966 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxb1_bD/build/release/bin/kudu as pid 30048
08:04:29.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.719813 29966 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-1/wal/instance
08:04:29.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.720161 29966 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:29.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:29.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-2/wal
08:04:29.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-2/data
08:04:29.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:04:29.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:04:29.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:04:29.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:29.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:29.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:29.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-2/logs
08:04:29.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-2/data/info.pb
08:04:29.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:29.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:04:29.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:04:29.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:04:29.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:04:29.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:29.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:29.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:29.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:04:29.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:04:29.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:29.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:29.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.67.188:41119
08:04:29.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.67.188
08:04:29.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:29.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.67.148:36703
08:04:29.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:29.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:29.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:29.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:29.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.67.190:34305,127.29.67.189:35141,127.29.67.188:41119
08:04:29.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:29.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34149/jwks.json
08:04:29.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37523 with env {}
08:04:29.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.722201 30044 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.67.189" port: 35141 } attempt: 2
08:04:29.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.724512 30116 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.67.189" port: 35141 } has no permanent_uuid. Determining permanent_uuid...
08:04:29.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.726792 30044 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.67.188" port: 41119 } has no permanent_uuid. Determining permanent_uuid...
08:04:29.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.727671 30044 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.67.188:41119: Network error: Client connection negotiation failed: client connection to 127.29.67.188:41119: connect: Connection refused (error 111)
08:04:29.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.728657 30116 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.67.188" port: 41119 } has no permanent_uuid. Determining permanent_uuid...
08:04:29.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.729009 30066 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.67.188:41119: connect: Connection refused (error 111)
08:04:29.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.729413 30116 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.67.188:41119: Network error: Client connection negotiation failed: client connection to 127.29.67.188:41119: connect: Connection refused (error 111)
08:04:29.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.770834 30044 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.67.188" port: 41119 } attempt: 1
08:04:29.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.771719 30044 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.67.188:41119: Network error: Client connection negotiation failed: client connection to 127.29.67.188:41119: connect: Connection refused (error 111)
08:04:29.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.778616 30116 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.67.188" port: 41119 } attempt: 1
08:04:29.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.779619 30116 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.67.188:41119: Network error: Client connection negotiation failed: client connection to 127.29.67.188:41119: connect: Connection refused (error 111)
08:04:29.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.798707 30118 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:04:29.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.798873 30118 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:04:29.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.798892 30118 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:04:29.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.800413 30118 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:04:29.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.800460 30118 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:04:29.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.800473 30118 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:04:29.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.800483 30118 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:04:29.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.800494 30118 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:04:29.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.800504 30118 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34149/jwks.json
08:04:29.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.802119 30118 master_runner.cc:387] Master server non-default flags:
08:04:29.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:29.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.67.148:36703
08:04:29.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:29.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:29.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-2/data
08:04:29.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-2/wal
08:04:29.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37523
08:04:29.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:29.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.67.190:34305,127.29.67.189:35141,127.29.67.188:41119
08:04:29.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:29.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:29.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:29.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.67.188:41119
08:04:29.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:29.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:04:29.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:29.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34149/jwks.json
08:04:29.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:29.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:29.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-2/data/info.pb
08:04:29.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.67.188
08:04:29.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:29.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:04:29.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.30118
08:04:29.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:29.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:04:29.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:04:29.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:29.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-2/logs
08:04:29.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:29.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:04:29.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:04:29.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:04:29.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:04:29.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:04:29.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
08:04:29.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on e7f111948823
08:04:29.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12769
08:04:29.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.802302 30118 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:04:29.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.802479 30118 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:04:29.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.804936 30127 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:04:29.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.804955 30130 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:04:29.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.805243 30118 server_base.cc:1061] running on GCE node
08:04:29.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.805018 30128 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:04:29.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.805668 30118 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:04:29.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.805903 30118 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:04:29.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.807034 30118 hybrid_clock.cc:648] HybridClock initialized: now 1783497869806993 us; error 53 us; skew 500 ppm
08:04:29.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.808327 30118 webserver.cc:533] Webserver started at http://127.29.67.188:41639/ using document root <none> and password file <none>
08:04:29.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.808557 30118 fs_manager.cc:362] Metadata directory not provided
08:04:29.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.808625 30118 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:04:29.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.808745 30118 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:04:29.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.809762 30118 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-2/data/instance:
08:04:29.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "400bcf8e3eb24d058c8be7a4519a4e13"
08:04:29.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:29 on dist-test-slave-s91w"
08:04:29.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.810235 30118 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-2/wal/instance:
08:04:29.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "400bcf8e3eb24d058c8be7a4519a4e13"
08:04:29.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:29 on dist-test-slave-s91w"
08:04:29.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.811610 30118 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.003s
08:04:29.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.812443 30136 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:04:29.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.812618 30118 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.001s
08:04:29.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.812693 30118 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-2/data,/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-2/wal
08:04:29.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "400bcf8e3eb24d058c8be7a4519a4e13"
08:04:29.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:29 on dist-test-slave-s91w"
08:04:29.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.812757 30118 fs_report.cc:389] FS layout report
08:04:29.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:04:29.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-2/wal
08:04:29.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-2/wal
08:04:29.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-2/data/data
08:04:29.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:04:29.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:04:29.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:04:29.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:04:29.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:04:29.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:04:29.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:04:29.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:04:29.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:04:29.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:04:29.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:04:29.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.818925 30044 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.67.188" port: 41119 } attempt: 2
08:04:29.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.819607 30044 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.67.188:41119: Network error: Client connection negotiation failed: client connection to 127.29.67.188:41119: connect: Connection refused (error 111)
08:04:29.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.846165 30118 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:04:29.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.846475 30118 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:04:29.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.846586 30118 kserver.cc:163] Server-wide thread pool size limit: 3276
08:04:29.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.847775 30116 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.67.188" port: 41119 } attempt: 2
08:04:29.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.848524 30116 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.67.188:41119: Network error: Client connection negotiation failed: client connection to 127.29.67.188:41119: connect: Connection refused (error 111)
08:04:29.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.850446 30118 rpc_server.cc:307] RPC server started. Bound to: 127.29.67.188:41119
08:04:29.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.850482 30188 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.67.188:41119 every 8 connection(s)
08:04:29.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.850749 30118 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-2/data/info.pb
08:04:29.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.851276 30189 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:04:29.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.852535 30189 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.67.190" port: 34305 } has no permanent_uuid. Determining permanent_uuid...
08:04:29.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.855211 29966 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxb1_bD/build/release/bin/kudu as pid 30118
08:04:29.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.855400 29966 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14977914236614111654/master-2/wal/instance
08:04:29.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.857750 30189 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.67.189" port: 35141 } has no permanent_uuid. Determining permanent_uuid...
08:04:29.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.860881 30189 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.67.188" port: 41119 } has no permanent_uuid. Determining permanent_uuid...
08:04:29.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.864969 30189 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13: Bootstrap starting.
08:04:29.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.865725 30189 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13: Neither blocks nor log segments found. Creating new log.
08:04:29.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.865979 30189 log.cc:826] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13: Log is configured to *not* fsync() on all Append() calls
08:04:29.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.866739 30189 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13: No bootstrap required, opened a new log
08:04:29.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.868775 30189 raft_consensus.cc:359] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "397f339cf87546809949e799cd47401c" member_type: VOTER last_known_addr { host: "127.29.67.190" port: 34305 } } peers { permanent_uuid: "38d84c015129486280ad0d1f9b419605" member_type: VOTER last_known_addr { host: "127.29.67.189" port: 35141 } } peers { permanent_uuid: "400bcf8e3eb24d058c8be7a4519a4e13" member_type: VOTER last_known_addr { host: "127.29.67.188" port: 41119 } }
08:04:29.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.868916 30189 raft_consensus.cc:385] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:04:29.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.868948 30189 raft_consensus.cc:740] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 400bcf8e3eb24d058c8be7a4519a4e13, State: Initialized, Role: FOLLOWER
08:04:29.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.869040 30189 consensus_queue.cc:260] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13 [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: "397f339cf87546809949e799cd47401c" member_type: VOTER last_known_addr { host: "127.29.67.190" port: 34305 } } peers { permanent_uuid: "38d84c015129486280ad0d1f9b419605" member_type: VOTER last_known_addr { host: "127.29.67.189" port: 35141 } } peers { permanent_uuid: "400bcf8e3eb24d058c8be7a4519a4e13" member_type: VOTER last_known_addr { host: "127.29.67.188" port: 41119 } }
08:04:29.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.869308 29966 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
08:04:29.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.869338 30189 sys_catalog.cc:565] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13 [sys.catalog]: configured and running, proceeding with master startup.
08:04:29.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.869347 30195 sys_catalog.cc:455] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13 [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: "397f339cf87546809949e799cd47401c" member_type: VOTER last_known_addr { host: "127.29.67.190" port: 34305 } } peers { permanent_uuid: "38d84c015129486280ad0d1f9b419605" member_type: VOTER last_known_addr { host: "127.29.67.189" port: 35141 } } peers { permanent_uuid: "400bcf8e3eb24d058c8be7a4519a4e13" member_type: VOTER last_known_addr { host: "127.29.67.188" port: 41119 } } }
08:04:29.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.869431 30195 sys_catalog.cc:458] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13 [sys.catalog]: This master's current role is: FOLLOWER
08:04:29.870 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:04:29.870 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

08:04:29.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.871559 30209 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:04:29.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.871768 30209 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:04:29.871 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.29.67.190"
      port: 34305
    }
    bound_http_address {
      host: "127.29.67.190"
      port: 46407
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.29.67.189"
      port: 35141
    }
    bound_http_address {
      host: "127.29.67.189"
      port: 40099
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.29.67.188"
      port: 41119
    }
    bound_http_address {
      host: "127.29.67.188"
      port: 41639
    }
  }
}

08:04:29.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.871678 30118 master_runner.cc:187] Error getting master registration for 127.29.67.190:34305: OK, instance_id { permanent_uuid: "397f339cf87546809949e799cd47401c" instance_seqno: 1783497869593873 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:04:29.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.873476 30118 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:04:29.873 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

08:04:29.873 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:04:29.874 [INFO - Metastore-Handler-Pool: Thread-129] (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:04:29.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.875130 30206 client.h:372] Failed to connect to Hive Metastore (localhost:37523): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:29.875 [INFO - Metastore-Handler-Pool: Thread-127] (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:04:29.877 [INFO - Metastore-Handler-Pool: Thread-127] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:04:29.877 [INFO - Metastore-Handler-Pool: Thread-127] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:04:29.878 [INFO - Metastore-Handler-Pool: Thread-127] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@22400c2f, with PersistenceManager: null will be shutdown
08:04:29.878 [INFO - Metastore-Handler-Pool: Thread-127] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@22400c2f, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@18eee1c9 created in the thread with id: 127
08:04:29.882 [INFO - Metastore-Handler-Pool: Thread-127] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@22400c2f
08:04:29.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.926765 30044 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.67.188" port: 41119 } attempt: 3
08:04:29.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.932665 30044 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 397f339cf87546809949e799cd47401c: Bootstrap starting.
08:04:29.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.933445 30044 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 397f339cf87546809949e799cd47401c: Neither blocks nor log segments found. Creating new log.
08:04:29.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.933692 30044 log.cc:826] T 00000000000000000000000000000000 P 397f339cf87546809949e799cd47401c: Log is configured to *not* fsync() on all Append() calls
08:04:29.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.934852 30044 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 397f339cf87546809949e799cd47401c: No bootstrap required, opened a new log
08:04:29.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.937047 30044 raft_consensus.cc:359] T 00000000000000000000000000000000 P 397f339cf87546809949e799cd47401c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "397f339cf87546809949e799cd47401c" member_type: VOTER last_known_addr { host: "127.29.67.190" port: 34305 } } peers { permanent_uuid: "38d84c015129486280ad0d1f9b419605" member_type: VOTER last_known_addr { host: "127.29.67.189" port: 35141 } } peers { permanent_uuid: "400bcf8e3eb24d058c8be7a4519a4e13" member_type: VOTER last_known_addr { host: "127.29.67.188" port: 41119 } }
08:04:29.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.937201 30044 raft_consensus.cc:385] T 00000000000000000000000000000000 P 397f339cf87546809949e799cd47401c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:04:29.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.937229 30044 raft_consensus.cc:740] T 00000000000000000000000000000000 P 397f339cf87546809949e799cd47401c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 397f339cf87546809949e799cd47401c, State: Initialized, Role: FOLLOWER
08:04:29.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.937342 30044 consensus_queue.cc:260] T 00000000000000000000000000000000 P 397f339cf87546809949e799cd47401c [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: "397f339cf87546809949e799cd47401c" member_type: VOTER last_known_addr { host: "127.29.67.190" port: 34305 } } peers { permanent_uuid: "38d84c015129486280ad0d1f9b419605" member_type: VOTER last_known_addr { host: "127.29.67.189" port: 35141 } } peers { permanent_uuid: "400bcf8e3eb24d058c8be7a4519a4e13" member_type: VOTER last_known_addr { host: "127.29.67.188" port: 41119 } }
08:04:29.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.938359 30044 sys_catalog.cc:565] T 00000000000000000000000000000000 P 397f339cf87546809949e799cd47401c [sys.catalog]: configured and running, proceeding with master startup.
08:04:29.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.939658 30116 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.67.188" port: 41119 } attempt: 3
08:04:29.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.945081 30116 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 38d84c015129486280ad0d1f9b419605: Bootstrap starting.
08:04:29.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.945789 30116 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 38d84c015129486280ad0d1f9b419605: Neither blocks nor log segments found. Creating new log.
08:04:29.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.946280 30116 log.cc:826] T 00000000000000000000000000000000 P 38d84c015129486280ad0d1f9b419605: Log is configured to *not* fsync() on all Append() calls
08:04:29.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.947844 30116 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 38d84c015129486280ad0d1f9b419605: No bootstrap required, opened a new log
08:04:29.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.948509 29977 master_runner.cc:187] Error getting master registration for 127.29.67.189:35141: OK, instance_id { permanent_uuid: "38d84c015129486280ad0d1f9b419605" instance_seqno: 1783497869715456 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:04:29.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.950223 29977 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:04:29.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.950199 30116 raft_consensus.cc:359] T 00000000000000000000000000000000 P 38d84c015129486280ad0d1f9b419605 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "397f339cf87546809949e799cd47401c" member_type: VOTER last_known_addr { host: "127.29.67.190" port: 34305 } } peers { permanent_uuid: "38d84c015129486280ad0d1f9b419605" member_type: VOTER last_known_addr { host: "127.29.67.189" port: 35141 } } peers { permanent_uuid: "400bcf8e3eb24d058c8be7a4519a4e13" member_type: VOTER last_known_addr { host: "127.29.67.188" port: 41119 } }
08:04:29.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.950318 30116 raft_consensus.cc:385] T 00000000000000000000000000000000 P 38d84c015129486280ad0d1f9b419605 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:04:29.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.950345 30116 raft_consensus.cc:740] T 00000000000000000000000000000000 P 38d84c015129486280ad0d1f9b419605 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 38d84c015129486280ad0d1f9b419605, State: Initialized, Role: FOLLOWER
08:04:29.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.950445 30116 consensus_queue.cc:260] T 00000000000000000000000000000000 P 38d84c015129486280ad0d1f9b419605 [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: "397f339cf87546809949e799cd47401c" member_type: VOTER last_known_addr { host: "127.29.67.190" port: 34305 } } peers { permanent_uuid: "38d84c015129486280ad0d1f9b419605" member_type: VOTER last_known_addr { host: "127.29.67.189" port: 35141 } } peers { permanent_uuid: "400bcf8e3eb24d058c8be7a4519a4e13" member_type: VOTER last_known_addr { host: "127.29.67.188" port: 41119 } }
08:04:29.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.950734 30116 sys_catalog.cc:565] T 00000000000000000000000000000000 P 38d84c015129486280ad0d1f9b419605 [sys.catalog]: configured and running, proceeding with master startup.
08:04:29.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.953265 30228 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 397f339cf87546809949e799cd47401c: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:04:29.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.953457 30228 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:04:29.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.954751 30229 sys_catalog.cc:455] T 00000000000000000000000000000000 P 38d84c015129486280ad0d1f9b419605 [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: "397f339cf87546809949e799cd47401c" member_type: VOTER last_known_addr { host: "127.29.67.190" port: 34305 } } peers { permanent_uuid: "38d84c015129486280ad0d1f9b419605" member_type: VOTER last_known_addr { host: "127.29.67.189" port: 35141 } } peers { permanent_uuid: "400bcf8e3eb24d058c8be7a4519a4e13" member_type: VOTER last_known_addr { host: "127.29.67.188" port: 41119 } } }
08:04:29.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.955109 30213 sys_catalog.cc:455] T 00000000000000000000000000000000 P 397f339cf87546809949e799cd47401c [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: "397f339cf87546809949e799cd47401c" member_type: VOTER last_known_addr { host: "127.29.67.190" port: 34305 } } peers { permanent_uuid: "38d84c015129486280ad0d1f9b419605" member_type: VOTER last_known_addr { host: "127.29.67.189" port: 35141 } } peers { permanent_uuid: "400bcf8e3eb24d058c8be7a4519a4e13" member_type: VOTER last_known_addr { host: "127.29.67.188" port: 41119 } } }
08:04:29.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.962684 30213 sys_catalog.cc:458] T 00000000000000000000000000000000 P 397f339cf87546809949e799cd47401c [sys.catalog]: This master's current role is: FOLLOWER
08:04:29.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.956161 30243 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 38d84c015129486280ad0d1f9b419605: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:04:29.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.958648 30048 master_runner.cc:264] No leader master found from master 38d84c015129486280ad0d1f9b419605
08:04:29.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.963061 30048 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:04:29.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.963362 30069 tablet.cc:2406] T 00000000000000000000000000000000 P 38d84c015129486280ad0d1f9b419605: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:04:29.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.963347 30243 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:04:29.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.963805 30229 sys_catalog.cc:458] T 00000000000000000000000000000000 P 38d84c015129486280ad0d1f9b419605 [sys.catalog]: This master's current role is: FOLLOWER
08:04:29.965 [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:04:29.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.965806 30225 client.h:372] Failed to connect to Hive Metastore (localhost:37523): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:29.976 [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:04:29.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:29.976843 30240 client.h:372] Failed to connect to Hive Metastore (localhost:37523): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:29.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.998446 30195 raft_consensus.cc:493] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
08:04:29.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.998574 30195 raft_consensus.cc:515] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "397f339cf87546809949e799cd47401c" member_type: VOTER last_known_addr { host: "127.29.67.190" port: 34305 } } peers { permanent_uuid: "38d84c015129486280ad0d1f9b419605" member_type: VOTER last_known_addr { host: "127.29.67.189" port: 35141 } } peers { permanent_uuid: "400bcf8e3eb24d058c8be7a4519a4e13" member_type: VOTER last_known_addr { host: "127.29.67.188" port: 41119 } }
08:04:29.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.998831 30195 leader_election.cc:290] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 397f339cf87546809949e799cd47401c (127.29.67.190:34305), 38d84c015129486280ad0d1f9b419605 (127.29.67.189:35141)
08:04:30.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.999778 30018 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "400bcf8e3eb24d058c8be7a4519a4e13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "397f339cf87546809949e799cd47401c" is_pre_election: true
08:04:30.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:29.999944 30018 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 397f339cf87546809949e799cd47401c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 400bcf8e3eb24d058c8be7a4519a4e13 in term 0.
08:04:30.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.000159 30090 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "400bcf8e3eb24d058c8be7a4519a4e13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "38d84c015129486280ad0d1f9b419605" is_pre_election: true
08:04:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.000295 30090 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 38d84c015129486280ad0d1f9b419605 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 400bcf8e3eb24d058c8be7a4519a4e13 in term 0.
08:04:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.000586 30138 leader_election.cc:304] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13 [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: 38d84c015129486280ad0d1f9b419605, 400bcf8e3eb24d058c8be7a4519a4e13; no voters: 
08:04:30.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.001109 30195 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13 [term 0 FOLLOWER]: Leader pre-election won for term 1
08:04:30.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.001173 30195 raft_consensus.cc:493] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
08:04:30.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.001197 30195 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13 [term 0 FOLLOWER]: Advancing to term 1
08:04:30.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.002015 30195 raft_consensus.cc:515] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "397f339cf87546809949e799cd47401c" member_type: VOTER last_known_addr { host: "127.29.67.190" port: 34305 } } peers { permanent_uuid: "38d84c015129486280ad0d1f9b419605" member_type: VOTER last_known_addr { host: "127.29.67.189" port: 35141 } } peers { permanent_uuid: "400bcf8e3eb24d058c8be7a4519a4e13" member_type: VOTER last_known_addr { host: "127.29.67.188" port: 41119 } }
08:04:30.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.002138 30195 leader_election.cc:290] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13 [CANDIDATE]: Term 1 election: Requested vote from peers 397f339cf87546809949e799cd47401c (127.29.67.190:34305), 38d84c015129486280ad0d1f9b419605 (127.29.67.189:35141)
08:04:30.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.002485 30090 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "400bcf8e3eb24d058c8be7a4519a4e13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "38d84c015129486280ad0d1f9b419605"
08:04:30.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.002555 30090 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 38d84c015129486280ad0d1f9b419605 [term 0 FOLLOWER]: Advancing to term 1
08:04:30.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.002996 30018 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "400bcf8e3eb24d058c8be7a4519a4e13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "397f339cf87546809949e799cd47401c"
08:04:30.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.003077 30018 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 397f339cf87546809949e799cd47401c [term 0 FOLLOWER]: Advancing to term 1
08:04:30.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.004051 30018 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 397f339cf87546809949e799cd47401c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 400bcf8e3eb24d058c8be7a4519a4e13 in term 1.
08:04:30.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.004376 30138 leader_election.cc:304] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13 [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: 397f339cf87546809949e799cd47401c, 400bcf8e3eb24d058c8be7a4519a4e13; no voters: 
08:04:30.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.005600 30090 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 38d84c015129486280ad0d1f9b419605 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 400bcf8e3eb24d058c8be7a4519a4e13 in term 1.
08:04:30.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.005999 30195 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13 [term 1 FOLLOWER]: Leader election won for term 1
08:04:30.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.006176 30195 raft_consensus.cc:697] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13 [term 1 LEADER]: Becoming Leader. State: Replica: 400bcf8e3eb24d058c8be7a4519a4e13, State: Running, Role: LEADER
08:04:30.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.006281 30195 consensus_queue.cc:237] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13 [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: "397f339cf87546809949e799cd47401c" member_type: VOTER last_known_addr { host: "127.29.67.190" port: 34305 } } peers { permanent_uuid: "38d84c015129486280ad0d1f9b419605" member_type: VOTER last_known_addr { host: "127.29.67.189" port: 35141 } } peers { permanent_uuid: "400bcf8e3eb24d058c8be7a4519a4e13" member_type: VOTER last_known_addr { host: "127.29.67.188" port: 41119 } }
08:04:30.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.006685 30195 sys_catalog.cc:455] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 400bcf8e3eb24d058c8be7a4519a4e13. Latest consensus state: current_term: 1 leader_uuid: "400bcf8e3eb24d058c8be7a4519a4e13" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "397f339cf87546809949e799cd47401c" member_type: VOTER last_known_addr { host: "127.29.67.190" port: 34305 } } peers { permanent_uuid: "38d84c015129486280ad0d1f9b419605" member_type: VOTER last_known_addr { host: "127.29.67.189" port: 35141 } } peers { permanent_uuid: "400bcf8e3eb24d058c8be7a4519a4e13" member_type: VOTER last_known_addr { host: "127.29.67.188" port: 41119 } } }
08:04:30.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.006752 30195 sys_catalog.cc:458] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13 [sys.catalog]: This master's current role is: LEADER
08:04:30.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.008245 30251 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
08:04:30.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.008596 30251 catalog_manager.cc:1520] Initializing Kudu cluster ID...
08:04:30.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.010828 30090 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 38d84c015129486280ad0d1f9b419605 [term 1 FOLLOWER]: Refusing update from remote peer 400bcf8e3eb24d058c8be7a4519a4e13: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:04:30.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.011409 30195 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13 [LEADER]: Connected to new peer: Peer: permanent_uuid: "38d84c015129486280ad0d1f9b419605" member_type: VOTER last_known_addr { host: "127.29.67.189" port: 35141 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:04:30.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.012825 30229 sys_catalog.cc:455] T 00000000000000000000000000000000 P 38d84c015129486280ad0d1f9b419605 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 400bcf8e3eb24d058c8be7a4519a4e13. Latest consensus state: current_term: 1 leader_uuid: "400bcf8e3eb24d058c8be7a4519a4e13" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "397f339cf87546809949e799cd47401c" member_type: VOTER last_known_addr { host: "127.29.67.190" port: 34305 } } peers { permanent_uuid: "38d84c015129486280ad0d1f9b419605" member_type: VOTER last_known_addr { host: "127.29.67.189" port: 35141 } } peers { permanent_uuid: "400bcf8e3eb24d058c8be7a4519a4e13" member_type: VOTER last_known_addr { host: "127.29.67.188" port: 41119 } } }
08:04:30.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.012923 30229 sys_catalog.cc:458] T 00000000000000000000000000000000 P 38d84c015129486280ad0d1f9b419605 [sys.catalog]: This master's current role is: FOLLOWER
08:04:30.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.013592 30018 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 397f339cf87546809949e799cd47401c [term 1 FOLLOWER]: Refusing update from remote peer 400bcf8e3eb24d058c8be7a4519a4e13: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:04:30.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.013873 30195 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13 [LEADER]: Connected to new peer: Peer: permanent_uuid: "397f339cf87546809949e799cd47401c" member_type: VOTER last_known_addr { host: "127.29.67.190" port: 34305 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:04:30.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.015112 30213 sys_catalog.cc:455] T 00000000000000000000000000000000 P 397f339cf87546809949e799cd47401c [sys.catalog]: SysCatalogTable state changed. Reason: New leader 400bcf8e3eb24d058c8be7a4519a4e13. Latest consensus state: current_term: 1 leader_uuid: "400bcf8e3eb24d058c8be7a4519a4e13" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "397f339cf87546809949e799cd47401c" member_type: VOTER last_known_addr { host: "127.29.67.190" port: 34305 } } peers { permanent_uuid: "38d84c015129486280ad0d1f9b419605" member_type: VOTER last_known_addr { host: "127.29.67.189" port: 35141 } } peers { permanent_uuid: "400bcf8e3eb24d058c8be7a4519a4e13" member_type: VOTER last_known_addr { host: "127.29.67.188" port: 41119 } } }
08:04:30.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.015198 30213 sys_catalog.cc:458] T 00000000000000000000000000000000 P 397f339cf87546809949e799cd47401c [sys.catalog]: This master's current role is: FOLLOWER
08:04:30.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.023461 30249 sys_catalog.cc:455] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "400bcf8e3eb24d058c8be7a4519a4e13" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "397f339cf87546809949e799cd47401c" member_type: VOTER last_known_addr { host: "127.29.67.190" port: 34305 } } peers { permanent_uuid: "38d84c015129486280ad0d1f9b419605" member_type: VOTER last_known_addr { host: "127.29.67.189" port: 35141 } } peers { permanent_uuid: "400bcf8e3eb24d058c8be7a4519a4e13" member_type: VOTER last_known_addr { host: "127.29.67.188" port: 41119 } } }
08:04:30.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.023592 30249 sys_catalog.cc:458] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13 [sys.catalog]: This master's current role is: LEADER
08:04:30.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.024966 30213 sys_catalog.cc:455] T 00000000000000000000000000000000 P 397f339cf87546809949e799cd47401c [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "400bcf8e3eb24d058c8be7a4519a4e13" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "397f339cf87546809949e799cd47401c" member_type: VOTER last_known_addr { host: "127.29.67.190" port: 34305 } } peers { permanent_uuid: "38d84c015129486280ad0d1f9b419605" member_type: VOTER last_known_addr { host: "127.29.67.189" port: 35141 } } peers { permanent_uuid: "400bcf8e3eb24d058c8be7a4519a4e13" member_type: VOTER last_known_addr { host: "127.29.67.188" port: 41119 } } }
08:04:30.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.025094 30213 sys_catalog.cc:458] T 00000000000000000000000000000000 P 397f339cf87546809949e799cd47401c [sys.catalog]: This master's current role is: FOLLOWER
08:04:30.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.025673 30252 mvcc.cc:204] Tried to move back new op lower bound from 7305207275561734144 to 7305207275546370048. Current Snapshot: MvccSnapshot[applied={T|T < 7305207275561734144}]
08:04:30.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.025909 30255 mvcc.cc:204] Tried to move back new op lower bound from 7305207275561734144 to 7305207275546370048. Current Snapshot: MvccSnapshot[applied={T|T < 7305207275561734144}]
08:04:30.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.027078 30195 sys_catalog.cc:455] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "400bcf8e3eb24d058c8be7a4519a4e13" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "397f339cf87546809949e799cd47401c" member_type: VOTER last_known_addr { host: "127.29.67.190" port: 34305 } } peers { permanent_uuid: "38d84c015129486280ad0d1f9b419605" member_type: VOTER last_known_addr { host: "127.29.67.189" port: 35141 } } peers { permanent_uuid: "400bcf8e3eb24d058c8be7a4519a4e13" member_type: VOTER last_known_addr { host: "127.29.67.188" port: 41119 } } }
08:04:30.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.027179 30195 sys_catalog.cc:458] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13 [sys.catalog]: This master's current role is: LEADER
08:04:30.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.027812 30229 sys_catalog.cc:455] T 00000000000000000000000000000000 P 38d84c015129486280ad0d1f9b419605 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "400bcf8e3eb24d058c8be7a4519a4e13" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "397f339cf87546809949e799cd47401c" member_type: VOTER last_known_addr { host: "127.29.67.190" port: 34305 } } peers { permanent_uuid: "38d84c015129486280ad0d1f9b419605" member_type: VOTER last_known_addr { host: "127.29.67.189" port: 35141 } } peers { permanent_uuid: "400bcf8e3eb24d058c8be7a4519a4e13" member_type: VOTER last_known_addr { host: "127.29.67.188" port: 41119 } } }
08:04:30.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.027901 30229 sys_catalog.cc:458] T 00000000000000000000000000000000 P 38d84c015129486280ad0d1f9b419605 [sys.catalog]: This master's current role is: FOLLOWER
08:04:30.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.028784 30253 mvcc.cc:204] Tried to move back new op lower bound from 7305207275561734144 to 7305207275546370048. Current Snapshot: MvccSnapshot[applied={T|T < 7305207275561734144}]
08:04:30.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.029868 30251 catalog_manager.cc:1383] Generated new cluster ID: 03ef7f38648d40f3821e3d67f188a565
08:04:30.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.029932 30251 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
08:04:30.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.049319 30251 catalog_manager.cc:1406] Generated new certificate authority record
08:04:30.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.050379 30251 catalog_manager.cc:1540] Loading token signing keys...
08:04:30.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.088439 30251 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 400bcf8e3eb24d058c8be7a4519a4e13: Generated new TSK 0
08:04:30.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.088934 30251 catalog_manager.cc:1550] Initializing in-progress tserver states...
08:04:30.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.089233 30251 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
08:04:30.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.089469 30251 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
08:04:30.361 [WARN - Metastore-Handler-Pool: Thread-127] (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:04:30.378 [WARN - Metastore-Handler-Pool: Thread-127] (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:04:30.379 [WARN - Metastore-Handler-Pool: Thread-127] (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:04:30.448 [INFO - Metastore-Handler-Pool: Thread-127] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
08:04:30.453 [INFO - Metastore-Handler-Pool: Thread-127] (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/hive9300591001643407331/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:04:30.454 [INFO - Metastore-Handler-Pool: Thread-127] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive9300591001643407331/external-warehouse/legacy_table
08:04:30.553 [INFO - Metastore-Handler-Pool: Thread-127] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
08:04:30.590 [INFO - Metastore-Handler-Pool: Thread-127] (HMSHandler.java:3711) Skipping translation for processor with null
08:04:30.597 [INFO - Metastore-Handler-Pool: Thread-127] (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:04:30.610 [INFO - Metastore-Handler-Pool: Thread-127] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
08:04:30.669 [INFO - Metastore-Handler-Pool: Thread-127] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
08:04:30.669 [INFO - Metastore-Handler-Pool: Thread-127] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
08:04:30.757 [INFO - Metastore-Handler-Pool: Thread-127] (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:04:30.782 [INFO - Metastore-Handler-Pool: Thread-127] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
08:04:30.818 [INFO - Metastore-Handler-Pool: Thread-127] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
08:04:30.827 [INFO - Metastore-Handler-Pool: Thread-127] (HMSHandler.java:3711) Skipping translation for processor with null
08:04:30.828 [INFO - Metastore-Handler-Pool: Thread-127] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
08:04:30.877 [INFO - Metastore-Handler-Pool: Thread-134] (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:04:30.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:30.877732 30206 client.h:372] Failed to connect to Hive Metastore (localhost:37523): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:30.942 [WARN - Metastore-Handler-Pool: Thread-127] (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:04:30.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.953979 30228 catalog_manager.cc:1295] Loaded cluster ID: 03ef7f38648d40f3821e3d67f188a565
08:04:30.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.954058 30228 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 397f339cf87546809949e799cd47401c: loading cluster ID for follower catalog manager: success
08:04:30.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.955389 30228 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 397f339cf87546809949e799cd47401c: acquiring CA information for follower catalog manager: success
08:04:30.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.955726 30228 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 397f339cf87546809949e799cd47401c: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:04:30.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.964143 30243 catalog_manager.cc:1295] Loaded cluster ID: 03ef7f38648d40f3821e3d67f188a565
08:04:30.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.964217 30243 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 38d84c015129486280ad0d1f9b419605: loading cluster ID for follower catalog manager: success
08:04:30.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.965474 30243 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 38d84c015129486280ad0d1f9b419605: acquiring CA information for follower catalog manager: success
08:04:30.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:30.965780 30243 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 38d84c015129486280ad0d1f9b419605: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:04:30.967 [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:04:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:30.968200 30225 client.h:372] Failed to connect to Hive Metastore (localhost:37523): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:30.983 [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:04:30.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:30.984200 30240 client.h:372] Failed to connect to Hive Metastore (localhost:37523): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:31.103 [WARN - Metastore-Handler-Pool: Thread-127] (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:04:31.144 [WARN - Metastore-Handler-Pool: Thread-127] (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:04:31.253 [INFO - Metastore-Handler-Pool: Thread-127] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
08:04:31.254 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
08:04:31.254 [INFO - Metastore-Handler-Pool: Thread-127] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
08:04:31.254 [INFO - Metastore-Handler-Pool: Thread-127] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@22400c2f, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@18eee1c9 will be shutdown
08:04:31.254 [INFO - Metastore-Handler-Pool: Thread-127] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
08:04:31.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:31.254518 29966 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxb1_bD/build/release/bin/kudu with pid 29977
08:04:31.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:31.259637 29966 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxb1_bD/build/release/bin/kudu with pid 30048
08:04:31.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:31.263746 29966 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxb1_bD/build/release/bin/kudu with pid 30118
08:04:31.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:04:31Z chronyd exiting
.08:04:31.307 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:04:31.308 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:04:31.308 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:04:31.331 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive10259662606393812958
08:04:31.332 [INFO - Thread-94] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
08:04:31.332 [INFO - Thread-94] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
08:04:31.334 [INFO - Thread-94] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:04:31.334 [INFO - Thread-94] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:04:31.335 [INFO - Thread-94] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
08:04:31.335 [INFO - Thread-94] (HikariDataSource.java:350) objectstore - Shutdown initiated...
08:04:31.336 [INFO - Thread-94] (HikariDataSource.java:352) objectstore - Shutdown completed.
08:04:31.336 [INFO - Thread-94] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
08:04:31.337 [INFO - Thread-94] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
08:04:31.338 [INFO - Thread-94] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
08:04:31.339 [INFO - Thread-94] (HikariDataSource.java:80) objectstore - Starting...
08:04:31.395 [INFO - Thread-94] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:04:31.396 [INFO - Thread-94] (HikariDataSource.java:82) objectstore - Start completed.
08:04:31.396 [INFO - Thread-94] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
08:04:31.398 [INFO - Thread-94] (HikariDataSource.java:80) objectstore-secondary - Starting...
08:04:31.399 [INFO - Thread-94] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:04:31.400 [INFO - Thread-94] (HikariDataSource.java:82) objectstore-secondary - Start completed.
08:04:31.411 [INFO - Thread-94] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
08:04:31.411 [INFO - Thread-94] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
08:04:31.411 [INFO - Thread-94] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
08:04:31.432 [WARN - Thread-94] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:31.432 [WARN - Thread-94] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:31.432 [WARN - Thread-94] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:31.433 [WARN - Thread-94] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:31.433 [WARN - Thread-94] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:31.433 [WARN - Thread-94] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:31.679 [INFO - Thread-94] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
08:04:31.680 [INFO - Thread-94] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5e51d42c, with PersistenceManager: null will be shutdown
08:04:31.680 [INFO - Thread-94] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5e51d42c, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6300b4cf created in the thread with id: 137
08:04:31.682 [WARN - Thread-94] (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:04:31.683 [INFO - Thread-94] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5e51d42c
08:04:31.797 [INFO - Thread-94] (HMSHandler.java:595) Started creating a default database with name: default
08:04:31.818 [INFO - Thread-94] (HMSHandler.java:605) Successfully created a default database with name: default
08:04:31.852 [INFO - Thread-94] (HMSHandler.java:668) Added admin role in metastore
08:04:31.854 [INFO - Thread-94] (HMSHandler.java:677) Added public role in metastore
08:04:31.889 [INFO - Thread-94] (HMSHandler.java:717) No user is added in admin role, since config is empty
08:04:31.890 [INFO - Thread-94] (HMSHandler.java:404) HMS server filtering is disabled by configuration
08:04:31.891 [INFO - Thread-94] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
08:04:31.891 [INFO - Thread-94] (HiveMetaStore.java:697) Direct SQL optimization = true
08:04:31.891 [WARN - Thread-94] (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:04:31.892 [INFO - Thread-94] (HiveMetaStore.java:632) Started the new metaserver on port [41701]...
08:04:31.892 [INFO - Thread-94] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
08:04:31.892 [INFO - Thread-94] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
08:04:31.892 [INFO - Thread-94] (HiveMetaStore.java:635) TCP keepalive = true
08:04:31.892 [INFO - Thread-94] (HiveMetaStore.java:636) Enable SSL = false
08:04:32.334 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:04:32.334 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:04:32.335 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:04:32.336 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
08:04:32.337 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:41701]
08:04:32.337 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:41701) in binary transport mode
08:04:32.337 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:41701) current connections: 1
08:04:32.339 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskxb1_bD/test-tmp
08:04:32.339 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
08:04:32.339 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskxb1_bD/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
08:04:32.342 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:41701"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

08:04:32.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.418344 30289 mini_oidc.cc:150] Starting JWKS server
08:04:32.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.418936 30289 webserver.cc:533] Webserver started at http://127.0.0.1:46371/ using document root <none> and password file <none>
08:04:32.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.419024 30289 mini_oidc.cc:186] Starting OIDC Discovery server
08:04:32.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.419150 30289 webserver.cc:533] Webserver started at http://127.0.0.1:39315/ using document root <none> and password file <none>
08:04:32.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:04:32Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
08:04:32.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:04:32Z Disabled control of system clock
08:04:32.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.431634 30289 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:32.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-0/wal
08:04:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-0/data
08:04:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:04:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:04:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:04:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-0/logs
08:04:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-0/data/info.pb
08:04:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:04:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:04:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:04:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:04:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:04:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:04:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.148.126:37115
08:04:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.148.126
08:04:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.148.84:38677
08:04:32.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:32.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:32.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:32.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:32.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.148.126:37115,127.29.148.125:32809,127.29.148.124:45001
08:04:32.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:32.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46371/jwks.json
08:04:32.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41701 with env {}
08:04:32.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.517355 30300 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:04:32.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.517537 30300 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:04:32.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.517558 30300 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:04:32.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.519119 30300 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:04:32.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.519174 30300 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:04:32.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.519186 30300 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:04:32.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.519197 30300 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:04:32.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.519210 30300 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:04:32.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.519220 30300 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46371/jwks.json
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.520848 30300 master_runner.cc:387] Master server non-default flags:
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.148.84:38677
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-0/data
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-0/wal
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41701
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.148.126:37115,127.29.148.125:32809,127.29.148.124:45001
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.148.126:37115
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46371/jwks.json
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-0/data/info.pb
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.148.126
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.30300
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-0/logs
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on e7f111948823
08:04:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12769
08:04:32.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.521034 30300 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:04:32.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.521225 30300 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:04:32.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.523644 30305 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:04:32.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.523699 30306 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:04:32.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.523699 30308 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:04:32.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.523768 30300 server_base.cc:1061] running on GCE node
08:04:32.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.524019 30300 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:04:32.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.524215 30300 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:04:32.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.525360 30300 hybrid_clock.cc:648] HybridClock initialized: now 1783497872525336 us; error 42 us; skew 500 ppm
08:04:32.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.526386 30300 webserver.cc:533] Webserver started at http://127.29.148.126:43571/ using document root <none> and password file <none>
08:04:32.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.526626 30300 fs_manager.cc:362] Metadata directory not provided
08:04:32.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.526690 30300 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:04:32.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.526772 30300 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:04:32.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.527621 30300 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-0/data/instance:
08:04:32.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0bec008e6f5e4ac58d99c610926f4811"
08:04:32.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:32 on dist-test-slave-s91w"
08:04:32.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.527882 30300 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-0/wal/instance:
08:04:32.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0bec008e6f5e4ac58d99c610926f4811"
08:04:32.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:32 on dist-test-slave-s91w"
08:04:32.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.528882 30300 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.002s
08:04:32.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.529623 30314 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:04:32.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.529850 30300 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.001s
08:04:32.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.529969 30300 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-0/data,/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-0/wal
08:04:32.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0bec008e6f5e4ac58d99c610926f4811"
08:04:32.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:32 on dist-test-slave-s91w"
08:04:32.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.530035 30300 fs_report.cc:389] FS layout report
08:04:32.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:04:32.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-0/wal
08:04:32.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-0/wal
08:04:32.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-0/data/data
08:04:32.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:04:32.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:04:32.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:04:32.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:04:32.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:04:32.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:04:32.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:04:32.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:04:32.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:04:32.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:04:32.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:04:32.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.543607 30300 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:04:32.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.543865 30300 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:04:32.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.543941 30300 kserver.cc:163] Server-wide thread pool size limit: 3276
08:04:32.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.547430 30300 rpc_server.cc:307] RPC server started. Bound to: 127.29.148.126:37115
08:04:32.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.547461 30366 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.148.126:37115 every 8 connection(s)
08:04:32.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.547729 30300 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-0/data/info.pb
08:04:32.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.548236 30367 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:04:32.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.549587 30367 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.148.126" port: 37115 } has no permanent_uuid. Determining permanent_uuid...
08:04:32.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.554864 30367 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.148.125" port: 32809 } has no permanent_uuid. Determining permanent_uuid...
08:04:32.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.555303 30318 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.148.125:32809: connect: Connection refused (error 111)
08:04:32.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.555809 30367 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.148.125:32809: Network error: Client connection negotiation failed: client connection to 127.29.148.125:32809: connect: Connection refused (error 111)
08:04:32.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.556389 30289 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxb1_bD/build/release/bin/kudu as pid 30300
08:04:32.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.556471 30289 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-0/wal/instance
08:04:32.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.557296 30289 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:32.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:32.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-1/wal
08:04:32.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-1/data
08:04:32.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:04:32.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:04:32.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:04:32.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:32.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:32.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:32.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-1/logs
08:04:32.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-1/data/info.pb
08:04:32.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:32.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:04:32.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:04:32.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:04:32.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:04:32.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:32.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:32.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:32.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:04:32.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:04:32.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:32.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:32.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.148.125:32809
08:04:32.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.148.125
08:04:32.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:32.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.148.84:38677
08:04:32.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:32.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:32.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:32.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:32.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.148.126:37115,127.29.148.125:32809,127.29.148.124:45001
08:04:32.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:32.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46371/jwks.json
08:04:32.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41701 with env {}
08:04:32.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.605042 30367 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.148.125" port: 32809 } attempt: 1
08:04:32.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.605897 30367 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.148.125:32809: Network error: Client connection negotiation failed: client connection to 127.29.148.125:32809: connect: Connection refused (error 111)
08:04:32.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.633447 30371 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:04:32.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.633652 30371 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:04:32.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.633673 30371 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:04:32.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.635289 30371 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:04:32.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.635347 30371 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:04:32.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.635361 30371 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:04:32.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.635372 30371 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:04:32.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.635383 30371 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:04:32.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.635393 30371 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46371/jwks.json
08:04:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.637100 30371 master_runner.cc:387] Master server non-default flags:
08:04:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.148.84:38677
08:04:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-1/data
08:04:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-1/wal
08:04:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41701
08:04:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.148.126:37115,127.29.148.125:32809,127.29.148.124:45001
08:04:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.148.125:32809
08:04:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:04:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46371/jwks.json
08:04:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-1/data/info.pb
08:04:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.148.125
08:04:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:04:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.30371
08:04:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:04:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:04:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-1/logs
08:04:32.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:32.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:04:32.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:04:32.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:04:32.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:04:32.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:04:32.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
08:04:32.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on e7f111948823
08:04:32.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12769
08:04:32.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.637307 30371 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:04:32.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.637488 30371 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:04:32.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.640075 30377 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:04:32.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.640087 30379 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:04:32.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.640087 30376 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:04:32.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.640280 30371 server_base.cc:1061] running on GCE node
08:04:32.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.640516 30371 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:04:32.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.640797 30371 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:04:32.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.641965 30371 hybrid_clock.cc:648] HybridClock initialized: now 1783497872641942 us; error 28 us; skew 500 ppm
08:04:32.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.643270 30371 webserver.cc:533] Webserver started at http://127.29.148.125:40511/ using document root <none> and password file <none>
08:04:32.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.643476 30371 fs_manager.cc:362] Metadata directory not provided
08:04:32.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.643541 30371 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:04:32.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.643664 30371 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:04:32.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.644552 30371 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-1/data/instance:
08:04:32.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9fdb74ac7268415aad251f01c39a0041"
08:04:32.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:32 on dist-test-slave-s91w"
08:04:32.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.644894 30371 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-1/wal/instance:
08:04:32.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9fdb74ac7268415aad251f01c39a0041"
08:04:32.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:32 on dist-test-slave-s91w"
08:04:32.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.646106 30371 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
08:04:32.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.646984 30385 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:04:32.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.647167 30371 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
08:04:32.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.647243 30371 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-1/data,/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-1/wal
08:04:32.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9fdb74ac7268415aad251f01c39a0041"
08:04:32.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:32 on dist-test-slave-s91w"
08:04:32.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.647303 30371 fs_report.cc:389] FS layout report
08:04:32.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:04:32.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-1/wal
08:04:32.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-1/wal
08:04:32.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-1/data/data
08:04:32.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:04:32.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:04:32.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:04:32.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:04:32.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:04:32.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:04:32.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:04:32.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:04:32.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:04:32.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:04:32.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:04:32.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.659113 30371 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:04:32.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.659399 30371 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:04:32.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.659507 30371 kserver.cc:163] Server-wide thread pool size limit: 3276
08:04:32.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.663053 30371 rpc_server.cc:307] RPC server started. Bound to: 127.29.148.125:32809
08:04:32.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.663089 30437 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.148.125:32809 every 8 connection(s)
08:04:32.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.663450 30371 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-1/data/info.pb
08:04:32.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.664081 30438 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:04:32.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.665381 30438 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.148.126" port: 37115 } has no permanent_uuid. Determining permanent_uuid...
08:04:32.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.670046 30438 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.148.125" port: 32809 } has no permanent_uuid. Determining permanent_uuid...
08:04:32.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.671394 30289 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxb1_bD/build/release/bin/kudu as pid 30371
08:04:32.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.671468 30289 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-1/wal/instance
08:04:32.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.671954 30289 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:32.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:32.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-2/wal
08:04:32.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-2/data
08:04:32.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:04:32.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:04:32.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:04:32.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:32.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:32.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:32.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-2/logs
08:04:32.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-2/data/info.pb
08:04:32.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:32.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:04:32.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:04:32.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:04:32.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:04:32.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:32.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:32.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:32.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:04:32.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:04:32.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:32.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:32.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.148.124:45001
08:04:32.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.148.124
08:04:32.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:32.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.148.84:38677
08:04:32.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:32.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:32.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:32.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:32.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.148.126:37115,127.29.148.125:32809,127.29.148.124:45001
08:04:32.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:32.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46371/jwks.json
08:04:32.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41701 with env {}
08:04:32.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.673880 30438 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.148.124" port: 45001 } has no permanent_uuid. Determining permanent_uuid...
08:04:32.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.674031 30367 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.148.125" port: 32809 } attempt: 2
08:04:32.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.674259 30387 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.148.124:45001: connect: Connection refused (error 111)
08:04:32.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.674794 30438 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.148.124:45001: Network error: Client connection negotiation failed: client connection to 127.29.148.124:45001: connect: Connection refused (error 111)
08:04:32.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.676894 30367 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.148.124" port: 45001 } has no permanent_uuid. Determining permanent_uuid...
08:04:32.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.677428 30367 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.148.124:45001: Network error: Client connection negotiation failed: client connection to 127.29.148.124:45001: connect: Connection refused (error 111)
08:04:32.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.720588 30367 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.148.124" port: 45001 } attempt: 1
08:04:32.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.721432 30367 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.148.124:45001: Network error: Client connection negotiation failed: client connection to 127.29.148.124:45001: connect: Connection refused (error 111)
08:04:32.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.723960 30438 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.148.124" port: 45001 } attempt: 1
08:04:32.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.724607 30438 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.148.124:45001: Network error: Client connection negotiation failed: client connection to 127.29.148.124:45001: connect: Connection refused (error 111)
08:04:32.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.751834 30441 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:04:32.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.752018 30441 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:04:32.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.752038 30441 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:04:32.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.753669 30441 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:04:32.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.753729 30441 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:04:32.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.753742 30441 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:04:32.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.753754 30441 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:04:32.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.753765 30441 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:04:32.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.753775 30441 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46371/jwks.json
08:04:32.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.756210 30441 master_runner.cc:387] Master server non-default flags:
08:04:32.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:32.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.148.84:38677
08:04:32.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:32.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:32.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-2/data
08:04:32.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-2/wal
08:04:32.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41701
08:04:32.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:32.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.148.126:37115,127.29.148.125:32809,127.29.148.124:45001
08:04:32.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:32.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:32.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:32.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.148.124:45001
08:04:32.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:32.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:04:32.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:32.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46371/jwks.json
08:04:32.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:32.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:32.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-2/data/info.pb
08:04:32.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.148.124
08:04:32.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:32.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:04:32.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.30441
08:04:32.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:32.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:04:32.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:04:32.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:32.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-2/logs
08:04:32.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:32.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:04:32.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:04:32.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:04:32.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:04:32.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:04:32.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
08:04:32.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on e7f111948823
08:04:32.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12769
08:04:32.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.756507 30441 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:04:32.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.756757 30441 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:04:32.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.759315 30450 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:04:32.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.759336 30447 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:04:32.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.759450 30441 server_base.cc:1061] running on GCE node
08:04:32.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.759333 30448 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:04:32.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.759956 30441 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:04:32.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.760246 30441 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:04:32.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.761415 30441 hybrid_clock.cc:648] HybridClock initialized: now 1783497872761394 us; error 35 us; skew 500 ppm
08:04:32.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.762697 30441 webserver.cc:533] Webserver started at http://127.29.148.124:46451/ using document root <none> and password file <none>
08:04:32.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.762854 30441 fs_manager.cc:362] Metadata directory not provided
08:04:32.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.762887 30441 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:04:32.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.762998 30441 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:04:32.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.763797 30441 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-2/data/instance:
08:04:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "36c7afdb654044a68a8196802e606316"
08:04:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:32 on dist-test-slave-s91w"
08:04:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.764057 30441 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-2/wal/instance:
08:04:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "36c7afdb654044a68a8196802e606316"
08:04:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:32 on dist-test-slave-s91w"
08:04:32.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.765090 30441 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
08:04:32.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.765739 30456 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:04:32.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.765889 30441 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
08:04:32.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.765934 30441 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-2/data,/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-2/wal
08:04:32.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "36c7afdb654044a68a8196802e606316"
08:04:32.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:32 on dist-test-slave-s91w"
08:04:32.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.765976 30441 fs_report.cc:389] FS layout report
08:04:32.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:04:32.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-2/wal
08:04:32.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-2/wal
08:04:32.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-2/data/data
08:04:32.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:04:32.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:04:32.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:04:32.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:04:32.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:04:32.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:04:32.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:04:32.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:04:32.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:04:32.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:04:32.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:04:32.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.768558 30367 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.148.124" port: 45001 } attempt: 2
08:04:32.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.769402 30367 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.148.124:45001: Network error: Client connection negotiation failed: client connection to 127.29.148.124:45001: connect: Connection refused (error 111)
08:04:32.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.789778 30441 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:04:32.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.790050 30441 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:04:32.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.790130 30441 kserver.cc:163] Server-wide thread pool size limit: 3276
08:04:32.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.792732 30438 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.148.124" port: 45001 } attempt: 2
08:04:32.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.793547 30438 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.148.124:45001: Network error: Client connection negotiation failed: client connection to 127.29.148.124:45001: connect: Connection refused (error 111)
08:04:32.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.793995 30441 rpc_server.cc:307] RPC server started. Bound to: 127.29.148.124:45001
08:04:32.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.794035 30508 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.148.124:45001 every 8 connection(s)
08:04:32.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.794312 30441 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-2/data/info.pb
08:04:32.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.794833 30509 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:04:32.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.796155 30509 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.148.126" port: 37115 } has no permanent_uuid. Determining permanent_uuid...
08:04:32.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.797210 30289 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxb1_bD/build/release/bin/kudu as pid 30441
08:04:32.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.797283 30289 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster17525416574510993759/master-2/wal/instance
08:04:32.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.801330 30509 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.148.125" port: 32809 } has no permanent_uuid. Determining permanent_uuid...
08:04:32.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.804105 30509 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.148.124" port: 45001 } has no permanent_uuid. Determining permanent_uuid...
08:04:32.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.807583 30509 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316: Bootstrap starting.
08:04:32.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.808279 30509 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316: Neither blocks nor log segments found. Creating new log.
08:04:32.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.808553 30509 log.cc:826] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316: Log is configured to *not* fsync() on all Append() calls
08:04:32.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.809216 30509 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316: No bootstrap required, opened a new log
08:04:32.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.809303 30289 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
08:04:32.810 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:04:32.810 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

08:04:32.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.810477 30509 raft_consensus.cc:359] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bec008e6f5e4ac58d99c610926f4811" member_type: VOTER last_known_addr { host: "127.29.148.126" port: 37115 } } peers { permanent_uuid: "9fdb74ac7268415aad251f01c39a0041" member_type: VOTER last_known_addr { host: "127.29.148.125" port: 32809 } } peers { permanent_uuid: "36c7afdb654044a68a8196802e606316" member_type: VOTER last_known_addr { host: "127.29.148.124" port: 45001 } }
08:04:32.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.810626 30509 raft_consensus.cc:385] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:04:32.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.810659 30509 raft_consensus.cc:740] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 36c7afdb654044a68a8196802e606316, State: Initialized, Role: FOLLOWER
08:04:32.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.810758 30509 consensus_queue.cc:260] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316 [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: "0bec008e6f5e4ac58d99c610926f4811" member_type: VOTER last_known_addr { host: "127.29.148.126" port: 37115 } } peers { permanent_uuid: "9fdb74ac7268415aad251f01c39a0041" member_type: VOTER last_known_addr { host: "127.29.148.125" port: 32809 } } peers { permanent_uuid: "36c7afdb654044a68a8196802e606316" member_type: VOTER last_known_addr { host: "127.29.148.124" port: 45001 } }
08:04:32.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.811111 30509 sys_catalog.cc:565] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316 [sys.catalog]: configured and running, proceeding with master startup.
08:04:32.811 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.29.148.126"
      port: 37115
    }
    bound_http_address {
      host: "127.29.148.126"
      port: 43571
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.29.148.125"
      port: 32809
    }
    bound_http_address {
      host: "127.29.148.125"
      port: 40511
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.29.148.124"
      port: 45001
    }
    bound_http_address {
      host: "127.29.148.124"
      port: 46451
    }
  }
}

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

08:04:32.812 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:04:32.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.813400 30514 sys_catalog.cc:455] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316 [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: "0bec008e6f5e4ac58d99c610926f4811" member_type: VOTER last_known_addr { host: "127.29.148.126" port: 37115 } } peers { permanent_uuid: "9fdb74ac7268415aad251f01c39a0041" member_type: VOTER last_known_addr { host: "127.29.148.125" port: 32809 } } peers { permanent_uuid: "36c7afdb654044a68a8196802e606316" member_type: VOTER last_known_addr { host: "127.29.148.124" port: 45001 } } }
08:04:32.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.813651 30514 sys_catalog.cc:458] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316 [sys.catalog]: This master's current role is: FOLLOWER
08:04:32.813 [INFO - Metastore-Handler-Pool: Thread-158] (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=ab87563e-3287-454a-b283-fb9302b14761, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.148.124:45001,127.29.148.125:32809,127.29.148.126:37115}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:04:32.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.813608 30441 master_runner.cc:187] Error getting master registration for 127.29.148.126:37115: OK, instance_id { permanent_uuid: "0bec008e6f5e4ac58d99c610926f4811" instance_seqno: 1783497872546406 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:04:32.815 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:04:32.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.815411 30441 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:04:32.815 [INFO - Metastore-Handler-Pool: Thread-158] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:04:32.815 [INFO - Metastore-Handler-Pool: Thread-158] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@15c50587, with PersistenceManager: null will be shutdown
08:04:32.816 [INFO - Metastore-Handler-Pool: Thread-158] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@15c50587, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@308b5e16 created in the thread with id: 158
08:04:32.820 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@15c50587
08:04:32.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.823274 30528 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:04:32.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.824646 30528 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:04:32.825 [INFO - Metastore-Handler-Pool: Thread-160] (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:04:32.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.826442 30525 client.h:372] Failed to connect to Hive Metastore (localhost:41701): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:32.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.876549 30367 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.148.124" port: 45001 } attempt: 3
08:04:32.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.881212 30367 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0bec008e6f5e4ac58d99c610926f4811: Bootstrap starting.
08:04:32.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.881939 30367 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0bec008e6f5e4ac58d99c610926f4811: Neither blocks nor log segments found. Creating new log.
08:04:32.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.882194 30367 log.cc:826] T 00000000000000000000000000000000 P 0bec008e6f5e4ac58d99c610926f4811: Log is configured to *not* fsync() on all Append() calls
08:04:32.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.884694 30438 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.148.124" port: 45001 } attempt: 3
08:04:32.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.886785 30367 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0bec008e6f5e4ac58d99c610926f4811: No bootstrap required, opened a new log
08:04:32.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.888255 30514 raft_consensus.cc:493] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
08:04:32.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.888342 30514 raft_consensus.cc:515] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bec008e6f5e4ac58d99c610926f4811" member_type: VOTER last_known_addr { host: "127.29.148.126" port: 37115 } } peers { permanent_uuid: "9fdb74ac7268415aad251f01c39a0041" member_type: VOTER last_known_addr { host: "127.29.148.125" port: 32809 } } peers { permanent_uuid: "36c7afdb654044a68a8196802e606316" member_type: VOTER last_known_addr { host: "127.29.148.124" port: 45001 } }
08:04:32.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.888554 30514 leader_election.cc:290] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0bec008e6f5e4ac58d99c610926f4811 (127.29.148.126:37115), 9fdb74ac7268415aad251f01c39a0041 (127.29.148.125:32809)
08:04:32.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.889443 30438 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9fdb74ac7268415aad251f01c39a0041: Bootstrap starting.
08:04:32.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.890134 30438 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9fdb74ac7268415aad251f01c39a0041: Neither blocks nor log segments found. Creating new log.
08:04:32.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.890414 30438 log.cc:826] T 00000000000000000000000000000000 P 9fdb74ac7268415aad251f01c39a0041: Log is configured to *not* fsync() on all Append() calls
08:04:32.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.891996 30367 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0bec008e6f5e4ac58d99c610926f4811 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bec008e6f5e4ac58d99c610926f4811" member_type: VOTER last_known_addr { host: "127.29.148.126" port: 37115 } } peers { permanent_uuid: "9fdb74ac7268415aad251f01c39a0041" member_type: VOTER last_known_addr { host: "127.29.148.125" port: 32809 } } peers { permanent_uuid: "36c7afdb654044a68a8196802e606316" member_type: VOTER last_known_addr { host: "127.29.148.124" port: 45001 } }
08:04:32.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.892293 30367 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0bec008e6f5e4ac58d99c610926f4811 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:04:32.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.892464 30367 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0bec008e6f5e4ac58d99c610926f4811 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0bec008e6f5e4ac58d99c610926f4811, State: Initialized, Role: FOLLOWER
08:04:32.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.892706 30367 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0bec008e6f5e4ac58d99c610926f4811 [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: "0bec008e6f5e4ac58d99c610926f4811" member_type: VOTER last_known_addr { host: "127.29.148.126" port: 37115 } } peers { permanent_uuid: "9fdb74ac7268415aad251f01c39a0041" member_type: VOTER last_known_addr { host: "127.29.148.125" port: 32809 } } peers { permanent_uuid: "36c7afdb654044a68a8196802e606316" member_type: VOTER last_known_addr { host: "127.29.148.124" port: 45001 } }
08:04:32.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.893193 30367 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0bec008e6f5e4ac58d99c610926f4811 [sys.catalog]: configured and running, proceeding with master startup.
08:04:32.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.893234 30341 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "36c7afdb654044a68a8196802e606316" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0bec008e6f5e4ac58d99c610926f4811" is_pre_election: true
08:04:32.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.893427 30341 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 0bec008e6f5e4ac58d99c610926f4811 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 36c7afdb654044a68a8196802e606316 in term 0.
08:04:32.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.893679 30458 leader_election.cc:304] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316 [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: 0bec008e6f5e4ac58d99c610926f4811, 36c7afdb654044a68a8196802e606316; no voters: 
08:04:32.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.893818 30514 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316 [term 0 FOLLOWER]: Leader pre-election won for term 1
08:04:32.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.893857 30514 raft_consensus.cc:493] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
08:04:32.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.893878 30514 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316 [term 0 FOLLOWER]: Advancing to term 1
08:04:32.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.894712 30514 raft_consensus.cc:515] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bec008e6f5e4ac58d99c610926f4811" member_type: VOTER last_known_addr { host: "127.29.148.126" port: 37115 } } peers { permanent_uuid: "9fdb74ac7268415aad251f01c39a0041" member_type: VOTER last_known_addr { host: "127.29.148.125" port: 32809 } } peers { permanent_uuid: "36c7afdb654044a68a8196802e606316" member_type: VOTER last_known_addr { host: "127.29.148.124" port: 45001 } }
08:04:32.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.894852 30514 leader_election.cc:290] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316 [CANDIDATE]: Term 1 election: Requested vote from peers 0bec008e6f5e4ac58d99c610926f4811 (127.29.148.126:37115), 9fdb74ac7268415aad251f01c39a0041 (127.29.148.125:32809)
08:04:32.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.895313 30341 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "36c7afdb654044a68a8196802e606316" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0bec008e6f5e4ac58d99c610926f4811"
08:04:32.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.895390 30341 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 0bec008e6f5e4ac58d99c610926f4811 [term 0 FOLLOWER]: Advancing to term 1
08:04:32.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.896167 30341 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 0bec008e6f5e4ac58d99c610926f4811 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 36c7afdb654044a68a8196802e606316 in term 1.
08:04:32.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.896397 30458 leader_election.cc:304] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316 [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: 0bec008e6f5e4ac58d99c610926f4811, 36c7afdb654044a68a8196802e606316; no voters: 
08:04:32.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.896494 30514 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316 [term 1 FOLLOWER]: Leader election won for term 1
08:04:32.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.896651 30514 raft_consensus.cc:697] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316 [term 1 LEADER]: Becoming Leader. State: Replica: 36c7afdb654044a68a8196802e606316, State: Running, Role: LEADER
08:04:32.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.896739 30514 consensus_queue.cc:237] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316 [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: "0bec008e6f5e4ac58d99c610926f4811" member_type: VOTER last_known_addr { host: "127.29.148.126" port: 37115 } } peers { permanent_uuid: "9fdb74ac7268415aad251f01c39a0041" member_type: VOTER last_known_addr { host: "127.29.148.125" port: 32809 } } peers { permanent_uuid: "36c7afdb654044a68a8196802e606316" member_type: VOTER last_known_addr { host: "127.29.148.124" port: 45001 } }
08:04:32.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.897073 30514 sys_catalog.cc:455] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 36c7afdb654044a68a8196802e606316. Latest consensus state: current_term: 1 leader_uuid: "36c7afdb654044a68a8196802e606316" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bec008e6f5e4ac58d99c610926f4811" member_type: VOTER last_known_addr { host: "127.29.148.126" port: 37115 } } peers { permanent_uuid: "9fdb74ac7268415aad251f01c39a0041" member_type: VOTER last_known_addr { host: "127.29.148.125" port: 32809 } } peers { permanent_uuid: "36c7afdb654044a68a8196802e606316" member_type: VOTER last_known_addr { host: "127.29.148.124" port: 45001 } } }
08:04:32.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.897125 30514 sys_catalog.cc:458] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316 [sys.catalog]: This master's current role is: LEADER
08:04:32.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.901548 30550 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 0bec008e6f5e4ac58d99c610926f4811: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:04:32.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.901821 30550 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:04:32.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.902660 30536 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
08:04:32.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.903050 30536 catalog_manager.cc:1520] Initializing Kudu cluster ID...
08:04:32.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.901981 30300 master_runner.cc:187] Error getting master registration for 127.29.148.125:32809: OK, instance_id { permanent_uuid: "9fdb74ac7268415aad251f01c39a0041" instance_seqno: 1783497872662102 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:04:32.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.903750 30300 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:04:32.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.905576 30438 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9fdb74ac7268415aad251f01c39a0041: No bootstrap required, opened a new log
08:04:32.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.907845 30438 raft_consensus.cc:359] T 00000000000000000000000000000000 P 9fdb74ac7268415aad251f01c39a0041 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bec008e6f5e4ac58d99c610926f4811" member_type: VOTER last_known_addr { host: "127.29.148.126" port: 37115 } } peers { permanent_uuid: "9fdb74ac7268415aad251f01c39a0041" member_type: VOTER last_known_addr { host: "127.29.148.125" port: 32809 } } peers { permanent_uuid: "36c7afdb654044a68a8196802e606316" member_type: VOTER last_known_addr { host: "127.29.148.124" port: 45001 } }
08:04:32.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.907979 30438 raft_consensus.cc:385] T 00000000000000000000000000000000 P 9fdb74ac7268415aad251f01c39a0041 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:04:32.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.908008 30438 raft_consensus.cc:740] T 00000000000000000000000000000000 P 9fdb74ac7268415aad251f01c39a0041 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9fdb74ac7268415aad251f01c39a0041, State: Initialized, Role: FOLLOWER
08:04:32.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.908105 30438 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9fdb74ac7268415aad251f01c39a0041 [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: "0bec008e6f5e4ac58d99c610926f4811" member_type: VOTER last_known_addr { host: "127.29.148.126" port: 37115 } } peers { permanent_uuid: "9fdb74ac7268415aad251f01c39a0041" member_type: VOTER last_known_addr { host: "127.29.148.125" port: 32809 } } peers { permanent_uuid: "36c7afdb654044a68a8196802e606316" member_type: VOTER last_known_addr { host: "127.29.148.124" port: 45001 } }
08:04:32.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.908421 30438 sys_catalog.cc:565] T 00000000000000000000000000000000 P 9fdb74ac7268415aad251f01c39a0041 [sys.catalog]: configured and running, proceeding with master startup.
08:04:32.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.908501 30412 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "36c7afdb654044a68a8196802e606316" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fdb74ac7268415aad251f01c39a0041" is_pre_election: true
08:04:32.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.908702 30412 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 9fdb74ac7268415aad251f01c39a0041 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 36c7afdb654044a68a8196802e606316 in term 0.
08:04:32.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.908820 30411 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "36c7afdb654044a68a8196802e606316" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fdb74ac7268415aad251f01c39a0041"
08:04:32.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.908870 30411 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 9fdb74ac7268415aad251f01c39a0041 [term 0 FOLLOWER]: Advancing to term 1
08:04:32.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.909734 30411 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 9fdb74ac7268415aad251f01c39a0041 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 36c7afdb654044a68a8196802e606316 in term 1.
08:04:32.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.910104 30391 tablet.cc:2406] T 00000000000000000000000000000000 P 9fdb74ac7268415aad251f01c39a0041: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:04:32.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.919795 30533 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0bec008e6f5e4ac58d99c610926f4811 [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: "0bec008e6f5e4ac58d99c610926f4811" member_type: VOTER last_known_addr { host: "127.29.148.126" port: 37115 } } peers { permanent_uuid: "9fdb74ac7268415aad251f01c39a0041" member_type: VOTER last_known_addr { host: "127.29.148.125" port: 32809 } } peers { permanent_uuid: "36c7afdb654044a68a8196802e606316" member_type: VOTER last_known_addr { host: "127.29.148.124" port: 45001 } } }
08:04:32.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.919891 30341 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 0bec008e6f5e4ac58d99c610926f4811 [term 1 FOLLOWER]: Refusing update from remote peer 36c7afdb654044a68a8196802e606316: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:04:32.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.919864 30411 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 9fdb74ac7268415aad251f01c39a0041 [term 1 FOLLOWER]: Refusing update from remote peer 36c7afdb654044a68a8196802e606316: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:04:32.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.919914 30533 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0bec008e6f5e4ac58d99c610926f4811 [sys.catalog]: This master's current role is: FOLLOWER
08:04:32.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.920171 30534 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0bec008e6f5e4ac58d99c610926f4811" member_type: VOTER last_known_addr { host: "127.29.148.126" port: 37115 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:04:32.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.920280 30514 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fdb74ac7268415aad251f01c39a0041" member_type: VOTER last_known_addr { host: "127.29.148.125" port: 32809 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:04:32.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.926098 30533 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0bec008e6f5e4ac58d99c610926f4811 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 36c7afdb654044a68a8196802e606316. Latest consensus state: current_term: 1 leader_uuid: "36c7afdb654044a68a8196802e606316" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bec008e6f5e4ac58d99c610926f4811" member_type: VOTER last_known_addr { host: "127.29.148.126" port: 37115 } } peers { permanent_uuid: "9fdb74ac7268415aad251f01c39a0041" member_type: VOTER last_known_addr { host: "127.29.148.125" port: 32809 } } peers { permanent_uuid: "36c7afdb654044a68a8196802e606316" member_type: VOTER last_known_addr { host: "127.29.148.124" port: 45001 } } }
08:04:32.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.926220 30533 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0bec008e6f5e4ac58d99c610926f4811 [sys.catalog]: This master's current role is: FOLLOWER
08:04:32.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.926232 30554 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9fdb74ac7268415aad251f01c39a0041 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "36c7afdb654044a68a8196802e606316" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bec008e6f5e4ac58d99c610926f4811" member_type: VOTER last_known_addr { host: "127.29.148.126" port: 37115 } } peers { permanent_uuid: "9fdb74ac7268415aad251f01c39a0041" member_type: VOTER last_known_addr { host: "127.29.148.125" port: 32809 } } peers { permanent_uuid: "36c7afdb654044a68a8196802e606316" member_type: VOTER last_known_addr { host: "127.29.148.124" port: 45001 } } }
08:04:32.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.928182 30554 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9fdb74ac7268415aad251f01c39a0041 [sys.catalog]: This master's current role is: FOLLOWER
08:04:32.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.928269 30554 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9fdb74ac7268415aad251f01c39a0041 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 36c7afdb654044a68a8196802e606316. Latest consensus state: current_term: 1 leader_uuid: "36c7afdb654044a68a8196802e606316" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bec008e6f5e4ac58d99c610926f4811" member_type: VOTER last_known_addr { host: "127.29.148.126" port: 37115 } } peers { permanent_uuid: "9fdb74ac7268415aad251f01c39a0041" member_type: VOTER last_known_addr { host: "127.29.148.125" port: 32809 } } peers { permanent_uuid: "36c7afdb654044a68a8196802e606316" member_type: VOTER last_known_addr { host: "127.29.148.124" port: 45001 } } }
08:04:32.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.928323 30554 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9fdb74ac7268415aad251f01c39a0041 [sys.catalog]: This master's current role is: FOLLOWER
08:04:32.930 [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:04:32.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.931108 30547 client.h:372] Failed to connect to Hive Metastore (localhost:41701): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:32.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.931774 30568 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 9fdb74ac7268415aad251f01c39a0041: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:04:32.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.931973 30568 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:04:32.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.932422 30552 mvcc.cc:204] Tried to move back new op lower bound from 7305207287477104640 to 7305207287385612288. Current Snapshot: MvccSnapshot[applied={T|T < 7305207287477104640}]
08:04:32.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.932644 30514 sys_catalog.cc:455] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "36c7afdb654044a68a8196802e606316" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bec008e6f5e4ac58d99c610926f4811" member_type: VOTER last_known_addr { host: "127.29.148.126" port: 37115 } } peers { permanent_uuid: "9fdb74ac7268415aad251f01c39a0041" member_type: VOTER last_known_addr { host: "127.29.148.125" port: 32809 } } peers { permanent_uuid: "36c7afdb654044a68a8196802e606316" member_type: VOTER last_known_addr { host: "127.29.148.124" port: 45001 } } }
08:04:32.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.932726 30514 sys_catalog.cc:458] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316 [sys.catalog]: This master's current role is: LEADER
08:04:32.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.933102 30533 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0bec008e6f5e4ac58d99c610926f4811 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "36c7afdb654044a68a8196802e606316" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bec008e6f5e4ac58d99c610926f4811" member_type: VOTER last_known_addr { host: "127.29.148.126" port: 37115 } } peers { permanent_uuid: "9fdb74ac7268415aad251f01c39a0041" member_type: VOTER last_known_addr { host: "127.29.148.125" port: 32809 } } peers { permanent_uuid: "36c7afdb654044a68a8196802e606316" member_type: VOTER last_known_addr { host: "127.29.148.124" port: 45001 } } }
08:04:32.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.933353 30533 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0bec008e6f5e4ac58d99c610926f4811 [sys.catalog]: This master's current role is: FOLLOWER
08:04:32.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.933532 30570 mvcc.cc:204] Tried to move back new op lower bound from 7305207287477104640 to 7305207287385612288. Current Snapshot: MvccSnapshot[applied={T|T < 7305207287477104640}]
08:04:32.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.933976 30514 sys_catalog.cc:455] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "36c7afdb654044a68a8196802e606316" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bec008e6f5e4ac58d99c610926f4811" member_type: VOTER last_known_addr { host: "127.29.148.126" port: 37115 } } peers { permanent_uuid: "9fdb74ac7268415aad251f01c39a0041" member_type: VOTER last_known_addr { host: "127.29.148.125" port: 32809 } } peers { permanent_uuid: "36c7afdb654044a68a8196802e606316" member_type: VOTER last_known_addr { host: "127.29.148.124" port: 45001 } } }
08:04:32.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.934054 30514 sys_catalog.cc:458] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316 [sys.catalog]: This master's current role is: LEADER
08:04:32.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.934818 30569 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9fdb74ac7268415aad251f01c39a0041 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "36c7afdb654044a68a8196802e606316" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bec008e6f5e4ac58d99c610926f4811" member_type: VOTER last_known_addr { host: "127.29.148.126" port: 37115 } } peers { permanent_uuid: "9fdb74ac7268415aad251f01c39a0041" member_type: VOTER last_known_addr { host: "127.29.148.125" port: 32809 } } peers { permanent_uuid: "36c7afdb654044a68a8196802e606316" member_type: VOTER last_known_addr { host: "127.29.148.124" port: 45001 } } }
08:04:32.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.935105 30569 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9fdb74ac7268415aad251f01c39a0041 [sys.catalog]: This master's current role is: FOLLOWER
08:04:32.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.935271 30571 mvcc.cc:204] Tried to move back new op lower bound from 7305207287477104640 to 7305207287385612288. Current Snapshot: MvccSnapshot[applied={T|T < 7305207287477104640}]
08:04:32.939 [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:04:32.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:32.940325 30565 client.h:372] Failed to connect to Hive Metastore (localhost:41701): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:32.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.943622 30536 catalog_manager.cc:1383] Generated new cluster ID: 91baa47bf13540e2b351581adbbf31f5
08:04:32.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:32.943957 30536 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
08:04:33.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:33.035662 30536 catalog_manager.cc:1406] Generated new certificate authority record
08:04:33.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:33.036459 30536 catalog_manager.cc:1540] Loading token signing keys...
08:04:33.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:33.052641 30536 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 36c7afdb654044a68a8196802e606316: Generated new TSK 0
08:04:33.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:33.053200 30536 catalog_manager.cc:1550] Initializing in-progress tserver states...
08:04:33.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:33.053536 30536 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
08:04:33.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:33.053763 30536 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
08:04:33.224 [WARN - Metastore-Handler-Pool: Thread-158] (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:04:33.230 [WARN - Metastore-Handler-Pool: Thread-158] (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:04:33.230 [WARN - Metastore-Handler-Pool: Thread-158] (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:04:33.295 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:04:33.300 [INFO - Metastore-Handler-Pool: Thread-158] (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/hive10259662606393812958/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=ab87563e-3287-454a-b283-fb9302b14761, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.148.124:45001,127.29.148.125:32809,127.29.148.126:37115}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:04:33.302 [INFO - Metastore-Handler-Pool: Thread-158] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10259662606393812958/external-warehouse/table
08:04:33.383 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:04:33.419 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:3711) Skipping translation for processor with null
08:04:33.420 [INFO - Metastore-Handler-Pool: Thread-158] (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:04:33.423 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
08:04:33.425 [INFO - Metastore-Handler-Pool: Thread-158] (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/hive10259662606393812958/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:04:33.426 [INFO - Metastore-Handler-Pool: Thread-158] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10259662606393812958/external-warehouse/legacy_table
08:04:33.441 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
08:04:33.451 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:3711) Skipping translation for processor with null
08:04:33.453 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:04:33.463 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:04:33.503 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
08:04:33.503 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:04:33.523 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:04:33.543 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:04:33.556 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
08:04:33.556 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:04:33.564 [DEBUG - Metastore-Handler-Pool: Thread-158] (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:04:33.565 [DEBUG - Metastore-Handler-Pool: Thread-158] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
08:04:33.567 [DEBUG - Metastore-Handler-Pool: Thread-158] (Connection.java:748) [peer master-127.29.148.124:45001(127.29.148.124:45001)] connecting to peer
08:04:33.568 [DEBUG - Metastore-Handler-Pool: Thread-158] (Connection.java:748) [peer master-127.29.148.125:32809(127.29.148.125:32809)] connecting to peer
08:04:33.569 [DEBUG - Metastore-Handler-Pool: Thread-158] (Connection.java:748) [peer master-127.29.148.126:37115(127.29.148.126:37115)] connecting to peer
08:04:33.569 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.29.148.124:45001(127.29.148.124:45001)] Successfully connected to peer
08:04:33.571 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.29.148.125:32809(127.29.148.125:32809)] Successfully connected to peer
08:04:33.578 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.29.148.126:37115(127.29.148.126:37115)] Successfully connected to peer
08:04:33.580 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.29.148.124
08:04:33.598 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.29.148.125
08:04:33.598 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.29.148.126
08:04:33.621 [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:04:33.625 [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:04:33.626 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x24cfc509, L:/127.0.0.1:50634 - R:/127.29.148.124:45001] using SASL/PLAIN
08:04:33.627 [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:04:33.631 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xe97f5bad, L:/127.0.0.1:33468 - R:/127.29.148.126:37115] using SASL/PLAIN
08:04:33.636 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
08:04:33.637 [ERROR - Metastore-Handler-Pool: Thread-158] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
08:04:33.637 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x405435d6, L:/127.0.0.1:43604 - R:/127.29.148.125:32809] using SASL/PLAIN
08:04:33.638 [ERROR - Metastore-Handler-Pool: Thread-158] (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:04:33.639 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:04:33.652 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:04:33.665 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
08:04:33.665 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:04:33.672 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:04:33.684 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:04:33.696 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
08:04:33.696 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:04:33.702 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:04:33.713 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:04:33.722 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
08:04:33.723 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:04:33.728 [ERROR - Metastore-Handler-Pool: Thread-158] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
08:04:33.729 [ERROR - Metastore-Handler-Pool: Thread-158] (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:04:33.730 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:04:33.739 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:04:33.750 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
08:04:33.750 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:04:33.753 [ERROR - Metastore-Handler-Pool: Thread-158] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
08:04:33.754 [ERROR - Metastore-Handler-Pool: Thread-158] (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:04:33.755 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:04:33.765 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:04:33.778 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
08:04:33.778 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:04:33.784 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:04:33.795 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:04:33.807 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
08:04:33.807 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:04:33.820 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:04:33.829 [INFO - Metastore-Handler-Pool: Thread-170] (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:04:33.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:33.829519 30525 client.h:372] Failed to connect to Hive Metastore (localhost:41701): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:33.830 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:04:33.840 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
08:04:33.840 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:04:33.843 [ERROR - Metastore-Handler-Pool: Thread-158] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
08:04:33.844 [ERROR - Metastore-Handler-Pool: Thread-158] (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:04:33.845 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:04:33.854 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:04:33.864 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
08:04:33.864 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:04:33.871 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:04:33.880 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:04:33.889 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
08:04:33.890 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:04:33.895 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:04:33.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:33.902427 30550 catalog_manager.cc:1295] Loaded cluster ID: 91baa47bf13540e2b351581adbbf31f5
08:04:33.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:33.902518 30550 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 0bec008e6f5e4ac58d99c610926f4811: loading cluster ID for follower catalog manager: success
08:04:33.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:33.903914 30550 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 0bec008e6f5e4ac58d99c610926f4811: acquiring CA information for follower catalog manager: success
08:04:33.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:33.904255 30550 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 0bec008e6f5e4ac58d99c610926f4811: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:04:33.905 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:04:33.916 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
08:04:33.916 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:04:33.922 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:04:33.932 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:04:33.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:33.932687 30568 catalog_manager.cc:1295] Loaded cluster ID: 91baa47bf13540e2b351581adbbf31f5
08:04:33.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:33.932761 30568 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 9fdb74ac7268415aad251f01c39a0041: loading cluster ID for follower catalog manager: success
08:04:33.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:33.934063 30568 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 9fdb74ac7268415aad251f01c39a0041: acquiring CA information for follower catalog manager: success
08:04:33.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:33.934423 30568 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 9fdb74ac7268415aad251f01c39a0041: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:04:33.935 [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:04:33.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:33.936261 30547 client.h:372] Failed to connect to Hive Metastore (localhost:41701): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:33.942 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
08:04:33.942 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:04:33.943 [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:04:33.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:33.944144 30565 client.h:372] Failed to connect to Hive Metastore (localhost:41701): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:34.010 [ERROR - Metastore-Handler-Pool: Thread-158] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
08:04:34.013 [ERROR - Metastore-Handler-Pool: Thread-158] (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:04:34.014 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:04:34.041 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:04:34.057 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
08:04:34.057 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:04:34.069 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:04:34.077 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:04:34.087 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
08:04:34.087 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:04:34.095 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:04:34.103 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:04:34.112 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
08:04:34.113 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:04:34.119 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:04:34.127 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:3711) Skipping translation for processor with null
08:04:34.128 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
08:04:34.221 [WARN - Metastore-Handler-Pool: Thread-158] (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:04:34.336 [WARN - Metastore-Handler-Pool: Thread-158] (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:04:34.366 [WARN - Metastore-Handler-Pool: Thread-158] (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:04:34.465 [WARN - Metastore-Handler-Pool: Thread-158] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive10259662606393812958/warehouse/default/table
08:04:34.466 [INFO - Metastore-Handler-Pool: Thread-158] (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:04:34.468 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:04:34.470 [INFO - Metastore-Handler-Pool: Thread-158] (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/hive10259662606393812958/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:04:34.471 [WARN - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:2452) Location: file:/tmp/hive10259662606393812958/external-warehouse/table specified for non-external table:table
08:04:34.472 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
08:04:34.472 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:04:34.491 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:04:34.509 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:3711) Skipping translation for processor with null
08:04:34.511 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:04:34.520 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:04:34.535 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
08:04:34.535 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:04:34.539 [ERROR - Metastore-Handler-Pool: Thread-158] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
08:04:34.540 [ERROR - Metastore-Handler-Pool: Thread-158] (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:04:34.541 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:04:34.551 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:04:34.561 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
08:04:34.561 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:04:34.565 [ERROR - Metastore-Handler-Pool: Thread-158] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
08:04:34.566 [ERROR - Metastore-Handler-Pool: Thread-158] (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:04:34.568 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:04:34.577 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:04:34.587 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
08:04:34.587 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:04:34.594 [INFO - Metastore-Handler-Pool: Thread-158] (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:04:34.603 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
08:04:34.610 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
08:04:34.611 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
08:04:34.618 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:04:34.625 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:3711) Skipping translation for processor with null
08:04:34.626 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
08:04:34.672 [INFO - Metastore-Handler-Pool: Thread-158] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
08:04:34.674 [INFO - Metastore-Handler-Pool: Thread-158] (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=ab87563e-3287-454a-b283-fb9302b14761, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.148.124:45001,127.29.148.125:32809,127.29.148.126:37115}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:04:34.676 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:04:34.678 [INFO - Metastore-Handler-Pool: Thread-158] (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/hive10259662606393812958/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=ab87563e-3287-454a-b283-fb9302b14761, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.148.124:45001,127.29.148.125:32809,127.29.148.126:37115}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:04:34.679 [INFO - Metastore-Handler-Pool: Thread-158] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10259662606393812958/external-warehouse/table
08:04:34.697 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:04:34.705 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:3711) Skipping translation for processor with null
08:04:34.706 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:04:34.715 [INFO - Metastore-Handler-Pool: Thread-158] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:04:34.722 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:473) Updating table stats for table
08:04:34.722 [INFO - Metastore-Handler-Pool: Thread-158] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:04:34.728 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:04:34.734 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:3711) Skipping translation for processor with null
08:04:34.735 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
08:04:34.766 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
08:04:34.766 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
08:04:34.766 [INFO - Metastore-Handler-Pool: Thread-158] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@15c50587, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@308b5e16 will be shutdown
08:04:34.766 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
08:04:34.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:34.766261 30289 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxb1_bD/build/release/bin/kudu with pid 30300
08:04:34.772 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.29.148.126:37115(127.29.148.126:37115)] handling channelInactive
08:04:34.772 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.29.148.126:37115(127.29.148.126:37115)] cleaning up while in state READY due to: connection closed
08:04:34.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:34.773674 30289 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxb1_bD/build/release/bin/kudu with pid 30371
08:04:34.778 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.29.148.125:32809(127.29.148.125:32809)] handling channelInactive
08:04:34.778 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.29.148.125:32809(127.29.148.125:32809)] cleaning up while in state READY due to: connection closed
08:04:34.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:34.779354 30289 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxb1_bD/build/release/bin/kudu with pid 30441
08:04:34.784 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.29.148.124:45001(127.29.148.124:45001)] handling channelInactive
08:04:34.784 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.29.148.124:45001(127.29.148.124:45001)] cleaning up while in state READY due to: connection closed
08:04:34.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:04:34Z chronyd exiting
.08:04:34.824 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:04:34.824 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:04:34.824 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:04:34.843 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive9203067936819005536
08:04:34.844 [INFO - Thread-120] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
08:04:34.844 [INFO - Thread-120] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
08:04:34.846 [INFO - Thread-120] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:04:34.846 [INFO - Thread-120] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:04:34.846 [INFO - Thread-120] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
08:04:34.847 [INFO - Thread-120] (HikariDataSource.java:350) objectstore - Shutdown initiated...
08:04:34.848 [INFO - Thread-120] (HikariDataSource.java:352) objectstore - Shutdown completed.
08:04:34.848 [INFO - Thread-120] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
08:04:34.849 [INFO - Thread-120] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
08:04:34.849 [INFO - Thread-120] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
08:04:34.850 [INFO - Thread-120] (HikariDataSource.java:80) objectstore - Starting...
08:04:34.914 [INFO - Thread-120] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:04:34.915 [INFO - Thread-120] (HikariDataSource.java:82) objectstore - Start completed.
08:04:34.915 [INFO - Thread-120] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
08:04:34.917 [INFO - Thread-120] (HikariDataSource.java:80) objectstore-secondary - Starting...
08:04:34.919 [INFO - Thread-120] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:04:34.919 [INFO - Thread-120] (HikariDataSource.java:82) objectstore-secondary - Start completed.
08:04:34.930 [INFO - Thread-120] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
08:04:34.930 [INFO - Thread-120] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
08:04:34.931 [INFO - Thread-120] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
08:04:34.948 [WARN - Thread-120] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:34.948 [WARN - Thread-120] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:34.949 [WARN - Thread-120] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:34.949 [WARN - Thread-120] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:34.950 [WARN - Thread-120] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:34.950 [WARN - Thread-120] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:35.113 [INFO - Thread-120] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
08:04:35.113 [INFO - Thread-120] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6c03c51, with PersistenceManager: null will be shutdown
08:04:35.113 [INFO - Thread-120] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6c03c51, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@55461efa created in the thread with id: 174
08:04:35.115 [WARN - Thread-120] (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:04:35.116 [INFO - Thread-120] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6c03c51
08:04:35.233 [INFO - Thread-120] (HMSHandler.java:595) Started creating a default database with name: default
08:04:35.253 [INFO - Thread-120] (HMSHandler.java:605) Successfully created a default database with name: default
08:04:35.281 [INFO - Thread-120] (HMSHandler.java:668) Added admin role in metastore
08:04:35.283 [INFO - Thread-120] (HMSHandler.java:677) Added public role in metastore
08:04:35.319 [INFO - Thread-120] (HMSHandler.java:717) No user is added in admin role, since config is empty
08:04:35.320 [INFO - Thread-120] (HMSHandler.java:404) HMS server filtering is disabled by configuration
08:04:35.320 [INFO - Thread-120] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
08:04:35.321 [INFO - Thread-120] (HiveMetaStore.java:697) Direct SQL optimization = true
08:04:35.322 [WARN - Thread-120] (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:04:35.322 [INFO - Thread-120] (HiveMetaStore.java:632) Started the new metaserver on port [35053]...
08:04:35.322 [INFO - Thread-120] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
08:04:35.322 [INFO - Thread-120] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
08:04:35.322 [INFO - Thread-120] (HiveMetaStore.java:635) TCP keepalive = true
08:04:35.322 [INFO - Thread-120] (HiveMetaStore.java:636) Enable SSL = false
08:04:35.846 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:04:35.846 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:04:35.846 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:04:35.849 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
08:04:35.849 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:35053]
08:04:35.849 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:35053) in binary transport mode
08:04:35.850 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:35053) current connections: 1
08:04:35.851 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskxb1_bD/test-tmp
08:04:35.851 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
08:04:35.852 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskxb1_bD/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
08:04:35.855 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:35053"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

08:04:35.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:35.936667 30621 mini_oidc.cc:150] Starting JWKS server
08:04:35.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:35.937256 30621 webserver.cc:533] Webserver started at http://127.0.0.1:35975/ using document root <none> and password file <none>
08:04:35.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:35.937352 30621 mini_oidc.cc:186] Starting OIDC Discovery server
08:04:35.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:35.937512 30621 webserver.cc:533] Webserver started at http://127.0.0.1:40005/ using document root <none> and password file <none>
08:04:35.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:04:35Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
08:04:35.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:04:35Z Disabled control of system clock
08:04:35.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:35.948307 30621 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:35.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:35.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-0/wal
08:04:35.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-0/data
08:04:35.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:04:35.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:04:35.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:04:35.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:35.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:35.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:35.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-0/logs
08:04:35.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-0/data/info.pb
08:04:35.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:35.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:04:35.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:04:35.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:04:35.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:04:35.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:35.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:35.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:35.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:04:35.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:04:35.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:35.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:35.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.231.126:45103
08:04:35.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.231.126
08:04:35.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:35.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.231.84:34233
08:04:35.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:35.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:35.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:35.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:35.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.231.126:45103,127.29.231.125:33119,127.29.231.124:38033
08:04:35.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:35.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35975/jwks.json
08:04:35.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35053 with env {}
08:04:36.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.036047 30632 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:04:36.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.036254 30632 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:04:36.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.036274 30632 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:04:36.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.037891 30632 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:04:36.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.037946 30632 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:04:36.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.037959 30632 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:04:36.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.037971 30632 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:04:36.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.037981 30632 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:04:36.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.037992 30632 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35975/jwks.json
08:04:36.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.039829 30632 master_runner.cc:387] Master server non-default flags:
08:04:36.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:36.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.231.84:34233
08:04:36.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:36.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:36.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-0/data
08:04:36.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-0/wal
08:04:36.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35053
08:04:36.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:36.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.231.126:45103,127.29.231.125:33119,127.29.231.124:38033
08:04:36.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:36.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:36.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:36.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.231.126:45103
08:04:36.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:36.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:04:36.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:36.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35975/jwks.json
08:04:36.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:36.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:36.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-0/data/info.pb
08:04:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.231.126
08:04:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:04:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.30632
08:04:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:04:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:04:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-0/logs
08:04:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:04:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:04:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:04:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:04:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:04:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
08:04:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on e7f111948823
08:04:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12769
08:04:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.040088 30632 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:04:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.040313 30632 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:04:36.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.043138 30638 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:04:36.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.043159 30640 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:04:36.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.043661 30632 server_base.cc:1061] running on GCE node
08:04:36.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.043136 30637 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:04:36.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.044025 30632 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:04:36.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.044477 30632 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:04:36.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.045674 30632 hybrid_clock.cc:648] HybridClock initialized: now 1783497876045649 us; error 37 us; skew 500 ppm
08:04:36.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.047421 30632 webserver.cc:533] Webserver started at http://127.29.231.126:45095/ using document root <none> and password file <none>
08:04:36.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.047688 30632 fs_manager.cc:362] Metadata directory not provided
08:04:36.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.047763 30632 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:04:36.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.047881 30632 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:04:36.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.049079 30632 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-0/data/instance:
08:04:36.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5a3e16a33aa04124adc99334803e494b"
08:04:36.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:36 on dist-test-slave-s91w"
08:04:36.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.049516 30632 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-0/wal/instance:
08:04:36.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5a3e16a33aa04124adc99334803e494b"
08:04:36.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:36 on dist-test-slave-s91w"
08:04:36.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.051254 30632 fs_manager.cc:696] Time spent creating directory manager: real 0.002s	user 0.003s	sys 0.000s
08:04:36.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.052274 30646 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:04:36.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.052541 30632 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
08:04:36.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.052616 30632 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-0/data,/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-0/wal
08:04:36.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5a3e16a33aa04124adc99334803e494b"
08:04:36.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:36 on dist-test-slave-s91w"
08:04:36.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.052688 30632 fs_report.cc:389] FS layout report
08:04:36.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:04:36.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-0/wal
08:04:36.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-0/wal
08:04:36.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-0/data/data
08:04:36.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:04:36.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:04:36.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:04:36.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:04:36.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:04:36.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:04:36.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:04:36.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:04:36.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:04:36.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:04:36.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:04:36.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.068759 30632 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:04:36.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.069087 30632 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:04:36.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.069178 30632 kserver.cc:163] Server-wide thread pool size limit: 3276
08:04:36.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.073696 30632 rpc_server.cc:307] RPC server started. Bound to: 127.29.231.126:45103
08:04:36.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.073774 30698 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.231.126:45103 every 8 connection(s)
08:04:36.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.074085 30632 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-0/data/info.pb
08:04:36.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.074450 30621 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxb1_bD/build/release/bin/kudu as pid 30632
08:04:36.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.074548 30621 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-0/wal/instance
08:04:36.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.074815 30699 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:04:36.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.075536 30621 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:36.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:36.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-1/wal
08:04:36.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-1/data
08:04:36.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:04:36.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:04:36.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:04:36.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:36.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:36.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:36.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-1/logs
08:04:36.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-1/data/info.pb
08:04:36.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:36.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:04:36.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:04:36.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:04:36.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:04:36.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:36.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:36.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:36.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:04:36.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:04:36.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:36.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:36.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.231.125:33119
08:04:36.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.231.125
08:04:36.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:36.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.231.84:34233
08:04:36.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:36.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:36.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:36.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:36.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.231.126:45103,127.29.231.125:33119,127.29.231.124:38033
08:04:36.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:36.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35975/jwks.json
08:04:36.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35053 with env {}
08:04:36.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.077095 30699 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.231.126" port: 45103 } has no permanent_uuid. Determining permanent_uuid...
08:04:36.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.083827 30699 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.231.125" port: 33119 } has no permanent_uuid. Determining permanent_uuid...
08:04:36.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.084411 30648 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.231.125:33119: connect: Connection refused (error 111)
08:04:36.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.085080 30699 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.231.125:33119: Network error: Client connection negotiation failed: client connection to 127.29.231.125:33119: connect: Connection refused (error 111)
08:04:36.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.134348 30699 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.231.125" port: 33119 } attempt: 1
08:04:36.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.135470 30699 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.231.125:33119: Network error: Client connection negotiation failed: client connection to 127.29.231.125:33119: connect: Connection refused (error 111)
08:04:36.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.171589 30700 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:04:36.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.171804 30700 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:04:36.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.171823 30700 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:04:36.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.173440 30700 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:04:36.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.173484 30700 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:04:36.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.173497 30700 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:04:36.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.173507 30700 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:04:36.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.173518 30700 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:04:36.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.173528 30700 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35975/jwks.json
08:04:36.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.175221 30700 master_runner.cc:387] Master server non-default flags:
08:04:36.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:36.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.231.84:34233
08:04:36.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:36.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:36.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-1/data
08:04:36.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-1/wal
08:04:36.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35053
08:04:36.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:36.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.231.126:45103,127.29.231.125:33119,127.29.231.124:38033
08:04:36.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:36.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:36.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:36.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.231.125:33119
08:04:36.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:36.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:04:36.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:36.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35975/jwks.json
08:04:36.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:36.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:36.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-1/data/info.pb
08:04:36.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.231.125
08:04:36.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:36.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:04:36.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.30700
08:04:36.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:36.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:04:36.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:04:36.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:36.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-1/logs
08:04:36.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:36.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:04:36.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:04:36.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:04:36.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:04:36.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:04:36.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
08:04:36.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on e7f111948823
08:04:36.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12769
08:04:36.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.175446 30700 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:04:36.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.175659 30700 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:04:36.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.178365 30709 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:04:36.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.178378 30708 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:04:36.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.178385 30711 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:04:36.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.178643 30700 server_base.cc:1061] running on GCE node
08:04:36.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.179162 30700 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:04:36.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.179418 30700 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:04:36.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.180577 30700 hybrid_clock.cc:648] HybridClock initialized: now 1783497876180550 us; error 52 us; skew 500 ppm
08:04:36.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.181890 30700 webserver.cc:533] Webserver started at http://127.29.231.125:37541/ using document root <none> and password file <none>
08:04:36.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.182108 30700 fs_manager.cc:362] Metadata directory not provided
08:04:36.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.182164 30700 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:04:36.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.182279 30700 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:04:36.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.183292 30700 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-1/data/instance:
08:04:36.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "12d94892a10a4d2ab34816849dfe5448"
08:04:36.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:36 on dist-test-slave-s91w"
08:04:36.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.183660 30700 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-1/wal/instance:
08:04:36.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "12d94892a10a4d2ab34816849dfe5448"
08:04:36.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:36 on dist-test-slave-s91w"
08:04:36.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.185101 30700 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
08:04:36.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.186160 30717 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:04:36.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.186457 30700 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
08:04:36.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.186560 30700 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-1/data,/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-1/wal
08:04:36.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "12d94892a10a4d2ab34816849dfe5448"
08:04:36.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:36 on dist-test-slave-s91w"
08:04:36.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.186631 30700 fs_report.cc:389] FS layout report
08:04:36.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:04:36.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-1/wal
08:04:36.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-1/wal
08:04:36.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-1/data/data
08:04:36.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:04:36.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:04:36.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:04:36.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:04:36.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:04:36.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:04:36.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:04:36.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:04:36.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:04:36.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:04:36.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:04:36.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.203650 30699 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.231.125" port: 33119 } attempt: 2
08:04:36.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.204427 30699 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.231.125:33119: Network error: Client connection negotiation failed: client connection to 127.29.231.125:33119: connect: Connection refused (error 111)
08:04:36.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.209287 30700 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:04:36.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.209650 30700 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:04:36.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.209790 30700 kserver.cc:163] Server-wide thread pool size limit: 3276
08:04:36.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.214293 30700 rpc_server.cc:307] RPC server started. Bound to: 127.29.231.125:33119
08:04:36.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.214387 30769 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.231.125:33119 every 8 connection(s)
08:04:36.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.214673 30700 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-1/data/info.pb
08:04:36.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.215401 30770 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:04:36.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.216899 30770 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.231.126" port: 45103 } has no permanent_uuid. Determining permanent_uuid...
08:04:36.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.220993 30621 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxb1_bD/build/release/bin/kudu as pid 30700
08:04:36.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.221089 30621 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-1/wal/instance
08:04:36.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.221535 30621 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:36.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:36.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-2/wal
08:04:36.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-2/data
08:04:36.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:04:36.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:04:36.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:04:36.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:36.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:36.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:36.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-2/logs
08:04:36.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-2/data/info.pb
08:04:36.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:36.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:04:36.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:04:36.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:04:36.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:04:36.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:36.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:36.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:36.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:04:36.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:04:36.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:36.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:36.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.231.124:38033
08:04:36.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.231.124
08:04:36.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:36.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.231.84:34233
08:04:36.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:36.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:36.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:36.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:36.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.231.126:45103,127.29.231.125:33119,127.29.231.124:38033
08:04:36.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:36.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35975/jwks.json
08:04:36.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35053 with env {}
08:04:36.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.223845 30770 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.231.125" port: 33119 } has no permanent_uuid. Determining permanent_uuid...
08:04:36.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.227464 30770 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.231.124" port: 38033 } has no permanent_uuid. Determining permanent_uuid...
08:04:36.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.228067 30719 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.231.124:38033: connect: Connection refused (error 111)
08:04:36.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.228634 30770 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.231.124:38033: Network error: Client connection negotiation failed: client connection to 127.29.231.124:38033: connect: Connection refused (error 111)
08:04:36.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.277849 30770 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.231.124" port: 38033 } attempt: 1
08:04:36.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.279059 30770 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.231.124:38033: Network error: Client connection negotiation failed: client connection to 127.29.231.124:38033: connect: Connection refused (error 111)
08:04:36.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.295593 30699 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.231.125" port: 33119 } attempt: 3
08:04:36.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.299099 30699 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.231.124" port: 38033 } has no permanent_uuid. Determining permanent_uuid...
08:04:36.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.299649 30699 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.231.124:38033: Network error: Client connection negotiation failed: client connection to 127.29.231.124:38033: connect: Connection refused (error 111)
08:04:36.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.310832 30772 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:04:36.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.311120 30772 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:04:36.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.311151 30772 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:04:36.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.313081 30772 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:04:36.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.313151 30772 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:04:36.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.313170 30772 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:04:36.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.313186 30772 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:04:36.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.313203 30772 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:04:36.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.313218 30772 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35975/jwks.json
08:04:36.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.315368 30772 master_runner.cc:387] Master server non-default flags:
08:04:36.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:36.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.231.84:34233
08:04:36.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:36.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:36.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-2/data
08:04:36.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-2/wal
08:04:36.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35053
08:04:36.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:36.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.231.126:45103,127.29.231.125:33119,127.29.231.124:38033
08:04:36.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:36.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:36.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:36.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.231.124:38033
08:04:36.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:36.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:04:36.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:36.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35975/jwks.json
08:04:36.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:36.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:36.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-2/data/info.pb
08:04:36.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.231.124
08:04:36.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:36.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:04:36.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.30772
08:04:36.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:36.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:04:36.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:04:36.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:36.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-2/logs
08:04:36.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:36.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:04:36.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:04:36.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:04:36.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:04:36.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:04:36.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
08:04:36.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on e7f111948823
08:04:36.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12769
08:04:36.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.315689 30772 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:04:36.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.316016 30772 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:04:36.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.319202 30780 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:04:36.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.319306 30782 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:04:36.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.319326 30779 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:04:36.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.319615 30772 server_base.cc:1061] running on GCE node
08:04:36.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.319890 30772 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:04:36.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.320204 30772 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:04:36.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.321352 30772 hybrid_clock.cc:648] HybridClock initialized: now 1783497876321333 us; error 39 us; skew 500 ppm
08:04:36.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.322961 30772 webserver.cc:533] Webserver started at http://127.29.231.124:33645/ using document root <none> and password file <none>
08:04:36.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.323300 30772 fs_manager.cc:362] Metadata directory not provided
08:04:36.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.323365 30772 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:04:36.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.323499 30772 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:04:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.324486 30772 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-2/data/instance:
08:04:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9b4b55fa27664291ae5c2f36247ce375"
08:04:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:36 on dist-test-slave-s91w"
08:04:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.324879 30772 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-2/wal/instance:
08:04:36.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9b4b55fa27664291ae5c2f36247ce375"
08:04:36.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:36 on dist-test-slave-s91w"
08:04:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.326419 30772 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
08:04:36.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.328369 30788 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:04:36.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.328650 30772 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.001s
08:04:36.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.328733 30772 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-2/data,/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-2/wal
08:04:36.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9b4b55fa27664291ae5c2f36247ce375"
08:04:36.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:36 on dist-test-slave-s91w"
08:04:36.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.328805 30772 fs_report.cc:389] FS layout report
08:04:36.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:04:36.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-2/wal
08:04:36.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-2/wal
08:04:36.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-2/data/data
08:04:36.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:04:36.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:04:36.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:04:36.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:04:36.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:04:36.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:04:36.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:04:36.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:04:36.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:04:36.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:04:36.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:04:36.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.330822 30699 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.231.124" port: 38033 } attempt: 1
08:04:36.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.331575 30699 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.231.124:38033: Network error: Client connection negotiation failed: client connection to 127.29.231.124:38033: connect: Connection refused (error 111)
08:04:36.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.340358 30772 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:04:36.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.340756 30772 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:04:36.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.340883 30772 kserver.cc:163] Server-wide thread pool size limit: 3276
08:04:36.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.345805 30772 rpc_server.cc:307] RPC server started. Bound to: 127.29.231.124:38033
08:04:36.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.345875 30840 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.231.124:38033 every 8 connection(s)
08:04:36.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.346264 30772 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-2/data/info.pb
08:04:36.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.347136 30621 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxb1_bD/build/release/bin/kudu as pid 30772
08:04:36.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.347249 30621 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster15610743987253084995/master-2/wal/instance
08:04:36.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.347234 30770 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.231.124" port: 38033 } attempt: 2
08:04:36.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.347396 30841 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:04:36.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.350821 30841 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.231.126" port: 45103 } has no permanent_uuid. Determining permanent_uuid...
08:04:36.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.354216 30770 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 12d94892a10a4d2ab34816849dfe5448: Bootstrap starting.
08:04:36.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.355298 30770 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 12d94892a10a4d2ab34816849dfe5448: Neither blocks nor log segments found. Creating new log.
08:04:36.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.355628 30770 log.cc:826] T 00000000000000000000000000000000 P 12d94892a10a4d2ab34816849dfe5448: Log is configured to *not* fsync() on all Append() calls
08:04:36.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.356727 30770 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 12d94892a10a4d2ab34816849dfe5448: No bootstrap required, opened a new log
08:04:36.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.358053 30770 raft_consensus.cc:359] T 00000000000000000000000000000000 P 12d94892a10a4d2ab34816849dfe5448 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a3e16a33aa04124adc99334803e494b" member_type: VOTER last_known_addr { host: "127.29.231.126" port: 45103 } } peers { permanent_uuid: "12d94892a10a4d2ab34816849dfe5448" member_type: VOTER last_known_addr { host: "127.29.231.125" port: 33119 } } peers { permanent_uuid: "9b4b55fa27664291ae5c2f36247ce375" member_type: VOTER last_known_addr { host: "127.29.231.124" port: 38033 } }
08:04:36.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.358379 30770 raft_consensus.cc:385] T 00000000000000000000000000000000 P 12d94892a10a4d2ab34816849dfe5448 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:04:36.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.358438 30770 raft_consensus.cc:740] T 00000000000000000000000000000000 P 12d94892a10a4d2ab34816849dfe5448 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 12d94892a10a4d2ab34816849dfe5448, State: Initialized, Role: FOLLOWER
08:04:36.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.358534 30770 consensus_queue.cc:260] T 00000000000000000000000000000000 P 12d94892a10a4d2ab34816849dfe5448 [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: "5a3e16a33aa04124adc99334803e494b" member_type: VOTER last_known_addr { host: "127.29.231.126" port: 45103 } } peers { permanent_uuid: "12d94892a10a4d2ab34816849dfe5448" member_type: VOTER last_known_addr { host: "127.29.231.125" port: 33119 } } peers { permanent_uuid: "9b4b55fa27664291ae5c2f36247ce375" member_type: VOTER last_known_addr { host: "127.29.231.124" port: 38033 } }
08:04:36.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.358942 30770 sys_catalog.cc:565] T 00000000000000000000000000000000 P 12d94892a10a4d2ab34816849dfe5448 [sys.catalog]: configured and running, proceeding with master startup.
08:04:36.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.359285 30847 sys_catalog.cc:455] T 00000000000000000000000000000000 P 12d94892a10a4d2ab34816849dfe5448 [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: "5a3e16a33aa04124adc99334803e494b" member_type: VOTER last_known_addr { host: "127.29.231.126" port: 45103 } } peers { permanent_uuid: "12d94892a10a4d2ab34816849dfe5448" member_type: VOTER last_known_addr { host: "127.29.231.125" port: 33119 } } peers { permanent_uuid: "9b4b55fa27664291ae5c2f36247ce375" member_type: VOTER last_known_addr { host: "127.29.231.124" port: 38033 } } }
08:04:36.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.359580 30847 sys_catalog.cc:458] T 00000000000000000000000000000000 P 12d94892a10a4d2ab34816849dfe5448 [sys.catalog]: This master's current role is: FOLLOWER
08:04:36.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.360980 30841 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.231.125" port: 33119 } has no permanent_uuid. Determining permanent_uuid...
08:04:36.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.364248 30621 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
08:04:36.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.362418 30700 master_runner.cc:187] Error getting master registration for 127.29.231.126:45103: OK, instance_id { permanent_uuid: "5a3e16a33aa04124adc99334803e494b" instance_seqno: 1783497876072442 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:04:36.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.364650 30700 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:04:36.365 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:04:36.365 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

08:04:36.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.365242 30841 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.231.124" port: 38033 } has no permanent_uuid. Determining permanent_uuid...
08:04:36.366 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.29.231.126"
      port: 45103
    }
    bound_http_address {
      host: "127.29.231.126"
      port: 45095
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.29.231.125"
      port: 33119
    }
    bound_http_address {
      host: "127.29.231.125"
      port: 37541
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.29.231.124"
      port: 38033
    }
    bound_http_address {
      host: "127.29.231.124"
      port: 33645
    }
  }
}

08:04:36.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.367149 30861 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 12d94892a10a4d2ab34816849dfe5448: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:04:36.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.367391 30861 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:04:36.367 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

08:04:36.367 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:04:36.369 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
08:04:36.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.369758 30621 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxb1_bD/build/release/bin/kudu with pid 30632
08:04:36.370 [INFO - Metastore-Handler-Pool: Thread-197] (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:04:36.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.371129 30841 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9b4b55fa27664291ae5c2f36247ce375: Bootstrap starting.
08:04:36.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.372071 30841 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9b4b55fa27664291ae5c2f36247ce375: Neither blocks nor log segments found. Creating new log.
08:04:36.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.372381 30841 log.cc:826] T 00000000000000000000000000000000 P 9b4b55fa27664291ae5c2f36247ce375: Log is configured to *not* fsync() on all Append() calls
08:04:36.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.373019 30858 client.h:372] Failed to connect to Hive Metastore (localhost:35053): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:36.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.373761 30841 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9b4b55fa27664291ae5c2f36247ce375: No bootstrap required, opened a new log
08:04:36.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.376965 30841 raft_consensus.cc:359] T 00000000000000000000000000000000 P 9b4b55fa27664291ae5c2f36247ce375 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a3e16a33aa04124adc99334803e494b" member_type: VOTER last_known_addr { host: "127.29.231.126" port: 45103 } } peers { permanent_uuid: "12d94892a10a4d2ab34816849dfe5448" member_type: VOTER last_known_addr { host: "127.29.231.125" port: 33119 } } peers { permanent_uuid: "9b4b55fa27664291ae5c2f36247ce375" member_type: VOTER last_known_addr { host: "127.29.231.124" port: 38033 } }
08:04:36.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.377497 30841 raft_consensus.cc:385] T 00000000000000000000000000000000 P 9b4b55fa27664291ae5c2f36247ce375 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:04:36.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.377569 30841 raft_consensus.cc:740] T 00000000000000000000000000000000 P 9b4b55fa27664291ae5c2f36247ce375 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9b4b55fa27664291ae5c2f36247ce375, State: Initialized, Role: FOLLOWER
08:04:36.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.377677 30621 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxb1_bD/build/release/bin/kudu with pid 30700
08:04:36.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.377733 30841 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9b4b55fa27664291ae5c2f36247ce375 [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: "5a3e16a33aa04124adc99334803e494b" member_type: VOTER last_known_addr { host: "127.29.231.126" port: 45103 } } peers { permanent_uuid: "12d94892a10a4d2ab34816849dfe5448" member_type: VOTER last_known_addr { host: "127.29.231.125" port: 33119 } } peers { permanent_uuid: "9b4b55fa27664291ae5c2f36247ce375" member_type: VOTER last_known_addr { host: "127.29.231.124" port: 38033 } }
08:04:36.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.379181 30866 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9b4b55fa27664291ae5c2f36247ce375 [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: "5a3e16a33aa04124adc99334803e494b" member_type: VOTER last_known_addr { host: "127.29.231.126" port: 45103 } } peers { permanent_uuid: "12d94892a10a4d2ab34816849dfe5448" member_type: VOTER last_known_addr { host: "127.29.231.125" port: 33119 } } peers { permanent_uuid: "9b4b55fa27664291ae5c2f36247ce375" member_type: VOTER last_known_addr { host: "127.29.231.124" port: 38033 } } }
08:04:36.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.379281 30841 sys_catalog.cc:565] T 00000000000000000000000000000000 P 9b4b55fa27664291ae5c2f36247ce375 [sys.catalog]: configured and running, proceeding with master startup.
08:04:36.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.379506 30866 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9b4b55fa27664291ae5c2f36247ce375 [sys.catalog]: This master's current role is: FOLLOWER
08:04:36.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.382144 30880 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 9b4b55fa27664291ae5c2f36247ce375: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:04:36.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.382664 30880 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:04:36.383 [INFO - Metastore-Handler-Pool: Thread-198] (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:04:36.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.382177 30772 master_runner.cc:187] Error getting master registration for 127.29.231.126:45103: Network error: Client connection negotiation failed: client connection to 127.29.231.126:45103: connect: Connection refused (error 111), 
08:04:36.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.383881 30772 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:04:36.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:36.384215 30877 client.h:372] Failed to connect to Hive Metastore (localhost:35053): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:04:36.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:36.384732 30621 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxb1_bD/build/release/bin/kudu with pid 30772
08:04:36.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:04:36Z chronyd exiting
.08:04:36.432 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:04:36.432 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:04:36.433 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:04:36.452 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive14067533155967602745
08:04:36.453 [INFO - Thread-138] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
08:04:36.453 [INFO - Thread-138] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
08:04:36.456 [INFO - Thread-138] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:04:36.456 [INFO - Thread-138] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:04:36.456 [INFO - Thread-138] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
08:04:36.457 [INFO - Thread-138] (HikariDataSource.java:350) objectstore - Shutdown initiated...
08:04:36.458 [INFO - Thread-138] (HikariDataSource.java:352) objectstore - Shutdown completed.
08:04:36.458 [INFO - Thread-138] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
08:04:36.461 [INFO - Thread-138] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
08:04:36.461 [INFO - Thread-138] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
08:04:36.462 [INFO - Thread-138] (HikariDataSource.java:80) objectstore - Starting...
08:04:36.547 [INFO - Thread-138] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:04:36.548 [INFO - Thread-138] (HikariDataSource.java:82) objectstore - Start completed.
08:04:36.549 [INFO - Thread-138] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
08:04:36.551 [INFO - Thread-138] (HikariDataSource.java:80) objectstore-secondary - Starting...
08:04:36.556 [INFO - Thread-138] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:04:36.557 [INFO - Thread-138] (HikariDataSource.java:82) objectstore-secondary - Start completed.
08:04:36.572 [INFO - Thread-138] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
08:04:36.572 [INFO - Thread-138] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
08:04:36.572 [INFO - Thread-138] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
08:04:36.597 [WARN - Thread-138] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:36.598 [WARN - Thread-138] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:36.598 [WARN - Thread-138] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:36.598 [WARN - Thread-138] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:36.599 [WARN - Thread-138] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:36.599 [WARN - Thread-138] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:04:36.822 [INFO - Thread-138] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
08:04:36.822 [INFO - Thread-138] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7d1a608, with PersistenceManager: null will be shutdown
08:04:36.823 [INFO - Thread-138] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7d1a608, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7be66ece created in the thread with id: 199
08:04:36.826 [WARN - Thread-138] (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:04:36.827 [INFO - Thread-138] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7d1a608
08:04:36.940 [INFO - Thread-138] (HMSHandler.java:595) Started creating a default database with name: default
08:04:36.959 [INFO - Thread-138] (HMSHandler.java:605) Successfully created a default database with name: default
08:04:36.987 [INFO - Thread-138] (HMSHandler.java:668) Added admin role in metastore
08:04:36.988 [INFO - Thread-138] (HMSHandler.java:677) Added public role in metastore
08:04:37.021 [INFO - Thread-138] (HMSHandler.java:717) No user is added in admin role, since config is empty
08:04:37.022 [INFO - Thread-138] (HMSHandler.java:404) HMS server filtering is disabled by configuration
08:04:37.022 [INFO - Thread-138] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
08:04:37.023 [INFO - Thread-138] (HiveMetaStore.java:697) Direct SQL optimization = true
08:04:37.023 [WARN - Thread-138] (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:04:37.023 [INFO - Thread-138] (HiveMetaStore.java:632) Started the new metaserver on port [45463]...
08:04:37.024 [INFO - Thread-138] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
08:04:37.024 [INFO - Thread-138] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
08:04:37.024 [INFO - Thread-138] (HiveMetaStore.java:635) TCP keepalive = true
08:04:37.024 [INFO - Thread-138] (HiveMetaStore.java:636) Enable SSL = false
08:04:37.455 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:04:37.455 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:04:37.455 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:04:37.458 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
08:04:37.458 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:45463]
08:04:37.459 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:45463) in binary transport mode
08:04:37.459 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:45463) current connections: 1
08:04:37.463 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskxb1_bD/test-tmp
08:04:37.463 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
08:04:37.463 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskxb1_bD/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
08:04:37.470 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

08:04:37.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.578187 30906 mini_oidc.cc:150] Starting JWKS server
08:04:37.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.578824 30906 webserver.cc:533] Webserver started at http://127.0.0.1:45261/ using document root <none> and password file <none>
08:04:37.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.578941 30906 mini_oidc.cc:186] Starting OIDC Discovery server
08:04:37.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.579113 30906 webserver.cc:533] Webserver started at http://127.0.0.1:43627/ using document root <none> and password file <none>
08:04:37.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:04:37Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
08:04:37.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:04:37Z Disabled control of system clock
08:04:37.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.589773 30906 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-0/wal
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-0/data
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-0/logs
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-0/data/info.pb
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.46.190:36123
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.46.190
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.46.148:43513
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.46.190:36123,127.30.46.189:34651,127.30.46.188:45897
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:37.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45261/jwks.json with env {}
08:04:37.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.665323 30917 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:04:37.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.665509 30917 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:04:37.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.665529 30917 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:04:37.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.667037 30917 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:04:37.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.667081 30917 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:04:37.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.667093 30917 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:04:37.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.667104 30917 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:04:37.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.667115 30917 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:04:37.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.667125 30917 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45261/jwks.json
08:04:37.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.668787 30917 master_runner.cc:387] Master server non-default flags:
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.46.148:43513
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-0/data
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-0/wal
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.46.190:36123,127.30.46.189:34651,127.30.46.188:45897
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.46.190:36123
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45261/jwks.json
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-0/data/info.pb
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.46.190
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.30917
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-0/logs
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on e7f111948823
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12769
08:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.668989 30917 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:04:37.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.669167 30917 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:04:37.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.671504 30922 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:04:37.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.671494 30925 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:04:37.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.671518 30917 server_base.cc:1061] running on GCE node
08:04:37.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.671494 30923 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:04:37.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.672019 30917 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:04:37.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.672250 30917 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:04:37.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.673432 30917 hybrid_clock.cc:648] HybridClock initialized: now 1783497877673421 us; error 34 us; skew 500 ppm
08:04:37.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.674504 30917 webserver.cc:533] Webserver started at http://127.30.46.190:36481/ using document root <none> and password file <none>
08:04:37.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.674656 30917 fs_manager.cc:362] Metadata directory not provided
08:04:37.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.674688 30917 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:04:37.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.674757 30917 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:04:37.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.675614 30917 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-0/data/instance:
08:04:37.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "89467236407a474aaf8d68d8193665fa"
08:04:37.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:37 on dist-test-slave-s91w"
08:04:37.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.675877 30917 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-0/wal/instance:
08:04:37.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "89467236407a474aaf8d68d8193665fa"
08:04:37.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:37 on dist-test-slave-s91w"
08:04:37.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.676985 30917 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.002s
08:04:37.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.677677 30931 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:04:37.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.677837 30917 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.001s
08:04:37.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.677886 30917 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-0/data,/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-0/wal
08:04:37.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "89467236407a474aaf8d68d8193665fa"
08:04:37.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:37 on dist-test-slave-s91w"
08:04:37.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.677932 30917 fs_report.cc:389] FS layout report
08:04:37.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:04:37.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-0/wal
08:04:37.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-0/wal
08:04:37.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-0/data/data
08:04:37.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:04:37.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:04:37.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:04:37.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:04:37.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:04:37.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:04:37.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:04:37.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:04:37.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:04:37.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:04:37.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:04:37.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.695252 30917 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:04:37.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.695526 30917 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:04:37.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.695606 30917 kserver.cc:163] Server-wide thread pool size limit: 3276
08:04:37.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.699141 30917 rpc_server.cc:307] RPC server started. Bound to: 127.30.46.190:36123
08:04:37.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.699172 30983 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.46.190:36123 every 8 connection(s)
08:04:37.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.699468 30917 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-0/data/info.pb
08:04:37.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.699981 30984 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:04:37.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.701253 30984 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.46.190" port: 36123 } has no permanent_uuid. Determining permanent_uuid...
08:04:37.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.703919 30906 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxb1_bD/build/release/bin/kudu as pid 30917
08:04:37.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.704020 30906 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-0/wal/instance
08:04:37.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.704864 30906 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:37.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:37.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-1/wal
08:04:37.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-1/data
08:04:37.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:04:37.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:04:37.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:04:37.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:37.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:37.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:37.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-1/logs
08:04:37.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-1/data/info.pb
08:04:37.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:37.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:04:37.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:04:37.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:04:37.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:04:37.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:37.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:37.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:37.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:04:37.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:04:37.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:37.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:37.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.46.189:34651
08:04:37.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.46.189
08:04:37.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:37.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.46.148:43513
08:04:37.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:37.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:37.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:37.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:37.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.46.190:36123,127.30.46.189:34651,127.30.46.188:45897
08:04:37.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:37.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45261/jwks.json with env {}
08:04:37.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.711095 30984 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.46.189" port: 34651 } has no permanent_uuid. Determining permanent_uuid...
08:04:37.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.711575 30933 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.30.46.189:34651: connect: Connection refused (error 111)
08:04:37.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.712033 30984 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.46.189:34651: Network error: Client connection negotiation failed: client connection to 127.30.46.189:34651: connect: Connection refused (error 111)
08:04:37.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.761260 30984 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.46.189" port: 34651 } attempt: 1
08:04:37.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.762202 30984 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.46.189:34651: Network error: Client connection negotiation failed: client connection to 127.30.46.189:34651: connect: Connection refused (error 111)
08:04:37.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.782018 30988 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:04:37.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.782238 30988 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:04:37.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.782271 30988 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:04:37.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.784197 30988 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:04:37.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.784266 30988 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:04:37.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.784291 30988 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:04:37.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.784310 30988 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:04:37.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.784330 30988 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:04:37.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.784348 30988 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45261/jwks.json
08:04:37.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.786319 30988 master_runner.cc:387] Master server non-default flags:
08:04:37.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:37.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.46.148:43513
08:04:37.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:37.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:37.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-1/data
08:04:37.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-1/wal
08:04:37.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:37.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.46.190:36123,127.30.46.189:34651,127.30.46.188:45897
08:04:37.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:37.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:37.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:37.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.46.189:34651
08:04:37.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:37.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:04:37.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:37.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45261/jwks.json
08:04:37.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:37.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:37.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-1/data/info.pb
08:04:37.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.46.189
08:04:37.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:37.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:04:37.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.30988
08:04:37.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:37.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:04:37.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:04:37.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:37.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-1/logs
08:04:37.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:37.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:04:37.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:04:37.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:04:37.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:04:37.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:04:37.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
08:04:37.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on e7f111948823
08:04:37.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12769
08:04:37.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.786626 30988 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:04:37.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.786939 30988 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:04:37.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.789634 30997 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:04:37.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.789630 30994 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:04:37.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.789634 30995 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:04:37.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.789913 30988 server_base.cc:1061] running on GCE node
08:04:37.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.790107 30988 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:04:37.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.790320 30988 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:04:37.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.791442 30988 hybrid_clock.cc:648] HybridClock initialized: now 1783497877791422 us; error 34 us; skew 500 ppm
08:04:37.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.792582 30988 webserver.cc:533] Webserver started at http://127.30.46.189:35307/ using document root <none> and password file <none>
08:04:37.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.792806 30988 fs_manager.cc:362] Metadata directory not provided
08:04:37.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.792881 30988 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:04:37.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.792995 30988 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:04:37.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.793887 30988 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-1/data/instance:
08:04:37.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b3b479a8f6e342a39209243346cfe46f"
08:04:37.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:37 on dist-test-slave-s91w"
08:04:37.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.794226 30988 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-1/wal/instance:
08:04:37.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b3b479a8f6e342a39209243346cfe46f"
08:04:37.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:37 on dist-test-slave-s91w"
08:04:37.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.795539 30988 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
08:04:37.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.796308 31003 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:04:37.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.796470 30988 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
08:04:37.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.796550 30988 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-1/data,/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-1/wal
08:04:37.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b3b479a8f6e342a39209243346cfe46f"
08:04:37.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:37 on dist-test-slave-s91w"
08:04:37.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.796612 30988 fs_report.cc:389] FS layout report
08:04:37.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:04:37.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-1/wal
08:04:37.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-1/wal
08:04:37.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-1/data/data
08:04:37.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:04:37.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:04:37.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:04:37.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:04:37.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:04:37.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:04:37.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:04:37.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:04:37.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:04:37.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:04:37.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:04:37.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.810983 30988 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:04:37.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.811323 30988 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:04:37.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.811442 30988 kserver.cc:163] Server-wide thread pool size limit: 3276
08:04:37.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.814941 30988 rpc_server.cc:307] RPC server started. Bound to: 127.30.46.189:34651
08:04:37.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.814987 31055 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.46.189:34651 every 8 connection(s)
08:04:37.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.815342 30988 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-1/data/info.pb
08:04:37.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.815944 31056 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:04:37.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.817148 31056 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.46.190" port: 36123 } has no permanent_uuid. Determining permanent_uuid...
08:04:37.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.819067 30906 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxb1_bD/build/release/bin/kudu as pid 30988
08:04:37.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.819144 30906 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-1/wal/instance
08:04:37.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.819621 30906 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:37.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxb1_bD/build/release/bin/kudu
08:04:37.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-2/wal
08:04:37.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-2/data
08:04:37.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:04:37.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:04:37.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:04:37.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:37.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:37.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:37.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-2/logs
08:04:37.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-2/data/info.pb
08:04:37.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:37.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:04:37.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:04:37.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:04:37.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:04:37.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:37.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:37.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:37.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:04:37.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:04:37.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:37.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:37.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.46.188:45897
08:04:37.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.46.188
08:04:37.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:37.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.46.148:43513
08:04:37.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:37.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:37.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:37.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:37.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.46.190:36123,127.30.46.189:34651,127.30.46.188:45897
08:04:37.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:37.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45261/jwks.json with env {}
08:04:37.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.821902 31056 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.46.189" port: 34651 } has no permanent_uuid. Determining permanent_uuid...
08:04:37.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.825736 31056 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.46.188" port: 45897 } has no permanent_uuid. Determining permanent_uuid...
08:04:37.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.826184 31007 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.30.46.188:45897: connect: Connection refused (error 111)
08:04:37.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.826706 31056 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.46.188:45897: Network error: Client connection negotiation failed: client connection to 127.30.46.188:45897: connect: Connection refused (error 111)
08:04:37.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.830363 30984 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.46.189" port: 34651 } attempt: 2
08:04:37.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.833627 30984 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.46.188" port: 45897 } has no permanent_uuid. Determining permanent_uuid...
08:04:37.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.834223 30984 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.46.188:45897: Network error: Client connection negotiation failed: client connection to 127.30.46.188:45897: connect: Connection refused (error 111)
08:04:37.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.875888 31056 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.46.188" port: 45897 } attempt: 1
08:04:37.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.876752 31056 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.46.188:45897: Network error: Client connection negotiation failed: client connection to 127.30.46.188:45897: connect: Connection refused (error 111)
08:04:37.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.877363 30984 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.46.188" port: 45897 } attempt: 1
08:04:37.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.878062 30984 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.46.188:45897: Network error: Client connection negotiation failed: client connection to 127.30.46.188:45897: connect: Connection refused (error 111)
08:04:37.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.901047 31059 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:04:37.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.901228 31059 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:04:37.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.901248 31059 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:04:37.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.902851 31059 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:04:37.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.902925 31059 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:04:37.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.902946 31059 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:04:37.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.902963 31059 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:04:37.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.902976 31059 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:04:37.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.902984 31059 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45261/jwks.json
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.904929 31059 master_runner.cc:387] Master server non-default flags:
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.46.148:43513
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-2/data
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-2/wal
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.46.190:36123,127.30.46.189:34651,127.30.46.188:45897
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.46.188:45897
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45261/jwks.json
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-2/data/info.pb
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.46.188
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.31059
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-2/logs
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 07:43:13 UTC on e7f111948823
08:04:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12769
08:04:37.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.905148 31059 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:04:37.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.905333 31059 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:04:37.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.907721 31066 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:04:37.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.907732 31067 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:04:37.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.907744 31069 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:04:37.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.907804 31059 server_base.cc:1061] running on GCE node
08:04:37.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.908305 31059 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:04:37.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.908532 31059 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:04:37.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.909649 31059 hybrid_clock.cc:648] HybridClock initialized: now 1783497877909632 us; error 35 us; skew 500 ppm
08:04:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.910763 31059 webserver.cc:533] Webserver started at http://127.30.46.188:44893/ using document root <none> and password file <none>
08:04:37.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.911103 31059 fs_manager.cc:362] Metadata directory not provided
08:04:37.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.911168 31059 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:04:37.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.911307 31059 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:04:37.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.912163 31059 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-2/data/instance:
08:04:37.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "55558e2ce9894649a9bf2c49a1da9a06"
08:04:37.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:37 on dist-test-slave-s91w"
08:04:37.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.912489 31059 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-2/wal/instance:
08:04:37.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "55558e2ce9894649a9bf2c49a1da9a06"
08:04:37.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:37 on dist-test-slave-s91w"
08:04:37.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.913626 31059 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.002s
08:04:37.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.914314 31075 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:04:37.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.914484 31059 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.001s
08:04:37.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.914567 31059 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-2/data,/tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-2/wal
08:04:37.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "55558e2ce9894649a9bf2c49a1da9a06"
08:04:37.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 08:04:37 on dist-test-slave-s91w"
08:04:37.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.914626 31059 fs_report.cc:389] FS layout report
08:04:37.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:04:37.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-2/wal
08:04:37.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-2/wal
08:04:37.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-2/data/data
08:04:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:04:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:04:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:04:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:04:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:04:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:04:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:04:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:04:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:04:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:04:37.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:04:37.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.924638 31059 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:04:37.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.924925 31059 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:04:37.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.925033 31059 kserver.cc:163] Server-wide thread pool size limit: 3276
08:04:37.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.925227 30984 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.46.188" port: 45897 } attempt: 2
08:04:37.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.925915 30984 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.46.188:45897: Network error: Client connection negotiation failed: client connection to 127.30.46.188:45897: connect: Connection refused (error 111)
08:04:37.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.928849 31059 rpc_server.cc:307] RPC server started. Bound to: 127.30.46.188:45897
08:04:37.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.928877 31127 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.46.188:45897 every 8 connection(s)
08:04:37.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.929215 31059 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-2/data/info.pb
08:04:37.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.929750 31128 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:04:37.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.930984 31128 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.46.190" port: 36123 } has no permanent_uuid. Determining permanent_uuid...
08:04:37.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.934095 30906 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxb1_bD/build/release/bin/kudu as pid 31059
08:04:37.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.934187 30906 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxb1_bD/test-tmp/mini-kudu-cluster14278601127373351588/master-2/wal/instance
08:04:37.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.935729 31128 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.46.189" port: 34651 } has no permanent_uuid. Determining permanent_uuid...
08:04:37.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.938277 31128 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.46.188" port: 45897 } has no permanent_uuid. Determining permanent_uuid...
08:04:37.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.941545 31128 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 55558e2ce9894649a9bf2c49a1da9a06: Bootstrap starting.
08:04:37.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.942162 31128 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 55558e2ce9894649a9bf2c49a1da9a06: Neither blocks nor log segments found. Creating new log.
08:04:37.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.942415 31128 log.cc:826] T 00000000000000000000000000000000 P 55558e2ce9894649a9bf2c49a1da9a06: Log is configured to *not* fsync() on all Append() calls
08:04:37.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.943064 31128 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 55558e2ce9894649a9bf2c49a1da9a06: No bootstrap required, opened a new log
08:04:37.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.944684 31128 raft_consensus.cc:359] T 00000000000000000000000000000000 P 55558e2ce9894649a9bf2c49a1da9a06 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "89467236407a474aaf8d68d8193665fa" member_type: VOTER last_known_addr { host: "127.30.46.190" port: 36123 } } peers { permanent_uuid: "b3b479a8f6e342a39209243346cfe46f" member_type: VOTER last_known_addr { host: "127.30.46.189" port: 34651 } } peers { permanent_uuid: "55558e2ce9894649a9bf2c49a1da9a06" member_type: VOTER last_known_addr { host: "127.30.46.188" port: 45897 } }
08:04:37.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.944890 31056 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.46.188" port: 45897 } attempt: 2
08:04:37.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.944836 31128 raft_consensus.cc:385] T 00000000000000000000000000000000 P 55558e2ce9894649a9bf2c49a1da9a06 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:04:37.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.944988 31128 raft_consensus.cc:740] T 00000000000000000000000000000000 P 55558e2ce9894649a9bf2c49a1da9a06 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 55558e2ce9894649a9bf2c49a1da9a06, State: Initialized, Role: FOLLOWER
08:04:37.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.945103 31128 consensus_queue.cc:260] T 00000000000000000000000000000000 P 55558e2ce9894649a9bf2c49a1da9a06 [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: "89467236407a474aaf8d68d8193665fa" member_type: VOTER last_known_addr { host: "127.30.46.190" port: 36123 } } peers { permanent_uuid: "b3b479a8f6e342a39209243346cfe46f" member_type: VOTER last_known_addr { host: "127.30.46.189" port: 34651 } } peers { permanent_uuid: "55558e2ce9894649a9bf2c49a1da9a06" member_type: VOTER last_known_addr { host: "127.30.46.188" port: 45897 } }
08:04:37.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.945375 31128 sys_catalog.cc:565] T 00000000000000000000000000000000 P 55558e2ce9894649a9bf2c49a1da9a06 [sys.catalog]: configured and running, proceeding with master startup.
08:04:37.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.946127 30906 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
08:04:37.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.947048 31135 sys_catalog.cc:455] T 00000000000000000000000000000000 P 55558e2ce9894649a9bf2c49a1da9a06 [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: "89467236407a474aaf8d68d8193665fa" member_type: VOTER last_known_addr { host: "127.30.46.190" port: 36123 } } peers { permanent_uuid: "b3b479a8f6e342a39209243346cfe46f" member_type: VOTER last_known_addr { host: "127.30.46.189" port: 34651 } } peers { permanent_uuid: "55558e2ce9894649a9bf2c49a1da9a06" member_type: VOTER last_known_addr { host: "127.30.46.188" port: 45897 } } }
08:04:37.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.947345 31135 sys_catalog.cc:458] T 00000000000000000000000000000000 P 55558e2ce9894649a9bf2c49a1da9a06 [sys.catalog]: This master's current role is: FOLLOWER
08:04:37.947 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:04:37.947 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

08:04:37.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.948005 31146 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 55558e2ce9894649a9bf2c49a1da9a06: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:04:37.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.948693 31146 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:04:37.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.949471 31056 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f: Bootstrap starting.
08:04:37.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.950081 31056 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f: Neither blocks nor log segments found. Creating new log.
08:04:37.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.950350 31056 log.cc:826] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f: Log is configured to *not* fsync() on all Append() calls
08:04:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.951059 31056 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f: No bootstrap required, opened a new log
08:04:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.950752 31059 master_runner.cc:187] Error getting master registration for 127.30.46.190:36123: OK, instance_id { permanent_uuid: "89467236407a474aaf8d68d8193665fa" instance_seqno: 1783497877698118 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:04:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.952466 31059 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:04:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.952754 31056 raft_consensus.cc:359] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "89467236407a474aaf8d68d8193665fa" member_type: VOTER last_known_addr { host: "127.30.46.190" port: 36123 } } peers { permanent_uuid: "b3b479a8f6e342a39209243346cfe46f" member_type: VOTER last_known_addr { host: "127.30.46.189" port: 34651 } } peers { permanent_uuid: "55558e2ce9894649a9bf2c49a1da9a06" member_type: VOTER last_known_addr { host: "127.30.46.188" port: 45897 } }
08:04:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.952838 31056 raft_consensus.cc:385] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:04:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.952854 31056 raft_consensus.cc:740] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b3b479a8f6e342a39209243346cfe46f, State: Initialized, Role: FOLLOWER
08:04:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.952929 31056 consensus_queue.cc:260] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f [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: "89467236407a474aaf8d68d8193665fa" member_type: VOTER last_known_addr { host: "127.30.46.190" port: 36123 } } peers { permanent_uuid: "b3b479a8f6e342a39209243346cfe46f" member_type: VOTER last_known_addr { host: "127.30.46.189" port: 34651 } } peers { permanent_uuid: "55558e2ce9894649a9bf2c49a1da9a06" member_type: VOTER last_known_addr { host: "127.30.46.188" port: 45897 } }
08:04:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.953154 31056 sys_catalog.cc:565] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f [sys.catalog]: configured and running, proceeding with master startup.
08:04:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.953156 31149 sys_catalog.cc:455] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f [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: "89467236407a474aaf8d68d8193665fa" member_type: VOTER last_known_addr { host: "127.30.46.190" port: 36123 } } peers { permanent_uuid: "b3b479a8f6e342a39209243346cfe46f" member_type: VOTER last_known_addr { host: "127.30.46.189" port: 34651 } } peers { permanent_uuid: "55558e2ce9894649a9bf2c49a1da9a06" member_type: VOTER last_known_addr { host: "127.30.46.188" port: 45897 } } }
08:04:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.953265 31149 sys_catalog.cc:458] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f [sys.catalog]: This master's current role is: FOLLOWER
08:04:37.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.954814 31160 catalog_manager.cc:1594] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:04:37.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:37.955063 31160 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:04:37.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.955374 30988 master_runner.cc:187] Error getting master registration for 127.30.46.190:36123: OK, instance_id { permanent_uuid: "89467236407a474aaf8d68d8193665fa" instance_seqno: 1783497877698118 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:04:37.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.957005 30988 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:04:37.948 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.30.46.190"
      port: 36123
    }
    bound_http_address {
      host: "127.30.46.190"
      port: 36481
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.30.46.189"
      port: 34651
    }
    bound_http_address {
      host: "127.30.46.189"
      port: 35307
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.30.46.188"
      port: 45897
    }
    bound_http_address {
      host: "127.30.46.188"
      port: 44893
    }
  }
}

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

08:04:37.957 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:04:37.959 [INFO - Metastore-Handler-Pool: Thread-220] (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=dfec9b04-ad8f-483f-a12d-5ea56f1c237f, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.30.46.190:36123,127.30.46.189:34651,127.30.46.188:45897}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:04:37.961 [INFO - Metastore-Handler-Pool: Thread-220] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:04:37.961 [INFO - Metastore-Handler-Pool: Thread-220] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:04:37.961 [INFO - Metastore-Handler-Pool: Thread-220] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7d6d498, with PersistenceManager: null will be shutdown
08:04:37.961 [INFO - Metastore-Handler-Pool: Thread-220] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7d6d498, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2e9dbf3d created in the thread with id: 220
08:04:37.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.964134 31149 raft_consensus.cc:493] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
08:04:37.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.964301 31149 raft_consensus.cc:515] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "89467236407a474aaf8d68d8193665fa" member_type: VOTER last_known_addr { host: "127.30.46.190" port: 36123 } } peers { permanent_uuid: "b3b479a8f6e342a39209243346cfe46f" member_type: VOTER last_known_addr { host: "127.30.46.189" port: 34651 } } peers { permanent_uuid: "55558e2ce9894649a9bf2c49a1da9a06" member_type: VOTER last_known_addr { host: "127.30.46.188" port: 45897 } }
08:04:37.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.964572 31149 leader_election.cc:290] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 89467236407a474aaf8d68d8193665fa (127.30.46.190:36123), 55558e2ce9894649a9bf2c49a1da9a06 (127.30.46.188:45897)
08:04:37.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.964890 31102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b3b479a8f6e342a39209243346cfe46f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "55558e2ce9894649a9bf2c49a1da9a06" is_pre_election: true
08:04:37.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.965040 31102 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 55558e2ce9894649a9bf2c49a1da9a06 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b3b479a8f6e342a39209243346cfe46f in term 0.
08:04:37.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.965240 31007 leader_election.cc:304] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f [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: 55558e2ce9894649a9bf2c49a1da9a06, b3b479a8f6e342a39209243346cfe46f; no voters: 
08:04:37.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.965349 31149 raft_consensus.cc:2804] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f [term 0 FOLLOWER]: Leader pre-election won for term 1
08:04:37.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.965384 31149 raft_consensus.cc:493] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
08:04:37.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.965404 31149 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f [term 0 FOLLOWER]: Advancing to term 1
08:04:37.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.966234 31149 raft_consensus.cc:515] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "89467236407a474aaf8d68d8193665fa" member_type: VOTER last_known_addr { host: "127.30.46.190" port: 36123 } } peers { permanent_uuid: "b3b479a8f6e342a39209243346cfe46f" member_type: VOTER last_known_addr { host: "127.30.46.189" port: 34651 } } peers { permanent_uuid: "55558e2ce9894649a9bf2c49a1da9a06" member_type: VOTER last_known_addr { host: "127.30.46.188" port: 45897 } }
08:04:37.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.966351 31149 leader_election.cc:290] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f [CANDIDATE]: Term 1 election: Requested vote from peers 89467236407a474aaf8d68d8193665fa (127.30.46.190:36123), 55558e2ce9894649a9bf2c49a1da9a06 (127.30.46.188:45897)
08:04:37.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.966557 31102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b3b479a8f6e342a39209243346cfe46f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "55558e2ce9894649a9bf2c49a1da9a06"
08:04:37.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.966627 31102 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 55558e2ce9894649a9bf2c49a1da9a06 [term 0 FOLLOWER]: Advancing to term 1
08:04:37.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.967411 31102 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 55558e2ce9894649a9bf2c49a1da9a06 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b3b479a8f6e342a39209243346cfe46f in term 1.
08:04:37.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.967563 31007 leader_election.cc:304] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f [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: 55558e2ce9894649a9bf2c49a1da9a06, b3b479a8f6e342a39209243346cfe46f; no voters: 
08:04:37.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.968436 31149 raft_consensus.cc:2804] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f [term 1 FOLLOWER]: Leader election won for term 1
08:04:37.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.968612 31149 raft_consensus.cc:697] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f [term 1 LEADER]: Becoming Leader. State: Replica: b3b479a8f6e342a39209243346cfe46f, State: Running, Role: LEADER
08:04:37.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.968696 31149 consensus_queue.cc:237] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f [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: "89467236407a474aaf8d68d8193665fa" member_type: VOTER last_known_addr { host: "127.30.46.190" port: 36123 } } peers { permanent_uuid: "b3b479a8f6e342a39209243346cfe46f" member_type: VOTER last_known_addr { host: "127.30.46.189" port: 34651 } } peers { permanent_uuid: "55558e2ce9894649a9bf2c49a1da9a06" member_type: VOTER last_known_addr { host: "127.30.46.188" port: 45897 } }
08:04:37.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.969053 31149 sys_catalog.cc:455] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f [sys.catalog]: SysCatalogTable state changed. Reason: New leader b3b479a8f6e342a39209243346cfe46f. Latest consensus state: current_term: 1 leader_uuid: "b3b479a8f6e342a39209243346cfe46f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "89467236407a474aaf8d68d8193665fa" member_type: VOTER last_known_addr { host: "127.30.46.190" port: 36123 } } peers { permanent_uuid: "b3b479a8f6e342a39209243346cfe46f" member_type: VOTER last_known_addr { host: "127.30.46.189" port: 34651 } } peers { permanent_uuid: "55558e2ce9894649a9bf2c49a1da9a06" member_type: VOTER last_known_addr { host: "127.30.46.188" port: 45897 } } }
08:04:37.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.969120 31149 sys_catalog.cc:458] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f [sys.catalog]: This master's current role is: LEADER
08:04:37.972 [INFO - Metastore-Handler-Pool: Thread-220] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7d6d498
08:04:37.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.975994 31164 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
08:04:37.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.976501 31164 catalog_manager.cc:1520] Initializing Kudu cluster ID...
08:04:37.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.987936 31102 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 55558e2ce9894649a9bf2c49a1da9a06 [term 1 FOLLOWER]: Refusing update from remote peer b3b479a8f6e342a39209243346cfe46f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:04:37.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.988708 31149 consensus_queue.cc:1048] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f [LEADER]: Connected to new peer: Peer: permanent_uuid: "55558e2ce9894649a9bf2c49a1da9a06" member_type: VOTER last_known_addr { host: "127.30.46.188" port: 45897 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:04:37.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.990190 31135 sys_catalog.cc:455] T 00000000000000000000000000000000 P 55558e2ce9894649a9bf2c49a1da9a06 [sys.catalog]: SysCatalogTable state changed. Reason: New leader b3b479a8f6e342a39209243346cfe46f. Latest consensus state: current_term: 1 leader_uuid: "b3b479a8f6e342a39209243346cfe46f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "89467236407a474aaf8d68d8193665fa" member_type: VOTER last_known_addr { host: "127.30.46.190" port: 36123 } } peers { permanent_uuid: "b3b479a8f6e342a39209243346cfe46f" member_type: VOTER last_known_addr { host: "127.30.46.189" port: 34651 } } peers { permanent_uuid: "55558e2ce9894649a9bf2c49a1da9a06" member_type: VOTER last_known_addr { host: "127.30.46.188" port: 45897 } } }
08:04:37.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.990298 31135 sys_catalog.cc:458] T 00000000000000000000000000000000 P 55558e2ce9894649a9bf2c49a1da9a06 [sys.catalog]: This master's current role is: FOLLOWER
08:04:37.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.996628 31162 sys_catalog.cc:455] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "b3b479a8f6e342a39209243346cfe46f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "89467236407a474aaf8d68d8193665fa" member_type: VOTER last_known_addr { host: "127.30.46.190" port: 36123 } } peers { permanent_uuid: "b3b479a8f6e342a39209243346cfe46f" member_type: VOTER last_known_addr { host: "127.30.46.189" port: 34651 } } peers { permanent_uuid: "55558e2ce9894649a9bf2c49a1da9a06" member_type: VOTER last_known_addr { host: "127.30.46.188" port: 45897 } } }
08:04:37.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.996766 31162 sys_catalog.cc:458] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f [sys.catalog]: This master's current role is: LEADER
08:04:37.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.997538 31135 sys_catalog.cc:455] T 00000000000000000000000000000000 P 55558e2ce9894649a9bf2c49a1da9a06 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "b3b479a8f6e342a39209243346cfe46f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "89467236407a474aaf8d68d8193665fa" member_type: VOTER last_known_addr { host: "127.30.46.190" port: 36123 } } peers { permanent_uuid: "b3b479a8f6e342a39209243346cfe46f" member_type: VOTER last_known_addr { host: "127.30.46.189" port: 34651 } } peers { permanent_uuid: "55558e2ce9894649a9bf2c49a1da9a06" member_type: VOTER last_known_addr { host: "127.30.46.188" port: 45897 } } }
08:04:37.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.997634 31135 sys_catalog.cc:458] T 00000000000000000000000000000000 P 55558e2ce9894649a9bf2c49a1da9a06 [sys.catalog]: This master's current role is: FOLLOWER
08:04:37.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.997743 31165 mvcc.cc:204] Tried to move back new op lower bound from 7305207308235710464 to 7305207308160376832. Current Snapshot: MvccSnapshot[applied={T|T < 7305207308235710464}]
08:04:37.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.998289 31166 mvcc.cc:204] Tried to move back new op lower bound from 7305207308235710464 to 7305207308160376832. Current Snapshot: MvccSnapshot[applied={T|T < 7305207308235710464}]
08:04:38.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.998937 31164 catalog_manager.cc:1383] Generated new cluster ID: bec645d1a0cf4e7bbc8e4933b132e0a9
08:04:38.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:37.998986 31164 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
08:04:38.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.007786 31164 catalog_manager.cc:1406] Generated new certificate authority record
08:04:38.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.008958 31164 catalog_manager.cc:1540] Loading token signing keys...
08:04:38.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.019694 31164 catalog_manager.cc:6070] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f: Generated new TSK 0
08:04:38.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.020208 31164 catalog_manager.cc:1550] Initializing in-progress tserver states...
08:04:38.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.033057 30984 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.46.188" port: 45897 } attempt: 3
08:04:38.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.038880 30984 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 89467236407a474aaf8d68d8193665fa: Bootstrap starting.
08:04:38.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.039719 30984 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 89467236407a474aaf8d68d8193665fa: Neither blocks nor log segments found. Creating new log.
08:04:38.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.039978 30984 log.cc:826] T 00000000000000000000000000000000 P 89467236407a474aaf8d68d8193665fa: Log is configured to *not* fsync() on all Append() calls
08:04:38.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.045795 30984 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 89467236407a474aaf8d68d8193665fa: No bootstrap required, opened a new log
08:04:38.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.047971 30984 raft_consensus.cc:359] T 00000000000000000000000000000000 P 89467236407a474aaf8d68d8193665fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "89467236407a474aaf8d68d8193665fa" member_type: VOTER last_known_addr { host: "127.30.46.190" port: 36123 } } peers { permanent_uuid: "b3b479a8f6e342a39209243346cfe46f" member_type: VOTER last_known_addr { host: "127.30.46.189" port: 34651 } } peers { permanent_uuid: "55558e2ce9894649a9bf2c49a1da9a06" member_type: VOTER last_known_addr { host: "127.30.46.188" port: 45897 } }
08:04:38.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.048112 30984 raft_consensus.cc:385] T 00000000000000000000000000000000 P 89467236407a474aaf8d68d8193665fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:04:38.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.048141 30984 raft_consensus.cc:740] T 00000000000000000000000000000000 P 89467236407a474aaf8d68d8193665fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 89467236407a474aaf8d68d8193665fa, State: Initialized, Role: FOLLOWER
08:04:38.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.048242 30984 consensus_queue.cc:260] T 00000000000000000000000000000000 P 89467236407a474aaf8d68d8193665fa [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: "89467236407a474aaf8d68d8193665fa" member_type: VOTER last_known_addr { host: "127.30.46.190" port: 36123 } } peers { permanent_uuid: "b3b479a8f6e342a39209243346cfe46f" member_type: VOTER last_known_addr { host: "127.30.46.189" port: 34651 } } peers { permanent_uuid: "55558e2ce9894649a9bf2c49a1da9a06" member_type: VOTER last_known_addr { host: "127.30.46.188" port: 45897 } }
08:04:38.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.048591 30984 sys_catalog.cc:565] T 00000000000000000000000000000000 P 89467236407a474aaf8d68d8193665fa [sys.catalog]: configured and running, proceeding with master startup.
08:04:38.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.050020 30957 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b3b479a8f6e342a39209243346cfe46f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "89467236407a474aaf8d68d8193665fa"
08:04:38.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.050140 30957 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 89467236407a474aaf8d68d8193665fa [term 0 FOLLOWER]: Advancing to term 1
08:04:38.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.051088 30957 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 89467236407a474aaf8d68d8193665fa [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b3b479a8f6e342a39209243346cfe46f in term 1.
08:04:38.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.052162 30956 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 89467236407a474aaf8d68d8193665fa [term 1 FOLLOWER]: Refusing update from remote peer b3b479a8f6e342a39209243346cfe46f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:04:38.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.052312 30958 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b3b479a8f6e342a39209243346cfe46f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "89467236407a474aaf8d68d8193665fa" is_pre_election: true
08:04:38.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.052369 30958 raft_consensus.cc:2376] T 00000000000000000000000000000000 P 89467236407a474aaf8d68d8193665fa [term 1 FOLLOWER]: Leader pre-election vote request: Already granted yes vote for candidate b3b479a8f6e342a39209243346cfe46f in term 1. Re-sending same reply.
08:04:38.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.052631 31149 consensus_queue.cc:1048] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f [LEADER]: Connected to new peer: Peer: permanent_uuid: "89467236407a474aaf8d68d8193665fa" member_type: VOTER last_known_addr { host: "127.30.46.190" port: 36123 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:04:38.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.062669 31188 sys_catalog.cc:455] T 00000000000000000000000000000000 P 89467236407a474aaf8d68d8193665fa [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "b3b479a8f6e342a39209243346cfe46f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "89467236407a474aaf8d68d8193665fa" member_type: VOTER last_known_addr { host: "127.30.46.190" port: 36123 } } peers { permanent_uuid: "b3b479a8f6e342a39209243346cfe46f" member_type: VOTER last_known_addr { host: "127.30.46.189" port: 34651 } } peers { permanent_uuid: "55558e2ce9894649a9bf2c49a1da9a06" member_type: VOTER last_known_addr { host: "127.30.46.188" port: 45897 } } }
08:04:38.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.063112 31185 sys_catalog.cc:455] T 00000000000000000000000000000000 P 89467236407a474aaf8d68d8193665fa [sys.catalog]: SysCatalogTable state changed. Reason: New leader b3b479a8f6e342a39209243346cfe46f. Latest consensus state: current_term: 1 leader_uuid: "b3b479a8f6e342a39209243346cfe46f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "89467236407a474aaf8d68d8193665fa" member_type: VOTER last_known_addr { host: "127.30.46.190" port: 36123 } } peers { permanent_uuid: "b3b479a8f6e342a39209243346cfe46f" member_type: VOTER last_known_addr { host: "127.30.46.189" port: 34651 } } peers { permanent_uuid: "55558e2ce9894649a9bf2c49a1da9a06" member_type: VOTER last_known_addr { host: "127.30.46.188" port: 45897 } } }
08:04:38.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.063639 31185 sys_catalog.cc:458] T 00000000000000000000000000000000 P 89467236407a474aaf8d68d8193665fa [sys.catalog]: This master's current role is: FOLLOWER
08:04:38.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.063911 31185 sys_catalog.cc:455] T 00000000000000000000000000000000 P 89467236407a474aaf8d68d8193665fa [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "b3b479a8f6e342a39209243346cfe46f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "89467236407a474aaf8d68d8193665fa" member_type: VOTER last_known_addr { host: "127.30.46.190" port: 36123 } } peers { permanent_uuid: "b3b479a8f6e342a39209243346cfe46f" member_type: VOTER last_known_addr { host: "127.30.46.189" port: 34651 } } peers { permanent_uuid: "55558e2ce9894649a9bf2c49a1da9a06" member_type: VOTER last_known_addr { host: "127.30.46.188" port: 45897 } } }
08:04:38.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.064126 31185 sys_catalog.cc:458] T 00000000000000000000000000000000 P 89467236407a474aaf8d68d8193665fa [sys.catalog]: This master's current role is: FOLLOWER
08:04:38.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.063117 31188 sys_catalog.cc:458] T 00000000000000000000000000000000 P 89467236407a474aaf8d68d8193665fa [sys.catalog]: This master's current role is: FOLLOWER
08:04:38.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.065028 31186 mvcc.cc:204] Tried to move back new op lower bound from 7305207308361834496 to 7305207308160376832. Current Snapshot: MvccSnapshot[applied={T|T < 7305207308235710464}]
08:04:38.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:38.065862 31184 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 89467236407a474aaf8d68d8193665fa: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:04:38.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 08:04:38.066051 31184 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:04:38.341 [WARN - Metastore-Handler-Pool: Thread-220] (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:04:38.346 [WARN - Metastore-Handler-Pool: Thread-220] (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:04:38.346 [WARN - Metastore-Handler-Pool: Thread-220] (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:04:38.421 [INFO - Metastore-Handler-Pool: Thread-220] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:04:38.426 [INFO - Metastore-Handler-Pool: Thread-220] (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/hive14067533155967602745/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=dfec9b04-ad8f-483f-a12d-5ea56f1c237f, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.30.46.190:36123,127.30.46.189:34651,127.30.46.188:45897}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:04:38.427 [INFO - Metastore-Handler-Pool: Thread-220] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive14067533155967602745/external-warehouse/table
08:04:38.472 [DEBUG - Metastore-Handler-Pool: Thread-220] (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:04:38.473 [DEBUG - Metastore-Handler-Pool: Thread-220] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
08:04:38.474 [DEBUG - Metastore-Handler-Pool: Thread-220] (Connection.java:748) [peer master-127.30.46.190:36123(127.30.46.190:36123)] connecting to peer
08:04:38.475 [DEBUG - Metastore-Handler-Pool: Thread-220] (Connection.java:748) [peer master-127.30.46.189:34651(127.30.46.189:34651)] connecting to peer
08:04:38.476 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.30.46.190:36123(127.30.46.190:36123)] Successfully connected to peer
08:04:38.476 [DEBUG - Metastore-Handler-Pool: Thread-220] (Connection.java:748) [peer master-127.30.46.188:45897(127.30.46.188:45897)] connecting to peer
08:04:38.478 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.30.46.189:34651(127.30.46.189:34651)] Successfully connected to peer
08:04:38.478 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.30.46.188:45897(127.30.46.188:45897)] Successfully connected to peer
08:04:38.479 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.30.46.190
08:04:38.480 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.30.46.188
08:04:38.489 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.30.46.189
08:04:38.494 [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:04:38.499 [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:04:38.500 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x6be91176, L:/127.0.0.1:58668 - R:/127.30.46.188:45897] using SASL/PLAIN
08:04:38.505 [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:04:38.507 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x214d0680, L:/127.0.0.1:50670 - R:/127.30.46.190:36123] using SASL/PLAIN
08:04:38.509 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x64353055, L:/127.0.0.1:56912 - R:/127.30.46.189:34651] using SASL/PLAIN
08:04:38.513 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
08:04:38.543 [INFO - Metastore-Handler-Pool: Thread-220] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:04:38.569 [INFO - Metastore-Handler-Pool: Thread-220] (HMSHandler.java:3711) Skipping translation for processor with null
08:04:38.570 [INFO - Metastore-Handler-Pool: Thread-220] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:04:38.578 [INFO - Metastore-Handler-Pool: Thread-220] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:04:38.607 [INFO - Metastore-Handler-Pool: Thread-220] (MetaStoreServerUtils.java:473) Updating table stats for table
08:04:38.607 [INFO - Metastore-Handler-Pool: Thread-220] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:04:38.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.635174 31149 sys_catalog.cc:455] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "b3b479a8f6e342a39209243346cfe46f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "89467236407a474aaf8d68d8193665fa" member_type: VOTER last_known_addr { host: "127.30.46.190" port: 36123 } } peers { permanent_uuid: "b3b479a8f6e342a39209243346cfe46f" member_type: VOTER last_known_addr { host: "127.30.46.189" port: 34651 } } peers { permanent_uuid: "55558e2ce9894649a9bf2c49a1da9a06" member_type: VOTER last_known_addr { host: "127.30.46.188" port: 45897 } } }
08:04:38.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.635317 31149 sys_catalog.cc:458] T 00000000000000000000000000000000 P b3b479a8f6e342a39209243346cfe46f [sys.catalog]: This master's current role is: LEADER
08:04:38.671 [INFO - Metastore-Handler-Pool: Thread-220] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:04:38.687 [INFO - Metastore-Handler-Pool: Thread-220] (HMSHandler.java:3711) Skipping translation for processor with null
08:04:38.688 [INFO - Metastore-Handler-Pool: Thread-220] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
08:04:38.773 [WARN - Metastore-Handler-Pool: Thread-220] (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:04:38.871 [WARN - Metastore-Handler-Pool: Thread-220] (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:04:38.900 [WARN - Metastore-Handler-Pool: Thread-220] (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:04:38.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.949326 31146 catalog_manager.cc:1295] Loaded cluster ID: bec645d1a0cf4e7bbc8e4933b132e0a9
08:04:38.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.949405 31146 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 55558e2ce9894649a9bf2c49a1da9a06: loading cluster ID for follower catalog manager: success
08:04:38.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.950726 31146 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 55558e2ce9894649a9bf2c49a1da9a06: acquiring CA information for follower catalog manager: success
08:04:38.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:38.951683 31146 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 55558e2ce9894649a9bf2c49a1da9a06: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:04:39.001 [INFO - Metastore-Handler-Pool: Thread-220] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
08:04:39.002 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
08:04:39.002 [INFO - Metastore-Handler-Pool: Thread-220] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
08:04:39.002 [INFO - Metastore-Handler-Pool: Thread-220] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7d6d498, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2e9dbf3d will be shutdown
08:04:39.002 [INFO - Metastore-Handler-Pool: Thread-220] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
08:04:39.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:39.002417 30906 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxb1_bD/build/release/bin/kudu with pid 30917
08:04:39.009 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.30.46.190:36123(127.30.46.190:36123)] handling channelInactive
08:04:39.009 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.30.46.190:36123(127.30.46.190:36123)] cleaning up while in state READY due to: connection closed
08:04:39.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:39.010560 30906 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxb1_bD/build/release/bin/kudu with pid 30988
08:04:39.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 08:04:39.015216 30906 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxb1_bD/build/release/bin/kudu with pid 31059
08:04:39.015 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.30.46.189:34651(127.30.46.189:34651)] handling channelInactive
08:04:39.016 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.30.46.189:34651(127.30.46.189:34651)] cleaning up while in state READY due to: connection closed
08:04:39.023 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.30.46.188:45897(127.30.46.188:45897)] handling channelInactive
08:04:39.023 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.30.46.188:45897(127.30.46.188:45897)] cleaning up while in state READY due to: connection closed
08:04:39.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T08:04:39Z chronyd exiting

Time: 22.949

OK (6 tests)

