JUnit version 4.13.2
.14:13:41.821 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:13:41.826 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:13:41.827 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:13:41.933 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive6945120036958733273
14:13:42.090 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
14:13:42.105 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
14:13:42.332 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:13:42.358 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:13:42.359 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
14:13:42.388 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
14:13:42.400 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
14:13:42.416 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
14:13:43.154 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:13:43.158 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
14:13:43.179 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
14:13:43.182 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
14:13:43.195 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:13:43.196 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
14:13:43.380 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
14:13:43.381 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
14:13:43.382 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
14:13:43.826 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
14:13:43.827 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66f91288, with PersistenceManager: null will be shutdown
14:13:43.866 [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
14:13:43.922 [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
14:13:44.125 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:13:44.127 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:13:44.128 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:13:44.129 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:13:44.130 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:13:44.131 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:13:44.667 [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
14:13:44.668 [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.115
14:13:44.668 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66f91288
14:13:44.954 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
14:13:44.997 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
14:13:45.041 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
14:13:45.044 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
14:13:45.107 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
14:13:45.112 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
14:13:45.352 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
14:13:45.358 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
14:13:45.367 [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)
14:13:45.367 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [46847]...
14:13:45.367 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
14:13:45.368 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
14:13:45.368 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
14:13:45.368 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
14:13:45.961 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:13:45.962 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:13:45.962 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:13:45.974 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
14:13:45.975 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:46847]
14:13:45.976 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:46847) in binary transport mode
14:13:45.989 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:46847) current connections: 1
14:13:46.047 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
14:13:46.146 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskwESYcI/test-tmp
14:13:46.148 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
14:13:46.151 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskwESYcI/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
14:13:46.175 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:46847"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

14:13:46.326 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:13:46.333 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

14:13:46.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.335361  8853 mini_oidc.cc:150] Starting JWKS server
14:13:46.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.337553  8853 webserver.cc:533] Webserver started at http://127.0.0.1:42885/ using document root <none> and password file <none>
14:13:46.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.337747  8853 mini_oidc.cc:186] Starting OIDC Discovery server
14:13:46.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.338050  8853 webserver.cc:533] Webserver started at http://127.0.0.1:39289/ using document root <none> and password file <none>
14:13:46.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:13:46Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
14:13:46.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:13:46Z Disabled control of system clock
14:13:46.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.356348  8853 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:13:46.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:13:46.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-0/wal
14:13:46.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-0/data
14:13:46.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:13:46.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:13:46.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:13:46.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:13:46.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:13:46.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:13:46.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-0/logs
14:13:46.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-0/data/info.pb
14:13:46.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:13:46.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:13:46.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:13:46.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:13:46.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:13:46.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:13:46.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:13:46.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:13:46.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:13:46.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:13:46.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:13:46.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:13:46.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.8.165.126:40679
14:13:46.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.8.165.126
14:13:46.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:13:46.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.8.165.84:33481
14:13:46.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:13:46.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:13:46.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:13:46.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:13:46.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.8.165.126:40679,127.8.165.125:43727,127.8.165.124:36053
14:13:46.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:13:46.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42885/jwks.json
14:13:46.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46847 with env {}
14:13:46.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.472550  8864 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:13:46.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.472751  8864 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:13:46.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.472792  8864 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:13:46.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.476356  8864 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:13:46.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.476420  8864 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:13:46.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.476439  8864 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:13:46.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.476455  8864 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:13:46.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.476472  8864 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:13:46.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.476485  8864 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42885/jwks.json
14:13:46.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.480387  8864 master_runner.cc:387] Master server non-default flags:
14:13:46.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:13:46.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.8.165.84:33481
14:13:46.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:13:46.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:13:46.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-0/data
14:13:46.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-0/wal
14:13:46.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46847
14:13:46.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:13:46.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.8.165.126:40679,127.8.165.125:43727,127.8.165.124:36053
14:13:46.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:13:46.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:13:46.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:13:46.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.8.165.126:40679
14:13:46.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:13:46.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:13:46.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:13:46.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42885/jwks.json
14:13:46.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:13:46.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:13:46.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-0/data/info.pb
14:13:46.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.8.165.126
14:13:46.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:13:46.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:13:46.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.8864
14:13:46.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:13:46.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:13:46.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:13:46.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:13:46.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-0/logs
14:13:46.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:13:46.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:13:46.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:13:46.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:13:46.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:13:46.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:13:46.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:13:46.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:25 UTC on bdcb31816ec0
14:13:46.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16861
14:13:46.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.481462  8864 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:13:46.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.482769  8864 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:13:46.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.489002  8870 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
14:13:46.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.489069  8864 server_base.cc:1061] running on GCE node
14:13:46.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.489204  8869 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
14:13:46.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.489003  8872 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
14:13:46.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.489827  8864 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:13:46.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.490906  8864 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:13:46.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.492370  8864 hybrid_clock.cc:648] HybridClock initialized: now 1783520026492315 us; error 72 us; skew 500 ppm
14:13:46.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.494486  8864 webserver.cc:533] Webserver started at http://127.8.165.126:42373/ using document root <none> and password file <none>
14:13:46.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.495147  8864 fs_manager.cc:362] Metadata directory not provided
14:13:46.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.495214  8864 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:13:46.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.495402  8864 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:13:46.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.497258  8864 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-0/data/instance:
14:13:46.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "016c9fcffecf4e82b6118174ebd6dd86"
14:13:46.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:46 on dist-test-slave-hxsj"
14:13:46.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.498312  8864 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-0/wal/instance:
14:13:46.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "016c9fcffecf4e82b6118174ebd6dd86"
14:13:46.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:46 on dist-test-slave-hxsj"
14:13:46.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.502187  8864 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
14:13:46.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.504513  8878 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:13:46.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.505513  8864 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
14:13:46.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.505614  8864 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-0/data,/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-0/wal
14:13:46.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "016c9fcffecf4e82b6118174ebd6dd86"
14:13:46.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:46 on dist-test-slave-hxsj"
14:13:46.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.505702  8864 fs_report.cc:389] FS layout report
14:13:46.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:13:46.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-0/wal
14:13:46.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-0/wal
14:13:46.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-0/data/data
14:13:46.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:13:46.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:13:46.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:13:46.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:13:46.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:13:46.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:13:46.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:13:46.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:13:46.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:13:46.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:13:46.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:13:46.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.524935  8864 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:13:46.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.525840  8864 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
14:13:46.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.526039  8864 kserver.cc:163] Server-wide thread pool size limit: 3276
14:13:46.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.533612  8864 rpc_server.cc:307] RPC server started. Bound to: 127.8.165.126:40679
14:13:46.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.533631  8930 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.8.165.126:40679 every 8 connection(s)
14:13:46.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.534677  8864 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-0/data/info.pb
14:13:46.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.537387  8931 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:13:46.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.540196  8931 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.165.126" port: 40679 } has no permanent_uuid. Determining permanent_uuid...
14:13:46.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.542778  8853 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskwESYcI/build/debug/bin/kudu as pid 8864
14:13:46.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.542919  8853 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-0/wal/instance
14:13:46.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.544466  8853 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:13:46.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:13:46.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-1/wal
14:13:46.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-1/data
14:13:46.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:13:46.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:13:46.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:13:46.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:13:46.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:13:46.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:13:46.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-1/logs
14:13:46.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-1/data/info.pb
14:13:46.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:13:46.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:13:46.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:13:46.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:13:46.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:13:46.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:13:46.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:13:46.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:13:46.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:13:46.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:13:46.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:13:46.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:13:46.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.8.165.125:43727
14:13:46.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.8.165.125
14:13:46.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:13:46.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.8.165.84:33481
14:13:46.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:13:46.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:13:46.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:13:46.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:13:46.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.8.165.126:40679,127.8.165.125:43727,127.8.165.124:36053
14:13:46.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:13:46.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42885/jwks.json
14:13:46.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46847 with env {}
14:13:46.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.556856  8931 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.165.125" port: 43727 } has no permanent_uuid. Determining permanent_uuid...
14:13:46.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.557678  8882 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.8.165.125:43727: connect: Connection refused (error 111)
14:13:46.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.558531  8931 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.165.125:43727: Network error: Client connection negotiation failed: client connection to 127.8.165.125:43727: connect: Connection refused (error 111)
14:13:46.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.607745  8931 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.165.125" port: 43727 } attempt: 1
14:13:46.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.609230  8931 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.165.125:43727: Network error: Client connection negotiation failed: client connection to 127.8.165.125:43727: connect: Connection refused (error 111)
14:13:46.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.653227  8934 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:13:46.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.653543  8934 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:13:46.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.653605  8934 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:13:46.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.658365  8934 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:13:46.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.658830  8934 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:13:46.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.658882  8934 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:13:46.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.658907  8934 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:13:46.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.658932  8934 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:13:46.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.658952  8934 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42885/jwks.json
14:13:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.663914  8934 master_runner.cc:387] Master server non-default flags:
14:13:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:13:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.8.165.84:33481
14:13:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:13:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:13:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-1/data
14:13:46.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-1/wal
14:13:46.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46847
14:13:46.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:13:46.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.8.165.126:40679,127.8.165.125:43727,127.8.165.124:36053
14:13:46.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:13:46.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:13:46.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:13:46.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.8.165.125:43727
14:13:46.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:13:46.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:13:46.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:13:46.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42885/jwks.json
14:13:46.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:13:46.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:13:46.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-1/data/info.pb
14:13:46.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.8.165.125
14:13:46.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:13:46.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:13:46.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.8934
14:13:46.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:13:46.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:13:46.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:13:46.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:13:46.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-1/logs
14:13:46.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:13:46.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:13:46.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:13:46.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:13:46.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:13:46.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:13:46.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:13:46.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:25 UTC on bdcb31816ec0
14:13:46.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16861
14:13:46.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.665374  8934 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:13:46.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.666760  8934 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:13:46.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.673269  8943 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
14:13:46.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.673620  8940 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
14:13:46.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.673887  8934 server_base.cc:1061] running on GCE node
14:13:46.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.677392  8931 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.165.125" port: 43727 } attempt: 2
14:13:46.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.679090  8931 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.165.125:43727: Network error: Client connection negotiation failed: client connection to 127.8.165.125:43727: connect: Connection refused (error 111)
14:13:46.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.673877  8941 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
14:13:46.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.682559  8934 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:13:46.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.683578  8934 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:13:46.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.684728  8934 hybrid_clock.cc:648] HybridClock initialized: now 1783520026684668 us; error 83 us; skew 500 ppm
14:13:46.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.686583  8934 webserver.cc:533] Webserver started at http://127.8.165.125:43475/ using document root <none> and password file <none>
14:13:46.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.687189  8934 fs_manager.cc:362] Metadata directory not provided
14:13:46.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.687248  8934 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:13:46.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.687480  8934 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:13:46.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.689066  8934 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-1/data/instance:
14:13:46.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f695712702d6444d8a41626cd668cf64"
14:13:46.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:46 on dist-test-slave-hxsj"
14:13:46.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.689574  8934 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-1/wal/instance:
14:13:46.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f695712702d6444d8a41626cd668cf64"
14:13:46.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:46 on dist-test-slave-hxsj"
14:13:46.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.692871  8934 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.002s	sys 0.000s
14:13:46.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.695010  8949 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:13:46.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.695940  8934 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
14:13:46.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.696028  8934 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-1/data,/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-1/wal
14:13:46.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f695712702d6444d8a41626cd668cf64"
14:13:46.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:46 on dist-test-slave-hxsj"
14:13:46.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.696091  8934 fs_report.cc:389] FS layout report
14:13:46.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:13:46.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-1/wal
14:13:46.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-1/wal
14:13:46.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-1/data/data
14:13:46.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:13:46.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:13:46.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:13:46.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:13:46.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:13:46.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:13:46.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:13:46.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:13:46.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:13:46.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:13:46.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:13:46.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.710383  8934 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:13:46.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.711071  8934 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
14:13:46.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.711236  8934 kserver.cc:163] Server-wide thread pool size limit: 3276
14:13:46.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.718487  8934 rpc_server.cc:307] RPC server started. Bound to: 127.8.165.125:43727
14:13:46.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.718473  9001 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.8.165.125:43727 every 8 connection(s)
14:13:46.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.719480  8934 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-1/data/info.pb
14:13:46.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.721056  8853 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskwESYcI/build/debug/bin/kudu as pid 8934
14:13:46.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.721150  8853 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-1/wal/instance
14:13:46.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.721833  8853 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:13:46.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:13:46.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-2/wal
14:13:46.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-2/data
14:13:46.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:13:46.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:13:46.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:13:46.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:13:46.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:13:46.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:13:46.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-2/logs
14:13:46.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-2/data/info.pb
14:13:46.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:13:46.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:13:46.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:13:46.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:13:46.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:13:46.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:13:46.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:13:46.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:13:46.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:13:46.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:13:46.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:13:46.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:13:46.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.8.165.124:36053
14:13:46.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.8.165.124
14:13:46.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:13:46.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.8.165.84:33481
14:13:46.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:13:46.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:13:46.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:13:46.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:13:46.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.8.165.126:40679,127.8.165.125:43727,127.8.165.124:36053
14:13:46.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:13:46.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42885/jwks.json
14:13:46.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46847 with env {}
14:13:46.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.722404  9002 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:13:46.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.725822  9002 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.165.126" port: 40679 } has no permanent_uuid. Determining permanent_uuid...
14:13:46.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.736706  9002 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.165.125" port: 43727 } has no permanent_uuid. Determining permanent_uuid...
14:13:46.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.743678  9002 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.165.124" port: 36053 } has no permanent_uuid. Determining permanent_uuid...
14:13:46.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.744484  8953 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.8.165.124:36053: connect: Connection refused (error 111)
14:13:46.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.746006  9002 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.165.124:36053: Network error: Client connection negotiation failed: client connection to 127.8.165.124:36053: connect: Connection refused (error 111)
14:13:46.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.770242  8931 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.165.125" port: 43727 } attempt: 3
14:13:46.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.775629  8931 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.165.124" port: 36053 } has no permanent_uuid. Determining permanent_uuid...
14:13:46.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.777130  8931 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.165.124:36053: Network error: Client connection negotiation failed: client connection to 127.8.165.124:36053: connect: Connection refused (error 111)
14:13:46.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.795233  9002 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.165.124" port: 36053 } attempt: 1
14:13:46.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.796952  9002 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.165.124:36053: Network error: Client connection negotiation failed: client connection to 127.8.165.124:36053: connect: Connection refused (error 111)
14:13:46.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.808305  8931 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.165.124" port: 36053 } attempt: 1
14:13:46.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.809875  8931 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.165.124:36053: Network error: Client connection negotiation failed: client connection to 127.8.165.124:36053: connect: Connection refused (error 111)
14:13:46.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.829056  9003 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:13:46.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.829296  9003 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:13:46.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.829339  9003 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:13:46.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.832731  9003 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:13:46.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.832798  9003 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:13:46.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.832818  9003 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:13:46.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.832834  9003 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:13:46.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.832850  9003 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:13:46.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.832863  9003 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42885/jwks.json
14:13:46.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.836755  9003 master_runner.cc:387] Master server non-default flags:
14:13:46.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:13:46.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.8.165.84:33481
14:13:46.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:13:46.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:13:46.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-2/data
14:13:46.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-2/wal
14:13:46.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46847
14:13:46.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:13:46.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.8.165.126:40679,127.8.165.125:43727,127.8.165.124:36053
14:13:46.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:13:46.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:13:46.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:13:46.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.8.165.124:36053
14:13:46.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:13:46.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:13:46.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:13:46.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42885/jwks.json
14:13:46.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:13:46.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:13:46.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-2/data/info.pb
14:13:46.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.8.165.124
14:13:46.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:13:46.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:13:46.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.9003
14:13:46.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:13:46.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:13:46.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:13:46.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:13:46.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-2/logs
14:13:46.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:13:46.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:13:46.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:13:46.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:13:46.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:13:46.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:13:46.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:13:46.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:25 UTC on bdcb31816ec0
14:13:46.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16861
14:13:46.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.837894  9003 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:13:46.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.839326  9003 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:13:46.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.844990  9011 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
14:13:46.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.844987  9012 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
14:13:46.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.845381  9003 server_base.cc:1061] running on GCE node
14:13:46.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.844988  9014 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
14:13:46.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.846274  9003 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:13:46.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.847174  9003 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:13:46.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.848352  9003 hybrid_clock.cc:648] HybridClock initialized: now 1783520026848339 us; error 30 us; skew 500 ppm
14:13:46.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.850090  9003 webserver.cc:533] Webserver started at http://127.8.165.124:32773/ using document root <none> and password file <none>
14:13:46.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.850608  9003 fs_manager.cc:362] Metadata directory not provided
14:13:46.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.850667  9003 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:13:46.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.850831  9003 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:13:46.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.852217  9003 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-2/data/instance:
14:13:46.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1476185f854b4626974291eec4abd03a"
14:13:46.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:46 on dist-test-slave-hxsj"
14:13:46.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.852622  9003 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-2/wal/instance:
14:13:46.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1476185f854b4626974291eec4abd03a"
14:13:46.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:46 on dist-test-slave-hxsj"
14:13:46.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.855803  9003 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
14:13:46.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.857976  9020 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:13:46.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.858896  9003 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
14:13:46.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.858981  9003 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-2/data,/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-2/wal
14:13:46.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1476185f854b4626974291eec4abd03a"
14:13:46.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:46 on dist-test-slave-hxsj"
14:13:46.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.859045  9003 fs_report.cc:389] FS layout report
14:13:46.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:13:46.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-2/wal
14:13:46.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-2/wal
14:13:46.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-2/data/data
14:13:46.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:13:46.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:13:46.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:13:46.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:13:46.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:13:46.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:13:46.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:13:46.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:13:46.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:13:46.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:13:46.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:13:46.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.865121  9002 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.165.124" port: 36053 } attempt: 2
14:13:46.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.866487  9002 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.165.124:36053: Network error: Client connection negotiation failed: client connection to 127.8.165.124:36053: connect: Connection refused (error 111)
14:13:46.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.882612  9003 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:13:46.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.883262  9003 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
14:13:46.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.883406  9003 kserver.cc:163] Server-wide thread pool size limit: 3276
14:13:46.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.885048  8931 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.165.124" port: 36053 } attempt: 2
14:13:46.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.886545  8931 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.165.124:36053: Network error: Client connection negotiation failed: client connection to 127.8.165.124:36053: connect: Connection refused (error 111)
14:13:46.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.891758  9003 rpc_server.cc:307] RPC server started. Bound to: 127.8.165.124:36053
14:13:46.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.891758  9072 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.8.165.124:36053 every 8 connection(s)
14:13:46.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.892797  9003 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-2/data/info.pb
14:13:46.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.896184  9073 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:13:46.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.897576  8853 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskwESYcI/build/debug/bin/kudu as pid 9003
14:13:46.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.897670  8853 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12028461212401452329/master-2/wal/instance
14:13:46.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.899811  9073 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.165.126" port: 40679 } has no permanent_uuid. Determining permanent_uuid...
14:13:46.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.908103  9073 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.165.125" port: 43727 } has no permanent_uuid. Determining permanent_uuid...
14:13:46.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.912801  9073 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.165.124" port: 36053 } has no permanent_uuid. Determining permanent_uuid...
14:13:46.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.919045  9073 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1476185f854b4626974291eec4abd03a: Bootstrap starting.
14:13:46.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.921329  9073 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1476185f854b4626974291eec4abd03a: Neither blocks nor log segments found. Creating new log.
14:13:46.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.922041  9073 log.cc:826] T 00000000000000000000000000000000 P 1476185f854b4626974291eec4abd03a: Log is configured to *not* fsync() on all Append() calls
14:13:46.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.923765  9073 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1476185f854b4626974291eec4abd03a: No bootstrap required, opened a new log
14:13:46.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.924754  8853 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
14:13:46.925 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:13:46.926 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

14:13:46.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.926869  9073 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1476185f854b4626974291eec4abd03a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "016c9fcffecf4e82b6118174ebd6dd86" member_type: VOTER last_known_addr { host: "127.8.165.126" port: 40679 } } peers { permanent_uuid: "f695712702d6444d8a41626cd668cf64" member_type: VOTER last_known_addr { host: "127.8.165.125" port: 43727 } } peers { permanent_uuid: "1476185f854b4626974291eec4abd03a" member_type: VOTER last_known_addr { host: "127.8.165.124" port: 36053 } }
14:13:46.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.927076  9073 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1476185f854b4626974291eec4abd03a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:13:46.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.927129  9073 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1476185f854b4626974291eec4abd03a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1476185f854b4626974291eec4abd03a, State: Initialized, Role: FOLLOWER
14:13:46.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.927560  9073 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1476185f854b4626974291eec4abd03a [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: "016c9fcffecf4e82b6118174ebd6dd86" member_type: VOTER last_known_addr { host: "127.8.165.126" port: 40679 } } peers { permanent_uuid: "f695712702d6444d8a41626cd668cf64" member_type: VOTER last_known_addr { host: "127.8.165.125" port: 43727 } } peers { permanent_uuid: "1476185f854b4626974291eec4abd03a" member_type: VOTER last_known_addr { host: "127.8.165.124" port: 36053 } }
14:13:46.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.928788  9073 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1476185f854b4626974291eec4abd03a [sys.catalog]: configured and running, proceeding with master startup.
14:13:46.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.931762  9078 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1476185f854b4626974291eec4abd03a [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: "016c9fcffecf4e82b6118174ebd6dd86" member_type: VOTER last_known_addr { host: "127.8.165.126" port: 40679 } } peers { permanent_uuid: "f695712702d6444d8a41626cd668cf64" member_type: VOTER last_known_addr { host: "127.8.165.125" port: 43727 } } peers { permanent_uuid: "1476185f854b4626974291eec4abd03a" member_type: VOTER last_known_addr { host: "127.8.165.124" port: 36053 } } }
14:13:46.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.932125  9078 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1476185f854b4626974291eec4abd03a [sys.catalog]: This master's current role is: FOLLOWER
14:13:46.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.933000  9003 master_runner.cc:187] Error getting master registration for 127.8.165.126:40679: OK, instance_id { permanent_uuid: "016c9fcffecf4e82b6118174ebd6dd86" instance_seqno: 1783520026531547 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:13:46.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.935173  9003 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:13:46.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.935485  9092 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 1476185f854b4626974291eec4abd03a: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:13:46.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.935549  9092 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:13:46.940 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.8.165.126"
      port: 40679
    }
    bound_http_address {
      host: "127.8.165.126"
      port: 42373
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.8.165.125"
      port: 43727
    }
    bound_http_address {
      host: "127.8.165.125"
      port: 43475
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.8.165.124"
      port: 36053
    }
    bound_http_address {
      host: "127.8.165.124"
      port: 32773
    }
  }
}

14:13:46.945 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

14:13:46.946 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:13:46.951 [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=	
14:13:46.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:46.952821  9089 client.h:372] Failed to connect to Hive Metastore (localhost:46847): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:13:46.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.957654  9002 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.165.124" port: 36053 } attempt: 3
14:13:46.975 [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=b6fa0948-bc5c-4bc0-91a3-481a9d122df9, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:13:46.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.976298  9002 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f695712702d6444d8a41626cd668cf64: Bootstrap starting.
14:13:46.978 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:13:46.978 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:13:46.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.979081  9002 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f695712702d6444d8a41626cd668cf64: Neither blocks nor log segments found. Creating new log.
14:13:46.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.979907  9002 log.cc:826] T 00000000000000000000000000000000 P f695712702d6444d8a41626cd668cf64: Log is configured to *not* fsync() on all Append() calls
14:13:46.984 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7102810a, with PersistenceManager: null will be shutdown
14:13:46.985 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7102810a, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@16819787 created in the thread with id: 36
14:13:46.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.985791  8931 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.165.124" port: 36053 } attempt: 3
14:13:46.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.993507  8931 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86: Bootstrap starting.
14:13:46.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.996335  8931 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86: Neither blocks nor log segments found. Creating new log.
14:13:46.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.997138  8931 log.cc:826] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86: Log is configured to *not* fsync() on all Append() calls
14:13:46.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:46.998191  9002 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f695712702d6444d8a41626cd668cf64: No bootstrap required, opened a new log
14:13:47.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.000969  9002 raft_consensus.cc:359] T 00000000000000000000000000000000 P f695712702d6444d8a41626cd668cf64 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "016c9fcffecf4e82b6118174ebd6dd86" member_type: VOTER last_known_addr { host: "127.8.165.126" port: 40679 } } peers { permanent_uuid: "f695712702d6444d8a41626cd668cf64" member_type: VOTER last_known_addr { host: "127.8.165.125" port: 43727 } } peers { permanent_uuid: "1476185f854b4626974291eec4abd03a" member_type: VOTER last_known_addr { host: "127.8.165.124" port: 36053 } }
14:13:47.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.001143  9002 raft_consensus.cc:385] T 00000000000000000000000000000000 P f695712702d6444d8a41626cd668cf64 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:13:47.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.001202  9002 raft_consensus.cc:740] T 00000000000000000000000000000000 P f695712702d6444d8a41626cd668cf64 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f695712702d6444d8a41626cd668cf64, State: Initialized, Role: FOLLOWER
14:13:47.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.004478  9002 consensus_queue.cc:260] T 00000000000000000000000000000000 P f695712702d6444d8a41626cd668cf64 [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: "016c9fcffecf4e82b6118174ebd6dd86" member_type: VOTER last_known_addr { host: "127.8.165.126" port: 40679 } } peers { permanent_uuid: "f695712702d6444d8a41626cd668cf64" member_type: VOTER last_known_addr { host: "127.8.165.125" port: 43727 } } peers { permanent_uuid: "1476185f854b4626974291eec4abd03a" member_type: VOTER last_known_addr { host: "127.8.165.124" port: 36053 } }
14:13:47.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.006089  9002 sys_catalog.cc:565] T 00000000000000000000000000000000 P f695712702d6444d8a41626cd668cf64 [sys.catalog]: configured and running, proceeding with master startup.
14:13:47.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.006405  8931 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86: No bootstrap required, opened a new log
14:13:47.008 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7102810a
14:13:47.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.010504  8934 master_runner.cc:187] Error getting master registration for 127.8.165.126:40679: OK, instance_id { permanent_uuid: "016c9fcffecf4e82b6118174ebd6dd86" instance_seqno: 1783520026531547 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:13:47.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.012863  8934 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:13:47.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.010759  8931 raft_consensus.cc:359] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "016c9fcffecf4e82b6118174ebd6dd86" member_type: VOTER last_known_addr { host: "127.8.165.126" port: 40679 } } peers { permanent_uuid: "f695712702d6444d8a41626cd668cf64" member_type: VOTER last_known_addr { host: "127.8.165.125" port: 43727 } } peers { permanent_uuid: "1476185f854b4626974291eec4abd03a" member_type: VOTER last_known_addr { host: "127.8.165.124" port: 36053 } }
14:13:47.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.016494  8931 raft_consensus.cc:385] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:13:47.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.016820  8931 raft_consensus.cc:740] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 016c9fcffecf4e82b6118174ebd6dd86, State: Initialized, Role: FOLLOWER
14:13:47.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.017618  8931 consensus_queue.cc:260] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86 [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: "016c9fcffecf4e82b6118174ebd6dd86" member_type: VOTER last_known_addr { host: "127.8.165.126" port: 40679 } } peers { permanent_uuid: "f695712702d6444d8a41626cd668cf64" member_type: VOTER last_known_addr { host: "127.8.165.125" port: 43727 } } peers { permanent_uuid: "1476185f854b4626974291eec4abd03a" member_type: VOTER last_known_addr { host: "127.8.165.124" port: 36053 } }
14:13:47.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.017961  9097 sys_catalog.cc:455] T 00000000000000000000000000000000 P f695712702d6444d8a41626cd668cf64 [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: "016c9fcffecf4e82b6118174ebd6dd86" member_type: VOTER last_known_addr { host: "127.8.165.126" port: 40679 } } peers { permanent_uuid: "f695712702d6444d8a41626cd668cf64" member_type: VOTER last_known_addr { host: "127.8.165.125" port: 43727 } } peers { permanent_uuid: "1476185f854b4626974291eec4abd03a" member_type: VOTER last_known_addr { host: "127.8.165.124" port: 36053 } } }
14:13:47.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.018124  9097 sys_catalog.cc:458] T 00000000000000000000000000000000 P f695712702d6444d8a41626cd668cf64 [sys.catalog]: This master's current role is: FOLLOWER
14:13:47.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:47.019076  9111 catalog_manager.cc:1594] T 00000000000000000000000000000000 P f695712702d6444d8a41626cd668cf64: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:13:47.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:47.019155  9111 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:13:47.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.019205  8931 sys_catalog.cc:565] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86 [sys.catalog]: configured and running, proceeding with master startup.
14:13:47.019 [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=	
14:13:47.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:47.020601  9108 client.h:372] Failed to connect to Hive Metastore (localhost:46847): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:13:47.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:47.027542  8884 tablet.cc:2406] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86: Can't schedule compaction. Clean time has not been advanced past its initial value.
14:13:47.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.028540  8864 master_runner.cc:264] No leader master found from master 016c9fcffecf4e82b6118174ebd6dd86
14:13:47.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.029207  9114 sys_catalog.cc:455] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86 [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: "016c9fcffecf4e82b6118174ebd6dd86" member_type: VOTER last_known_addr { host: "127.8.165.126" port: 40679 } } peers { permanent_uuid: "f695712702d6444d8a41626cd668cf64" member_type: VOTER last_known_addr { host: "127.8.165.125" port: 43727 } } peers { permanent_uuid: "1476185f854b4626974291eec4abd03a" member_type: VOTER last_known_addr { host: "127.8.165.124" port: 36053 } } }
14:13:47.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.029592  9114 sys_catalog.cc:458] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86 [sys.catalog]: This master's current role is: FOLLOWER
14:13:47.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.029685  8864 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:13:47.032 [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=	
14:13:47.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:47.031876  9128 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:13:47.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:47.031965  9128 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:13:47.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:47.033548  9125 client.h:372] Failed to connect to Hive Metastore (localhost:46847): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:13:47.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.086678  9114 raft_consensus.cc:493] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
14:13:47.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.086860  9114 raft_consensus.cc:515] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "016c9fcffecf4e82b6118174ebd6dd86" member_type: VOTER last_known_addr { host: "127.8.165.126" port: 40679 } } peers { permanent_uuid: "f695712702d6444d8a41626cd668cf64" member_type: VOTER last_known_addr { host: "127.8.165.125" port: 43727 } } peers { permanent_uuid: "1476185f854b4626974291eec4abd03a" member_type: VOTER last_known_addr { host: "127.8.165.124" port: 36053 } }
14:13:47.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.087966  9114 leader_election.cc:290] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f695712702d6444d8a41626cd668cf64 (127.8.165.125:43727), 1476185f854b4626974291eec4abd03a (127.8.165.124:36053)
14:13:47.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.088871  8976 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "016c9fcffecf4e82b6118174ebd6dd86" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f695712702d6444d8a41626cd668cf64" is_pre_election: true
14:13:47.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.089175  8976 raft_consensus.cc:2468] T 00000000000000000000000000000000 P f695712702d6444d8a41626cd668cf64 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 016c9fcffecf4e82b6118174ebd6dd86 in term 0.
14:13:47.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.089607  9047 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "016c9fcffecf4e82b6118174ebd6dd86" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1476185f854b4626974291eec4abd03a" is_pre_election: true
14:13:47.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.089885  9047 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1476185f854b4626974291eec4abd03a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 016c9fcffecf4e82b6118174ebd6dd86 in term 0.
14:13:47.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.090902  8882 leader_election.cc:304] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86 [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: 016c9fcffecf4e82b6118174ebd6dd86, f695712702d6444d8a41626cd668cf64; no voters: 
14:13:47.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.091418  9114 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86 [term 0 FOLLOWER]: Leader pre-election won for term 1
14:13:47.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.091482  9114 raft_consensus.cc:493] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
14:13:47.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.091521  9114 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86 [term 0 FOLLOWER]: Advancing to term 1
14:13:47.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.092695  9114 raft_consensus.cc:515] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "016c9fcffecf4e82b6118174ebd6dd86" member_type: VOTER last_known_addr { host: "127.8.165.126" port: 40679 } } peers { permanent_uuid: "f695712702d6444d8a41626cd668cf64" member_type: VOTER last_known_addr { host: "127.8.165.125" port: 43727 } } peers { permanent_uuid: "1476185f854b4626974291eec4abd03a" member_type: VOTER last_known_addr { host: "127.8.165.124" port: 36053 } }
14:13:47.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.093104  9114 leader_election.cc:290] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86 [CANDIDATE]: Term 1 election: Requested vote from peers f695712702d6444d8a41626cd668cf64 (127.8.165.125:43727), 1476185f854b4626974291eec4abd03a (127.8.165.124:36053)
14:13:47.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.093895  9047 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "016c9fcffecf4e82b6118174ebd6dd86" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1476185f854b4626974291eec4abd03a"
14:13:47.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.094022  9047 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1476185f854b4626974291eec4abd03a [term 0 FOLLOWER]: Advancing to term 1
14:13:47.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.095157  9047 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1476185f854b4626974291eec4abd03a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 016c9fcffecf4e82b6118174ebd6dd86 in term 1.
14:13:47.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.095535  8976 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "016c9fcffecf4e82b6118174ebd6dd86" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f695712702d6444d8a41626cd668cf64"
14:13:47.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.095690  8976 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f695712702d6444d8a41626cd668cf64 [term 0 FOLLOWER]: Advancing to term 1
14:13:47.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.096755  8976 raft_consensus.cc:2468] T 00000000000000000000000000000000 P f695712702d6444d8a41626cd668cf64 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 016c9fcffecf4e82b6118174ebd6dd86 in term 1.
14:13:47.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.097321  8882 leader_election.cc:304] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86 [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: 016c9fcffecf4e82b6118174ebd6dd86, f695712702d6444d8a41626cd668cf64; no voters: 
14:13:47.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.097595  9114 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86 [term 1 FOLLOWER]: Leader election won for term 1
14:13:47.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.097852  9114 raft_consensus.cc:697] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86 [term 1 LEADER]: Becoming Leader. State: Replica: 016c9fcffecf4e82b6118174ebd6dd86, State: Running, Role: LEADER
14:13:47.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.098183  9114 consensus_queue.cc:237] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86 [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: "016c9fcffecf4e82b6118174ebd6dd86" member_type: VOTER last_known_addr { host: "127.8.165.126" port: 40679 } } peers { permanent_uuid: "f695712702d6444d8a41626cd668cf64" member_type: VOTER last_known_addr { host: "127.8.165.125" port: 43727 } } peers { permanent_uuid: "1476185f854b4626974291eec4abd03a" member_type: VOTER last_known_addr { host: "127.8.165.124" port: 36053 } }
14:13:47.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.100106  9114 sys_catalog.cc:455] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 016c9fcffecf4e82b6118174ebd6dd86. Latest consensus state: current_term: 1 leader_uuid: "016c9fcffecf4e82b6118174ebd6dd86" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "016c9fcffecf4e82b6118174ebd6dd86" member_type: VOTER last_known_addr { host: "127.8.165.126" port: 40679 } } peers { permanent_uuid: "f695712702d6444d8a41626cd668cf64" member_type: VOTER last_known_addr { host: "127.8.165.125" port: 43727 } } peers { permanent_uuid: "1476185f854b4626974291eec4abd03a" member_type: VOTER last_known_addr { host: "127.8.165.124" port: 36053 } } }
14:13:47.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.100487  9114 sys_catalog.cc:458] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86 [sys.catalog]: This master's current role is: LEADER
14:13:47.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.101092  9133 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
14:13:47.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.102362  9133 catalog_manager.cc:1520] Initializing Kudu cluster ID...
14:13:47.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.109305  9047 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 1476185f854b4626974291eec4abd03a [term 1 FOLLOWER]: Refusing update from remote peer 016c9fcffecf4e82b6118174ebd6dd86: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:13:47.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.110425  9114 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1476185f854b4626974291eec4abd03a" member_type: VOTER last_known_addr { host: "127.8.165.124" port: 36053 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:13:47.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.115815  9078 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1476185f854b4626974291eec4abd03a [sys.catalog]: SysCatalogTable state changed. Reason: New leader 016c9fcffecf4e82b6118174ebd6dd86. Latest consensus state: current_term: 1 leader_uuid: "016c9fcffecf4e82b6118174ebd6dd86" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "016c9fcffecf4e82b6118174ebd6dd86" member_type: VOTER last_known_addr { host: "127.8.165.126" port: 40679 } } peers { permanent_uuid: "f695712702d6444d8a41626cd668cf64" member_type: VOTER last_known_addr { host: "127.8.165.125" port: 43727 } } peers { permanent_uuid: "1476185f854b4626974291eec4abd03a" member_type: VOTER last_known_addr { host: "127.8.165.124" port: 36053 } } }
14:13:47.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.115948  9078 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1476185f854b4626974291eec4abd03a [sys.catalog]: This master's current role is: FOLLOWER
14:13:47.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.118858  8976 raft_consensus.cc:1275] T 00000000000000000000000000000000 P f695712702d6444d8a41626cd668cf64 [term 1 FOLLOWER]: Refusing update from remote peer 016c9fcffecf4e82b6118174ebd6dd86: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:13:47.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.119448  9114 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f695712702d6444d8a41626cd668cf64" member_type: VOTER last_known_addr { host: "127.8.165.125" port: 43727 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:13:47.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.123564  9097 sys_catalog.cc:455] T 00000000000000000000000000000000 P f695712702d6444d8a41626cd668cf64 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 016c9fcffecf4e82b6118174ebd6dd86. Latest consensus state: current_term: 1 leader_uuid: "016c9fcffecf4e82b6118174ebd6dd86" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "016c9fcffecf4e82b6118174ebd6dd86" member_type: VOTER last_known_addr { host: "127.8.165.126" port: 40679 } } peers { permanent_uuid: "f695712702d6444d8a41626cd668cf64" member_type: VOTER last_known_addr { host: "127.8.165.125" port: 43727 } } peers { permanent_uuid: "1476185f854b4626974291eec4abd03a" member_type: VOTER last_known_addr { host: "127.8.165.124" port: 36053 } } }
14:13:47.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.123711  9097 sys_catalog.cc:458] T 00000000000000000000000000000000 P f695712702d6444d8a41626cd668cf64 [sys.catalog]: This master's current role is: FOLLOWER
14:13:47.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.126127  9131 sys_catalog.cc:455] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "016c9fcffecf4e82b6118174ebd6dd86" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "016c9fcffecf4e82b6118174ebd6dd86" member_type: VOTER last_known_addr { host: "127.8.165.126" port: 40679 } } peers { permanent_uuid: "f695712702d6444d8a41626cd668cf64" member_type: VOTER last_known_addr { host: "127.8.165.125" port: 43727 } } peers { permanent_uuid: "1476185f854b4626974291eec4abd03a" member_type: VOTER last_known_addr { host: "127.8.165.124" port: 36053 } } }
14:13:47.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.126273  9131 sys_catalog.cc:458] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86 [sys.catalog]: This master's current role is: LEADER
14:13:47.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.127918  9134 mvcc.cc:204] Tried to move back new op lower bound from 7305298031032045568 to 7305298030997659648. Current Snapshot: MvccSnapshot[applied={T|T < 7305298031032045568}]
14:13:47.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.128084  9135 mvcc.cc:204] Tried to move back new op lower bound from 7305298031032045568 to 7305298030997659648. Current Snapshot: MvccSnapshot[applied={T|T < 7305298031032045568}]
14:13:47.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.128361  9078 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1476185f854b4626974291eec4abd03a [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "016c9fcffecf4e82b6118174ebd6dd86" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "016c9fcffecf4e82b6118174ebd6dd86" member_type: VOTER last_known_addr { host: "127.8.165.126" port: 40679 } } peers { permanent_uuid: "f695712702d6444d8a41626cd668cf64" member_type: VOTER last_known_addr { host: "127.8.165.125" port: 43727 } } peers { permanent_uuid: "1476185f854b4626974291eec4abd03a" member_type: VOTER last_known_addr { host: "127.8.165.124" port: 36053 } } }
14:13:47.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.128465  9078 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1476185f854b4626974291eec4abd03a [sys.catalog]: This master's current role is: FOLLOWER
14:13:47.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.132694  9114 sys_catalog.cc:455] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "016c9fcffecf4e82b6118174ebd6dd86" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "016c9fcffecf4e82b6118174ebd6dd86" member_type: VOTER last_known_addr { host: "127.8.165.126" port: 40679 } } peers { permanent_uuid: "f695712702d6444d8a41626cd668cf64" member_type: VOTER last_known_addr { host: "127.8.165.125" port: 43727 } } peers { permanent_uuid: "1476185f854b4626974291eec4abd03a" member_type: VOTER last_known_addr { host: "127.8.165.124" port: 36053 } } }
14:13:47.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.132808  9114 sys_catalog.cc:458] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86 [sys.catalog]: This master's current role is: LEADER
14:13:47.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.133932  9097 sys_catalog.cc:455] T 00000000000000000000000000000000 P f695712702d6444d8a41626cd668cf64 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "016c9fcffecf4e82b6118174ebd6dd86" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "016c9fcffecf4e82b6118174ebd6dd86" member_type: VOTER last_known_addr { host: "127.8.165.126" port: 40679 } } peers { permanent_uuid: "f695712702d6444d8a41626cd668cf64" member_type: VOTER last_known_addr { host: "127.8.165.125" port: 43727 } } peers { permanent_uuid: "1476185f854b4626974291eec4abd03a" member_type: VOTER last_known_addr { host: "127.8.165.124" port: 36053 } } }
14:13:47.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.134034  9097 sys_catalog.cc:458] T 00000000000000000000000000000000 P f695712702d6444d8a41626cd668cf64 [sys.catalog]: This master's current role is: FOLLOWER
14:13:47.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.135370  9133 catalog_manager.cc:1383] Generated new cluster ID: 0045d8fb070648f987c21ae8b659a081
14:13:47.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.135426  9133 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
14:13:47.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.136138  9137 mvcc.cc:204] Tried to move back new op lower bound from 7305298031032045568 to 7305298030997659648. Current Snapshot: MvccSnapshot[applied={T|T < 7305298031032045568}]
14:13:47.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.160638  9133 catalog_manager.cc:1406] Generated new certificate authority record
14:13:47.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.162196  9133 catalog_manager.cc:1540] Loading token signing keys...
14:13:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.185842  9133 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 016c9fcffecf4e82b6118174ebd6dd86: Generated new TSK 0
14:13:47.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.186996  9133 catalog_manager.cc:1550] Initializing in-progress tserver states...
14:13:47.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.187973  9133 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
14:13:47.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.188855  9133 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
14:13:47.622 [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.
14:13:47.632 [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.
14:13:47.633 [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.
14:13:47.760 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:13:47.771 [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/hive6945120036958733273/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=b6fa0948-bc5c-4bc0-91a3-481a9d122df9, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:13:47.843 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive6945120036958733273/external-warehouse/table
14:13:47.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.937011  9092 catalog_manager.cc:1295] Loaded cluster ID: 0045d8fb070648f987c21ae8b659a081
14:13:47.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.937120  9092 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 1476185f854b4626974291eec4abd03a: loading cluster ID for follower catalog manager: success
14:13:47.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.939625  9092 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 1476185f854b4626974291eec4abd03a: acquiring CA information for follower catalog manager: success
14:13:47.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:47.941202  9092 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 1476185f854b4626974291eec4abd03a: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:13:47.955 [INFO - Metastore-Handler-Pool: Thread-47] (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=	
14:13:47.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:47.956182  9089 client.h:372] Failed to connect to Hive Metastore (localhost:46847): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:13:48.008 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
14:13:48.011 [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)
14:13:48.013 [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)

14:13:48.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:48.020570  9111 catalog_manager.cc:1295] Loaded cluster ID: 0045d8fb070648f987c21ae8b659a081
14:13:48.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:48.020645  9111 catalog_manager.cc:1588] T 00000000000000000000000000000000 P f695712702d6444d8a41626cd668cf64: loading cluster ID for follower catalog manager: success
14:13:48.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:48.022990  9111 catalog_manager.cc:1610] T 00000000000000000000000000000000 P f695712702d6444d8a41626cd668cf64: acquiring CA information for follower catalog manager: success
14:13:48.023 [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=	
14:13:48.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:48.023773  9108 client.h:372] Failed to connect to Hive Metastore (localhost:46847): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:13:48.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:48.024480  9111 catalog_manager.cc:1638] T 00000000000000000000000000000000 P f695712702d6444d8a41626cd668cf64: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:13:48.036 [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=	
14:13:48.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:48.036629  9125 client.h:372] Failed to connect to Hive Metastore (localhost:46847): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:13:48.038 [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.8.165.125:43727,127.8.165.124:36053,127.8.165.126:40679}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:13:48.059 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:13:48.063 [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/hive6945120036958733273/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.8.165.125:43727,127.8.165.124:36053,127.8.165.126:40679}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:13:48.066 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive6945120036958733273/external-warehouse/table
14:13:48.086 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
14:13:48.086 [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)
14:13:48.087 [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)

14:13:48.088 [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=33310799-5acb-4477-9559-ff231f4e2dce, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.8.165.125:43727,127.8.165.124:36053,127.8.165.126:40679}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:13:48.092 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:13:48.095 [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/hive6945120036958733273/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=33310799-5acb-4477-9559-ff231f4e2dce, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.8.165.125:43727,127.8.165.124:36053,127.8.165.126:40679}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:13:48.098 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive6945120036958733273/external-warehouse/table
14:13:48.122 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
14:13:48.127 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
14:13:48.128 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
14:13:48.135 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@5450b190
14:13:48.166 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
14:13:48.166 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
14:13:48.166 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
14:13:48.167 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
14:13:48.167 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
14:13:48.168 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
14:13:48.169 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
14:13:48.169 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
14:13:48.170 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
14:13:48.170 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
14:13:48.172 [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
14:13:48.173 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
14:13:48.173 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
14:13:48.173 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
14:13:48.174 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
14:13:48.174 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
14:13:48.175 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
14:13:48.176 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
14:13:48.176 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
14:13:48.185 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
14:13:48.228 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
14:13:48.240 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
14:13:48.245 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
14:13:48.245 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
14:13:48.265 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
14:13:48.265 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
14:13:48.319 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
14:13:48.319 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
14:13:48.319 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
14:13:48.319 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
14:13:48.319 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
14:13:48.320 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
14:13:48.320 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
14:13:48.320 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
14:13:48.320 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
14:13:48.320 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
14:13:48.320 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
14:13:48.320 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
14:13:48.320 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
14:13:48.338 [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)
14:13:48.341 [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.
14:13:48.367 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
14:13:48.498 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.8.165.125:43727(127.8.165.125:43727)] connecting to peer
14:13:48.505 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 8802 (auto-detected)
14:13:48.507 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
14:13:48.507 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
14:13:48.509 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
14:13:48.510 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
14:13:48.511 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:94:ff:fe:0a:62:a5 (auto-detected)
14:13:48.528 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
14:13:48.528 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
14:13:48.528 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
14:13:48.533 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
14:13:48.537 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.8.165.124:36053(127.8.165.124:36053)] connecting to peer
14:13:48.539 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.8.165.126:40679(127.8.165.126:40679)] connecting to peer
14:13:48.558 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.8.165.126:40679(127.8.165.126:40679)] Successfully connected to peer
14:13:48.558 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.8.165.125:43727(127.8.165.125:43727)] Successfully connected to peer
14:13:48.558 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.8.165.124:36053(127.8.165.124:36053)] Successfully connected to peer
14:13:48.568 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
14:13:48.568 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
14:13:48.568 [DEBUG - kudu-nio-2] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@47c967b6
14:13:48.572 [DEBUG - kudu-nio-2] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
14:13:48.572 [DEBUG - kudu-nio-2] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
14:13:48.572 [DEBUG - kudu-nio-2] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
14:13:48.572 [DEBUG - kudu-nio-2] (Recycler.java:99) -Dio.netty.recycler.blocking: false
14:13:48.572 [DEBUG - kudu-nio-2] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
14:13:48.649 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.8.165.125
14:13:48.649 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.8.165.126
14:13:48.649 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.8.165.124
14:13:48.843 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:13:48.844 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:13:48.846 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:13:48.863 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x6bbcc7d0, L:/127.0.0.1:54688 - R:/127.8.165.126:40679] using SASL/PLAIN
14:13:48.864 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x5e4d3519, L:/127.0.0.1:40748 - R:/127.8.165.125:43727] using SASL/PLAIN
14:13:48.863 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xe6b9b64c, L:/127.0.0.1:35146 - R:/127.8.165.124:36053] using SASL/PLAIN
14:13:48.913 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
14:13:48.918 [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)
14:13:48.919 [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)

14:13:48.921 [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=1448e40e-48aa-4dbe-84e4-98ddbb31f10a, 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)	
14:13:48.924 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:13:48.928 [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/hive6945120036958733273/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=1448e40e-48aa-4dbe-84e4-98ddbb31f10a, 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)
14:13:48.931 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive6945120036958733273/external-warehouse/table
14:13:48.950 [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)
14:13:48.951 [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)

14:13:48.952 [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=b30d72ef-b1e4-4b73-8736-6729dc678a16, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.8.165.125:43727,127.8.165.124:36053,127.8.165.126:40679}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:13:48.957 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:13:48.958 [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=	
14:13:48.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:48.958791  9089 client.h:372] Failed to connect to Hive Metastore (localhost:46847): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:13:48.960 [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/hive6945120036958733273/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=b30d72ef-b1e4-4b73-8736-6729dc678a16, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.8.165.125:43727,127.8.165.124:36053,127.8.165.126:40679}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:13:48.963 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive6945120036958733273/external-warehouse/table
14:13:49.025 [INFO - Metastore-Handler-Pool: Thread-59] (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=	
14:13:49.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:49.026571  9108 client.h:372] Failed to connect to Hive Metastore (localhost:46847): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:13:49.039 [INFO - Metastore-Handler-Pool: Thread-60] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:13:49.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:49.039710  9125 client.h:372] Failed to connect to Hive Metastore (localhost:46847): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:13:49.051 [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	
14:13:49.131 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
14:13:49.140 [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	
14:13:49.330 [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.
14:13:49.609 [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.
14:13:49.655 [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.
14:13:49.714 [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
14:13:49.854 [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=b8f047f8-f1d6-4bec-82a7-4fa0611f45ca, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.8.165.125:43727,127.8.165.124:36053,127.8.165.126:40679}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:13:49.857 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:13:49.860 [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/hive6945120036958733273/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=b8f047f8-f1d6-4bec-82a7-4fa0611f45ca, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.8.165.125:43727,127.8.165.124:36053,127.8.165.126:40679}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:13:49.862 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive6945120036958733273/external-warehouse/table
14:13:49.897 [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	
14:13:49.929 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
14:13:49.930 [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	
14:13:49.961 [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=	
14:13:49.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:49.962510  9089 client.h:372] Failed to connect to Hive Metastore (localhost:46847): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:13:50.003 [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
14:13:50.024 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
14:13:50.025 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
14:13:50.025 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7102810a, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@16819787 will be shutdown
14:13:50.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:50.025296  8853 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskwESYcI/build/debug/bin/kudu with pid 8864
14:13:50.025 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
14:13:50.030 [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=	
14:13:50.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:50.031266  9108 client.h:372] Failed to connect to Hive Metastore (localhost:46847): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:13:50.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:50.035240  8853 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskwESYcI/build/debug/bin/kudu with pid 8934
14:13:50.038 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.8.165.126:40679(127.8.165.126:40679)] handling channelInactive
14:13:50.039 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.8.165.126:40679(127.8.165.126:40679)] cleaning up while in state READY due to: connection closed
14:13:50.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:50.041862  8853 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskwESYcI/build/debug/bin/kudu with pid 9003
14:13:50.042 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.8.165.125:43727(127.8.165.125:43727)] handling channelInactive
14:13:50.042 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.8.165.125:43727(127.8.165.125:43727)] cleaning up while in state READY due to: connection closed
14:13:50.047 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.8.165.124:36053(127.8.165.124:36053)] handling channelInactive
14:13:50.048 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.8.165.124:36053(127.8.165.124:36053)] cleaning up while in state READY due to: connection closed
14:13:50.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:13:50Z chronyd exiting
.14:13:50.091 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:13:50.091 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:13:50.091 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:13:50.108 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive16929754714436235187
14:13:50.109 [INFO - Thread-39] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
14:13:50.109 [INFO - Thread-39] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
14:13:50.113 [INFO - Thread-39] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:13:50.113 [INFO - Thread-39] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:13:50.113 [INFO - Thread-39] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
14:13:50.117 [INFO - Thread-39] (HikariDataSource.java:350) objectstore - Shutdown initiated...
14:13:50.120 [INFO - Thread-39] (HikariDataSource.java:352) objectstore - Shutdown completed.
14:13:50.120 [INFO - Thread-39] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
14:13:50.120 [INFO - Thread-39] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
14:13:50.121 [INFO - Thread-39] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
14:13:50.122 [INFO - Thread-39] (HikariDataSource.java:80) objectstore - Starting...
14:13:50.226 [INFO - Thread-39] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:13:50.227 [INFO - Thread-39] (HikariDataSource.java:82) objectstore - Start completed.
14:13:50.227 [INFO - Thread-39] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
14:13:50.229 [INFO - Thread-39] (HikariDataSource.java:80) objectstore-secondary - Starting...
14:13:50.230 [INFO - Thread-39] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:13:50.231 [INFO - Thread-39] (HikariDataSource.java:82) objectstore-secondary - Start completed.
14:13:50.246 [INFO - Thread-39] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
14:13:50.247 [INFO - Thread-39] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
14:13:50.247 [INFO - Thread-39] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
14:13:50.272 [WARN - Thread-39] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:13:50.273 [WARN - Thread-39] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:13:50.274 [WARN - Thread-39] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:13:50.274 [WARN - Thread-39] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:13:50.274 [WARN - Thread-39] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:13:50.274 [WARN - Thread-39] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:13:50.478 [INFO - Thread-39] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
14:13:50.478 [INFO - Thread-39] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3019665e, with PersistenceManager: null will be shutdown
14:13:50.478 [INFO - Thread-39] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3019665e, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7a872d1b created in the thread with id: 64
14:13:50.479 [WARN - Thread-39] (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
14:13:50.480 [INFO - Thread-39] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3019665e
14:13:50.576 [INFO - Thread-39] (HMSHandler.java:595) Started creating a default database with name: default
14:13:50.594 [INFO - Thread-39] (HMSHandler.java:605) Successfully created a default database with name: default
14:13:50.617 [INFO - Thread-39] (HMSHandler.java:668) Added admin role in metastore
14:13:50.618 [INFO - Thread-39] (HMSHandler.java:677) Added public role in metastore
14:13:50.646 [INFO - Thread-39] (HMSHandler.java:717) No user is added in admin role, since config is empty
14:13:50.646 [INFO - Thread-39] (HMSHandler.java:404) HMS server filtering is disabled by configuration
14:13:50.647 [INFO - Thread-39] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
14:13:50.647 [INFO - Thread-39] (HiveMetaStore.java:697) Direct SQL optimization = true
14:13:50.647 [WARN - Thread-39] (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)
14:13:50.648 [INFO - Thread-39] (HiveMetaStore.java:632) Started the new metaserver on port [46323]...
14:13:50.648 [INFO - Thread-39] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
14:13:50.648 [INFO - Thread-39] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
14:13:50.648 [INFO - Thread-39] (HiveMetaStore.java:635) TCP keepalive = true
14:13:50.648 [INFO - Thread-39] (HiveMetaStore.java:636) Enable SSL = false
14:13:51.111 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:13:51.112 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:13:51.112 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:13:51.116 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
14:13:51.116 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:46323]
14:13:51.117 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:46323) in binary transport mode
14:13:51.117 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:46323) current connections: 1
14:13:51.119 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskwESYcI/test-tmp
14:13:51.119 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
14:13:51.119 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskwESYcI/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
14:13:51.122 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:46323"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

14:13:51.239 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:13:51.239 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

14:13:51.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.241001  9195 mini_oidc.cc:150] Starting JWKS server
14:13:51.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.242592  9195 webserver.cc:533] Webserver started at http://127.0.0.1:41595/ using document root <none> and password file <none>
14:13:51.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.242735  9195 mini_oidc.cc:186] Starting OIDC Discovery server
14:13:51.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.242954  9195 webserver.cc:533] Webserver started at http://127.0.0.1:39341/ using document root <none> and password file <none>
14:13:51.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:13:51Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
14:13:51.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:13:51Z Disabled control of system clock
14:13:51.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.265172  9195 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:13:51.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:13:51.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-0/wal
14:13:51.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-0/data
14:13:51.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:13:51.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:13:51.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:13:51.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:13:51.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:13:51.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:13:51.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-0/logs
14:13:51.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-0/data/info.pb
14:13:51.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:13:51.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:13:51.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:13:51.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:13:51.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:13:51.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:13:51.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:13:51.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:13:51.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:13:51.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:13:51.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:13:51.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:13:51.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.8.250.254:38077
14:13:51.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.8.250.254
14:13:51.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:13:51.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.8.250.212:33131
14:13:51.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:13:51.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:13:51.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:13:51.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:13:51.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.8.250.254:38077,127.8.250.253:45535,127.8.250.252:43561
14:13:51.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:13:51.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41595/jwks.json
14:13:51.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46323 with env {}
14:13:51.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.366649  9206 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:13:51.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.366873  9206 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:13:51.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.366930  9206 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:13:51.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.370397  9206 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:13:51.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.370460  9206 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:13:51.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.370486  9206 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:13:51.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.370507  9206 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:13:51.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.370529  9206 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:13:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.370546  9206 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41595/jwks.json
14:13:51.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.374586  9206 master_runner.cc:387] Master server non-default flags:
14:13:51.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:13:51.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.8.250.212:33131
14:13:51.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:13:51.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:13:51.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-0/data
14:13:51.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-0/wal
14:13:51.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46323
14:13:51.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:13:51.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.8.250.254:38077,127.8.250.253:45535,127.8.250.252:43561
14:13:51.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:13:51.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:13:51.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:13:51.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.8.250.254:38077
14:13:51.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:13:51.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:13:51.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:13:51.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41595/jwks.json
14:13:51.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:13:51.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:13:51.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-0/data/info.pb
14:13:51.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.8.250.254
14:13:51.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:13:51.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:13:51.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.9206
14:13:51.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:13:51.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:13:51.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:13:51.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:13:51.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-0/logs
14:13:51.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:13:51.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:13:51.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:13:51.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:13:51.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:13:51.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:13:51.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:13:51.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:25 UTC on bdcb31816ec0
14:13:51.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16861
14:13:51.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.375977  9206 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:13:51.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.377280  9206 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:13:51.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.382571  9211 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
14:13:51.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.382566  9214 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
14:13:51.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.382689  9212 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
14:13:51.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.382894  9206 server_base.cc:1061] running on GCE node
14:13:51.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.383626  9206 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:13:51.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.384456  9206 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:13:51.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.385607  9206 hybrid_clock.cc:648] HybridClock initialized: now 1783520031385616 us; error 78 us; skew 500 ppm
14:13:51.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.387380  9206 webserver.cc:533] Webserver started at http://127.8.250.254:42993/ using document root <none> and password file <none>
14:13:51.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.387948  9206 fs_manager.cc:362] Metadata directory not provided
14:13:51.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.388006  9206 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:13:51.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.388226  9206 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:13:51.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.389818  9206 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-0/data/instance:
14:13:51.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "137c50fd37f54505ad4e71346360ec61"
14:13:51.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:51 on dist-test-slave-hxsj"
14:13:51.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.390365  9206 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-0/wal/instance:
14:13:51.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "137c50fd37f54505ad4e71346360ec61"
14:13:51.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:51 on dist-test-slave-hxsj"
14:13:51.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.393651  9206 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.001s	sys 0.001s
14:13:51.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.395656  9220 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:13:51.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.396658  9206 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
14:13:51.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.396764  9206 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-0/data,/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-0/wal
14:13:51.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "137c50fd37f54505ad4e71346360ec61"
14:13:51.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:51 on dist-test-slave-hxsj"
14:13:51.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.396854  9206 fs_report.cc:389] FS layout report
14:13:51.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:13:51.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-0/wal
14:13:51.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-0/wal
14:13:51.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-0/data/data
14:13:51.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:13:51.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:13:51.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:13:51.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:13:51.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:13:51.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:13:51.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:13:51.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:13:51.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:13:51.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:13:51.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:13:51.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.417816  9206 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:13:51.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.418622  9206 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
14:13:51.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.418815  9206 kserver.cc:163] Server-wide thread pool size limit: 3276
14:13:51.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.425487  9272 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.8.250.254:38077 every 8 connection(s)
14:13:51.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.425485  9206 rpc_server.cc:307] RPC server started. Bound to: 127.8.250.254:38077
14:13:51.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.426613  9206 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-0/data/info.pb
14:13:51.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.429349  9273 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:13:51.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.430922  9195 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskwESYcI/build/debug/bin/kudu as pid 9206
14:13:51.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.431082  9195 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-0/wal/instance
14:13:51.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.432730  9195 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:13:51.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:13:51.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-1/wal
14:13:51.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-1/data
14:13:51.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:13:51.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:13:51.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:13:51.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:13:51.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:13:51.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:13:51.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-1/logs
14:13:51.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-1/data/info.pb
14:13:51.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:13:51.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:13:51.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:13:51.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:13:51.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:13:51.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:13:51.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:13:51.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:13:51.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:13:51.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:13:51.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:13:51.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:13:51.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.8.250.253:45535
14:13:51.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.8.250.253
14:13:51.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:13:51.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.8.250.212:33131
14:13:51.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:13:51.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:13:51.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:13:51.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:13:51.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.8.250.254:38077,127.8.250.253:45535,127.8.250.252:43561
14:13:51.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:13:51.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41595/jwks.json
14:13:51.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46323 with env {}
14:13:51.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.432682  9273 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.250.254" port: 38077 } has no permanent_uuid. Determining permanent_uuid...
14:13:51.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.445585  9273 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.250.253" port: 45535 } has no permanent_uuid. Determining permanent_uuid...
14:13:51.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.446455  9222 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.8.250.253:45535: connect: Connection refused (error 111)
14:13:51.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.447538  9273 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.250.253:45535: Network error: Client connection negotiation failed: client connection to 127.8.250.253:45535: connect: Connection refused (error 111)
14:13:51.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.496780  9273 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.250.253" port: 45535 } attempt: 1
14:13:51.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.498436  9273 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.250.253:45535: Network error: Client connection negotiation failed: client connection to 127.8.250.253:45535: connect: Connection refused (error 111)
14:13:51.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.536460  9274 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:13:51.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.536757  9274 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:13:51.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.536823  9274 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:13:51.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.541185  9274 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:13:51.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.541253  9274 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:13:51.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.541275  9274 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:13:51.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.541291  9274 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:13:51.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.541308  9274 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:13:51.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.541321  9274 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41595/jwks.json
14:13:51.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.545928  9274 master_runner.cc:387] Master server non-default flags:
14:13:51.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:13:51.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.8.250.212:33131
14:13:51.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:13:51.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:13:51.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-1/data
14:13:51.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-1/wal
14:13:51.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46323
14:13:51.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:13:51.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.8.250.254:38077,127.8.250.253:45535,127.8.250.252:43561
14:13:51.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:13:51.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:13:51.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:13:51.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.8.250.253:45535
14:13:51.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:13:51.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:13:51.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:13:51.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41595/jwks.json
14:13:51.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:13:51.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:13:51.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-1/data/info.pb
14:13:51.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.8.250.253
14:13:51.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:13:51.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:13:51.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.9274
14:13:51.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:13:51.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:13:51.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:13:51.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:13:51.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-1/logs
14:13:51.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:13:51.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:13:51.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:13:51.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:13:51.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:13:51.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:13:51.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:13:51.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:25 UTC on bdcb31816ec0
14:13:51.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16861
14:13:51.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.547039  9274 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:13:51.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.548099  9274 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:13:51.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.553272  9285 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
14:13:51.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.553279  9282 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
14:13:51.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.553279  9283 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
14:13:51.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.553443  9274 server_base.cc:1061] running on GCE node
14:13:51.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.554203  9274 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:13:51.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.555039  9274 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:13:51.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.556211  9274 hybrid_clock.cc:648] HybridClock initialized: now 1783520031556197 us; error 30 us; skew 500 ppm
14:13:51.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.558044  9274 webserver.cc:533] Webserver started at http://127.8.250.253:45331/ using document root <none> and password file <none>
14:13:51.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.558586  9274 fs_manager.cc:362] Metadata directory not provided
14:13:51.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.558642  9274 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:13:51.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.558856  9274 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:13:51.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.560353  9274 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-1/data/instance:
14:13:51.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "148749e0bf2a4bcb8e10a046c8d7d7c1"
14:13:51.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:51 on dist-test-slave-hxsj"
14:13:51.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.560856  9274 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-1/wal/instance:
14:13:51.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "148749e0bf2a4bcb8e10a046c8d7d7c1"
14:13:51.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:51 on dist-test-slave-hxsj"
14:13:51.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.564069  9274 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.002s	sys 0.003s
14:13:51.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.566134  9291 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:13:51.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.566609  9273 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.250.253" port: 45535 } attempt: 2
14:13:51.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.567164  9274 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
14:13:51.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.567267  9274 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-1/data,/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-1/wal
14:13:51.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "148749e0bf2a4bcb8e10a046c8d7d7c1"
14:13:51.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:51 on dist-test-slave-hxsj"
14:13:51.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.567365  9274 fs_report.cc:389] FS layout report
14:13:51.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:13:51.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-1/wal
14:13:51.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-1/wal
14:13:51.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-1/data/data
14:13:51.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:13:51.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:13:51.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:13:51.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:13:51.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:13:51.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:13:51.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:13:51.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:13:51.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:13:51.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:13:51.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:13:51.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.567822  9273 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.250.253:45535: Network error: Client connection negotiation failed: client connection to 127.8.250.253:45535: connect: Connection refused (error 111)
14:13:51.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.577689  9274 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:13:51.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.578334  9274 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
14:13:51.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.578502  9274 kserver.cc:163] Server-wide thread pool size limit: 3276
14:13:51.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.585392  9343 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.8.250.253:45535 every 8 connection(s)
14:13:51.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.585390  9274 rpc_server.cc:307] RPC server started. Bound to: 127.8.250.253:45535
14:13:51.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.586498  9274 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-1/data/info.pb
14:13:51.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.588793  9195 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskwESYcI/build/debug/bin/kudu as pid 9274
14:13:51.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.588887  9195 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-1/wal/instance
14:13:51.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.589411  9344 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:13:51.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.589584  9195 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:13:51.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:13:51.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-2/wal
14:13:51.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-2/data
14:13:51.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:13:51.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:13:51.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:13:51.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:13:51.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:13:51.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:13:51.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-2/logs
14:13:51.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-2/data/info.pb
14:13:51.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:13:51.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:13:51.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:13:51.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:13:51.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:13:51.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:13:51.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:13:51.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:13:51.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:13:51.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:13:51.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:13:51.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:13:51.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.8.250.252:43561
14:13:51.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.8.250.252
14:13:51.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:13:51.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.8.250.212:33131
14:13:51.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:13:51.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:13:51.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:13:51.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:13:51.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.8.250.254:38077,127.8.250.253:45535,127.8.250.252:43561
14:13:51.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:13:51.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41595/jwks.json
14:13:51.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46323 with env {}
14:13:51.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.592857  9344 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.250.254" port: 38077 } has no permanent_uuid. Determining permanent_uuid...
14:13:51.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.608709  9344 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.250.253" port: 45535 } has no permanent_uuid. Determining permanent_uuid...
14:13:51.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.615247  9344 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.250.252" port: 43561 } has no permanent_uuid. Determining permanent_uuid...
14:13:51.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.616056  9295 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.8.250.252:43561: connect: Connection refused (error 111)
14:13:51.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.616994  9344 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.250.252:43561: Network error: Client connection negotiation failed: client connection to 127.8.250.252:43561: connect: Connection refused (error 111)
14:13:51.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.658989  9273 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.250.253" port: 45535 } attempt: 3
14:13:51.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.663636  9273 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.250.252" port: 43561 } has no permanent_uuid. Determining permanent_uuid...
14:13:51.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.664871  9273 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.250.252:43561: Network error: Client connection negotiation failed: client connection to 127.8.250.252:43561: connect: Connection refused (error 111)
14:13:51.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.666277  9344 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.250.252" port: 43561 } attempt: 1
14:13:51.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.667471  9344 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.250.252:43561: Network error: Client connection negotiation failed: client connection to 127.8.250.252:43561: connect: Connection refused (error 111)
14:13:51.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.696048  9273 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.250.252" port: 43561 } attempt: 1
14:13:51.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.697368  9273 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.250.252:43561: Network error: Client connection negotiation failed: client connection to 127.8.250.252:43561: connect: Connection refused (error 111)
14:13:51.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.698580  9345 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:13:51.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.698799  9345 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:13:51.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.698866  9345 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:13:51.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.702351  9345 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:13:51.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.702422  9345 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:13:51.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.702455  9345 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:13:51.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.702484  9345 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:13:51.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.702512  9345 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:13:51.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.702534  9345 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41595/jwks.json
14:13:51.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.706678  9345 master_runner.cc:387] Master server non-default flags:
14:13:51.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.8.250.212:33131
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-2/data
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-2/wal
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46323
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.8.250.254:38077,127.8.250.253:45535,127.8.250.252:43561
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.8.250.252:43561
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41595/jwks.json
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-2/data/info.pb
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.8.250.252
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.9345
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-2/logs
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:25 UTC on bdcb31816ec0
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16861
14:13:51.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.707746  9345 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:13:51.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.708876  9345 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:13:51.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.713964  9353 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
14:13:51.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.713973  9356 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
14:13:51.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.713971  9354 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
14:13:51.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.714272  9345 server_base.cc:1061] running on GCE node
14:13:51.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.714663  9345 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:13:51.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.715469  9345 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:13:51.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.716612  9345 hybrid_clock.cc:648] HybridClock initialized: now 1783520031716595 us; error 27 us; skew 500 ppm
14:13:51.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.718180  9345 webserver.cc:533] Webserver started at http://127.8.250.252:34647/ using document root <none> and password file <none>
14:13:51.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.718715  9345 fs_manager.cc:362] Metadata directory not provided
14:13:51.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.718773  9345 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:13:51.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.718982  9345 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:13:51.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.720438  9345 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-2/data/instance:
14:13:51.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b7be841b255e4316927d69da7d95099d"
14:13:51.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:51 on dist-test-slave-hxsj"
14:13:51.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.720938  9345 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-2/wal/instance:
14:13:51.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b7be841b255e4316927d69da7d95099d"
14:13:51.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:51 on dist-test-slave-hxsj"
14:13:51.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.724081  9345 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.002s	sys 0.003s
14:13:51.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.726257  9362 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:13:51.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.727218  9345 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
14:13:51.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.727336  9345 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-2/data,/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-2/wal
14:13:51.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b7be841b255e4316927d69da7d95099d"
14:13:51.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:51 on dist-test-slave-hxsj"
14:13:51.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.727438  9345 fs_report.cc:389] FS layout report
14:13:51.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:13:51.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-2/wal
14:13:51.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-2/wal
14:13:51.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-2/data/data
14:13:51.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:13:51.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:13:51.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:13:51.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:13:51.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:13:51.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:13:51.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:13:51.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:13:51.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:13:51.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:13:51.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:13:51.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.735639  9344 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.250.252" port: 43561 } attempt: 2
14:13:51.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.737107  9344 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.250.252:43561: Network error: Client connection negotiation failed: client connection to 127.8.250.252:43561: connect: Connection refused (error 111)
14:13:51.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.738917  9345 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:13:51.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.739498  9345 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
14:13:51.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.739631  9345 kserver.cc:163] Server-wide thread pool size limit: 3276
14:13:51.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.746605  9345 rpc_server.cc:307] RPC server started. Bound to: 127.8.250.252:43561
14:13:51.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.746611  9414 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.8.250.252:43561 every 8 connection(s)
14:13:51.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.747573  9345 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-2/data/info.pb
14:13:51.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.750385  9415 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:13:51.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.753155  9415 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.250.254" port: 38077 } has no permanent_uuid. Determining permanent_uuid...
14:13:51.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.755725  9195 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskwESYcI/build/debug/bin/kudu as pid 9345
14:13:51.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.755827  9195 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster16150457547604712489/master-2/wal/instance
14:13:51.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.761802  9415 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.250.253" port: 45535 } has no permanent_uuid. Determining permanent_uuid...
14:13:51.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.765714  9415 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.250.252" port: 43561 } has no permanent_uuid. Determining permanent_uuid...
14:13:51.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.772529  9273 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.250.252" port: 43561 } attempt: 2
14:13:51.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.773028  9415 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d: Bootstrap starting.
14:13:51.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.775337  9415 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d: Neither blocks nor log segments found. Creating new log.
14:13:51.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.776316  9415 log.cc:826] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d: Log is configured to *not* fsync() on all Append() calls
14:13:51.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.778147  9415 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d: No bootstrap required, opened a new log
14:13:51.779 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:13:51.780 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

14:13:51.781 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.8.250.254"
      port: 38077
    }
    bound_http_address {
      host: "127.8.250.254"
      port: 42993
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.8.250.253"
      port: 45535
    }
    bound_http_address {
      host: "127.8.250.253"
      port: 45331
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.8.250.252"
      port: 43561
    }
    bound_http_address {
      host: "127.8.250.252"
      port: 34647
    }
  }
}

14:13:51.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.778990  9273 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 137c50fd37f54505ad4e71346360ec61: Bootstrap starting.
14:13:51.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.779105  9195 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
14:13:51.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.780891  9415 raft_consensus.cc:359] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "137c50fd37f54505ad4e71346360ec61" member_type: VOTER last_known_addr { host: "127.8.250.254" port: 38077 } } peers { permanent_uuid: "148749e0bf2a4bcb8e10a046c8d7d7c1" member_type: VOTER last_known_addr { host: "127.8.250.253" port: 45535 } } peers { permanent_uuid: "b7be841b255e4316927d69da7d95099d" member_type: VOTER last_known_addr { host: "127.8.250.252" port: 43561 } }
14:13:51.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.781078  9415 raft_consensus.cc:385] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:13:51.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.781126  9415 raft_consensus.cc:740] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b7be841b255e4316927d69da7d95099d, State: Initialized, Role: FOLLOWER
14:13:51.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.781221  9273 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 137c50fd37f54505ad4e71346360ec61: Neither blocks nor log segments found. Creating new log.
14:13:51.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.781544  9415 consensus_queue.cc:260] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d [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: "137c50fd37f54505ad4e71346360ec61" member_type: VOTER last_known_addr { host: "127.8.250.254" port: 38077 } } peers { permanent_uuid: "148749e0bf2a4bcb8e10a046c8d7d7c1" member_type: VOTER last_known_addr { host: "127.8.250.253" port: 45535 } } peers { permanent_uuid: "b7be841b255e4316927d69da7d95099d" member_type: VOTER last_known_addr { host: "127.8.250.252" port: 43561 } }
14:13:51.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.782021  9273 log.cc:826] T 00000000000000000000000000000000 P 137c50fd37f54505ad4e71346360ec61: Log is configured to *not* fsync() on all Append() calls
14:13:51.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.782711  9415 sys_catalog.cc:565] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d [sys.catalog]: configured and running, proceeding with master startup.
14:13:51.782 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

14:13:51.783 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:13:51.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.784382  9273 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 137c50fd37f54505ad4e71346360ec61: No bootstrap required, opened a new log
14:13:51.784 [INFO - Metastore-Handler-Pool: Thread-85] (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=1e92a636-c5fd-4ebe-9de5-0262d6c3f802, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.8.250.254:38077,127.8.250.253:45535,127.8.250.252:43561}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:13:51.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.786017  9420 sys_catalog.cc:455] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d [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: "137c50fd37f54505ad4e71346360ec61" member_type: VOTER last_known_addr { host: "127.8.250.254" port: 38077 } } peers { permanent_uuid: "148749e0bf2a4bcb8e10a046c8d7d7c1" member_type: VOTER last_known_addr { host: "127.8.250.253" port: 45535 } } peers { permanent_uuid: "b7be841b255e4316927d69da7d95099d" member_type: VOTER last_known_addr { host: "127.8.250.252" port: 43561 } } }
14:13:51.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.786157  9420 sys_catalog.cc:458] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d [sys.catalog]: This master's current role is: FOLLOWER
14:13:51.787 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:13:51.788 [INFO - Metastore-Handler-Pool: Thread-85] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:13:51.788 [INFO - Metastore-Handler-Pool: Thread-85] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@62a5b7fa, with PersistenceManager: null will be shutdown
14:13:51.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.788448  9273 raft_consensus.cc:359] T 00000000000000000000000000000000 P 137c50fd37f54505ad4e71346360ec61 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "137c50fd37f54505ad4e71346360ec61" member_type: VOTER last_known_addr { host: "127.8.250.254" port: 38077 } } peers { permanent_uuid: "148749e0bf2a4bcb8e10a046c8d7d7c1" member_type: VOTER last_known_addr { host: "127.8.250.253" port: 45535 } } peers { permanent_uuid: "b7be841b255e4316927d69da7d95099d" member_type: VOTER last_known_addr { host: "127.8.250.252" port: 43561 } }
14:13:51.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.788765  9273 raft_consensus.cc:385] T 00000000000000000000000000000000 P 137c50fd37f54505ad4e71346360ec61 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:13:51.788 [INFO - Metastore-Handler-Pool: Thread-85] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@62a5b7fa, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@351d5222 created in the thread with id: 85
14:13:51.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.788877  9435 catalog_manager.cc:1594] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:13:51.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.786944  9345 master_runner.cc:187] Error getting master registration for 127.8.250.254:38077: OK, instance_id { permanent_uuid: "137c50fd37f54505ad4e71346360ec61" instance_seqno: 1783520031423695 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:13:51.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.788950  9435 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:13:51.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.789036  9345 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:13:51.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.789150  9273 raft_consensus.cc:740] T 00000000000000000000000000000000 P 137c50fd37f54505ad4e71346360ec61 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 137c50fd37f54505ad4e71346360ec61, State: Initialized, Role: FOLLOWER
14:13:51.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.789662  9273 consensus_queue.cc:260] T 00000000000000000000000000000000 P 137c50fd37f54505ad4e71346360ec61 [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: "137c50fd37f54505ad4e71346360ec61" member_type: VOTER last_known_addr { host: "127.8.250.254" port: 38077 } } peers { permanent_uuid: "148749e0bf2a4bcb8e10a046c8d7d7c1" member_type: VOTER last_known_addr { host: "127.8.250.253" port: 45535 } } peers { permanent_uuid: "b7be841b255e4316927d69da7d95099d" member_type: VOTER last_known_addr { host: "127.8.250.252" port: 43561 } }
14:13:51.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.793560  9273 sys_catalog.cc:565] T 00000000000000000000000000000000 P 137c50fd37f54505ad4e71346360ec61 [sys.catalog]: configured and running, proceeding with master startup.
14:13:51.796 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@62a5b7fa
14:13:51.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.796411  9437 sys_catalog.cc:455] T 00000000000000000000000000000000 P 137c50fd37f54505ad4e71346360ec61 [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: "137c50fd37f54505ad4e71346360ec61" member_type: VOTER last_known_addr { host: "127.8.250.254" port: 38077 } } peers { permanent_uuid: "148749e0bf2a4bcb8e10a046c8d7d7c1" member_type: VOTER last_known_addr { host: "127.8.250.253" port: 45535 } } peers { permanent_uuid: "b7be841b255e4316927d69da7d95099d" member_type: VOTER last_known_addr { host: "127.8.250.252" port: 43561 } } }
14:13:51.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.796717  9437 sys_catalog.cc:458] T 00000000000000000000000000000000 P 137c50fd37f54505ad4e71346360ec61 [sys.catalog]: This master's current role is: FOLLOWER
14:13:51.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.801482  9452 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 137c50fd37f54505ad4e71346360ec61: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:13:51.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.799405  9206 master_runner.cc:187] Error getting master registration for 127.8.250.253:45535: OK, instance_id { permanent_uuid: "148749e0bf2a4bcb8e10a046c8d7d7c1" instance_seqno: 1783520031583546 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:13:51.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.801756  9452 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:13:51.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.801855  9206 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:13:51.802 [INFO - Metastore-Handler-Pool: Thread-87] (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=	
14:13:51.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.803198  9432 client.h:372] Failed to connect to Hive Metastore (localhost:46323): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:13:51.807 [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=	
14:13:51.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.807817  9449 client.h:372] Failed to connect to Hive Metastore (localhost:46323): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:13:51.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.828272  9344 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.250.252" port: 43561 } attempt: 3
14:13:51.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.839140  9344 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 148749e0bf2a4bcb8e10a046c8d7d7c1: Bootstrap starting.
14:13:51.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.841912  9344 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 148749e0bf2a4bcb8e10a046c8d7d7c1: Neither blocks nor log segments found. Creating new log.
14:13:51.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.842904  9344 log.cc:826] T 00000000000000000000000000000000 P 148749e0bf2a4bcb8e10a046c8d7d7c1: Log is configured to *not* fsync() on all Append() calls
14:13:51.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.846768  9344 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 148749e0bf2a4bcb8e10a046c8d7d7c1: No bootstrap required, opened a new log
14:13:51.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.851133  9344 raft_consensus.cc:359] T 00000000000000000000000000000000 P 148749e0bf2a4bcb8e10a046c8d7d7c1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "137c50fd37f54505ad4e71346360ec61" member_type: VOTER last_known_addr { host: "127.8.250.254" port: 38077 } } peers { permanent_uuid: "148749e0bf2a4bcb8e10a046c8d7d7c1" member_type: VOTER last_known_addr { host: "127.8.250.253" port: 45535 } } peers { permanent_uuid: "b7be841b255e4316927d69da7d95099d" member_type: VOTER last_known_addr { host: "127.8.250.252" port: 43561 } }
14:13:51.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.856808  9344 raft_consensus.cc:385] T 00000000000000000000000000000000 P 148749e0bf2a4bcb8e10a046c8d7d7c1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:13:51.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.857136  9344 raft_consensus.cc:740] T 00000000000000000000000000000000 P 148749e0bf2a4bcb8e10a046c8d7d7c1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 148749e0bf2a4bcb8e10a046c8d7d7c1, State: Initialized, Role: FOLLOWER
14:13:51.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.857903  9344 consensus_queue.cc:260] T 00000000000000000000000000000000 P 148749e0bf2a4bcb8e10a046c8d7d7c1 [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: "137c50fd37f54505ad4e71346360ec61" member_type: VOTER last_known_addr { host: "127.8.250.254" port: 38077 } } peers { permanent_uuid: "148749e0bf2a4bcb8e10a046c8d7d7c1" member_type: VOTER last_known_addr { host: "127.8.250.253" port: 45535 } } peers { permanent_uuid: "b7be841b255e4316927d69da7d95099d" member_type: VOTER last_known_addr { host: "127.8.250.252" port: 43561 } }
14:13:51.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.859455  9344 sys_catalog.cc:565] T 00000000000000000000000000000000 P 148749e0bf2a4bcb8e10a046c8d7d7c1 [sys.catalog]: configured and running, proceeding with master startup.
14:13:51.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.870012  9456 sys_catalog.cc:455] T 00000000000000000000000000000000 P 148749e0bf2a4bcb8e10a046c8d7d7c1 [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: "137c50fd37f54505ad4e71346360ec61" member_type: VOTER last_known_addr { host: "127.8.250.254" port: 38077 } } peers { permanent_uuid: "148749e0bf2a4bcb8e10a046c8d7d7c1" member_type: VOTER last_known_addr { host: "127.8.250.253" port: 45535 } } peers { permanent_uuid: "b7be841b255e4316927d69da7d95099d" member_type: VOTER last_known_addr { host: "127.8.250.252" port: 43561 } } }
14:13:51.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.870471  9456 sys_catalog.cc:458] T 00000000000000000000000000000000 P 148749e0bf2a4bcb8e10a046c8d7d7c1 [sys.catalog]: This master's current role is: FOLLOWER
14:13:51.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.874979  9274 master_runner.cc:264] No leader master found from master 148749e0bf2a4bcb8e10a046c8d7d7c1
14:13:51.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.875053  9274 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:13:51.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.878801  9470 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 148749e0bf2a4bcb8e10a046c8d7d7c1: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:13:51.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.881755  9470 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:13:51.884 [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=	
14:13:51.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.885039  9467 client.h:372] Failed to connect to Hive Metastore (localhost:46323): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:13:51.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.920225  9226 tablet.cc:2406] T 00000000000000000000000000000000 P 137c50fd37f54505ad4e71346360ec61: Can't schedule compaction. Clean time has not been advanced past its initial value.
14:13:51.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.965987  9420 raft_consensus.cc:493] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
14:13:51.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.966174  9420 raft_consensus.cc:515] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "137c50fd37f54505ad4e71346360ec61" member_type: VOTER last_known_addr { host: "127.8.250.254" port: 38077 } } peers { permanent_uuid: "148749e0bf2a4bcb8e10a046c8d7d7c1" member_type: VOTER last_known_addr { host: "127.8.250.253" port: 45535 } } peers { permanent_uuid: "b7be841b255e4316927d69da7d95099d" member_type: VOTER last_known_addr { host: "127.8.250.252" port: 43561 } }
14:13:51.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.967275  9420 leader_election.cc:290] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 137c50fd37f54505ad4e71346360ec61 (127.8.250.254:38077), 148749e0bf2a4bcb8e10a046c8d7d7c1 (127.8.250.253:45535)
14:13:51.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.967943  9318 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b7be841b255e4316927d69da7d95099d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "148749e0bf2a4bcb8e10a046c8d7d7c1" is_pre_election: true
14:13:51.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.968227  9318 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 148749e0bf2a4bcb8e10a046c8d7d7c1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b7be841b255e4316927d69da7d95099d in term 0.
14:13:51.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.968670  9247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b7be841b255e4316927d69da7d95099d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "137c50fd37f54505ad4e71346360ec61" is_pre_election: true
14:13:51.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.968890  9247 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 137c50fd37f54505ad4e71346360ec61 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b7be841b255e4316927d69da7d95099d in term 0.
14:13:51.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.969373  9364 leader_election.cc:304] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d [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: 148749e0bf2a4bcb8e10a046c8d7d7c1, b7be841b255e4316927d69da7d95099d; no voters: 
14:13:51.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.970219  9420 raft_consensus.cc:2804] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d [term 0 FOLLOWER]: Leader pre-election won for term 1
14:13:51.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.970288  9420 raft_consensus.cc:493] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
14:13:51.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.970326  9420 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d [term 0 FOLLOWER]: Advancing to term 1
14:13:51.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.971396  9420 raft_consensus.cc:515] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "137c50fd37f54505ad4e71346360ec61" member_type: VOTER last_known_addr { host: "127.8.250.254" port: 38077 } } peers { permanent_uuid: "148749e0bf2a4bcb8e10a046c8d7d7c1" member_type: VOTER last_known_addr { host: "127.8.250.253" port: 45535 } } peers { permanent_uuid: "b7be841b255e4316927d69da7d95099d" member_type: VOTER last_known_addr { host: "127.8.250.252" port: 43561 } }
14:13:51.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.971787  9420 leader_election.cc:290] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d [CANDIDATE]: Term 1 election: Requested vote from peers 137c50fd37f54505ad4e71346360ec61 (127.8.250.254:38077), 148749e0bf2a4bcb8e10a046c8d7d7c1 (127.8.250.253:45535)
14:13:51.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.972551  9247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b7be841b255e4316927d69da7d95099d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "137c50fd37f54505ad4e71346360ec61"
14:13:51.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.972664  9247 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 137c50fd37f54505ad4e71346360ec61 [term 0 FOLLOWER]: Advancing to term 1
14:13:51.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.973827  9318 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b7be841b255e4316927d69da7d95099d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "148749e0bf2a4bcb8e10a046c8d7d7c1"
14:13:51.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.973943  9318 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 148749e0bf2a4bcb8e10a046c8d7d7c1 [term 0 FOLLOWER]: Advancing to term 1
14:13:51.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.974996  9318 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 148749e0bf2a4bcb8e10a046c8d7d7c1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b7be841b255e4316927d69da7d95099d in term 1.
14:13:51.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.975311  9364 leader_election.cc:304] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d [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: 148749e0bf2a4bcb8e10a046c8d7d7c1, b7be841b255e4316927d69da7d95099d; no voters: 
14:13:51.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.976285  9247 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 137c50fd37f54505ad4e71346360ec61 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b7be841b255e4316927d69da7d95099d in term 1.
14:13:51.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.976869  9420 raft_consensus.cc:2804] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d [term 1 FOLLOWER]: Leader election won for term 1
14:13:51.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.977085  9420 raft_consensus.cc:697] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d [term 1 LEADER]: Becoming Leader. State: Replica: b7be841b255e4316927d69da7d95099d, State: Running, Role: LEADER
14:13:51.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.977399  9420 consensus_queue.cc:237] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d [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: "137c50fd37f54505ad4e71346360ec61" member_type: VOTER last_known_addr { host: "127.8.250.254" port: 38077 } } peers { permanent_uuid: "148749e0bf2a4bcb8e10a046c8d7d7c1" member_type: VOTER last_known_addr { host: "127.8.250.253" port: 45535 } } peers { permanent_uuid: "b7be841b255e4316927d69da7d95099d" member_type: VOTER last_known_addr { host: "127.8.250.252" port: 43561 } }
14:13:51.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.979439  9420 sys_catalog.cc:455] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d [sys.catalog]: SysCatalogTable state changed. Reason: New leader b7be841b255e4316927d69da7d95099d. Latest consensus state: current_term: 1 leader_uuid: "b7be841b255e4316927d69da7d95099d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "137c50fd37f54505ad4e71346360ec61" member_type: VOTER last_known_addr { host: "127.8.250.254" port: 38077 } } peers { permanent_uuid: "148749e0bf2a4bcb8e10a046c8d7d7c1" member_type: VOTER last_known_addr { host: "127.8.250.253" port: 45535 } } peers { permanent_uuid: "b7be841b255e4316927d69da7d95099d" member_type: VOTER last_known_addr { host: "127.8.250.252" port: 43561 } } }
14:13:51.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.979682  9420 sys_catalog.cc:458] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d [sys.catalog]: This master's current role is: LEADER
14:13:51.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.987900  9475 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
14:13:51.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:51.989154  9475 catalog_manager.cc:1520] Initializing Kudu cluster ID...
14:13:51.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:51.990732  9368 tablet.cc:2406] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d: Can't schedule compaction. Clean time has not been advanced past its initial value.
14:13:52.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.011034  9318 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 148749e0bf2a4bcb8e10a046c8d7d7c1 [term 1 FOLLOWER]: Refusing update from remote peer b7be841b255e4316927d69da7d95099d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:13:52.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.011956  9473 consensus_queue.cc:1048] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d [LEADER]: Connected to new peer: Peer: permanent_uuid: "148749e0bf2a4bcb8e10a046c8d7d7c1" member_type: VOTER last_known_addr { host: "127.8.250.253" port: 45535 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:13:52.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.016184  9456 sys_catalog.cc:455] T 00000000000000000000000000000000 P 148749e0bf2a4bcb8e10a046c8d7d7c1 [sys.catalog]: SysCatalogTable state changed. Reason: New leader b7be841b255e4316927d69da7d95099d. Latest consensus state: current_term: 1 leader_uuid: "b7be841b255e4316927d69da7d95099d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "137c50fd37f54505ad4e71346360ec61" member_type: VOTER last_known_addr { host: "127.8.250.254" port: 38077 } } peers { permanent_uuid: "148749e0bf2a4bcb8e10a046c8d7d7c1" member_type: VOTER last_known_addr { host: "127.8.250.253" port: 45535 } } peers { permanent_uuid: "b7be841b255e4316927d69da7d95099d" member_type: VOTER last_known_addr { host: "127.8.250.252" port: 43561 } } }
14:13:52.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.016296  9456 sys_catalog.cc:458] T 00000000000000000000000000000000 P 148749e0bf2a4bcb8e10a046c8d7d7c1 [sys.catalog]: This master's current role is: FOLLOWER
14:13:52.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.017448  9247 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 137c50fd37f54505ad4e71346360ec61 [term 1 FOLLOWER]: Refusing update from remote peer b7be841b255e4316927d69da7d95099d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:13:52.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.018127  9473 consensus_queue.cc:1048] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d [LEADER]: Connected to new peer: Peer: permanent_uuid: "137c50fd37f54505ad4e71346360ec61" member_type: VOTER last_known_addr { host: "127.8.250.254" port: 38077 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:13:52.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.021606  9437 sys_catalog.cc:455] T 00000000000000000000000000000000 P 137c50fd37f54505ad4e71346360ec61 [sys.catalog]: SysCatalogTable state changed. Reason: New leader b7be841b255e4316927d69da7d95099d. Latest consensus state: current_term: 1 leader_uuid: "b7be841b255e4316927d69da7d95099d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "137c50fd37f54505ad4e71346360ec61" member_type: VOTER last_known_addr { host: "127.8.250.254" port: 38077 } } peers { permanent_uuid: "148749e0bf2a4bcb8e10a046c8d7d7c1" member_type: VOTER last_known_addr { host: "127.8.250.253" port: 45535 } } peers { permanent_uuid: "b7be841b255e4316927d69da7d95099d" member_type: VOTER last_known_addr { host: "127.8.250.252" port: 43561 } } }
14:13:52.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.021715  9437 sys_catalog.cc:458] T 00000000000000000000000000000000 P 137c50fd37f54505ad4e71346360ec61 [sys.catalog]: This master's current role is: FOLLOWER
14:13:52.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.033098  9473 sys_catalog.cc:455] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "b7be841b255e4316927d69da7d95099d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "137c50fd37f54505ad4e71346360ec61" member_type: VOTER last_known_addr { host: "127.8.250.254" port: 38077 } } peers { permanent_uuid: "148749e0bf2a4bcb8e10a046c8d7d7c1" member_type: VOTER last_known_addr { host: "127.8.250.253" port: 45535 } } peers { permanent_uuid: "b7be841b255e4316927d69da7d95099d" member_type: VOTER last_known_addr { host: "127.8.250.252" port: 43561 } } }
14:13:52.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.033226  9473 sys_catalog.cc:458] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d [sys.catalog]: This master's current role is: LEADER
14:13:52.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.034053  9420 sys_catalog.cc:455] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "b7be841b255e4316927d69da7d95099d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "137c50fd37f54505ad4e71346360ec61" member_type: VOTER last_known_addr { host: "127.8.250.254" port: 38077 } } peers { permanent_uuid: "148749e0bf2a4bcb8e10a046c8d7d7c1" member_type: VOTER last_known_addr { host: "127.8.250.253" port: 45535 } } peers { permanent_uuid: "b7be841b255e4316927d69da7d95099d" member_type: VOTER last_known_addr { host: "127.8.250.252" port: 43561 } } }
14:13:52.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.034155  9420 sys_catalog.cc:458] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d [sys.catalog]: This master's current role is: LEADER
14:13:52.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.035228  9437 sys_catalog.cc:455] T 00000000000000000000000000000000 P 137c50fd37f54505ad4e71346360ec61 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "b7be841b255e4316927d69da7d95099d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "137c50fd37f54505ad4e71346360ec61" member_type: VOTER last_known_addr { host: "127.8.250.254" port: 38077 } } peers { permanent_uuid: "148749e0bf2a4bcb8e10a046c8d7d7c1" member_type: VOTER last_known_addr { host: "127.8.250.253" port: 45535 } } peers { permanent_uuid: "b7be841b255e4316927d69da7d95099d" member_type: VOTER last_known_addr { host: "127.8.250.252" port: 43561 } } }
14:13:52.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.035328  9437 sys_catalog.cc:458] T 00000000000000000000000000000000 P 137c50fd37f54505ad4e71346360ec61 [sys.catalog]: This master's current role is: FOLLOWER
14:13:52.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.036334  9456 sys_catalog.cc:455] T 00000000000000000000000000000000 P 148749e0bf2a4bcb8e10a046c8d7d7c1 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "b7be841b255e4316927d69da7d95099d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "137c50fd37f54505ad4e71346360ec61" member_type: VOTER last_known_addr { host: "127.8.250.254" port: 38077 } } peers { permanent_uuid: "148749e0bf2a4bcb8e10a046c8d7d7c1" member_type: VOTER last_known_addr { host: "127.8.250.253" port: 45535 } } peers { permanent_uuid: "b7be841b255e4316927d69da7d95099d" member_type: VOTER last_known_addr { host: "127.8.250.252" port: 43561 } } }
14:13:52.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.036433  9456 sys_catalog.cc:458] T 00000000000000000000000000000000 P 148749e0bf2a4bcb8e10a046c8d7d7c1 [sys.catalog]: This master's current role is: FOLLOWER
14:13:52.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.037249  9476 mvcc.cc:204] Tried to move back new op lower bound from 7305298051108519936 to 7305298050984083456. Current Snapshot: MvccSnapshot[applied={T|T < 7305298051108519936}]
14:13:52.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.038666  9477 mvcc.cc:204] Tried to move back new op lower bound from 7305298051108519936 to 7305298050984083456. Current Snapshot: MvccSnapshot[applied={T|T < 7305298051108519936}]
14:13:52.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.040295  9475 catalog_manager.cc:1383] Generated new cluster ID: 39d2d1080f7c4a1ea2d0f55bcc50dfcb
14:13:52.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.040346  9475 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
14:13:52.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.053303  9475 catalog_manager.cc:1406] Generated new certificate authority record
14:13:52.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.054325  9475 catalog_manager.cc:1540] Loading token signing keys...
14:13:52.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.069509  9475 catalog_manager.cc:6070] T 00000000000000000000000000000000 P b7be841b255e4316927d69da7d95099d: Generated new TSK 0
14:13:52.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.070248  9475 catalog_manager.cc:1550] Initializing in-progress tserver states...
14:13:52.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.070824  9475 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
14:13:52.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.071192  9475 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
14:13:52.237 [WARN - Metastore-Handler-Pool: Thread-85] (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.
14:13:52.244 [WARN - Metastore-Handler-Pool: Thread-85] (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.
14:13:52.244 [WARN - Metastore-Handler-Pool: Thread-85] (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.
14:13:52.362 [INFO - Metastore-Handler-Pool: Thread-85] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:13:52.369 [INFO - Metastore-Handler-Pool: Thread-85] (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/hive16929754714436235187/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=1e92a636-c5fd-4ebe-9de5-0262d6c3f802, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.8.250.254:38077,127.8.250.253:45535,127.8.250.252:43561}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:13:52.371 [INFO - Metastore-Handler-Pool: Thread-85] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16929754714436235187/external-warehouse/table
14:13:52.477 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:13:52.518 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:3711) Skipping translation for processor with null
14:13:52.520 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:13:52.642 [WARN - Metastore-Handler-Pool: Thread-85] (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.
14:13:52.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.803197  9452 catalog_manager.cc:1295] Loaded cluster ID: 39d2d1080f7c4a1ea2d0f55bcc50dfcb
14:13:52.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.803289  9452 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 137c50fd37f54505ad4e71346360ec61: loading cluster ID for follower catalog manager: success
14:13:52.805 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:13:52.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.805712  9452 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 137c50fd37f54505ad4e71346360ec61: acquiring CA information for follower catalog manager: success
14:13:52.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:52.806000  9432 client.h:372] Failed to connect to Hive Metastore (localhost:46323): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:13:52.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.807497  9452 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 137c50fd37f54505ad4e71346360ec61: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:13:52.810 [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=	
14:13:52.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:52.810931  9449 client.h:372] Failed to connect to Hive Metastore (localhost:46323): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:13:52.844 [WARN - Metastore-Handler-Pool: Thread-85] (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.
14:13:52.885 [WARN - Metastore-Handler-Pool: Thread-85] (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.
14:13:52.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.895399  9470 catalog_manager.cc:1295] Loaded cluster ID: 39d2d1080f7c4a1ea2d0f55bcc50dfcb
14:13:52.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.895498  9470 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 148749e0bf2a4bcb8e10a046c8d7d7c1: loading cluster ID for follower catalog manager: success
14:13:52.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.898480  9470 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 148749e0bf2a4bcb8e10a046c8d7d7c1: acquiring CA information for follower catalog manager: success
14:13:52.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:52.900089  9470 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 148749e0bf2a4bcb8e10a046c8d7d7c1: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:13:52.904 [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=	
14:13:52.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:52.904762  9467 client.h:372] Failed to connect to Hive Metastore (localhost:46323): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:13:52.915 [WARN - Metastore-Handler-Pool: Thread-85] (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
14:13:53.018 [DEBUG - Metastore-Handler-Pool: Thread-85] (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.
14:13:53.019 [DEBUG - Metastore-Handler-Pool: Thread-85] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
14:13:53.020 [DEBUG - Metastore-Handler-Pool: Thread-85] (Connection.java:748) [peer master-127.8.250.254:38077(127.8.250.254:38077)] connecting to peer
14:13:53.021 [DEBUG - Metastore-Handler-Pool: Thread-85] (Connection.java:748) [peer master-127.8.250.253:45535(127.8.250.253:45535)] connecting to peer
14:13:53.022 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.8.250.254:38077(127.8.250.254:38077)] Successfully connected to peer
14:13:53.025 [DEBUG - Metastore-Handler-Pool: Thread-85] (Connection.java:748) [peer master-127.8.250.252:43561(127.8.250.252:43561)] connecting to peer
14:13:53.026 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.8.250.253:45535(127.8.250.253:45535)] Successfully connected to peer
14:13:53.032 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.8.250.254
14:13:53.034 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.8.250.252:43561(127.8.250.252:43561)] Successfully connected to peer
14:13:53.054 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.8.250.253
14:13:53.055 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.8.250.252
14:13:53.072 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:13:53.079 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:13:53.086 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x068edbed, L:/127.0.0.1:50892 - R:/127.8.250.252:43561] using SASL/PLAIN
14:13:53.090 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
14:13:53.095 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x0611c63a, L:/127.0.0.1:48326 - R:/127.8.250.254:38077] using SASL/PLAIN
14:13:53.098 [ERROR - Metastore-Handler-Pool: Thread-85] (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)

14:13:53.098 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:13:53.099 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:13:53.111 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x4d69a322, L:/127.0.0.1:57838 - R:/127.8.250.253:45535] using SASL/PLAIN
14:13:53.137 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:3711) Skipping translation for processor with null
14:13:53.138 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:13:53.183 [WARN - Metastore-Handler-Pool: Thread-85] (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
14:13:53.199 [INFO - Metastore-Handler-Pool: Thread-85] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
14:13:53.201 [INFO - Metastore-Handler-Pool: Thread-85] (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=1e92a636-c5fd-4ebe-9de5-0262d6c3f802, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.8.250.254:38077,127.8.250.253:45535,127.8.250.252:43561}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:13:53.203 [INFO - Metastore-Handler-Pool: Thread-85] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:13:53.206 [INFO - Metastore-Handler-Pool: Thread-85] (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/hive16929754714436235187/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=1e92a636-c5fd-4ebe-9de5-0262d6c3f802, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.8.250.254:38077,127.8.250.253:45535,127.8.250.252:43561}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:13:53.208 [INFO - Metastore-Handler-Pool: Thread-85] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16929754714436235187/external-warehouse/table
14:13:53.242 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:13:53.255 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:3711) Skipping translation for processor with null
14:13:53.256 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:13:53.278 [WARN - Metastore-Handler-Pool: Thread-85] (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
14:13:53.297 [INFO - Metastore-Handler-Pool: Thread-85] (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)	
14:13:53.300 [INFO - Metastore-Handler-Pool: Thread-85] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:13:53.302 [INFO - Metastore-Handler-Pool: Thread-85] (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/hive16929754714436235187/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)
14:13:53.304 [WARN - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:2452) Location: file:/tmp/hive16929754714436235187/external-warehouse/table specified for non-external table:table
14:13:53.305 [INFO - Metastore-Handler-Pool: Thread-85] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16929754714436235187/external-warehouse/table
14:13:53.322 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:13:53.334 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:3711) Skipping translation for processor with null
14:13:53.336 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:13:53.354 [WARN - Metastore-Handler-Pool: Thread-85] (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
14:13:53.368 [ERROR - Metastore-Handler-Pool: Thread-85] (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)

14:13:53.369 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:13:53.384 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:3711) Skipping translation for processor with null
14:13:53.386 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:13:53.405 [WARN - Metastore-Handler-Pool: Thread-85] (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
14:13:53.423 [INFO - Metastore-Handler-Pool: Thread-85] (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)	
14:13:53.426 [INFO - Metastore-Handler-Pool: Thread-85] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:13:53.428 [INFO - Metastore-Handler-Pool: Thread-85] (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/hive16929754714436235187/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)
14:13:53.429 [WARN - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:2452) Location: file:/tmp/hive16929754714436235187/external-warehouse/table specified for non-external table:table
14:13:53.430 [INFO - Metastore-Handler-Pool: Thread-85] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16929754714436235187/external-warehouse/table
14:13:53.446 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:13:53.457 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:3711) Skipping translation for processor with null
14:13:53.459 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:13:53.480 [WARN - Metastore-Handler-Pool: Thread-85] (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
14:13:53.500 [ERROR - Metastore-Handler-Pool: Thread-85] (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)

14:13:53.501 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:13:53.514 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:3711) Skipping translation for processor with null
14:13:53.516 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:13:53.532 [WARN - Metastore-Handler-Pool: Thread-85] (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
14:13:53.548 [INFO - Metastore-Handler-Pool: Thread-85] (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)	
14:13:53.550 [INFO - Metastore-Handler-Pool: Thread-85] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:13:53.552 [INFO - Metastore-Handler-Pool: Thread-85] (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/hive16929754714436235187/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)
14:13:53.554 [INFO - Metastore-Handler-Pool: Thread-85] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16929754714436235187/external-warehouse/table
14:13:53.570 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:13:53.581 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:3711) Skipping translation for processor with null
14:13:53.583 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:13:53.616 [WARN - Metastore-Handler-Pool: Thread-85] (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
14:13:53.634 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
14:13:53.634 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
14:13:53.634 [INFO - Metastore-Handler-Pool: Thread-85] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@62a5b7fa, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@351d5222 will be shutdown
14:13:53.634 [INFO - Metastore-Handler-Pool: Thread-85] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
14:13:53.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:53.634353  9195 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskwESYcI/build/debug/bin/kudu with pid 9206
14:13:53.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:53.644431  9195 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskwESYcI/build/debug/bin/kudu with pid 9274
14:13:53.644 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.8.250.254:38077(127.8.250.254:38077)] handling channelInactive
14:13:53.645 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.8.250.254:38077(127.8.250.254:38077)] cleaning up while in state READY due to: connection closed
14:13:53.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:53.651639  9195 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskwESYcI/build/debug/bin/kudu with pid 9345
14:13:53.652 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.8.250.253:45535(127.8.250.253:45535)] handling channelInactive
14:13:53.652 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.8.250.253:45535(127.8.250.253:45535)] cleaning up while in state READY due to: connection closed
14:13:53.658 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.8.250.252:43561(127.8.250.252:43561)] handling channelInactive
14:13:53.658 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.8.250.252:43561(127.8.250.252:43561)] cleaning up while in state READY due to: connection closed
14:13:53.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:13:53Z chronyd exiting
.14:13:53.702 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:13:53.702 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:13:53.703 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:13:53.720 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive9230291657860035811
14:13:53.721 [INFO - Thread-67] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
14:13:53.721 [INFO - Thread-67] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
14:13:53.723 [INFO - Thread-67] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:13:53.723 [INFO - Thread-67] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:13:53.723 [INFO - Thread-67] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
14:13:53.724 [INFO - Thread-67] (HikariDataSource.java:350) objectstore - Shutdown initiated...
14:13:53.725 [INFO - Thread-67] (HikariDataSource.java:352) objectstore - Shutdown completed.
14:13:53.725 [INFO - Thread-67] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
14:13:53.726 [INFO - Thread-67] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
14:13:53.726 [INFO - Thread-67] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
14:13:53.727 [INFO - Thread-67] (HikariDataSource.java:80) objectstore - Starting...
14:13:53.803 [INFO - Thread-67] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:13:53.804 [INFO - Thread-67] (HikariDataSource.java:82) objectstore - Start completed.
14:13:53.804 [INFO - Thread-67] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
14:13:53.805 [INFO - Thread-67] (HikariDataSource.java:80) objectstore-secondary - Starting...
14:13:53.807 [INFO - Thread-67] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:13:53.807 [INFO - Thread-67] (HikariDataSource.java:82) objectstore-secondary - Start completed.
14:13:53.824 [INFO - Thread-67] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
14:13:53.824 [INFO - Thread-67] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
14:13:53.824 [INFO - Thread-67] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
14:13:53.854 [WARN - Thread-67] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:13:53.854 [WARN - Thread-67] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:13:53.855 [WARN - Thread-67] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:13:53.855 [WARN - Thread-67] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:13:53.856 [WARN - Thread-67] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:13:53.856 [WARN - Thread-67] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:13:54.047 [INFO - Thread-67] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
14:13:54.047 [INFO - Thread-67] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@74e019c2, with PersistenceManager: null will be shutdown
14:13:54.047 [INFO - Thread-67] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@74e019c2, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7ee368d5 created in the thread with id: 103
14:13:54.048 [WARN - Thread-67] (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
14:13:54.049 [INFO - Thread-67] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@74e019c2
14:13:54.145 [INFO - Thread-67] (HMSHandler.java:595) Started creating a default database with name: default
14:13:54.165 [INFO - Thread-67] (HMSHandler.java:605) Successfully created a default database with name: default
14:13:54.187 [INFO - Thread-67] (HMSHandler.java:668) Added admin role in metastore
14:13:54.190 [INFO - Thread-67] (HMSHandler.java:677) Added public role in metastore
14:13:54.220 [INFO - Thread-67] (HMSHandler.java:717) No user is added in admin role, since config is empty
14:13:54.221 [INFO - Thread-67] (HMSHandler.java:404) HMS server filtering is disabled by configuration
14:13:54.221 [INFO - Thread-67] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
14:13:54.221 [INFO - Thread-67] (HiveMetaStore.java:697) Direct SQL optimization = true
14:13:54.222 [WARN - Thread-67] (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)
14:13:54.222 [INFO - Thread-67] (HiveMetaStore.java:632) Started the new metaserver on port [37699]...
14:13:54.222 [INFO - Thread-67] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
14:13:54.222 [INFO - Thread-67] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
14:13:54.222 [INFO - Thread-67] (HiveMetaStore.java:635) TCP keepalive = true
14:13:54.222 [INFO - Thread-67] (HiveMetaStore.java:636) Enable SSL = false
14:13:54.722 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:13:54.723 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:13:54.723 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:13:54.725 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
14:13:54.725 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:37699]
14:13:54.725 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:37699) in binary transport mode
14:13:54.725 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:37699) current connections: 1
14:13:54.727 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskwESYcI/test-tmp
14:13:54.727 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
14:13:54.727 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskwESYcI/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
14:13:54.729 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:37699"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

14:13:54.866 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:13:54.866 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

14:13:54.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:54.867684  9529 mini_oidc.cc:150] Starting JWKS server
14:13:54.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:54.869175  9529 webserver.cc:533] Webserver started at http://127.0.0.1:37805/ using document root <none> and password file <none>
14:13:54.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:54.869313  9529 mini_oidc.cc:186] Starting OIDC Discovery server
14:13:54.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:54.869513  9529 webserver.cc:533] Webserver started at http://127.0.0.1:35727/ using document root <none> and password file <none>
14:13:54.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:13:54Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
14:13:54.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:13:54Z Disabled control of system clock
14:13:54.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:54.890926  9529 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:13:54.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:13:54.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-0/wal
14:13:54.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-0/data
14:13:54.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:13:54.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:13:54.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:13:54.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:13:54.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:13:54.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:13:54.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-0/logs
14:13:54.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-0/data/info.pb
14:13:54.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:13:54.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:13:54.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:13:54.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:13:54.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:13:54.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:13:54.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:13:54.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:13:54.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:13:54.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:13:54.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:13:54.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:13:54.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.78.126:40817
14:13:54.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.78.126
14:13:54.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:13:54.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.78.84:43385
14:13:54.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:13:54.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:13:54.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:13:54.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:13:54.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.78.126:40817,127.9.78.125:33281,127.9.78.124:36709
14:13:54.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:13:54.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37805/jwks.json
14:13:54.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37699 with env {}
14:13:54.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:54.993116  9540 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:13:54.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:54.993355  9540 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:13:54.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:54.993399  9540 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:13:54.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:54.997587  9540 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:13:54.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:54.997666  9540 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:13:54.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:54.997695  9540 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:13:54.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:54.997718  9540 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:13:54.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:54.997745  9540 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:13:54.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:54.997781  9540 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37805/jwks.json
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.001852  9540 master_runner.cc:387] Master server non-default flags:
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.78.84:43385
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-0/data
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-0/wal
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37699
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.78.126:40817,127.9.78.125:33281,127.9.78.124:36709
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.78.126:40817
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37805/jwks.json
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-0/data/info.pb
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.78.126
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.9540
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-0/logs
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:25 UTC on bdcb31816ec0
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16861
14:13:55.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.002878  9540 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:13:55.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.003907  9540 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:13:55.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.009184  9545 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
14:13:55.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.009179  9546 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
14:13:55.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.009184  9548 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
14:13:55.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.009305  9540 server_base.cc:1061] running on GCE node
14:13:55.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.010283  9540 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:13:55.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.011269  9540 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:13:55.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.012449  9540 hybrid_clock.cc:648] HybridClock initialized: now 1783520035012425 us; error 35 us; skew 500 ppm
14:13:55.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.015261  9540 webserver.cc:533] Webserver started at http://127.9.78.126:33517/ using document root <none> and password file <none>
14:13:55.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.015857  9540 fs_manager.cc:362] Metadata directory not provided
14:13:55.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.015918  9540 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:13:55.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.016155  9540 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:13:55.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.017659  9540 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-0/data/instance:
14:13:55.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b4a9b29263a6432db4c3130b808d86b8"
14:13:55.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:55 on dist-test-slave-hxsj"
14:13:55.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.018195  9540 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-0/wal/instance:
14:13:55.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b4a9b29263a6432db4c3130b808d86b8"
14:13:55.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:55 on dist-test-slave-hxsj"
14:13:55.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.021605  9540 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.000s
14:13:55.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.023747  9554 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:13:55.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.024776  9540 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
14:13:55.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.024894  9540 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-0/data,/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-0/wal
14:13:55.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b4a9b29263a6432db4c3130b808d86b8"
14:13:55.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:55 on dist-test-slave-hxsj"
14:13:55.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.025059  9540 fs_report.cc:389] FS layout report
14:13:55.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:13:55.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-0/wal
14:13:55.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-0/wal
14:13:55.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-0/data/data
14:13:55.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:13:55.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:13:55.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:13:55.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:13:55.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:13:55.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:13:55.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:13:55.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:13:55.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:13:55.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:13:55.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:13:55.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.037330  9540 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:13:55.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.038121  9540 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
14:13:55.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.038338  9540 kserver.cc:163] Server-wide thread pool size limit: 3276
14:13:55.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.046000  9606 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.78.126:40817 every 8 connection(s)
14:13:55.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.046007  9540 rpc_server.cc:307] RPC server started. Bound to: 127.9.78.126:40817
14:13:55.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.047273  9540 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-0/data/info.pb
14:13:55.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.050351  9607 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:13:55.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.053907  9607 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.78.126" port: 40817 } has no permanent_uuid. Determining permanent_uuid...
14:13:55.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.056677  9529 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskwESYcI/build/debug/bin/kudu as pid 9540
14:13:55.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.056833  9529 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-0/wal/instance
14:13:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.058257  9529 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:13:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:13:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-1/wal
14:13:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-1/data
14:13:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:13:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:13:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:13:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:13:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:13:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:13:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-1/logs
14:13:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-1/data/info.pb
14:13:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:13:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:13:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:13:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:13:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:13:55.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:13:55.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:13:55.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:13:55.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:13:55.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:13:55.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:13:55.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:13:55.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.78.125:33281
14:13:55.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.78.125
14:13:55.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:13:55.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.78.84:43385
14:13:55.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:13:55.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:13:55.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:13:55.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:13:55.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.78.126:40817,127.9.78.125:33281,127.9.78.124:36709
14:13:55.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:13:55.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37805/jwks.json
14:13:55.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37699 with env {}
14:13:55.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.065559  9607 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.78.125" port: 33281 } has no permanent_uuid. Determining permanent_uuid...
14:13:55.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.066426  9556 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.9.78.125:33281: connect: Connection refused (error 111)
14:13:55.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.067449  9607 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.78.125:33281: Network error: Client connection negotiation failed: client connection to 127.9.78.125:33281: connect: Connection refused (error 111)
14:13:55.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.116695  9607 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.78.125" port: 33281 } attempt: 1
14:13:55.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.118268  9607 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.78.125:33281: Network error: Client connection negotiation failed: client connection to 127.9.78.125:33281: connect: Connection refused (error 111)
14:13:55.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.163303  9610 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:13:55.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.163527  9610 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:13:55.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.163573  9610 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:13:55.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.166953  9610 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:13:55.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.167018  9610 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:13:55.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.167038  9610 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:13:55.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.167054  9610 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:13:55.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.167070  9610 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:13:55.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.167083  9610 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37805/jwks.json
14:13:55.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.170969  9610 master_runner.cc:387] Master server non-default flags:
14:13:55.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:13:55.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.78.84:43385
14:13:55.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:13:55.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:13:55.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-1/data
14:13:55.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-1/wal
14:13:55.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37699
14:13:55.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:13:55.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.78.126:40817,127.9.78.125:33281,127.9.78.124:36709
14:13:55.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:13:55.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:13:55.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:13:55.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.78.125:33281
14:13:55.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:13:55.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:13:55.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:13:55.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37805/jwks.json
14:13:55.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:13:55.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:13:55.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-1/data/info.pb
14:13:55.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.78.125
14:13:55.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:13:55.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:13:55.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.9610
14:13:55.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:13:55.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:13:55.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:13:55.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:13:55.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-1/logs
14:13:55.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:13:55.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:13:55.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:13:55.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:13:55.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:13:55.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:13:55.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:13:55.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:25 UTC on bdcb31816ec0
14:13:55.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16861
14:13:55.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.172065  9610 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:13:55.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.173105  9610 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:13:55.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.178566  9619 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
14:13:55.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.178582  9617 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
14:13:55.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.178721  9616 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
14:13:55.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.178608  9610 server_base.cc:1061] running on GCE node
14:13:55.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.179232  9610 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:13:55.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.180104  9610 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:13:55.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.181263  9610 hybrid_clock.cc:648] HybridClock initialized: now 1783520035181258 us; error 33 us; skew 500 ppm
14:13:55.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.183162  9610 webserver.cc:533] Webserver started at http://127.9.78.125:45371/ using document root <none> and password file <none>
14:13:55.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.183691  9610 fs_manager.cc:362] Metadata directory not provided
14:13:55.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.183745  9610 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:13:55.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.183893  9610 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:13:55.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.185377  9610 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-1/data/instance:
14:13:55.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7f01321c850a470dbba0204f9a21267b"
14:13:55.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:55 on dist-test-slave-hxsj"
14:13:55.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.185818  9610 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-1/wal/instance:
14:13:55.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7f01321c850a470dbba0204f9a21267b"
14:13:55.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:55 on dist-test-slave-hxsj"
14:13:55.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.186441  9607 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.78.125" port: 33281 } attempt: 2
14:13:55.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.187667  9607 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.78.125:33281: Network error: Client connection negotiation failed: client connection to 127.9.78.125:33281: connect: Connection refused (error 111)
14:13:55.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.189050  9610 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.001s	sys 0.001s
14:13:55.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.191222  9625 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:13:55.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.192239  9610 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
14:13:55.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.192356  9610 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-1/data,/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-1/wal
14:13:55.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7f01321c850a470dbba0204f9a21267b"
14:13:55.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:55 on dist-test-slave-hxsj"
14:13:55.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.192452  9610 fs_report.cc:389] FS layout report
14:13:55.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:13:55.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-1/wal
14:13:55.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-1/wal
14:13:55.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-1/data/data
14:13:55.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:13:55.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:13:55.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:13:55.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:13:55.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:13:55.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:13:55.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:13:55.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:13:55.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:13:55.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:13:55.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:13:55.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.214075  9610 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:13:55.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.214818  9610 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
14:13:55.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.214993  9610 kserver.cc:163] Server-wide thread pool size limit: 3276
14:13:55.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.221791  9610 rpc_server.cc:307] RPC server started. Bound to: 127.9.78.125:33281
14:13:55.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.221803  9677 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.78.125:33281 every 8 connection(s)
14:13:55.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.222842  9610 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-1/data/info.pb
14:13:55.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.223978  9529 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskwESYcI/build/debug/bin/kudu as pid 9610
14:13:55.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.224059  9529 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-1/wal/instance
14:13:55.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.224761  9529 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:13:55.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:13:55.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-2/wal
14:13:55.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-2/data
14:13:55.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:13:55.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:13:55.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:13:55.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:13:55.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:13:55.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:13:55.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-2/logs
14:13:55.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-2/data/info.pb
14:13:55.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:13:55.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:13:55.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:13:55.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:13:55.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:13:55.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:13:55.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:13:55.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:13:55.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:13:55.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:13:55.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:13:55.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:13:55.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.78.124:36709
14:13:55.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.78.124
14:13:55.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:13:55.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.78.84:43385
14:13:55.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:13:55.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:13:55.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:13:55.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:13:55.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.78.126:40817,127.9.78.125:33281,127.9.78.124:36709
14:13:55.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:13:55.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37805/jwks.json
14:13:55.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37699 with env {}
14:13:55.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.226920  9678 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:13:55.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.229892  9678 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.78.126" port: 40817 } has no permanent_uuid. Determining permanent_uuid...
14:13:55.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.238699  9678 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.78.125" port: 33281 } has no permanent_uuid. Determining permanent_uuid...
14:13:55.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.244295  9678 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.78.124" port: 36709 } has no permanent_uuid. Determining permanent_uuid...
14:13:55.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.245052  9626 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.9.78.124:36709: connect: Connection refused (error 111)
14:13:55.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.245905  9678 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.78.124:36709: Network error: Client connection negotiation failed: client connection to 127.9.78.124:36709: connect: Connection refused (error 111)
14:13:55.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.278856  9607 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.78.125" port: 33281 } attempt: 3
14:13:55.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.283592  9607 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.78.124" port: 36709 } has no permanent_uuid. Determining permanent_uuid...
14:13:55.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.284935  9607 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.78.124:36709: Network error: Client connection negotiation failed: client connection to 127.9.78.124:36709: connect: Connection refused (error 111)
14:13:55.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.295112  9678 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.78.124" port: 36709 } attempt: 1
14:13:55.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.296687  9678 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.78.124:36709: Network error: Client connection negotiation failed: client connection to 127.9.78.124:36709: connect: Connection refused (error 111)
14:13:55.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.316103  9607 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.78.124" port: 36709 } attempt: 1
14:13:55.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.317440  9607 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.78.124:36709: Network error: Client connection negotiation failed: client connection to 127.9.78.124:36709: connect: Connection refused (error 111)
14:13:55.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.337288  9679 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:13:55.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.337528  9679 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:13:55.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.337574  9679 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:13:55.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.341653  9679 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:13:55.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.341737  9679 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:13:55.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.341758  9679 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:13:55.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.341806  9679 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:13:55.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.341832  9679 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:13:55.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.341853  9679 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37805/jwks.json
14:13:55.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.346275  9679 master_runner.cc:387] Master server non-default flags:
14:13:55.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.78.84:43385
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-2/data
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-2/wal
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37699
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.78.126:40817,127.9.78.125:33281,127.9.78.124:36709
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.78.124:36709
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37805/jwks.json
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-2/data/info.pb
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.78.124
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.9679
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-2/logs
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:25 UTC on bdcb31816ec0
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16861
14:13:55.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.347340  9679 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:13:55.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.348407  9679 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:13:55.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.353799  9688 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
14:13:55.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.353885  9690 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
14:13:55.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.354025  9687 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
14:13:55.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.354099  9679 server_base.cc:1061] running on GCE node
14:13:55.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.354843  9679 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:13:55.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.355791  9679 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:13:55.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.356948  9679 hybrid_clock.cc:648] HybridClock initialized: now 1783520035356935 us; error 35 us; skew 500 ppm
14:13:55.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.358819  9679 webserver.cc:533] Webserver started at http://127.9.78.124:46733/ using document root <none> and password file <none>
14:13:55.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.359354  9679 fs_manager.cc:362] Metadata directory not provided
14:13:55.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.359402  9679 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:13:55.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.359555  9679 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:13:55.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.361058  9679 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-2/data/instance:
14:13:55.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "06f7445284134fecb027d4056befb588"
14:13:55.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:55 on dist-test-slave-hxsj"
14:13:55.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.361505  9679 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-2/wal/instance:
14:13:55.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "06f7445284134fecb027d4056befb588"
14:13:55.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:55 on dist-test-slave-hxsj"
14:13:55.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.364789  9679 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
14:13:55.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.364920  9678 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.78.124" port: 36709 } attempt: 2
14:13:55.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.366279  9678 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.78.124:36709: Network error: Client connection negotiation failed: client connection to 127.9.78.124:36709: connect: Connection refused (error 111)
14:13:55.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.367166  9696 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:13:55.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.368204  9679 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
14:13:55.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.368309  9679 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-2/data,/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-2/wal
14:13:55.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "06f7445284134fecb027d4056befb588"
14:13:55.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:55 on dist-test-slave-hxsj"
14:13:55.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.368384  9679 fs_report.cc:389] FS layout report
14:13:55.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:13:55.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-2/wal
14:13:55.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-2/wal
14:13:55.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-2/data/data
14:13:55.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:13:55.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:13:55.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:13:55.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:13:55.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:13:55.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:13:55.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:13:55.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:13:55.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:13:55.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:13:55.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:13:55.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.392632  9607 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.78.124" port: 36709 } attempt: 2
14:13:55.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.394079  9607 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.78.124:36709: Network error: Client connection negotiation failed: client connection to 127.9.78.124:36709: connect: Connection refused (error 111)
14:13:55.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.395358  9679 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:13:55.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.395936  9679 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
14:13:55.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.396073  9679 kserver.cc:163] Server-wide thread pool size limit: 3276
14:13:55.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.402822  9748 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.78.124:36709 every 8 connection(s)
14:13:55.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.402824  9679 rpc_server.cc:307] RPC server started. Bound to: 127.9.78.124:36709
14:13:55.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.403796  9679 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-2/data/info.pb
14:13:55.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.406582  9749 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:13:55.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.409411  9749 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.78.126" port: 40817 } has no permanent_uuid. Determining permanent_uuid...
14:13:55.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.411567  9529 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskwESYcI/build/debug/bin/kudu as pid 9679
14:13:55.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.411659  9529 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster12421932502941249433/master-2/wal/instance
14:13:55.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.417929  9749 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.78.125" port: 33281 } has no permanent_uuid. Determining permanent_uuid...
14:13:55.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.422259  9749 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.78.124" port: 36709 } has no permanent_uuid. Determining permanent_uuid...
14:13:55.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.428483  9749 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 06f7445284134fecb027d4056befb588: Bootstrap starting.
14:13:55.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.431308  9749 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 06f7445284134fecb027d4056befb588: Neither blocks nor log segments found. Creating new log.
14:13:55.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.432348  9749 log.cc:826] T 00000000000000000000000000000000 P 06f7445284134fecb027d4056befb588: Log is configured to *not* fsync() on all Append() calls
14:13:55.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.434490  9749 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 06f7445284134fecb027d4056befb588: No bootstrap required, opened a new log
14:13:55.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.436435  9529 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
14:13:55.437 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:13:55.437 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

14:13:55.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.437355  9749 raft_consensus.cc:359] T 00000000000000000000000000000000 P 06f7445284134fecb027d4056befb588 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b4a9b29263a6432db4c3130b808d86b8" member_type: VOTER last_known_addr { host: "127.9.78.126" port: 40817 } } peers { permanent_uuid: "7f01321c850a470dbba0204f9a21267b" member_type: VOTER last_known_addr { host: "127.9.78.125" port: 33281 } } peers { permanent_uuid: "06f7445284134fecb027d4056befb588" member_type: VOTER last_known_addr { host: "127.9.78.124" port: 36709 } }
14:13:55.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.437572  9749 raft_consensus.cc:385] T 00000000000000000000000000000000 P 06f7445284134fecb027d4056befb588 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:13:55.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.437626  9749 raft_consensus.cc:740] T 00000000000000000000000000000000 P 06f7445284134fecb027d4056befb588 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 06f7445284134fecb027d4056befb588, State: Initialized, Role: FOLLOWER
14:13:55.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.438125  9749 consensus_queue.cc:260] T 00000000000000000000000000000000 P 06f7445284134fecb027d4056befb588 [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: "b4a9b29263a6432db4c3130b808d86b8" member_type: VOTER last_known_addr { host: "127.9.78.126" port: 40817 } } peers { permanent_uuid: "7f01321c850a470dbba0204f9a21267b" member_type: VOTER last_known_addr { host: "127.9.78.125" port: 33281 } } peers { permanent_uuid: "06f7445284134fecb027d4056befb588" member_type: VOTER last_known_addr { host: "127.9.78.124" port: 36709 } }
14:13:55.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.438922  9754 sys_catalog.cc:455] T 00000000000000000000000000000000 P 06f7445284134fecb027d4056befb588 [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: "b4a9b29263a6432db4c3130b808d86b8" member_type: VOTER last_known_addr { host: "127.9.78.126" port: 40817 } } peers { permanent_uuid: "7f01321c850a470dbba0204f9a21267b" member_type: VOTER last_known_addr { host: "127.9.78.125" port: 33281 } } peers { permanent_uuid: "06f7445284134fecb027d4056befb588" member_type: VOTER last_known_addr { host: "127.9.78.124" port: 36709 } } }
14:13:55.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.439052  9754 sys_catalog.cc:458] T 00000000000000000000000000000000 P 06f7445284134fecb027d4056befb588 [sys.catalog]: This master's current role is: FOLLOWER
14:13:55.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.439332  9749 sys_catalog.cc:565] T 00000000000000000000000000000000 P 06f7445284134fecb027d4056befb588 [sys.catalog]: configured and running, proceeding with master startup.
14:13:55.438 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.9.78.126"
      port: 40817
    }
    bound_http_address {
      host: "127.9.78.126"
      port: 33517
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.9.78.125"
      port: 33281
    }
    bound_http_address {
      host: "127.9.78.125"
      port: 45371
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.9.78.124"
      port: 36709
    }
    bound_http_address {
      host: "127.9.78.124"
      port: 46733
    }
  }
}

14:13:55.440 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

14:13:55.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.444620  9768 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 06f7445284134fecb027d4056befb588: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:13:55.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.444702  9768 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:13:55.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.443282  9679 master_runner.cc:187] Error getting master registration for 127.9.78.126:40817: OK, instance_id { permanent_uuid: "b4a9b29263a6432db4c3130b808d86b8" instance_seqno: 1783520035043839 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:13:55.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.445454  9679 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:13:55.446 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:13:55.447 [INFO - Metastore-Handler-Pool: Thread-124] (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)	
14:13:55.447 [INFO - Metastore-Handler-Pool: Thread-126] (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=	
14:13:55.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.448629  9765 client.h:372] Failed to connect to Hive Metastore (localhost:37699): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:13:55.449 [INFO - Metastore-Handler-Pool: Thread-124] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:13:55.449 [INFO - Metastore-Handler-Pool: Thread-124] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:13:55.449 [INFO - Metastore-Handler-Pool: Thread-124] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1e37bdbf, with PersistenceManager: null will be shutdown
14:13:55.450 [INFO - Metastore-Handler-Pool: Thread-124] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1e37bdbf, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@25dfd68f created in the thread with id: 124
14:13:55.455 [INFO - Metastore-Handler-Pool: Thread-124] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1e37bdbf
14:13:55.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.457465  9678 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.78.124" port: 36709 } attempt: 3
14:13:55.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.465091  9678 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7f01321c850a470dbba0204f9a21267b: Bootstrap starting.
14:13:55.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.468174  9678 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7f01321c850a470dbba0204f9a21267b: Neither blocks nor log segments found. Creating new log.
14:13:55.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.469290  9678 log.cc:826] T 00000000000000000000000000000000 P 7f01321c850a470dbba0204f9a21267b: Log is configured to *not* fsync() on all Append() calls
14:13:55.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.490077  9678 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7f01321c850a470dbba0204f9a21267b: No bootstrap required, opened a new log
14:13:55.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.493252  9607 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.78.124" port: 36709 } attempt: 3
14:13:55.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.494597  9678 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7f01321c850a470dbba0204f9a21267b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b4a9b29263a6432db4c3130b808d86b8" member_type: VOTER last_known_addr { host: "127.9.78.126" port: 40817 } } peers { permanent_uuid: "7f01321c850a470dbba0204f9a21267b" member_type: VOTER last_known_addr { host: "127.9.78.125" port: 33281 } } peers { permanent_uuid: "06f7445284134fecb027d4056befb588" member_type: VOTER last_known_addr { host: "127.9.78.124" port: 36709 } }
14:13:55.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.495376  9678 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7f01321c850a470dbba0204f9a21267b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:13:55.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.495606  9678 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7f01321c850a470dbba0204f9a21267b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7f01321c850a470dbba0204f9a21267b, State: Initialized, Role: FOLLOWER
14:13:55.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.496985  9678 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7f01321c850a470dbba0204f9a21267b [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: "b4a9b29263a6432db4c3130b808d86b8" member_type: VOTER last_known_addr { host: "127.9.78.126" port: 40817 } } peers { permanent_uuid: "7f01321c850a470dbba0204f9a21267b" member_type: VOTER last_known_addr { host: "127.9.78.125" port: 33281 } } peers { permanent_uuid: "06f7445284134fecb027d4056befb588" member_type: VOTER last_known_addr { host: "127.9.78.124" port: 36709 } }
14:13:55.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.501160  9607 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8: Bootstrap starting.
14:13:55.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.502357  9678 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7f01321c850a470dbba0204f9a21267b [sys.catalog]: configured and running, proceeding with master startup.
14:13:55.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.503854  9607 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8: Neither blocks nor log segments found. Creating new log.
14:13:55.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.504761  9607 log.cc:826] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8: Log is configured to *not* fsync() on all Append() calls
14:13:55.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.508616  9772 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7f01321c850a470dbba0204f9a21267b [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: "b4a9b29263a6432db4c3130b808d86b8" member_type: VOTER last_known_addr { host: "127.9.78.126" port: 40817 } } peers { permanent_uuid: "7f01321c850a470dbba0204f9a21267b" member_type: VOTER last_known_addr { host: "127.9.78.125" port: 33281 } } peers { permanent_uuid: "06f7445284134fecb027d4056befb588" member_type: VOTER last_known_addr { host: "127.9.78.124" port: 36709 } } }
14:13:55.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.506778  9610 master_runner.cc:187] Error getting master registration for 127.9.78.126:40817: OK, instance_id { permanent_uuid: "b4a9b29263a6432db4c3130b808d86b8" instance_seqno: 1783520035043839 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:13:55.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.508985  9772 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7f01321c850a470dbba0204f9a21267b [sys.catalog]: This master's current role is: FOLLOWER
14:13:55.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.509078  9610 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:13:55.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.512916  9786 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 7f01321c850a470dbba0204f9a21267b: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:13:55.515 [INFO - Metastore-Handler-Pool: Thread-127] (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=	
14:13:55.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.515142  9607 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8: No bootstrap required, opened a new log
14:13:55.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.515425  9786 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:13:55.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.519240  9783 client.h:372] Failed to connect to Hive Metastore (localhost:37699): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:13:55.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.519323  9607 raft_consensus.cc:359] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b4a9b29263a6432db4c3130b808d86b8" member_type: VOTER last_known_addr { host: "127.9.78.126" port: 40817 } } peers { permanent_uuid: "7f01321c850a470dbba0204f9a21267b" member_type: VOTER last_known_addr { host: "127.9.78.125" port: 33281 } } peers { permanent_uuid: "06f7445284134fecb027d4056befb588" member_type: VOTER last_known_addr { host: "127.9.78.124" port: 36709 } }
14:13:55.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.519506  9607 raft_consensus.cc:385] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:13:55.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.519560  9607 raft_consensus.cc:740] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b4a9b29263a6432db4c3130b808d86b8, State: Initialized, Role: FOLLOWER
14:13:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.525969  9607 consensus_queue.cc:260] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8 [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: "b4a9b29263a6432db4c3130b808d86b8" member_type: VOTER last_known_addr { host: "127.9.78.126" port: 40817 } } peers { permanent_uuid: "7f01321c850a470dbba0204f9a21267b" member_type: VOTER last_known_addr { host: "127.9.78.125" port: 33281 } } peers { permanent_uuid: "06f7445284134fecb027d4056befb588" member_type: VOTER last_known_addr { host: "127.9.78.124" port: 36709 } }
14:13:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.527413  9607 sys_catalog.cc:565] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8 [sys.catalog]: configured and running, proceeding with master startup.
14:13:55.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.540841  9560 tablet.cc:2406] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8: Can't schedule compaction. Clean time has not been advanced past its initial value.
14:13:55.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.550333  9540 master_runner.cc:264] No leader master found from master b4a9b29263a6432db4c3130b808d86b8
14:13:55.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.550414  9540 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:13:55.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.554317  9804 catalog_manager.cc:1594] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:13:55.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.554630  9804 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:13:55.558 [INFO - Metastore-Handler-Pool: Thread-128] (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=	
14:13:55.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:55.559720  9801 client.h:372] Failed to connect to Hive Metastore (localhost:37699): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:13:55.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.561985  9790 sys_catalog.cc:455] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8 [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: "b4a9b29263a6432db4c3130b808d86b8" member_type: VOTER last_known_addr { host: "127.9.78.126" port: 40817 } } peers { permanent_uuid: "7f01321c850a470dbba0204f9a21267b" member_type: VOTER last_known_addr { host: "127.9.78.125" port: 33281 } } peers { permanent_uuid: "06f7445284134fecb027d4056befb588" member_type: VOTER last_known_addr { host: "127.9.78.124" port: 36709 } } }
14:13:55.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.562141  9790 sys_catalog.cc:458] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8 [sys.catalog]: This master's current role is: FOLLOWER
14:13:55.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.576458  9790 raft_consensus.cc:493] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
14:13:55.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.576651  9790 raft_consensus.cc:515] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b4a9b29263a6432db4c3130b808d86b8" member_type: VOTER last_known_addr { host: "127.9.78.126" port: 40817 } } peers { permanent_uuid: "7f01321c850a470dbba0204f9a21267b" member_type: VOTER last_known_addr { host: "127.9.78.125" port: 33281 } } peers { permanent_uuid: "06f7445284134fecb027d4056befb588" member_type: VOTER last_known_addr { host: "127.9.78.124" port: 36709 } }
14:13:55.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.577833  9790 leader_election.cc:290] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7f01321c850a470dbba0204f9a21267b (127.9.78.125:33281), 06f7445284134fecb027d4056befb588 (127.9.78.124:36709)
14:13:55.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.579510  9652 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b4a9b29263a6432db4c3130b808d86b8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7f01321c850a470dbba0204f9a21267b" is_pre_election: true
14:13:55.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.579818  9652 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 7f01321c850a470dbba0204f9a21267b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b4a9b29263a6432db4c3130b808d86b8 in term 0.
14:13:55.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.580265  9723 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b4a9b29263a6432db4c3130b808d86b8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06f7445284134fecb027d4056befb588" is_pre_election: true
14:13:55.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.580499  9723 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 06f7445284134fecb027d4056befb588 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b4a9b29263a6432db4c3130b808d86b8 in term 0.
14:13:55.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.580940  9555 leader_election.cc:304] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8 [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: 06f7445284134fecb027d4056befb588, b4a9b29263a6432db4c3130b808d86b8; no voters: 
14:13:55.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.582121  9790 raft_consensus.cc:2804] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8 [term 0 FOLLOWER]: Leader pre-election won for term 1
14:13:55.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.582198  9790 raft_consensus.cc:493] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
14:13:55.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.582239  9790 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8 [term 0 FOLLOWER]: Advancing to term 1
14:13:55.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.583400  9790 raft_consensus.cc:515] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b4a9b29263a6432db4c3130b808d86b8" member_type: VOTER last_known_addr { host: "127.9.78.126" port: 40817 } } peers { permanent_uuid: "7f01321c850a470dbba0204f9a21267b" member_type: VOTER last_known_addr { host: "127.9.78.125" port: 33281 } } peers { permanent_uuid: "06f7445284134fecb027d4056befb588" member_type: VOTER last_known_addr { host: "127.9.78.124" port: 36709 } }
14:13:55.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.583796  9790 leader_election.cc:290] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8 [CANDIDATE]: Term 1 election: Requested vote from peers 7f01321c850a470dbba0204f9a21267b (127.9.78.125:33281), 06f7445284134fecb027d4056befb588 (127.9.78.124:36709)
14:13:55.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.584503  9723 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b4a9b29263a6432db4c3130b808d86b8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06f7445284134fecb027d4056befb588"
14:13:55.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.584623  9723 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 06f7445284134fecb027d4056befb588 [term 0 FOLLOWER]: Advancing to term 1
14:13:55.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.585799  9723 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 06f7445284134fecb027d4056befb588 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b4a9b29263a6432db4c3130b808d86b8 in term 1.
14:13:55.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.586158  9555 leader_election.cc:304] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8 [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: 06f7445284134fecb027d4056befb588, b4a9b29263a6432db4c3130b808d86b8; no voters: 
14:13:55.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.586385  9652 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b4a9b29263a6432db4c3130b808d86b8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7f01321c850a470dbba0204f9a21267b"
14:13:55.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.586504  9652 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7f01321c850a470dbba0204f9a21267b [term 0 FOLLOWER]: Advancing to term 1
14:13:55.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.587536  9652 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 7f01321c850a470dbba0204f9a21267b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b4a9b29263a6432db4c3130b808d86b8 in term 1.
14:13:55.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.588644  9790 raft_consensus.cc:2804] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8 [term 1 FOLLOWER]: Leader election won for term 1
14:13:55.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.589136  9790 raft_consensus.cc:697] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8 [term 1 LEADER]: Becoming Leader. State: Replica: b4a9b29263a6432db4c3130b808d86b8, State: Running, Role: LEADER
14:13:55.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.589484  9790 consensus_queue.cc:237] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8 [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: "b4a9b29263a6432db4c3130b808d86b8" member_type: VOTER last_known_addr { host: "127.9.78.126" port: 40817 } } peers { permanent_uuid: "7f01321c850a470dbba0204f9a21267b" member_type: VOTER last_known_addr { host: "127.9.78.125" port: 33281 } } peers { permanent_uuid: "06f7445284134fecb027d4056befb588" member_type: VOTER last_known_addr { host: "127.9.78.124" port: 36709 } }
14:13:55.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.591666  9790 sys_catalog.cc:455] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8 [sys.catalog]: SysCatalogTable state changed. Reason: New leader b4a9b29263a6432db4c3130b808d86b8. Latest consensus state: current_term: 1 leader_uuid: "b4a9b29263a6432db4c3130b808d86b8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b4a9b29263a6432db4c3130b808d86b8" member_type: VOTER last_known_addr { host: "127.9.78.126" port: 40817 } } peers { permanent_uuid: "7f01321c850a470dbba0204f9a21267b" member_type: VOTER last_known_addr { host: "127.9.78.125" port: 33281 } } peers { permanent_uuid: "06f7445284134fecb027d4056befb588" member_type: VOTER last_known_addr { host: "127.9.78.124" port: 36709 } } }
14:13:55.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.591957  9790 sys_catalog.cc:458] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8 [sys.catalog]: This master's current role is: LEADER
14:13:55.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.598033  9809 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
14:13:55.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.605010  9809 catalog_manager.cc:1520] Initializing Kudu cluster ID...
14:13:55.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.623214  9723 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 06f7445284134fecb027d4056befb588 [term 1 FOLLOWER]: Refusing update from remote peer b4a9b29263a6432db4c3130b808d86b8: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:13:55.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.624254  9807 consensus_queue.cc:1048] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "06f7445284134fecb027d4056befb588" member_type: VOTER last_known_addr { host: "127.9.78.124" port: 36709 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:13:55.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.628942  9754 sys_catalog.cc:455] T 00000000000000000000000000000000 P 06f7445284134fecb027d4056befb588 [sys.catalog]: SysCatalogTable state changed. Reason: New leader b4a9b29263a6432db4c3130b808d86b8. Latest consensus state: current_term: 1 leader_uuid: "b4a9b29263a6432db4c3130b808d86b8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b4a9b29263a6432db4c3130b808d86b8" member_type: VOTER last_known_addr { host: "127.9.78.126" port: 40817 } } peers { permanent_uuid: "7f01321c850a470dbba0204f9a21267b" member_type: VOTER last_known_addr { host: "127.9.78.125" port: 33281 } } peers { permanent_uuid: "06f7445284134fecb027d4056befb588" member_type: VOTER last_known_addr { host: "127.9.78.124" port: 36709 } } }
14:13:55.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.629093  9754 sys_catalog.cc:458] T 00000000000000000000000000000000 P 06f7445284134fecb027d4056befb588 [sys.catalog]: This master's current role is: FOLLOWER
14:13:55.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.630704  9652 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 7f01321c850a470dbba0204f9a21267b [term 1 FOLLOWER]: Refusing update from remote peer b4a9b29263a6432db4c3130b808d86b8: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:13:55.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.631551  9807 consensus_queue.cc:1048] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7f01321c850a470dbba0204f9a21267b" member_type: VOTER last_known_addr { host: "127.9.78.125" port: 33281 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:13:55.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.634073  9807 sys_catalog.cc:455] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "b4a9b29263a6432db4c3130b808d86b8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b4a9b29263a6432db4c3130b808d86b8" member_type: VOTER last_known_addr { host: "127.9.78.126" port: 40817 } } peers { permanent_uuid: "7f01321c850a470dbba0204f9a21267b" member_type: VOTER last_known_addr { host: "127.9.78.125" port: 33281 } } peers { permanent_uuid: "06f7445284134fecb027d4056befb588" member_type: VOTER last_known_addr { host: "127.9.78.124" port: 36709 } } }
14:13:55.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.634213  9807 sys_catalog.cc:458] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8 [sys.catalog]: This master's current role is: LEADER
14:13:55.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.635440  9754 sys_catalog.cc:455] T 00000000000000000000000000000000 P 06f7445284134fecb027d4056befb588 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "b4a9b29263a6432db4c3130b808d86b8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b4a9b29263a6432db4c3130b808d86b8" member_type: VOTER last_known_addr { host: "127.9.78.126" port: 40817 } } peers { permanent_uuid: "7f01321c850a470dbba0204f9a21267b" member_type: VOTER last_known_addr { host: "127.9.78.125" port: 33281 } } peers { permanent_uuid: "06f7445284134fecb027d4056befb588" member_type: VOTER last_known_addr { host: "127.9.78.124" port: 36709 } } }
14:13:55.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.635555  9754 sys_catalog.cc:458] T 00000000000000000000000000000000 P 06f7445284134fecb027d4056befb588 [sys.catalog]: This master's current role is: FOLLOWER
14:13:55.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.635779  9772 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7f01321c850a470dbba0204f9a21267b [sys.catalog]: SysCatalogTable state changed. Reason: New leader b4a9b29263a6432db4c3130b808d86b8. Latest consensus state: current_term: 1 leader_uuid: "b4a9b29263a6432db4c3130b808d86b8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b4a9b29263a6432db4c3130b808d86b8" member_type: VOTER last_known_addr { host: "127.9.78.126" port: 40817 } } peers { permanent_uuid: "7f01321c850a470dbba0204f9a21267b" member_type: VOTER last_known_addr { host: "127.9.78.125" port: 33281 } } peers { permanent_uuid: "06f7445284134fecb027d4056befb588" member_type: VOTER last_known_addr { host: "127.9.78.124" port: 36709 } } }
14:13:55.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.635882  9772 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7f01321c850a470dbba0204f9a21267b [sys.catalog]: This master's current role is: FOLLOWER
14:13:55.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.636379  9810 mvcc.cc:204] Tried to move back new op lower bound from 7305298065880883200 to 7305298065779113984. Current Snapshot: MvccSnapshot[applied={T|T < 7305298065880883200}]
14:13:55.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.637850  9811 mvcc.cc:204] Tried to move back new op lower bound from 7305298065880883200 to 7305298065779113984. Current Snapshot: MvccSnapshot[applied={T|T < 7305298065880883200}]
14:13:55.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.644953  9809 catalog_manager.cc:1383] Generated new cluster ID: a517a339e452477eb82aa7a18c69c4bd
14:13:55.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.645040  9809 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
14:13:55.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.650971  9790 sys_catalog.cc:455] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "b4a9b29263a6432db4c3130b808d86b8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b4a9b29263a6432db4c3130b808d86b8" member_type: VOTER last_known_addr { host: "127.9.78.126" port: 40817 } } peers { permanent_uuid: "7f01321c850a470dbba0204f9a21267b" member_type: VOTER last_known_addr { host: "127.9.78.125" port: 33281 } } peers { permanent_uuid: "06f7445284134fecb027d4056befb588" member_type: VOTER last_known_addr { host: "127.9.78.124" port: 36709 } } }
14:13:55.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.651114  9790 sys_catalog.cc:458] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8 [sys.catalog]: This master's current role is: LEADER
14:13:55.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.652238  9772 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7f01321c850a470dbba0204f9a21267b [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "b4a9b29263a6432db4c3130b808d86b8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b4a9b29263a6432db4c3130b808d86b8" member_type: VOTER last_known_addr { host: "127.9.78.126" port: 40817 } } peers { permanent_uuid: "7f01321c850a470dbba0204f9a21267b" member_type: VOTER last_known_addr { host: "127.9.78.125" port: 33281 } } peers { permanent_uuid: "06f7445284134fecb027d4056befb588" member_type: VOTER last_known_addr { host: "127.9.78.124" port: 36709 } } }
14:13:55.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.652346  9772 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7f01321c850a470dbba0204f9a21267b [sys.catalog]: This master's current role is: FOLLOWER
14:13:55.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.661870  9814 mvcc.cc:204] Tried to move back new op lower bound from 7305298065880883200 to 7305298065779113984. Current Snapshot: MvccSnapshot[applied={T|T < 7305298065880883200 or (T in {7305298065880883200})}]
14:13:55.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.675092  9809 catalog_manager.cc:1406] Generated new certificate authority record
14:13:55.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.676549  9809 catalog_manager.cc:1540] Loading token signing keys...
14:13:55.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.734110  9809 catalog_manager.cc:6070] T 00000000000000000000000000000000 P b4a9b29263a6432db4c3130b808d86b8: Generated new TSK 0
14:13:55.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.735205  9809 catalog_manager.cc:1550] Initializing in-progress tserver states...
14:13:55.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.736023  9809 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
14:13:55.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:55.738344  9809 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
14:13:55.962 [WARN - Metastore-Handler-Pool: Thread-124] (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.
14:13:55.969 [WARN - Metastore-Handler-Pool: Thread-124] (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.
14:13:55.969 [WARN - Metastore-Handler-Pool: Thread-124] (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.
14:13:56.063 [INFO - Metastore-Handler-Pool: Thread-124] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
14:13:56.068 [INFO - Metastore-Handler-Pool: Thread-124] (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/hive9230291657860035811/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)
14:13:56.070 [INFO - Metastore-Handler-Pool: Thread-124] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive9230291657860035811/external-warehouse/legacy_table
14:13:56.168 [INFO - Metastore-Handler-Pool: Thread-124] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
14:13:56.203 [INFO - Metastore-Handler-Pool: Thread-124] (HMSHandler.java:3711) Skipping translation for processor with null
14:13:56.208 [INFO - Metastore-Handler-Pool: Thread-124] (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	
14:13:56.219 [INFO - Metastore-Handler-Pool: Thread-124] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
14:13:56.276 [INFO - Metastore-Handler-Pool: Thread-124] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
14:13:56.277 [INFO - Metastore-Handler-Pool: Thread-124] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
14:13:56.351 [INFO - Metastore-Handler-Pool: Thread-124] (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	
14:13:56.370 [INFO - Metastore-Handler-Pool: Thread-124] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
14:13:56.406 [INFO - Metastore-Handler-Pool: Thread-124] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
14:13:56.416 [INFO - Metastore-Handler-Pool: Thread-124] (HMSHandler.java:3711) Skipping translation for processor with null
14:13:56.417 [INFO - Metastore-Handler-Pool: Thread-124] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
14:13:56.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:56.446242  9768 catalog_manager.cc:1295] Loaded cluster ID: a517a339e452477eb82aa7a18c69c4bd
14:13:56.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:56.446344  9768 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 06f7445284134fecb027d4056befb588: loading cluster ID for follower catalog manager: success
14:13:56.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:56.448758  9768 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 06f7445284134fecb027d4056befb588: acquiring CA information for follower catalog manager: success
14:13:56.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:56.450201  9768 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 06f7445284134fecb027d4056befb588: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:13:56.450 [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=	
14:13:56.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:56.451256  9765 client.h:372] Failed to connect to Hive Metastore (localhost:37699): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:13:56.512 [WARN - Metastore-Handler-Pool: Thread-124] (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.
14:13:56.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:56.517239  9786 catalog_manager.cc:1295] Loaded cluster ID: a517a339e452477eb82aa7a18c69c4bd
14:13:56.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:56.517343  9786 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 7f01321c850a470dbba0204f9a21267b: loading cluster ID for follower catalog manager: success
14:13:56.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:56.519848  9786 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 7f01321c850a470dbba0204f9a21267b: acquiring CA information for follower catalog manager: success
14:13:56.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:56.521344  9786 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 7f01321c850a470dbba0204f9a21267b: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:13:56.521 [INFO - Metastore-Handler-Pool: Thread-132] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:13:56.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:56.522282  9783 client.h:372] Failed to connect to Hive Metastore (localhost:37699): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:13:56.562 [INFO - Metastore-Handler-Pool: Thread-133] (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=	
14:13:56.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:56.562678  9801 client.h:372] Failed to connect to Hive Metastore (localhost:37699): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:13:56.616 [WARN - Metastore-Handler-Pool: Thread-124] (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.
14:13:56.644 [WARN - Metastore-Handler-Pool: Thread-124] (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.
14:13:56.763 [INFO - Metastore-Handler-Pool: Thread-124] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
14:13:56.763 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
14:13:56.764 [INFO - Metastore-Handler-Pool: Thread-124] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
14:13:56.764 [INFO - Metastore-Handler-Pool: Thread-124] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1e37bdbf, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@25dfd68f will be shutdown
14:13:56.764 [INFO - Metastore-Handler-Pool: Thread-124] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
14:13:56.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:56.764279  9529 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskwESYcI/build/debug/bin/kudu with pid 9540
14:13:56.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:56.772639  9529 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskwESYcI/build/debug/bin/kudu with pid 9610
14:13:56.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:56.778210  9529 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskwESYcI/build/debug/bin/kudu with pid 9679
14:13:56.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:13:56Z chronyd exiting
.14:13:56.827 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:13:56.828 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:13:56.828 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:13:56.844 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive9864351640800359454
14:13:56.845 [INFO - Thread-91] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
14:13:56.845 [INFO - Thread-91] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
14:13:56.847 [INFO - Thread-91] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:13:56.847 [INFO - Thread-91] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:13:56.847 [INFO - Thread-91] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
14:13:56.848 [INFO - Thread-91] (HikariDataSource.java:350) objectstore - Shutdown initiated...
14:13:56.849 [INFO - Thread-91] (HikariDataSource.java:352) objectstore - Shutdown completed.
14:13:56.850 [INFO - Thread-91] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
14:13:56.850 [INFO - Thread-91] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
14:13:56.851 [INFO - Thread-91] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
14:13:56.852 [INFO - Thread-91] (HikariDataSource.java:80) objectstore - Starting...
14:13:56.919 [INFO - Thread-91] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:13:56.926 [INFO - Thread-91] (HikariDataSource.java:82) objectstore - Start completed.
14:13:56.926 [INFO - Thread-91] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
14:13:56.928 [INFO - Thread-91] (HikariDataSource.java:80) objectstore-secondary - Starting...
14:13:56.929 [INFO - Thread-91] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:13:56.930 [INFO - Thread-91] (HikariDataSource.java:82) objectstore-secondary - Start completed.
14:13:56.941 [INFO - Thread-91] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
14:13:56.942 [INFO - Thread-91] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
14:13:56.942 [INFO - Thread-91] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
14:13:56.978 [WARN - Thread-91] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:13:56.979 [WARN - Thread-91] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:13:56.979 [WARN - Thread-91] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:13:56.980 [WARN - Thread-91] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:13:56.980 [WARN - Thread-91] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:13:56.980 [WARN - Thread-91] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:13:57.173 [INFO - Thread-91] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
14:13:57.173 [INFO - Thread-91] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@533e3dd5, with PersistenceManager: null will be shutdown
14:13:57.174 [INFO - Thread-91] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@533e3dd5, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@9258bfa created in the thread with id: 134
14:13:57.175 [WARN - Thread-91] (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
14:13:57.176 [INFO - Thread-91] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@533e3dd5
14:13:57.263 [INFO - Thread-91] (HMSHandler.java:595) Started creating a default database with name: default
14:13:57.278 [INFO - Thread-91] (HMSHandler.java:605) Successfully created a default database with name: default
14:13:57.299 [INFO - Thread-91] (HMSHandler.java:668) Added admin role in metastore
14:13:57.301 [INFO - Thread-91] (HMSHandler.java:677) Added public role in metastore
14:13:57.330 [INFO - Thread-91] (HMSHandler.java:717) No user is added in admin role, since config is empty
14:13:57.330 [INFO - Thread-91] (HMSHandler.java:404) HMS server filtering is disabled by configuration
14:13:57.331 [INFO - Thread-91] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
14:13:57.331 [INFO - Thread-91] (HiveMetaStore.java:697) Direct SQL optimization = true
14:13:57.332 [WARN - Thread-91] (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)
14:13:57.332 [INFO - Thread-91] (HiveMetaStore.java:632) Started the new metaserver on port [33117]...
14:13:57.332 [INFO - Thread-91] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
14:13:57.332 [INFO - Thread-91] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
14:13:57.332 [INFO - Thread-91] (HiveMetaStore.java:635) TCP keepalive = true
14:13:57.332 [INFO - Thread-91] (HiveMetaStore.java:636) Enable SSL = false
14:13:57.847 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:13:57.847 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:13:57.848 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:13:57.849 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
14:13:57.849 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:33117]
14:13:57.849 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:33117) in binary transport mode
14:13:57.850 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:33117) current connections: 1
14:13:57.852 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskwESYcI/test-tmp
14:13:57.852 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
14:13:57.852 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskwESYcI/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
14:13:57.854 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:33117"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

14:13:57.962 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:13:57.963 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

14:13:57.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:57.964783  9848 mini_oidc.cc:150] Starting JWKS server
14:13:57.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:57.967195  9848 webserver.cc:533] Webserver started at http://127.0.0.1:39553/ using document root <none> and password file <none>
14:13:57.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:57.967375  9848 mini_oidc.cc:186] Starting OIDC Discovery server
14:13:57.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:57.967597  9848 webserver.cc:533] Webserver started at http://127.0.0.1:46599/ using document root <none> and password file <none>
14:13:57.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:13:57Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
14:13:57.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:13:57Z Disabled control of system clock
14:13:57.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:57.984416  9848 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:13:57.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:13:57.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-0/wal
14:13:57.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-0/data
14:13:57.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:13:57.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:13:57.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:13:57.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:13:57.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:13:57.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:13:57.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-0/logs
14:13:57.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-0/data/info.pb
14:13:57.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:13:57.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:13:57.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:13:57.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:13:57.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:13:57.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:13:57.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:13:57.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:13:57.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:13:57.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:13:57.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:13:57.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:13:57.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.158.62:33269
14:13:57.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.158.62
14:13:57.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:13:57.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.158.20:34463
14:13:57.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:13:57.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:13:57.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:13:57.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:13:57.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.158.62:33269,127.9.158.61:34759,127.9.158.60:44611
14:13:57.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:13:57.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39553/jwks.json
14:13:57.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33117 with env {}
14:13:58.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.089725  9859 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:13:58.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.089991  9859 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:13:58.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.090039  9859 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:13:58.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.093710  9859 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:13:58.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.093824  9859 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:13:58.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.093858  9859 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:13:58.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.093876  9859 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:13:58.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.093894  9859 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:13:58.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.093906  9859 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39553/jwks.json
14:13:58.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.098143  9859 master_runner.cc:387] Master server non-default flags:
14:13:58.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:13:58.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.158.20:34463
14:13:58.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:13:58.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:13:58.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-0/data
14:13:58.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-0/wal
14:13:58.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33117
14:13:58.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:13:58.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.158.62:33269,127.9.158.61:34759,127.9.158.60:44611
14:13:58.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:13:58.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:13:58.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:13:58.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.158.62:33269
14:13:58.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:13:58.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:13:58.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:13:58.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39553/jwks.json
14:13:58.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:13:58.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:13:58.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-0/data/info.pb
14:13:58.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.158.62
14:13:58.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:13:58.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:13:58.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.9859
14:13:58.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:13:58.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:13:58.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:13:58.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:13:58.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-0/logs
14:13:58.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:13:58.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:13:58.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:13:58.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:13:58.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:13:58.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:13:58.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:13:58.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:25 UTC on bdcb31816ec0
14:13:58.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16861
14:13:58.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.099318  9859 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:13:58.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.100713  9859 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:13:58.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.106297  9867 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
14:13:58.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.106309  9864 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
14:13:58.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.106385  9865 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
14:13:58.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.107327  9859 server_base.cc:1061] running on GCE node
14:13:58.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.107873  9859 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:13:58.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.108789  9859 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:13:58.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.110062  9859 hybrid_clock.cc:648] HybridClock initialized: now 1783520038110047 us; error 45 us; skew 500 ppm
14:13:58.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.112170  9859 webserver.cc:533] Webserver started at http://127.9.158.62:37965/ using document root <none> and password file <none>
14:13:58.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.112780  9859 fs_manager.cc:362] Metadata directory not provided
14:13:58.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.112843  9859 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:13:58.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.113080  9859 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:13:58.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.115516  9859 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-0/data/instance:
14:13:58.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "655e5c906a104b7c897b19fc0f72ca6d"
14:13:58.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:58 on dist-test-slave-hxsj"
14:13:58.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.116401  9859 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-0/wal/instance:
14:13:58.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "655e5c906a104b7c897b19fc0f72ca6d"
14:13:58.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:58 on dist-test-slave-hxsj"
14:13:58.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.120165  9859 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
14:13:58.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.122951  9873 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:13:58.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.124173  9859 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
14:13:58.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.124301  9859 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-0/data,/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-0/wal
14:13:58.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "655e5c906a104b7c897b19fc0f72ca6d"
14:13:58.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:58 on dist-test-slave-hxsj"
14:13:58.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.124419  9859 fs_report.cc:389] FS layout report
14:13:58.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:13:58.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-0/wal
14:13:58.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-0/wal
14:13:58.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-0/data/data
14:13:58.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:13:58.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:13:58.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:13:58.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:13:58.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:13:58.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:13:58.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:13:58.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:13:58.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:13:58.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:13:58.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:13:58.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.144902  9859 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:13:58.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.145666  9859 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
14:13:58.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.145896  9859 kserver.cc:163] Server-wide thread pool size limit: 3276
14:13:58.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.153143  9859 rpc_server.cc:307] RPC server started. Bound to: 127.9.158.62:33269
14:13:58.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.153178  9925 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.158.62:33269 every 8 connection(s)
14:13:58.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.154264  9859 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-0/data/info.pb
14:13:58.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.157117  9926 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:13:58.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.160348  9848 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskwESYcI/build/debug/bin/kudu as pid 9859
14:13:58.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.160167  9926 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.158.62" port: 33269 } has no permanent_uuid. Determining permanent_uuid...
14:13:58.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.160498  9848 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-0/wal/instance
14:13:58.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.163136  9848 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:13:58.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:13:58.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-1/wal
14:13:58.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-1/data
14:13:58.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:13:58.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:13:58.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:13:58.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:13:58.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:13:58.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:13:58.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-1/logs
14:13:58.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-1/data/info.pb
14:13:58.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:13:58.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:13:58.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:13:58.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:13:58.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:13:58.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:13:58.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:13:58.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:13:58.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:13:58.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:13:58.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:13:58.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:13:58.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.158.61:34759
14:13:58.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.158.61
14:13:58.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:13:58.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.158.20:34463
14:13:58.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:13:58.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:13:58.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:13:58.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:13:58.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.158.62:33269,127.9.158.61:34759,127.9.158.60:44611
14:13:58.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:13:58.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39553/jwks.json
14:13:58.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33117 with env {}
14:13:58.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.171036  9926 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.158.61" port: 34759 } has no permanent_uuid. Determining permanent_uuid...
14:13:58.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.171826  9874 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.9.158.61:34759: connect: Connection refused (error 111)
14:13:58.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.172628  9926 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.158.61:34759: Network error: Client connection negotiation failed: client connection to 127.9.158.61:34759: connect: Connection refused (error 111)
14:13:58.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.221849  9926 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.158.61" port: 34759 } attempt: 1
14:13:58.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.223318  9926 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.158.61:34759: Network error: Client connection negotiation failed: client connection to 127.9.158.61:34759: connect: Connection refused (error 111)
14:13:58.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.264438  9929 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:13:58.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.264678  9929 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:13:58.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.264740  9929 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:13:58.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.268185  9929 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:13:58.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.268250  9929 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:13:58.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.268277  9929 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:13:58.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.268301  9929 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:13:58.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.268324  9929 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:13:58.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.268343  9929 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39553/jwks.json
14:13:58.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.272359  9929 master_runner.cc:387] Master server non-default flags:
14:13:58.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:13:58.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.158.20:34463
14:13:58.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:13:58.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:13:58.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-1/data
14:13:58.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-1/wal
14:13:58.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33117
14:13:58.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:13:58.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.158.62:33269,127.9.158.61:34759,127.9.158.60:44611
14:13:58.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:13:58.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:13:58.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:13:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.158.61:34759
14:13:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:13:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:13:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:13:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39553/jwks.json
14:13:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:13:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:13:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-1/data/info.pb
14:13:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.158.61
14:13:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:13:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:13:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.9929
14:13:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:13:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:13:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:13:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:13:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-1/logs
14:13:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:13:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:13:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:13:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:13:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:13:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:13:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:13:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:25 UTC on bdcb31816ec0
14:13:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16861
14:13:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.273823  9929 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:13:58.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.274905  9929 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:13:58.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.280221  9935 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
14:13:58.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.280229  9936 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
14:13:58.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.280282  9929 server_base.cc:1061] running on GCE node
14:13:58.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.280220  9938 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
14:13:58.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.280908  9929 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:13:58.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.281821  9929 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:13:58.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.282982  9929 hybrid_clock.cc:648] HybridClock initialized: now 1783520038282951 us; error 54 us; skew 500 ppm
14:13:58.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.284741  9929 webserver.cc:533] Webserver started at http://127.9.158.61:42203/ using document root <none> and password file <none>
14:13:58.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.285239  9929 fs_manager.cc:362] Metadata directory not provided
14:13:58.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.285288  9929 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:13:58.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.285439  9929 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:13:58.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.286945  9929 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-1/data/instance:
14:13:58.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1583375827264e40ab39d62f3bfd1fcf"
14:13:58.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:58 on dist-test-slave-hxsj"
14:13:58.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.287359  9929 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-1/wal/instance:
14:13:58.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1583375827264e40ab39d62f3bfd1fcf"
14:13:58.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:58 on dist-test-slave-hxsj"
14:13:58.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.290445  9929 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.001s
14:13:58.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.291476  9926 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.158.61" port: 34759 } attempt: 2
14:13:58.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.292434  9944 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:13:58.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.292800  9926 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.158.61:34759: Network error: Client connection negotiation failed: client connection to 127.9.158.61:34759: connect: Connection refused (error 111)
14:13:58.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.293394  9929 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
14:13:58.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.293485  9929 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-1/data,/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-1/wal
14:13:58.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1583375827264e40ab39d62f3bfd1fcf"
14:13:58.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:58 on dist-test-slave-hxsj"
14:13:58.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.293555  9929 fs_report.cc:389] FS layout report
14:13:58.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:13:58.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-1/wal
14:13:58.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-1/wal
14:13:58.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-1/data/data
14:13:58.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:13:58.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:13:58.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:13:58.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:13:58.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:13:58.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:13:58.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:13:58.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:13:58.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:13:58.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:13:58.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:13:58.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.319142  9929 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:13:58.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.319759  9929 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
14:13:58.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.319911  9929 kserver.cc:163] Server-wide thread pool size limit: 3276
14:13:58.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.326407  9929 rpc_server.cc:307] RPC server started. Bound to: 127.9.158.61:34759
14:13:58.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.326422  9996 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.158.61:34759 every 8 connection(s)
14:13:58.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.327411  9929 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-1/data/info.pb
14:13:58.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.328974  9848 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskwESYcI/build/debug/bin/kudu as pid 9929
14:13:58.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.329061  9848 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-1/wal/instance
14:13:58.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.329706  9848 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:13:58.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:13:58.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-2/wal
14:13:58.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-2/data
14:13:58.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:13:58.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:13:58.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:13:58.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:13:58.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:13:58.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:13:58.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-2/logs
14:13:58.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-2/data/info.pb
14:13:58.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:13:58.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:13:58.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:13:58.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:13:58.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:13:58.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:13:58.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:13:58.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:13:58.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:13:58.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:13:58.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:13:58.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:13:58.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.158.60:44611
14:13:58.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.158.60
14:13:58.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:13:58.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.158.20:34463
14:13:58.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:13:58.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:13:58.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:13:58.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:13:58.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.158.62:33269,127.9.158.61:34759,127.9.158.60:44611
14:13:58.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:13:58.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39553/jwks.json
14:13:58.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33117 with env {}
14:13:58.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.330168  9997 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:13:58.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.333622  9997 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.158.62" port: 33269 } has no permanent_uuid. Determining permanent_uuid...
14:13:58.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.343696  9997 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.158.61" port: 34759 } has no permanent_uuid. Determining permanent_uuid...
14:13:58.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.350086  9997 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.158.60" port: 44611 } has no permanent_uuid. Determining permanent_uuid...
14:13:58.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.350955  9945 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.9.158.60:44611: connect: Connection refused (error 111)
14:13:58.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.351856  9997 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.158.60:44611: Network error: Client connection negotiation failed: client connection to 127.9.158.60:44611: connect: Connection refused (error 111)
14:13:58.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.383965  9926 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.158.61" port: 34759 } attempt: 3
14:13:58.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.388827  9926 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.158.60" port: 44611 } has no permanent_uuid. Determining permanent_uuid...
14:13:58.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.390470  9926 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.158.60:44611: Network error: Client connection negotiation failed: client connection to 127.9.158.60:44611: connect: Connection refused (error 111)
14:13:58.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.401062  9997 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.158.60" port: 44611 } attempt: 1
14:13:58.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.402529  9997 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.158.60:44611: Network error: Client connection negotiation failed: client connection to 127.9.158.60:44611: connect: Connection refused (error 111)
14:13:58.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.421653  9926 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.158.60" port: 44611 } attempt: 1
14:13:58.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.423215  9926 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.158.60:44611: Network error: Client connection negotiation failed: client connection to 127.9.158.60:44611: connect: Connection refused (error 111)
14:13:58.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.438342  9998 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:13:58.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.438573  9998 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:13:58.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.438633  9998 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:13:58.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.442145  9998 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:13:58.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.442209  9998 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:13:58.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.442235  9998 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:13:58.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.442260  9998 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:13:58.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.442281  9998 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:13:58.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.442299  9998 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39553/jwks.json
14:13:58.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.446367  9998 master_runner.cc:387] Master server non-default flags:
14:13:58.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:13:58.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.158.20:34463
14:13:58.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:13:58.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:13:58.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-2/data
14:13:58.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-2/wal
14:13:58.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33117
14:13:58.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:13:58.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.158.62:33269,127.9.158.61:34759,127.9.158.60:44611
14:13:58.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:13:58.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:13:58.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:13:58.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.158.60:44611
14:13:58.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:13:58.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:13:58.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:13:58.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39553/jwks.json
14:13:58.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:13:58.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:13:58.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-2/data/info.pb
14:13:58.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.158.60
14:13:58.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:13:58.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:13:58.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.9998
14:13:58.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:13:58.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:13:58.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:13:58.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:13:58.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-2/logs
14:13:58.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:13:58.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:13:58.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:13:58.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:13:58.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:13:58.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:13:58.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:13:58.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:25 UTC on bdcb31816ec0
14:13:58.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16861
14:13:58.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.447769  9998 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:13:58.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.448906  9998 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:13:58.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.454236 10007 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
14:13:58.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.454247 10006 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
14:13:58.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.454248 10009 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
14:13:58.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.454594  9998 server_base.cc:1061] running on GCE node
14:13:58.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.455075  9998 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:13:58.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.456079  9998 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:13:58.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.457252  9998 hybrid_clock.cc:648] HybridClock initialized: now 1783520038457238 us; error 31 us; skew 500 ppm
14:13:58.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.459225  9998 webserver.cc:533] Webserver started at http://127.9.158.60:45617/ using document root <none> and password file <none>
14:13:58.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.459816  9998 fs_manager.cc:362] Metadata directory not provided
14:13:58.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.459877  9998 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:13:58.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.461149  9998 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:13:58.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.463346  9998 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-2/data/instance:
14:13:58.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6a1f1e09ebb94b93a858941de9426562"
14:13:58.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:58 on dist-test-slave-hxsj"
14:13:58.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.463927  9998 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-2/wal/instance:
14:13:58.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6a1f1e09ebb94b93a858941de9426562"
14:13:58.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:58 on dist-test-slave-hxsj"
14:13:58.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.467478  9998 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
14:13:58.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.470526 10015 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:13:58.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.470757  9997 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.158.60" port: 44611 } attempt: 2
14:13:58.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.471884  9998 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
14:13:58.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.472011  9998 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-2/data,/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-2/wal
14:13:58.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6a1f1e09ebb94b93a858941de9426562"
14:13:58.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:13:58 on dist-test-slave-hxsj"
14:13:58.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.472100  9998 fs_report.cc:389] FS layout report
14:13:58.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:13:58.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-2/wal
14:13:58.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-2/wal
14:13:58.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-2/data/data
14:13:58.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:13:58.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:13:58.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:13:58.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:13:58.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:13:58.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:13:58.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:13:58.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:13:58.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:13:58.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:13:58.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:13:58.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.472186  9997 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.158.60:44611: Network error: Client connection negotiation failed: client connection to 127.9.158.60:44611: connect: Connection refused (error 111)
14:13:58.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.488029  9998 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:13:58.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.488693  9998 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
14:13:58.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.488837  9998 kserver.cc:163] Server-wide thread pool size limit: 3276
14:13:58.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.495604  9998 rpc_server.cc:307] RPC server started. Bound to: 127.9.158.60:44611
14:13:58.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.495606 10067 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.158.60:44611 every 8 connection(s)
14:13:58.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.496575  9998 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-2/data/info.pb
14:13:58.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.497126  9848 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskwESYcI/build/debug/bin/kudu as pid 9998
14:13:58.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.497225  9848 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster17855821439348692843/master-2/wal/instance
14:13:58.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.498394  9926 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.158.60" port: 44611 } attempt: 2
14:13:58.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.499632 10068 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:13:58.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.503572 10068 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.158.62" port: 33269 } has no permanent_uuid. Determining permanent_uuid...
14:13:58.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.510035  9926 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 655e5c906a104b7c897b19fc0f72ca6d: Bootstrap starting.
14:13:58.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.510010 10068 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.158.61" port: 34759 } has no permanent_uuid. Determining permanent_uuid...
14:13:58.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.512682  9926 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 655e5c906a104b7c897b19fc0f72ca6d: Neither blocks nor log segments found. Creating new log.
14:13:58.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.513507  9926 log.cc:826] T 00000000000000000000000000000000 P 655e5c906a104b7c897b19fc0f72ca6d: Log is configured to *not* fsync() on all Append() calls
14:13:58.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.515761  9926 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 655e5c906a104b7c897b19fc0f72ca6d: No bootstrap required, opened a new log
14:13:58.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.518639 10068 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.158.60" port: 44611 } has no permanent_uuid. Determining permanent_uuid...
14:13:58.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.520828  9848 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
14:13:58.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.520776  9926 raft_consensus.cc:359] T 00000000000000000000000000000000 P 655e5c906a104b7c897b19fc0f72ca6d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "655e5c906a104b7c897b19fc0f72ca6d" member_type: VOTER last_known_addr { host: "127.9.158.62" port: 33269 } } peers { permanent_uuid: "1583375827264e40ab39d62f3bfd1fcf" member_type: VOTER last_known_addr { host: "127.9.158.61" port: 34759 } } peers { permanent_uuid: "6a1f1e09ebb94b93a858941de9426562" member_type: VOTER last_known_addr { host: "127.9.158.60" port: 44611 } }
14:13:58.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.520957  9926 raft_consensus.cc:385] T 00000000000000000000000000000000 P 655e5c906a104b7c897b19fc0f72ca6d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:13:58.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.521011  9926 raft_consensus.cc:740] T 00000000000000000000000000000000 P 655e5c906a104b7c897b19fc0f72ca6d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 655e5c906a104b7c897b19fc0f72ca6d, State: Initialized, Role: FOLLOWER
14:13:58.521 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:13:58.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.521476  9926 consensus_queue.cc:260] T 00000000000000000000000000000000 P 655e5c906a104b7c897b19fc0f72ca6d [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: "655e5c906a104b7c897b19fc0f72ca6d" member_type: VOTER last_known_addr { host: "127.9.158.62" port: 33269 } } peers { permanent_uuid: "1583375827264e40ab39d62f3bfd1fcf" member_type: VOTER last_known_addr { host: "127.9.158.61" port: 34759 } } peers { permanent_uuid: "6a1f1e09ebb94b93a858941de9426562" member_type: VOTER last_known_addr { host: "127.9.158.60" port: 44611 } }
14:13:58.522 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

14:13:58.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.522207 10076 sys_catalog.cc:455] T 00000000000000000000000000000000 P 655e5c906a104b7c897b19fc0f72ca6d [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: "655e5c906a104b7c897b19fc0f72ca6d" member_type: VOTER last_known_addr { host: "127.9.158.62" port: 33269 } } peers { permanent_uuid: "1583375827264e40ab39d62f3bfd1fcf" member_type: VOTER last_known_addr { host: "127.9.158.61" port: 34759 } } peers { permanent_uuid: "6a1f1e09ebb94b93a858941de9426562" member_type: VOTER last_known_addr { host: "127.9.158.60" port: 44611 } } }
14:13:58.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.522495 10076 sys_catalog.cc:458] T 00000000000000000000000000000000 P 655e5c906a104b7c897b19fc0f72ca6d [sys.catalog]: This master's current role is: FOLLOWER
14:13:58.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.522787  9926 sys_catalog.cc:565] T 00000000000000000000000000000000 P 655e5c906a104b7c897b19fc0f72ca6d [sys.catalog]: configured and running, proceeding with master startup.
14:13:58.522 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.9.158.62"
      port: 33269
    }
    bound_http_address {
      host: "127.9.158.62"
      port: 37965
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.9.158.61"
      port: 34759
    }
    bound_http_address {
      host: "127.9.158.61"
      port: 42203
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.9.158.60"
      port: 44611
    }
    bound_http_address {
      host: "127.9.158.60"
      port: 45617
    }
  }
}

14:13:58.523 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

14:13:58.524 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:13:58.527 [INFO - Metastore-Handler-Pool: Thread-157] (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=	
14:13:58.529 [INFO - Metastore-Handler-Pool: Thread-155] (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=f321ff47-274b-4282-a120-c7fae0664050, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.9.158.60:44611,127.9.158.62:33269,127.9.158.61:34759}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:13:58.531 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:13:58.531 [INFO - Metastore-Handler-Pool: Thread-155] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:13:58.531 [INFO - Metastore-Handler-Pool: Thread-155] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@61c35d93, with PersistenceManager: null will be shutdown
14:13:58.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.525034 10068 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562: Bootstrap starting.
14:13:58.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.527618 10068 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562: Neither blocks nor log segments found. Creating new log.
14:13:58.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.528165 10087 client.h:372] Failed to connect to Hive Metastore (localhost:33117): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:13:58.531 [INFO - Metastore-Handler-Pool: Thread-155] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@61c35d93, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@279ccf0 created in the thread with id: 155
14:13:58.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.528376 10068 log.cc:826] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562: Log is configured to *not* fsync() on all Append() calls
14:13:58.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.528394 10090 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 655e5c906a104b7c897b19fc0f72ca6d: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:13:58.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.528443 10090 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:13:58.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.529387  9859 master_runner.cc:187] Error getting master registration for 127.9.158.61:34759: OK, instance_id { permanent_uuid: "1583375827264e40ab39d62f3bfd1fcf" instance_seqno: 1783520038324626 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:13:58.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.531476  9859 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:13:58.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.535646 10068 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562: No bootstrap required, opened a new log
14:13:58.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.539880 10068 raft_consensus.cc:359] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "655e5c906a104b7c897b19fc0f72ca6d" member_type: VOTER last_known_addr { host: "127.9.158.62" port: 33269 } } peers { permanent_uuid: "1583375827264e40ab39d62f3bfd1fcf" member_type: VOTER last_known_addr { host: "127.9.158.61" port: 34759 } } peers { permanent_uuid: "6a1f1e09ebb94b93a858941de9426562" member_type: VOTER last_known_addr { host: "127.9.158.60" port: 44611 } }
14:13:58.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.540373 10068 raft_consensus.cc:385] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:13:58.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.540586 10068 raft_consensus.cc:740] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6a1f1e09ebb94b93a858941de9426562, State: Initialized, Role: FOLLOWER
14:13:58.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.541181 10068 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562 [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: "655e5c906a104b7c897b19fc0f72ca6d" member_type: VOTER last_known_addr { host: "127.9.158.62" port: 33269 } } peers { permanent_uuid: "1583375827264e40ab39d62f3bfd1fcf" member_type: VOTER last_known_addr { host: "127.9.158.61" port: 34759 } } peers { permanent_uuid: "6a1f1e09ebb94b93a858941de9426562" member_type: VOTER last_known_addr { host: "127.9.158.60" port: 44611 } }
14:13:58.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.541848 10094 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562 [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: "655e5c906a104b7c897b19fc0f72ca6d" member_type: VOTER last_known_addr { host: "127.9.158.62" port: 33269 } } peers { permanent_uuid: "1583375827264e40ab39d62f3bfd1fcf" member_type: VOTER last_known_addr { host: "127.9.158.61" port: 34759 } } peers { permanent_uuid: "6a1f1e09ebb94b93a858941de9426562" member_type: VOTER last_known_addr { host: "127.9.158.60" port: 44611 } } }
14:13:58.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.542152 10094 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562 [sys.catalog]: This master's current role is: FOLLOWER
14:13:58.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.542629 10068 sys_catalog.cc:565] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562 [sys.catalog]: configured and running, proceeding with master startup.
14:13:58.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.548251 10108 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:13:58.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.548347 10108 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:13:58.550 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@61c35d93
14:13:58.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.550119  9998 master_runner.cc:187] Error getting master registration for 127.9.158.61:34759: OK, instance_id { permanent_uuid: "1583375827264e40ab39d62f3bfd1fcf" instance_seqno: 1783520038324626 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:13:58.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.552768  9998 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:13:58.555 [INFO - Metastore-Handler-Pool: Thread-158] (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=	
14:13:58.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.556110 10105 client.h:372] Failed to connect to Hive Metastore (localhost:33117): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:13:58.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.563364  9997 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.158.60" port: 44611 } attempt: 3
14:13:58.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.572695  9997 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1583375827264e40ab39d62f3bfd1fcf: Bootstrap starting.
14:13:58.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.575383  9997 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1583375827264e40ab39d62f3bfd1fcf: Neither blocks nor log segments found. Creating new log.
14:13:58.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.576208  9997 log.cc:826] T 00000000000000000000000000000000 P 1583375827264e40ab39d62f3bfd1fcf: Log is configured to *not* fsync() on all Append() calls
14:13:58.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.591661  9997 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1583375827264e40ab39d62f3bfd1fcf: No bootstrap required, opened a new log
14:13:58.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.595494  9997 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1583375827264e40ab39d62f3bfd1fcf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "655e5c906a104b7c897b19fc0f72ca6d" member_type: VOTER last_known_addr { host: "127.9.158.62" port: 33269 } } peers { permanent_uuid: "1583375827264e40ab39d62f3bfd1fcf" member_type: VOTER last_known_addr { host: "127.9.158.61" port: 34759 } } peers { permanent_uuid: "6a1f1e09ebb94b93a858941de9426562" member_type: VOTER last_known_addr { host: "127.9.158.60" port: 44611 } }
14:13:58.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.595703  9997 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1583375827264e40ab39d62f3bfd1fcf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:13:58.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.595764  9997 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1583375827264e40ab39d62f3bfd1fcf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1583375827264e40ab39d62f3bfd1fcf, State: Initialized, Role: FOLLOWER
14:13:58.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.596416 10094 raft_consensus.cc:493] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
14:13:58.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.596607 10094 raft_consensus.cc:515] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "655e5c906a104b7c897b19fc0f72ca6d" member_type: VOTER last_known_addr { host: "127.9.158.62" port: 33269 } } peers { permanent_uuid: "1583375827264e40ab39d62f3bfd1fcf" member_type: VOTER last_known_addr { host: "127.9.158.61" port: 34759 } } peers { permanent_uuid: "6a1f1e09ebb94b93a858941de9426562" member_type: VOTER last_known_addr { host: "127.9.158.60" port: 44611 } }
14:13:58.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.596946  9997 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1583375827264e40ab39d62f3bfd1fcf [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: "655e5c906a104b7c897b19fc0f72ca6d" member_type: VOTER last_known_addr { host: "127.9.158.62" port: 33269 } } peers { permanent_uuid: "1583375827264e40ab39d62f3bfd1fcf" member_type: VOTER last_known_addr { host: "127.9.158.61" port: 34759 } } peers { permanent_uuid: "6a1f1e09ebb94b93a858941de9426562" member_type: VOTER last_known_addr { host: "127.9.158.60" port: 44611 } }
14:13:58.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.597643 10094 leader_election.cc:290] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 655e5c906a104b7c897b19fc0f72ca6d (127.9.158.62:33269), 1583375827264e40ab39d62f3bfd1fcf (127.9.158.61:34759)
14:13:58.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.598639  9997 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1583375827264e40ab39d62f3bfd1fcf [sys.catalog]: configured and running, proceeding with master startup.
14:13:58.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.598652  9900 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6a1f1e09ebb94b93a858941de9426562" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "655e5c906a104b7c897b19fc0f72ca6d" is_pre_election: true
14:13:58.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.598661  9971 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6a1f1e09ebb94b93a858941de9426562" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1583375827264e40ab39d62f3bfd1fcf" is_pre_election: true
14:13:58.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.598905  9900 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 655e5c906a104b7c897b19fc0f72ca6d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6a1f1e09ebb94b93a858941de9426562 in term 0.
14:13:58.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.599071  9971 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1583375827264e40ab39d62f3bfd1fcf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6a1f1e09ebb94b93a858941de9426562 in term 0.
14:13:58.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.599360 10016 leader_election.cc:304] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562 [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: 655e5c906a104b7c897b19fc0f72ca6d, 6a1f1e09ebb94b93a858941de9426562; no voters: 
14:13:58.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.599813 10094 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562 [term 0 FOLLOWER]: Leader pre-election won for term 1
14:13:58.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.599892 10094 raft_consensus.cc:493] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
14:13:58.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.599938 10094 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562 [term 0 FOLLOWER]: Advancing to term 1
14:13:58.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.601197 10094 raft_consensus.cc:515] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "655e5c906a104b7c897b19fc0f72ca6d" member_type: VOTER last_known_addr { host: "127.9.158.62" port: 33269 } } peers { permanent_uuid: "1583375827264e40ab39d62f3bfd1fcf" member_type: VOTER last_known_addr { host: "127.9.158.61" port: 34759 } } peers { permanent_uuid: "6a1f1e09ebb94b93a858941de9426562" member_type: VOTER last_known_addr { host: "127.9.158.60" port: 44611 } }
14:13:58.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.601612 10094 leader_election.cc:290] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562 [CANDIDATE]: Term 1 election: Requested vote from peers 655e5c906a104b7c897b19fc0f72ca6d (127.9.158.62:33269), 1583375827264e40ab39d62f3bfd1fcf (127.9.158.61:34759)
14:13:58.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.602161  9900 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6a1f1e09ebb94b93a858941de9426562" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "655e5c906a104b7c897b19fc0f72ca6d"
14:13:58.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.602276  9900 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 655e5c906a104b7c897b19fc0f72ca6d [term 0 FOLLOWER]: Advancing to term 1
14:13:58.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.602149  9971 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6a1f1e09ebb94b93a858941de9426562" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1583375827264e40ab39d62f3bfd1fcf"
14:13:58.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.602927  9971 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1583375827264e40ab39d62f3bfd1fcf [term 0 FOLLOWER]: Advancing to term 1
14:13:58.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.603381  9900 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 655e5c906a104b7c897b19fc0f72ca6d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6a1f1e09ebb94b93a858941de9426562 in term 1.
14:13:58.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.604069  9971 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1583375827264e40ab39d62f3bfd1fcf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6a1f1e09ebb94b93a858941de9426562 in term 1.
14:13:58.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.606662 10016 leader_election.cc:304] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562 [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: 655e5c906a104b7c897b19fc0f72ca6d, 6a1f1e09ebb94b93a858941de9426562; no voters: 
14:13:58.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.608100 10094 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562 [term 1 FOLLOWER]: Leader election won for term 1
14:13:58.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.608314 10094 raft_consensus.cc:697] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562 [term 1 LEADER]: Becoming Leader. State: Replica: 6a1f1e09ebb94b93a858941de9426562, State: Running, Role: LEADER
14:13:58.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.608623 10094 consensus_queue.cc:237] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562 [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: "655e5c906a104b7c897b19fc0f72ca6d" member_type: VOTER last_known_addr { host: "127.9.158.62" port: 33269 } } peers { permanent_uuid: "1583375827264e40ab39d62f3bfd1fcf" member_type: VOTER last_known_addr { host: "127.9.158.61" port: 34759 } } peers { permanent_uuid: "6a1f1e09ebb94b93a858941de9426562" member_type: VOTER last_known_addr { host: "127.9.158.60" port: 44611 } }
14:13:58.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.609809 10112 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1583375827264e40ab39d62f3bfd1fcf [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: "655e5c906a104b7c897b19fc0f72ca6d" member_type: VOTER last_known_addr { host: "127.9.158.62" port: 33269 } } peers { permanent_uuid: "1583375827264e40ab39d62f3bfd1fcf" member_type: VOTER last_known_addr { host: "127.9.158.61" port: 34759 } } peers { permanent_uuid: "6a1f1e09ebb94b93a858941de9426562" member_type: VOTER last_known_addr { host: "127.9.158.60" port: 44611 } } }
14:13:58.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.610088 10112 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1583375827264e40ab39d62f3bfd1fcf [sys.catalog]: This master's current role is: FOLLOWER
14:13:58.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.611912 10094 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 6a1f1e09ebb94b93a858941de9426562. Latest consensus state: current_term: 1 leader_uuid: "6a1f1e09ebb94b93a858941de9426562" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "655e5c906a104b7c897b19fc0f72ca6d" member_type: VOTER last_known_addr { host: "127.9.158.62" port: 33269 } } peers { permanent_uuid: "1583375827264e40ab39d62f3bfd1fcf" member_type: VOTER last_known_addr { host: "127.9.158.61" port: 34759 } } peers { permanent_uuid: "6a1f1e09ebb94b93a858941de9426562" member_type: VOTER last_known_addr { host: "127.9.158.60" port: 44611 } } }
14:13:58.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.612169 10094 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562 [sys.catalog]: This master's current role is: LEADER
14:13:58.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.613217 10126 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 1583375827264e40ab39d62f3bfd1fcf: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:13:58.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.613497 10126 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:13:58.615 [INFO - Metastore-Handler-Pool: Thread-159] (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=	
14:13:58.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.618178 10131 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
14:13:58.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.619673 10131 catalog_manager.cc:1520] Initializing Kudu cluster ID...
14:13:58.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.619678 10123 client.h:372] Failed to connect to Hive Metastore (localhost:33117): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:13:58.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:58.647533  9879 tablet.cc:2406] T 00000000000000000000000000000000 P 655e5c906a104b7c897b19fc0f72ca6d: Can't schedule compaction. Clean time has not been advanced past its initial value.
14:13:58.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.652191  9971 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 1583375827264e40ab39d62f3bfd1fcf [term 1 FOLLOWER]: Refusing update from remote peer 6a1f1e09ebb94b93a858941de9426562: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:13:58.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.653276 10128 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1583375827264e40ab39d62f3bfd1fcf" member_type: VOTER last_known_addr { host: "127.9.158.61" port: 34759 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:13:58.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.658143 10112 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1583375827264e40ab39d62f3bfd1fcf [sys.catalog]: SysCatalogTable state changed. Reason: New leader 6a1f1e09ebb94b93a858941de9426562. Latest consensus state: current_term: 1 leader_uuid: "6a1f1e09ebb94b93a858941de9426562" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "655e5c906a104b7c897b19fc0f72ca6d" member_type: VOTER last_known_addr { host: "127.9.158.62" port: 33269 } } peers { permanent_uuid: "1583375827264e40ab39d62f3bfd1fcf" member_type: VOTER last_known_addr { host: "127.9.158.61" port: 34759 } } peers { permanent_uuid: "6a1f1e09ebb94b93a858941de9426562" member_type: VOTER last_known_addr { host: "127.9.158.60" port: 44611 } } }
14:13:58.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.658269 10112 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1583375827264e40ab39d62f3bfd1fcf [sys.catalog]: This master's current role is: FOLLOWER
14:13:58.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.658686  9900 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 655e5c906a104b7c897b19fc0f72ca6d [term 1 FOLLOWER]: Refusing update from remote peer 6a1f1e09ebb94b93a858941de9426562: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:13:58.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.659256 10128 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562 [LEADER]: Connected to new peer: Peer: permanent_uuid: "655e5c906a104b7c897b19fc0f72ca6d" member_type: VOTER last_known_addr { host: "127.9.158.62" port: 33269 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:13:58.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.663311 10076 sys_catalog.cc:455] T 00000000000000000000000000000000 P 655e5c906a104b7c897b19fc0f72ca6d [sys.catalog]: SysCatalogTable state changed. Reason: New leader 6a1f1e09ebb94b93a858941de9426562. Latest consensus state: current_term: 1 leader_uuid: "6a1f1e09ebb94b93a858941de9426562" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "655e5c906a104b7c897b19fc0f72ca6d" member_type: VOTER last_known_addr { host: "127.9.158.62" port: 33269 } } peers { permanent_uuid: "1583375827264e40ab39d62f3bfd1fcf" member_type: VOTER last_known_addr { host: "127.9.158.61" port: 34759 } } peers { permanent_uuid: "6a1f1e09ebb94b93a858941de9426562" member_type: VOTER last_known_addr { host: "127.9.158.60" port: 44611 } } }
14:13:58.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.663427 10076 sys_catalog.cc:458] T 00000000000000000000000000000000 P 655e5c906a104b7c897b19fc0f72ca6d [sys.catalog]: This master's current role is: FOLLOWER
14:13:58.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.670089 10128 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "6a1f1e09ebb94b93a858941de9426562" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "655e5c906a104b7c897b19fc0f72ca6d" member_type: VOTER last_known_addr { host: "127.9.158.62" port: 33269 } } peers { permanent_uuid: "1583375827264e40ab39d62f3bfd1fcf" member_type: VOTER last_known_addr { host: "127.9.158.61" port: 34759 } } peers { permanent_uuid: "6a1f1e09ebb94b93a858941de9426562" member_type: VOTER last_known_addr { host: "127.9.158.60" port: 44611 } } }
14:13:58.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.670305 10128 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562 [sys.catalog]: This master's current role is: LEADER
14:13:58.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.672020 10112 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1583375827264e40ab39d62f3bfd1fcf [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "6a1f1e09ebb94b93a858941de9426562" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "655e5c906a104b7c897b19fc0f72ca6d" member_type: VOTER last_known_addr { host: "127.9.158.62" port: 33269 } } peers { permanent_uuid: "1583375827264e40ab39d62f3bfd1fcf" member_type: VOTER last_known_addr { host: "127.9.158.61" port: 34759 } } peers { permanent_uuid: "6a1f1e09ebb94b93a858941de9426562" member_type: VOTER last_known_addr { host: "127.9.158.60" port: 44611 } } }
14:13:58.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.672158 10112 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1583375827264e40ab39d62f3bfd1fcf [sys.catalog]: This master's current role is: FOLLOWER
14:13:58.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.672487 10132 mvcc.cc:204] Tried to move back new op lower bound from 7305298078310187008 to 7305298078145138688. Current Snapshot: MvccSnapshot[applied={T|T < 7305298078310187008}]
14:13:58.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.677191 10094 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "6a1f1e09ebb94b93a858941de9426562" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "655e5c906a104b7c897b19fc0f72ca6d" member_type: VOTER last_known_addr { host: "127.9.158.62" port: 33269 } } peers { permanent_uuid: "1583375827264e40ab39d62f3bfd1fcf" member_type: VOTER last_known_addr { host: "127.9.158.61" port: 34759 } } peers { permanent_uuid: "6a1f1e09ebb94b93a858941de9426562" member_type: VOTER last_known_addr { host: "127.9.158.60" port: 44611 } } }
14:13:58.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.677327 10094 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562 [sys.catalog]: This master's current role is: LEADER
14:13:58.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.678539 10076 sys_catalog.cc:455] T 00000000000000000000000000000000 P 655e5c906a104b7c897b19fc0f72ca6d [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "6a1f1e09ebb94b93a858941de9426562" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "655e5c906a104b7c897b19fc0f72ca6d" member_type: VOTER last_known_addr { host: "127.9.158.62" port: 33269 } } peers { permanent_uuid: "1583375827264e40ab39d62f3bfd1fcf" member_type: VOTER last_known_addr { host: "127.9.158.61" port: 34759 } } peers { permanent_uuid: "6a1f1e09ebb94b93a858941de9426562" member_type: VOTER last_known_addr { host: "127.9.158.60" port: 44611 } } }
14:13:58.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.678660 10076 sys_catalog.cc:458] T 00000000000000000000000000000000 P 655e5c906a104b7c897b19fc0f72ca6d [sys.catalog]: This master's current role is: FOLLOWER
14:13:58.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.679124 10135 mvcc.cc:204] Tried to move back new op lower bound from 7305298078310187008 to 7305298078145138688. Current Snapshot: MvccSnapshot[applied={T|T < 7305298078310187008}]
14:13:58.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.681489 10131 catalog_manager.cc:1383] Generated new cluster ID: f662f285dcf74a61a89674fcf4e62ae4
14:13:58.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.681562 10131 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
14:13:58.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.724172 10131 catalog_manager.cc:1406] Generated new certificate authority record
14:13:58.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.725718 10131 catalog_manager.cc:1540] Loading token signing keys...
14:13:58.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.752828 10131 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 6a1f1e09ebb94b93a858941de9426562: Generated new TSK 0
14:13:58.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.753811 10131 catalog_manager.cc:1550] Initializing in-progress tserver states...
14:13:58.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.754609 10131 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
14:13:58.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:58.756793 10131 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
14:13:59.001 [WARN - Metastore-Handler-Pool: Thread-155] (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.
14:13:59.008 [WARN - Metastore-Handler-Pool: Thread-155] (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.
14:13:59.008 [WARN - Metastore-Handler-Pool: Thread-155] (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.
14:13:59.061 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:13:59.065 [INFO - Metastore-Handler-Pool: Thread-155] (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/hive9864351640800359454/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=f321ff47-274b-4282-a120-c7fae0664050, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.9.158.60:44611,127.9.158.62:33269,127.9.158.61:34759}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:13:59.067 [INFO - Metastore-Handler-Pool: Thread-155] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive9864351640800359454/external-warehouse/table
14:13:59.146 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:13:59.180 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:3711) Skipping translation for processor with null
14:13:59.181 [INFO - Metastore-Handler-Pool: Thread-155] (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)	
14:13:59.183 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
14:13:59.185 [INFO - Metastore-Handler-Pool: Thread-155] (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/hive9864351640800359454/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)
14:13:59.186 [INFO - Metastore-Handler-Pool: Thread-155] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive9864351640800359454/external-warehouse/legacy_table
14:13:59.201 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
14:13:59.209 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:3711) Skipping translation for processor with null
14:13:59.211 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:13:59.229 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:13:59.278 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
14:13:59.278 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:13:59.314 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:13:59.340 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:13:59.351 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
14:13:59.351 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:13:59.360 [DEBUG - Metastore-Handler-Pool: Thread-155] (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.
14:13:59.361 [DEBUG - Metastore-Handler-Pool: Thread-155] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
14:13:59.362 [DEBUG - Metastore-Handler-Pool: Thread-155] (Connection.java:748) [peer master-127.9.158.60:44611(127.9.158.60:44611)] connecting to peer
14:13:59.364 [DEBUG - Metastore-Handler-Pool: Thread-155] (Connection.java:748) [peer master-127.9.158.62:33269(127.9.158.62:33269)] connecting to peer
14:13:59.365 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.9.158.60:44611(127.9.158.60:44611)] Successfully connected to peer
14:13:59.370 [DEBUG - Metastore-Handler-Pool: Thread-155] (Connection.java:748) [peer master-127.9.158.61:34759(127.9.158.61:34759)] connecting to peer
14:13:59.371 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.9.158.62:33269(127.9.158.62:33269)] Successfully connected to peer
14:13:59.376 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.9.158.60
14:13:59.376 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.9.158.61:34759(127.9.158.61:34759)] Successfully connected to peer
14:13:59.379 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.9.158.61
14:13:59.388 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.9.158.62
14:13:59.399 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:13:59.404 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x05d903b4, L:/127.0.0.1:36826 - R:/127.9.158.61:34759] using SASL/PLAIN
14:13:59.405 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:13:59.410 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x081c6708, L:/127.0.0.1:56208 - R:/127.9.158.62:33269] using SASL/PLAIN
14:13:59.410 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:13:59.415 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x754499e4, L:/127.0.0.1:42460 - R:/127.9.158.60:44611] using SASL/PLAIN
14:13:59.419 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
14:13:59.420 [ERROR - Metastore-Handler-Pool: Thread-155] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
14:13:59.421 [ERROR - Metastore-Handler-Pool: Thread-155] (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)

14:13:59.423 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:13:59.435 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:13:59.445 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
14:13:59.445 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:13:59.451 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:13:59.462 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:13:59.475 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
14:13:59.475 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:13:59.481 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:13:59.489 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:13:59.500 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
14:13:59.501 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:13:59.507 [ERROR - Metastore-Handler-Pool: Thread-155] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
14:13:59.508 [ERROR - Metastore-Handler-Pool: Thread-155] (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)

14:13:59.509 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:13:59.518 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:13:59.530 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
14:13:59.530 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:13:59.530 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:13:59.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:59.530014 10090 catalog_manager.cc:1295] Loaded cluster ID: f662f285dcf74a61a89674fcf4e62ae4
14:13:59.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:59.530086 10090 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 655e5c906a104b7c897b19fc0f72ca6d: loading cluster ID for follower catalog manager: success
14:13:59.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:59.530833 10087 client.h:372] Failed to connect to Hive Metastore (localhost:33117): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:13:59.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:59.532023 10090 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 655e5c906a104b7c897b19fc0f72ca6d: acquiring CA information for follower catalog manager: success
14:13:59.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:59.532980 10090 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 655e5c906a104b7c897b19fc0f72ca6d: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:13:59.534 [ERROR - Metastore-Handler-Pool: Thread-155] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
14:13:59.535 [ERROR - Metastore-Handler-Pool: Thread-155] (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)

14:13:59.536 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:13:59.548 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:13:59.558 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:13:59.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:59.559406 10105 client.h:372] Failed to connect to Hive Metastore (localhost:33117): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:13:59.565 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
14:13:59.565 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:13:59.572 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:13:59.583 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:13:59.594 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
14:13:59.594 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:13:59.607 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:13:59.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:59.615042 10126 catalog_manager.cc:1295] Loaded cluster ID: f662f285dcf74a61a89674fcf4e62ae4
14:13:59.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:59.615134 10126 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 1583375827264e40ab39d62f3bfd1fcf: loading cluster ID for follower catalog manager: success
14:13:59.617 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:13:59.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:59.617048 10126 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 1583375827264e40ab39d62f3bfd1fcf: acquiring CA information for follower catalog manager: success
14:13:59.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:13:59.618319 10126 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 1583375827264e40ab39d62f3bfd1fcf: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:13:59.623 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:13:59.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:13:59.623577 10123 client.h:372] Failed to connect to Hive Metastore (localhost:33117): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:13:59.627 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
14:13:59.627 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:13:59.630 [ERROR - Metastore-Handler-Pool: Thread-155] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
14:13:59.631 [ERROR - Metastore-Handler-Pool: Thread-155] (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)

14:13:59.633 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:13:59.643 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:13:59.654 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
14:13:59.655 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:13:59.661 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:13:59.669 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:13:59.678 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
14:13:59.678 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:13:59.685 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:13:59.694 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:13:59.703 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
14:13:59.703 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:13:59.709 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:13:59.719 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:13:59.728 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
14:13:59.729 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:13:59.811 [ERROR - Metastore-Handler-Pool: Thread-155] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
14:13:59.814 [ERROR - Metastore-Handler-Pool: Thread-155] (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)

14:13:59.816 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:13:59.842 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:13:59.861 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
14:13:59.861 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:13:59.873 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:13:59.883 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:13:59.894 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
14:13:59.894 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:13:59.904 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:13:59.914 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:13:59.924 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
14:13:59.924 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:13:59.931 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:13:59.940 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:3711) Skipping translation for processor with null
14:13:59.941 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:14:00.072 [WARN - Metastore-Handler-Pool: Thread-155] (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.
14:14:00.224 [WARN - Metastore-Handler-Pool: Thread-155] (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.
14:14:00.259 [WARN - Metastore-Handler-Pool: Thread-155] (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.
14:14:00.350 [WARN - Metastore-Handler-Pool: Thread-155] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive9864351640800359454/warehouse/default/table
14:14:00.351 [INFO - Metastore-Handler-Pool: Thread-155] (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)	
14:14:00.353 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:14:00.355 [INFO - Metastore-Handler-Pool: Thread-155] (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/hive9864351640800359454/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)
14:14:00.356 [WARN - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:2452) Location: file:/tmp/hive9864351640800359454/external-warehouse/table specified for non-external table:table
14:14:00.358 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
14:14:00.358 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:14:00.375 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:14:00.393 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:3711) Skipping translation for processor with null
14:14:00.395 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:14:00.404 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:14:00.422 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
14:14:00.422 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:14:00.425 [ERROR - Metastore-Handler-Pool: Thread-155] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
14:14:00.426 [ERROR - Metastore-Handler-Pool: Thread-155] (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)

14:14:00.427 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:14:00.434 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:14:00.441 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
14:14:00.441 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:14:00.443 [ERROR - Metastore-Handler-Pool: Thread-155] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
14:14:00.444 [ERROR - Metastore-Handler-Pool: Thread-155] (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)

14:14:00.445 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:14:00.452 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:14:00.459 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
14:14:00.459 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:14:00.463 [INFO - Metastore-Handler-Pool: Thread-155] (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	
14:14:00.469 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
14:14:00.476 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
14:14:00.476 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
14:14:00.481 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:14:00.489 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:3711) Skipping translation for processor with null
14:14:00.490 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:14:00.531 [INFO - Metastore-Handler-Pool: Thread-155] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
14:14:00.532 [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=	
14:14:00.533 [INFO - Metastore-Handler-Pool: Thread-155] (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=f321ff47-274b-4282-a120-c7fae0664050, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.9.158.60:44611,127.9.158.62:33269,127.9.158.61:34759}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:14:00.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:00.533228 10087 client.h:372] Failed to connect to Hive Metastore (localhost:33117): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:14:00.535 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:14:00.536 [INFO - Metastore-Handler-Pool: Thread-155] (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/hive9864351640800359454/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=f321ff47-274b-4282-a120-c7fae0664050, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.9.158.60:44611,127.9.158.62:33269,127.9.158.61:34759}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:14:00.537 [INFO - Metastore-Handler-Pool: Thread-155] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive9864351640800359454/external-warehouse/table
14:14:00.549 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:14:00.554 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:3711) Skipping translation for processor with null
14:14:00.555 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:14:00.561 [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=	
14:14:00.562 [INFO - Metastore-Handler-Pool: Thread-155] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:14:00.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:00.561982 10105 client.h:372] Failed to connect to Hive Metastore (localhost:33117): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:14:00.569 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:473) Updating table stats for table
14:14:00.569 [INFO - Metastore-Handler-Pool: Thread-155] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:14:00.574 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:14:00.582 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:3711) Skipping translation for processor with null
14:14:00.583 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:14:00.616 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
14:14:00.616 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
14:14:00.616 [INFO - Metastore-Handler-Pool: Thread-155] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@61c35d93, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@279ccf0 will be shutdown
14:14:00.616 [INFO - Metastore-Handler-Pool: Thread-155] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
14:14:00.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:00.616554  9848 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskwESYcI/build/debug/bin/kudu with pid 9859
14:14:00.625 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.9.158.62:33269(127.9.158.62:33269)] handling channelInactive
14:14:00.625 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.9.158.62:33269(127.9.158.62:33269)] cleaning up while in state READY due to: connection closed
14:14:00.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:00.625280  9848 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskwESYcI/build/debug/bin/kudu with pid 9929
14:14:00.626 [INFO - Metastore-Handler-Pool: Thread-173] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:14:00.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:00.631572  9848 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskwESYcI/build/debug/bin/kudu with pid 9998
14:14:00.632 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.9.158.61:34759(127.9.158.61:34759)] handling channelInactive
14:14:00.632 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.9.158.61:34759(127.9.158.61:34759)] cleaning up while in state READY due to: connection closed
14:14:00.633 [ERROR - Metastore-Handler-Pool: Thread-173] (TThreadPoolServer.java:260) Thrift Error occurred during processing of message.
org.apache.thrift.transport.TTransportException: java.net.SocketException: Connection reset
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:181)
	at org.apache.thrift.transport.TTransport.readAll(TTransport.java:109)
	at org.apache.hadoop.hive.metastore.security.TFilterTransport.readAll(TFilterTransport.java:63)
	at org.apache.thrift.protocol.TBinaryProtocol.readAll(TBinaryProtocol.java:464)
	at org.apache.thrift.protocol.TBinaryProtocol.readI32(TBinaryProtocol.java:362)
	at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:245)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:76)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:328)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:355)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:808)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
	at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:343)
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:177)
	... 10 more
14:14:00.638 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.9.158.60:44611(127.9.158.60:44611)] handling channelInactive
14:14:00.638 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.9.158.60:44611(127.9.158.60:44611)] cleaning up while in state READY due to: connection closed
14:14:00.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:14:00Z chronyd exiting
.14:14:00.681 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:14:00.681 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:14:00.681 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:14:00.699 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive3304631754253068285
14:14:00.700 [INFO - Thread-120] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
14:14:00.700 [INFO - Thread-120] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
14:14:00.702 [INFO - Thread-120] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:14:00.702 [INFO - Thread-120] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:14:00.702 [INFO - Thread-120] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
14:14:00.703 [INFO - Thread-120] (HikariDataSource.java:350) objectstore - Shutdown initiated...
14:14:00.704 [INFO - Thread-120] (HikariDataSource.java:352) objectstore - Shutdown completed.
14:14:00.704 [INFO - Thread-120] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
14:14:00.705 [INFO - Thread-120] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
14:14:00.705 [INFO - Thread-120] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
14:14:00.706 [INFO - Thread-120] (HikariDataSource.java:80) objectstore - Starting...
14:14:00.765 [INFO - Thread-120] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:14:00.765 [INFO - Thread-120] (HikariDataSource.java:82) objectstore - Start completed.
14:14:00.765 [INFO - Thread-120] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
14:14:00.767 [INFO - Thread-120] (HikariDataSource.java:80) objectstore-secondary - Starting...
14:14:00.769 [INFO - Thread-120] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:14:00.770 [INFO - Thread-120] (HikariDataSource.java:82) objectstore-secondary - Start completed.
14:14:00.783 [INFO - Thread-120] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
14:14:00.784 [INFO - Thread-120] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
14:14:00.784 [INFO - Thread-120] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
14:14:00.807 [WARN - Thread-120] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:14:00.808 [WARN - Thread-120] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:14:00.808 [WARN - Thread-120] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:14:00.809 [WARN - Thread-120] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:14:00.809 [WARN - Thread-120] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:14:00.809 [WARN - Thread-120] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:14:00.991 [INFO - Thread-120] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
14:14:00.992 [INFO - Thread-120] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1f09bab9, with PersistenceManager: null will be shutdown
14:14:00.992 [INFO - Thread-120] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1f09bab9, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7ac6981e created in the thread with id: 174
14:14:00.993 [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
14:14:00.994 [INFO - Thread-120] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1f09bab9
14:14:01.088 [INFO - Thread-120] (HMSHandler.java:595) Started creating a default database with name: default
14:14:01.101 [INFO - Thread-120] (HMSHandler.java:605) Successfully created a default database with name: default
14:14:01.120 [INFO - Thread-120] (HMSHandler.java:668) Added admin role in metastore
14:14:01.121 [INFO - Thread-120] (HMSHandler.java:677) Added public role in metastore
14:14:01.144 [INFO - Thread-120] (HMSHandler.java:717) No user is added in admin role, since config is empty
14:14:01.144 [INFO - Thread-120] (HMSHandler.java:404) HMS server filtering is disabled by configuration
14:14:01.144 [INFO - Thread-120] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
14:14:01.145 [INFO - Thread-120] (HiveMetaStore.java:697) Direct SQL optimization = true
14:14:01.145 [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)
14:14:01.145 [INFO - Thread-120] (HiveMetaStore.java:632) Started the new metaserver on port [33513]...
14:14:01.145 [INFO - Thread-120] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
14:14:01.145 [INFO - Thread-120] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
14:14:01.145 [INFO - Thread-120] (HiveMetaStore.java:635) TCP keepalive = true
14:14:01.145 [INFO - Thread-120] (HiveMetaStore.java:636) Enable SSL = false
14:14:01.701 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:14:01.701 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:14:01.702 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:14:01.704 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
14:14:01.704 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:33513]
14:14:01.705 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:33513) in binary transport mode
14:14:01.705 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:33513) current connections: 1
14:14:01.706 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskwESYcI/test-tmp
14:14:01.707 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
14:14:01.707 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskwESYcI/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
14:14:01.710 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:33513"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

14:14:01.825 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:14:01.825 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

14:14:01.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:01.826944 10186 mini_oidc.cc:150] Starting JWKS server
14:14:01.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:01.828652 10186 webserver.cc:533] Webserver started at http://127.0.0.1:36545/ using document root <none> and password file <none>
14:14:01.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:01.828840 10186 mini_oidc.cc:186] Starting OIDC Discovery server
14:14:01.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:01.829126 10186 webserver.cc:533] Webserver started at http://127.0.0.1:36519/ using document root <none> and password file <none>
14:14:01.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:14:01Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
14:14:01.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:14:01Z Disabled control of system clock
14:14:01.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:01.853296 10186 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:14:01.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:14:01.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-0/wal
14:14:01.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-0/data
14:14:01.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:14:01.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:14:01.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:14:01.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:14:01.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:14:01.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:14:01.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-0/logs
14:14:01.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-0/data/info.pb
14:14:01.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:14:01.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:14:01.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:14:01.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:14:01.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:14:01.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:14:01.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:14:01.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:14:01.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:14:01.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:14:01.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:14:01.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:14:01.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.242.190:44501
14:14:01.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.242.190
14:14:01.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:14:01.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.242.148:39763
14:14:01.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:14:01.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:14:01.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:14:01.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:14:01.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.242.190:44501,127.9.242.189:39205,127.9.242.188:44593
14:14:01.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:14:01.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36545/jwks.json
14:14:01.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33513 with env {}
14:14:01.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:01.955626 10197 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:14:01.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:01.955873 10197 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:14:01.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:01.955936 10197 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:14:01.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:01.959611 10197 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:14:01.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:01.959686 10197 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:14:01.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:01.959714 10197 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:14:01.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:01.959738 10197 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:14:01.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:01.959761 10197 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:14:01.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:01.959777 10197 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36545/jwks.json
14:14:01.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:01.965101 10197 master_runner.cc:387] Master server non-default flags:
14:14:01.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:14:01.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.242.148:39763
14:14:01.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:14:01.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:14:01.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-0/data
14:14:01.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-0/wal
14:14:01.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33513
14:14:01.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:14:01.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.242.190:44501,127.9.242.189:39205,127.9.242.188:44593
14:14:01.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:14:01.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:14:01.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:14:01.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.242.190:44501
14:14:01.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:14:01.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:14:01.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:14:01.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36545/jwks.json
14:14:01.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:14:01.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:14:01.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-0/data/info.pb
14:14:01.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.242.190
14:14:01.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:14:01.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:14:01.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.10197
14:14:01.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:14:01.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:14:01.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:14:01.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:14:01.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-0/logs
14:14:01.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:14:01.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:14:01.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:14:01.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:14:01.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:14:01.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:14:01.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:14:01.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:25 UTC on bdcb31816ec0
14:14:01.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16861
14:14:01.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:01.967128 10197 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:14:01.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:01.968400 10197 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:14:01.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:01.974026 10202 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
14:14:01.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:01.974081 10197 server_base.cc:1061] running on GCE node
14:14:01.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:01.974092 10203 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
14:14:01.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:01.974093 10205 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
14:14:01.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:01.974748 10197 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:14:01.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:01.975585 10197 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:14:01.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:01.976771 10197 hybrid_clock.cc:648] HybridClock initialized: now 1783520041976760 us; error 30 us; skew 500 ppm
14:14:01.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:01.978782 10197 webserver.cc:533] Webserver started at http://127.9.242.190:42301/ using document root <none> and password file <none>
14:14:01.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:01.979343 10197 fs_manager.cc:362] Metadata directory not provided
14:14:01.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:01.979395 10197 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:14:01.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:01.979549 10197 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:14:01.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:01.981060 10197 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-0/data/instance:
14:14:01.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0eb38cf5a7c241feb74cc014799ab9b7"
14:14:01.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:14:01 on dist-test-slave-hxsj"
14:14:01.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:01.981477 10197 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-0/wal/instance:
14:14:01.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0eb38cf5a7c241feb74cc014799ab9b7"
14:14:01.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:14:01 on dist-test-slave-hxsj"
14:14:01.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:01.984944 10197 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
14:14:01.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:01.987226 10211 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:14:01.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:01.988260 10197 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
14:14:01.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:01.988374 10197 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-0/data,/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-0/wal
14:14:01.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0eb38cf5a7c241feb74cc014799ab9b7"
14:14:01.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:14:01 on dist-test-slave-hxsj"
14:14:01.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:01.988451 10197 fs_report.cc:389] FS layout report
14:14:01.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:14:01.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-0/wal
14:14:01.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-0/wal
14:14:01.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-0/data/data
14:14:01.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:14:01.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:14:01.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:14:01.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:14:01.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:14:01.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:14:01.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:14:01.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:14:01.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:14:01.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:14:01.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:14:02.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.017478 10197 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:14:02.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.018220 10197 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
14:14:02.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.018416 10197 kserver.cc:163] Server-wide thread pool size limit: 3276
14:14:02.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.027740 10263 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.242.190:44501 every 8 connection(s)
14:14:02.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.027741 10197 rpc_server.cc:307] RPC server started. Bound to: 127.9.242.190:44501
14:14:02.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.028980 10197 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-0/data/info.pb
14:14:02.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.031931 10264 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:14:02.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.034924 10264 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.242.190" port: 44501 } has no permanent_uuid. Determining permanent_uuid...
14:14:02.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.039530 10186 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskwESYcI/build/debug/bin/kudu as pid 10197
14:14:02.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.039692 10186 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-0/wal/instance
14:14:02.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.041155 10186 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:14:02.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:14:02.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-1/wal
14:14:02.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-1/data
14:14:02.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:14:02.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:14:02.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:14:02.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:14:02.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:14:02.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:14:02.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-1/logs
14:14:02.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-1/data/info.pb
14:14:02.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:14:02.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:14:02.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:14:02.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:14:02.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:14:02.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:14:02.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:14:02.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:14:02.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:14:02.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:14:02.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:14:02.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:14:02.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.242.189:39205
14:14:02.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.242.189
14:14:02.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:14:02.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.242.148:39763
14:14:02.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:14:02.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:14:02.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:14:02.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:14:02.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.242.190:44501,127.9.242.189:39205,127.9.242.188:44593
14:14:02.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:14:02.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36545/jwks.json
14:14:02.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33513 with env {}
14:14:02.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.050287 10264 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.242.189" port: 39205 } has no permanent_uuid. Determining permanent_uuid...
14:14:02.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.051357 10212 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.9.242.189:39205: connect: Connection refused (error 111)
14:14:02.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.052630 10264 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.242.189:39205: Network error: Client connection negotiation failed: client connection to 127.9.242.189:39205: connect: Connection refused (error 111)
14:14:02.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.101917 10264 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.242.189" port: 39205 } attempt: 1
14:14:02.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.103574 10264 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.242.189:39205: Network error: Client connection negotiation failed: client connection to 127.9.242.189:39205: connect: Connection refused (error 111)
14:14:02.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.145241 10267 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:14:02.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.145478 10267 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:14:02.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.145522 10267 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:14:02.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.148903 10267 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:14:02.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.148970 10267 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:14:02.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.148991 10267 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:14:02.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.149008 10267 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:14:02.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.149025 10267 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:14:02.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.149039 10267 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36545/jwks.json
14:14:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.153002 10267 master_runner.cc:387] Master server non-default flags:
14:14:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:14:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.242.148:39763
14:14:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:14:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:14:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-1/data
14:14:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-1/wal
14:14:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33513
14:14:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:14:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.242.190:44501,127.9.242.189:39205,127.9.242.188:44593
14:14:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:14:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:14:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:14:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.242.189:39205
14:14:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:14:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:14:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:14:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36545/jwks.json
14:14:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:14:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:14:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-1/data/info.pb
14:14:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.242.189
14:14:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:14:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:14:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.10267
14:14:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:14:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:14:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:14:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:14:02.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-1/logs
14:14:02.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:14:02.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:14:02.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:14:02.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:14:02.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:14:02.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:14:02.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:14:02.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:25 UTC on bdcb31816ec0
14:14:02.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16861
14:14:02.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.154110 10267 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:14:02.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.155117 10267 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:14:02.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.160838 10273 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
14:14:02.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.160883 10267 server_base.cc:1061] running on GCE node
14:14:02.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.160975 10276 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
14:14:02.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.160838 10274 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
14:14:02.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.162019 10267 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:14:02.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.163136 10267 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:14:02.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.164319 10267 hybrid_clock.cc:648] HybridClock initialized: now 1783520042164307 us; error 38 us; skew 500 ppm
14:14:02.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.167127 10267 webserver.cc:533] Webserver started at http://127.9.242.189:33791/ using document root <none> and password file <none>
14:14:02.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.167863 10267 fs_manager.cc:362] Metadata directory not provided
14:14:02.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.167948 10267 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:14:02.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.168169 10267 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:14:02.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.170254 10267 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-1/data/instance:
14:14:02.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7aa7e7623af8452c9a1768b6890967f4"
14:14:02.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:14:02 on dist-test-slave-hxsj"
14:14:02.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.170871 10267 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-1/wal/instance:
14:14:02.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7aa7e7623af8452c9a1768b6890967f4"
14:14:02.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:14:02 on dist-test-slave-hxsj"
14:14:02.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.171787 10264 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.242.189" port: 39205 } attempt: 2
14:14:02.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.173418 10264 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.242.189:39205: Network error: Client connection negotiation failed: client connection to 127.9.242.189:39205: connect: Connection refused (error 111)
14:14:02.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.175122 10267 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
14:14:02.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.177989 10282 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:14:02.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.179394 10267 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
14:14:02.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.179505 10267 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-1/data,/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-1/wal
14:14:02.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7aa7e7623af8452c9a1768b6890967f4"
14:14:02.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:14:02 on dist-test-slave-hxsj"
14:14:02.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.179586 10267 fs_report.cc:389] FS layout report
14:14:02.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:14:02.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-1/wal
14:14:02.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-1/wal
14:14:02.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-1/data/data
14:14:02.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:14:02.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:14:02.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:14:02.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:14:02.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:14:02.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:14:02.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:14:02.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:14:02.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:14:02.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:14:02.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:14:02.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.198820 10267 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:14:02.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.199510 10267 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
14:14:02.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.199672 10267 kserver.cc:163] Server-wide thread pool size limit: 3276
14:14:02.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.206955 10267 rpc_server.cc:307] RPC server started. Bound to: 127.9.242.189:39205
14:14:02.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.207116 10334 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.242.189:39205 every 8 connection(s)
14:14:02.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.208086 10267 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-1/data/info.pb
14:14:02.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.211006 10335 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:14:02.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.213814 10335 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.242.190" port: 44501 } has no permanent_uuid. Determining permanent_uuid...
14:14:02.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.217576 10186 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskwESYcI/build/debug/bin/kudu as pid 10267
14:14:02.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.217680 10186 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-1/wal/instance
14:14:02.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.218359 10186 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:14:02.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:14:02.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-2/wal
14:14:02.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-2/data
14:14:02.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:14:02.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:14:02.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:14:02.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:14:02.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:14:02.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:14:02.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-2/logs
14:14:02.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-2/data/info.pb
14:14:02.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:14:02.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:14:02.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:14:02.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:14:02.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:14:02.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:14:02.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:14:02.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:14:02.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:14:02.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:14:02.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:14:02.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:14:02.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.242.188:44593
14:14:02.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.242.188
14:14:02.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:14:02.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.242.148:39763
14:14:02.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:14:02.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:14:02.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:14:02.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:14:02.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.242.190:44501,127.9.242.189:39205,127.9.242.188:44593
14:14:02.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:14:02.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36545/jwks.json
14:14:02.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33513 with env {}
14:14:02.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.223187 10335 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.242.189" port: 39205 } has no permanent_uuid. Determining permanent_uuid...
14:14:02.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.231627 10335 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.242.188" port: 44593 } has no permanent_uuid. Determining permanent_uuid...
14:14:02.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.232825 10284 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.9.242.188:44593: connect: Connection refused (error 111)
14:14:02.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.233901 10335 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.242.188:44593: Network error: Client connection negotiation failed: client connection to 127.9.242.188:44593: connect: Connection refused (error 111)
14:14:02.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.264626 10264 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.242.189" port: 39205 } attempt: 3
14:14:02.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.269840 10264 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.242.188" port: 44593 } has no permanent_uuid. Determining permanent_uuid...
14:14:02.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.271842 10264 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.242.188:44593: Network error: Client connection negotiation failed: client connection to 127.9.242.188:44593: connect: Connection refused (error 111)
14:14:02.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.283125 10335 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.242.188" port: 44593 } attempt: 1
14:14:02.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.284782 10335 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.242.188:44593: Network error: Client connection negotiation failed: client connection to 127.9.242.188:44593: connect: Connection refused (error 111)
14:14:02.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.303133 10264 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.242.188" port: 44593 } attempt: 1
14:14:02.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.305202 10264 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.242.188:44593: Network error: Client connection negotiation failed: client connection to 127.9.242.188:44593: connect: Connection refused (error 111)
14:14:02.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.339870 10337 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:14:02.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.340132 10337 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:14:02.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.340195 10337 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:14:02.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.343761 10337 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:14:02.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.343837 10337 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:14:02.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.343863 10337 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:14:02.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.343886 10337 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:14:02.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.343909 10337 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:14:02.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.343925 10337 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36545/jwks.json
14:14:02.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.348748 10337 master_runner.cc:387] Master server non-default flags:
14:14:02.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:14:02.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.242.148:39763
14:14:02.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:14:02.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:14:02.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-2/data
14:14:02.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-2/wal
14:14:02.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33513
14:14:02.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:14:02.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.242.190:44501,127.9.242.189:39205,127.9.242.188:44593
14:14:02.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:14:02.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:14:02.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:14:02.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.242.188:44593
14:14:02.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:14:02.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:14:02.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:14:02.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36545/jwks.json
14:14:02.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:14:02.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:14:02.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-2/data/info.pb
14:14:02.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.242.188
14:14:02.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:14:02.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:14:02.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.10337
14:14:02.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:14:02.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:14:02.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:14:02.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:14:02.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-2/logs
14:14:02.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:14:02.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:14:02.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:14:02.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:14:02.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:14:02.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:14:02.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:14:02.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:25 UTC on bdcb31816ec0
14:14:02.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16861
14:14:02.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.350262 10337 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:14:02.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.351670 10337 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:14:02.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.353009 10335 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.242.188" port: 44593 } attempt: 2
14:14:02.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.354620 10335 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.242.188:44593: Network error: Client connection negotiation failed: client connection to 127.9.242.188:44593: connect: Connection refused (error 111)
14:14:02.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.358207 10344 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
14:14:02.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.358222 10345 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
14:14:02.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.358588 10337 server_base.cc:1061] running on GCE node
14:14:02.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.358222 10347 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
14:14:02.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.359869 10337 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:14:02.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.361467 10337 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:14:02.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.362684 10337 hybrid_clock.cc:648] HybridClock initialized: now 1783520042362628 us; error 101 us; skew 500 ppm
14:14:02.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.365046 10337 webserver.cc:533] Webserver started at http://127.9.242.188:35591/ using document root <none> and password file <none>
14:14:02.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.365754 10337 fs_manager.cc:362] Metadata directory not provided
14:14:02.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.365871 10337 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:14:02.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.366087 10337 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:14:02.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.368155 10337 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-2/data/instance:
14:14:02.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6122013e496d43468b9b12b9a42c13a4"
14:14:02.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:14:02 on dist-test-slave-hxsj"
14:14:02.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.368767 10337 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-2/wal/instance:
14:14:02.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6122013e496d43468b9b12b9a42c13a4"
14:14:02.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:14:02 on dist-test-slave-hxsj"
14:14:02.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.372617 10337 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.006s
14:14:02.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.374826 10353 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:14:02.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.375779 10337 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
14:14:02.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.375892 10337 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-2/data,/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-2/wal
14:14:02.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6122013e496d43468b9b12b9a42c13a4"
14:14:02.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:14:02 on dist-test-slave-hxsj"
14:14:02.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.375993 10337 fs_report.cc:389] FS layout report
14:14:02.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:14:02.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-2/wal
14:14:02.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-2/wal
14:14:02.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-2/data/data
14:14:02.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:14:02.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:14:02.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:14:02.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:14:02.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:14:02.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:14:02.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:14:02.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:14:02.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:14:02.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:14:02.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:14:02.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.380409 10264 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.242.188" port: 44593 } attempt: 2
14:14:02.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.381807 10264 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.242.188:44593: Network error: Client connection negotiation failed: client connection to 127.9.242.188:44593: connect: Connection refused (error 111)
14:14:02.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.397985 10337 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:14:02.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.398653 10337 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
14:14:02.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.398794 10337 kserver.cc:163] Server-wide thread pool size limit: 3276
14:14:02.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.406383 10337 rpc_server.cc:307] RPC server started. Bound to: 127.9.242.188:44593
14:14:02.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.406430 10405 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.242.188:44593 every 8 connection(s)
14:14:02.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.407577 10337 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-2/data/info.pb
14:14:02.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.410725 10406 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:14:02.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.413746 10406 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.242.190" port: 44501 } has no permanent_uuid. Determining permanent_uuid...
14:14:02.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.415208 10186 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskwESYcI/build/debug/bin/kudu as pid 10337
14:14:02.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.415323 10186 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster4092095058960032822/master-2/wal/instance
14:14:02.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.423062 10406 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.242.189" port: 39205 } has no permanent_uuid. Determining permanent_uuid...
14:14:02.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.428634 10406 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.242.188" port: 44593 } has no permanent_uuid. Determining permanent_uuid...
14:14:02.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.436453 10406 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6122013e496d43468b9b12b9a42c13a4: Bootstrap starting.
14:14:02.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.439458 10186 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
14:14:02.440 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:14:02.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.440464 10406 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6122013e496d43468b9b12b9a42c13a4: Neither blocks nor log segments found. Creating new log.
14:14:02.440 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

14:14:02.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.441646 10406 log.cc:826] T 00000000000000000000000000000000 P 6122013e496d43468b9b12b9a42c13a4: Log is configured to *not* fsync() on all Append() calls
14:14:02.441 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.9.242.190"
      port: 44501
    }
    bound_http_address {
      host: "127.9.242.190"
      port: 42301
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.9.242.189"
      port: 39205
    }
    bound_http_address {
      host: "127.9.242.189"
      port: 33791
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.9.242.188"
      port: 44593
    }
    bound_http_address {
      host: "127.9.242.188"
      port: 35591
    }
  }
}

14:14:02.442 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

14:14:02.442 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:14:02.443 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
14:14:02.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.443552 10186 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskwESYcI/build/debug/bin/kudu with pid 10197
14:14:02.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.444042 10406 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6122013e496d43468b9b12b9a42c13a4: No bootstrap required, opened a new log
14:14:02.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.445950 10335 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.242.188" port: 44593 } attempt: 3
14:14:02.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.447933 10406 raft_consensus.cc:359] T 00000000000000000000000000000000 P 6122013e496d43468b9b12b9a42c13a4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eb38cf5a7c241feb74cc014799ab9b7" member_type: VOTER last_known_addr { host: "127.9.242.190" port: 44501 } } peers { permanent_uuid: "7aa7e7623af8452c9a1768b6890967f4" member_type: VOTER last_known_addr { host: "127.9.242.189" port: 39205 } } peers { permanent_uuid: "6122013e496d43468b9b12b9a42c13a4" member_type: VOTER last_known_addr { host: "127.9.242.188" port: 44593 } }
14:14:02.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.448195 10406 raft_consensus.cc:385] T 00000000000000000000000000000000 P 6122013e496d43468b9b12b9a42c13a4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:14:02.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.448248 10406 raft_consensus.cc:740] T 00000000000000000000000000000000 P 6122013e496d43468b9b12b9a42c13a4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6122013e496d43468b9b12b9a42c13a4, State: Initialized, Role: FOLLOWER
14:14:02.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.448812 10406 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6122013e496d43468b9b12b9a42c13a4 [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: "0eb38cf5a7c241feb74cc014799ab9b7" member_type: VOTER last_known_addr { host: "127.9.242.190" port: 44501 } } peers { permanent_uuid: "7aa7e7623af8452c9a1768b6890967f4" member_type: VOTER last_known_addr { host: "127.9.242.189" port: 39205 } } peers { permanent_uuid: "6122013e496d43468b9b12b9a42c13a4" member_type: VOTER last_known_addr { host: "127.9.242.188" port: 44593 } }
14:14:02.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.449740 10186 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskwESYcI/build/debug/bin/kudu with pid 10267
14:14:02.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.450307 10411 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6122013e496d43468b9b12b9a42c13a4 [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: "0eb38cf5a7c241feb74cc014799ab9b7" member_type: VOTER last_known_addr { host: "127.9.242.190" port: 44501 } } peers { permanent_uuid: "7aa7e7623af8452c9a1768b6890967f4" member_type: VOTER last_known_addr { host: "127.9.242.189" port: 39205 } } peers { permanent_uuid: "6122013e496d43468b9b12b9a42c13a4" member_type: VOTER last_known_addr { host: "127.9.242.188" port: 44593 } } }
14:14:02.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.450518 10406 sys_catalog.cc:565] T 00000000000000000000000000000000 P 6122013e496d43468b9b12b9a42c13a4 [sys.catalog]: configured and running, proceeding with master startup.
14:14:02.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.450693 10411 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6122013e496d43468b9b12b9a42c13a4 [sys.catalog]: This master's current role is: FOLLOWER
14:14:02.456 [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=	
14:14:02.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:02.456182 10408 negotiation.cc:336] Failed RPC negotiation. Trace:
14:14:02.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 14:14:02.447111 (+     0us) reactor.cc:730] Submitting negotiation task for server connection from 127.0.0.1:39614 (local address 127.9.242.188:44593)
14:14:02.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 14:14:02.447247 (+   136us) server_negotiation.cc:207] Beginning negotiation
14:14:02.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 14:14:02.447251 (+     4us) server_negotiation.cc:400] Waiting for connection header
14:14:02.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 14:14:02.447264 (+    13us) server_negotiation.cc:408] Connection header received
14:14:02.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 14:14:02.447308 (+    44us) server_negotiation.cc:366] Received NEGOTIATE NegotiatePB request
14:14:02.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 14:14:02.447310 (+     2us) server_negotiation.cc:462] Received NEGOTIATE request from client
14:14:02.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 14:14:02.447358 (+    48us) server_negotiation.cc:378] Sending NEGOTIATE NegotiatePB response
14:14:02.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 14:14:02.447462 (+   104us) server_negotiation.cc:227] Negotiated authn=SASL
14:14:02.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 14:14:02.447832 (+   370us) server_negotiation.cc:366] Received TLS_HANDSHAKE NegotiatePB request
14:14:02.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 14:14:02.448375 (+   543us) server_negotiation.cc:378] Sending TLS_HANDSHAKE NegotiatePB response
14:14:02.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 14:14:02.450374 (+  1999us) server_negotiation.cc:366] Received TLS_HANDSHAKE NegotiatePB request
14:14:02.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 14:14:02.450632 (+   258us) server_negotiation.cc:658] Negotiated auth-only TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 TLSv1.3 Kx=any Au=any Enc=AESGCM(128) Mac=AEAD
14:14:02.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 14:14:02.455545 (+  4913us) negotiation.cc:326] Negotiation complete: Network error: Server connection negotiation failed: server connection from 127.0.0.1:39614: BlockingRecv error: recv got EOF from 127.0.0.1:39614 (error 108)
14:14:02.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {"server-negotiator.queue_time_us":44}
14:14:02.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:02.456911 10186 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskwESYcI/build/debug/bin/kudu with pid 10337
14:14:02.461 [ERROR - Metastore-Handler-Pool: Thread-197] (TThreadPoolServer.java:260) Thrift Error occurred during processing of message.
org.apache.thrift.transport.TTransportException: java.net.SocketException: Connection reset
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:181)
	at org.apache.thrift.transport.TTransport.readAll(TTransport.java:109)
	at org.apache.hadoop.hive.metastore.security.TFilterTransport.readAll(TFilterTransport.java:63)
	at org.apache.thrift.protocol.TBinaryProtocol.readAll(TBinaryProtocol.java:464)
	at org.apache.thrift.protocol.TBinaryProtocol.readI32(TBinaryProtocol.java:362)
	at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:245)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:76)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:328)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:355)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:808)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
	at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:343)
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:177)
	... 10 more
14:14:02.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:14:02Z chronyd exiting
.14:14:02.503 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:14:02.504 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:14:02.504 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:14:02.523 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive17064654640158777753
14:14:02.524 [INFO - Thread-137] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
14:14:02.524 [INFO - Thread-137] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
14:14:02.525 [INFO - Thread-137] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:14:02.526 [INFO - Thread-137] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:14:02.526 [INFO - Thread-137] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
14:14:02.526 [INFO - Thread-137] (HikariDataSource.java:350) objectstore - Shutdown initiated...
14:14:02.527 [INFO - Thread-137] (HikariDataSource.java:352) objectstore - Shutdown completed.
14:14:02.527 [INFO - Thread-137] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
14:14:02.528 [INFO - Thread-137] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
14:14:02.529 [INFO - Thread-137] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
14:14:02.530 [INFO - Thread-137] (HikariDataSource.java:80) objectstore - Starting...
14:14:02.592 [INFO - Thread-137] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:14:02.592 [INFO - Thread-137] (HikariDataSource.java:82) objectstore - Start completed.
14:14:02.593 [INFO - Thread-137] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
14:14:02.594 [INFO - Thread-137] (HikariDataSource.java:80) objectstore-secondary - Starting...
14:14:02.595 [INFO - Thread-137] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:14:02.596 [INFO - Thread-137] (HikariDataSource.java:82) objectstore-secondary - Start completed.
14:14:02.605 [INFO - Thread-137] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
14:14:02.605 [INFO - Thread-137] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
14:14:02.605 [INFO - Thread-137] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
14:14:02.623 [WARN - Thread-137] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:14:02.624 [WARN - Thread-137] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:14:02.624 [WARN - Thread-137] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:14:02.624 [WARN - Thread-137] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:14:02.624 [WARN - Thread-137] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:14:02.624 [WARN - Thread-137] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:14:02.750 [INFO - Thread-137] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
14:14:02.750 [INFO - Thread-137] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4bb42958, with PersistenceManager: null will be shutdown
14:14:02.751 [INFO - Thread-137] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4bb42958, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@25c43dc5 created in the thread with id: 198
14:14:02.751 [WARN - Thread-137] (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
14:14:02.752 [INFO - Thread-137] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4bb42958
14:14:02.820 [INFO - Thread-137] (HMSHandler.java:595) Started creating a default database with name: default
14:14:02.832 [INFO - Thread-137] (HMSHandler.java:605) Successfully created a default database with name: default
14:14:02.850 [INFO - Thread-137] (HMSHandler.java:668) Added admin role in metastore
14:14:02.851 [INFO - Thread-137] (HMSHandler.java:677) Added public role in metastore
14:14:02.870 [INFO - Thread-137] (HMSHandler.java:717) No user is added in admin role, since config is empty
14:14:02.871 [INFO - Thread-137] (HMSHandler.java:404) HMS server filtering is disabled by configuration
14:14:02.871 [INFO - Thread-137] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
14:14:02.872 [INFO - Thread-137] (HiveMetaStore.java:697) Direct SQL optimization = true
14:14:02.872 [WARN - Thread-137] (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)
14:14:02.872 [INFO - Thread-137] (HiveMetaStore.java:632) Started the new metaserver on port [42147]...
14:14:02.872 [INFO - Thread-137] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
14:14:02.872 [INFO - Thread-137] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
14:14:02.872 [INFO - Thread-137] (HiveMetaStore.java:635) TCP keepalive = true
14:14:02.872 [INFO - Thread-137] (HiveMetaStore.java:636) Enable SSL = false
14:14:03.525 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:14:03.526 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:14:03.526 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:14:03.528 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
14:14:03.528 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:42147]
14:14:03.528 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:42147) in binary transport mode
14:14:03.528 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:42147) current connections: 1
14:14:03.529 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskwESYcI/test-tmp
14:14:03.530 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
14:14:03.530 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskwESYcI/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
14:14:03.534 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

14:14:03.643 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:14:03.643 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

14:14:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.644692 10449 mini_oidc.cc:150] Starting JWKS server
14:14:03.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.646252 10449 webserver.cc:533] Webserver started at http://127.0.0.1:39267/ using document root <none> and password file <none>
14:14:03.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.646384 10449 mini_oidc.cc:186] Starting OIDC Discovery server
14:14:03.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.646582 10449 webserver.cc:533] Webserver started at http://127.0.0.1:34369/ using document root <none> and password file <none>
14:14:03.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:14:03Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
14:14:03.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:14:03Z Disabled control of system clock
14:14:03.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.659600 10449 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:14:03.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:14:03.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-0/wal
14:14:03.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-0/data
14:14:03.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:14:03.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:14:03.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:14:03.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:14:03.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:14:03.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:14:03.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-0/logs
14:14:03.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-0/data/info.pb
14:14:03.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:14:03.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:14:03.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:14:03.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:14:03.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:14:03.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:14:03.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:14:03.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:14:03.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:14:03.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:14:03.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:14:03.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:14:03.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.52.126:42387
14:14:03.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.52.126
14:14:03.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:14:03.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.52.84:34533
14:14:03.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:14:03.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:14:03.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:14:03.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:14:03.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.52.126:42387,127.10.52.125:41155,127.10.52.124:41283
14:14:03.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:14:03.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39267/jwks.json with env {}
14:14:03.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:03.758615 10460 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:14:03.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:03.758850 10460 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:14:03.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:03.758913 10460 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:14:03.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:03.762416 10460 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:14:03.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:03.762478 10460 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:14:03.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:03.762506 10460 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:14:03.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:03.762529 10460 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:14:03.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:03.762552 10460 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:14:03.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:03.762567 10460 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39267/jwks.json
14:14:03.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.766660 10460 master_runner.cc:387] Master server non-default flags:
14:14:03.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:14:03.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.52.84:34533
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-0/data
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-0/wal
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.52.126:42387,127.10.52.125:41155,127.10.52.124:41283
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.52.126:42387
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39267/jwks.json
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-0/data/info.pb
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.52.126
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.10460
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-0/logs
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:14:03.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:25 UTC on bdcb31816ec0
14:14:03.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16861
14:14:03.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.768023 10460 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:14:03.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.769136 10460 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:14:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:03.774111 10465 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
14:14:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.774230 10460 server_base.cc:1061] running on GCE node
14:14:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:03.774120 10468 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
14:14:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:03.774190 10466 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
14:14:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.774843 10460 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:14:03.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.775640 10460 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:14:03.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.776796 10460 hybrid_clock.cc:648] HybridClock initialized: now 1783520043776780 us; error 27 us; skew 500 ppm
14:14:03.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.778467 10460 webserver.cc:533] Webserver started at http://127.10.52.126:39829/ using document root <none> and password file <none>
14:14:03.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.778997 10460 fs_manager.cc:362] Metadata directory not provided
14:14:03.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.779053 10460 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:14:03.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.779268 10460 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:14:03.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.780761 10460 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-0/data/instance:
14:14:03.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7263990da88042318b5f326be7197224"
14:14:03.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:14:03 on dist-test-slave-hxsj"
14:14:03.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.781270 10460 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-0/wal/instance:
14:14:03.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7263990da88042318b5f326be7197224"
14:14:03.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:14:03 on dist-test-slave-hxsj"
14:14:03.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.784577 10460 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
14:14:03.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.786608 10474 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:14:03.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.787514 10460 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
14:14:03.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.787616 10460 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-0/data,/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-0/wal
14:14:03.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7263990da88042318b5f326be7197224"
14:14:03.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:14:03 on dist-test-slave-hxsj"
14:14:03.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.787719 10460 fs_report.cc:389] FS layout report
14:14:03.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:14:03.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-0/wal
14:14:03.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-0/wal
14:14:03.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-0/data/data
14:14:03.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:14:03.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:14:03.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:14:03.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:14:03.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:14:03.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:14:03.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:14:03.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:14:03.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:14:03.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:14:03.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:14:03.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.804984 10460 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:14:03.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.805665 10460 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
14:14:03.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.805863 10460 kserver.cc:163] Server-wide thread pool size limit: 3276
14:14:03.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.812525 10460 rpc_server.cc:307] RPC server started. Bound to: 127.10.52.126:42387
14:14:03.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.812525 10526 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.52.126:42387 every 8 connection(s)
14:14:03.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.813468 10460 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-0/data/info.pb
14:14:03.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.814671 10449 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskwESYcI/build/debug/bin/kudu as pid 10460
14:14:03.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.814780 10449 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-0/wal/instance
14:14:03.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.815977 10449 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:14:03.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:14:03.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-1/wal
14:14:03.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-1/data
14:14:03.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:14:03.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:14:03.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:14:03.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:14:03.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:14:03.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:14:03.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-1/logs
14:14:03.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-1/data/info.pb
14:14:03.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:14:03.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:14:03.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:14:03.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:14:03.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:14:03.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:14:03.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:14:03.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:14:03.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:14:03.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:14:03.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:14:03.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:14:03.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.52.125:41155
14:14:03.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.52.125
14:14:03.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:14:03.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.52.84:34533
14:14:03.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:14:03.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:14:03.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:14:03.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:14:03.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.52.126:42387,127.10.52.125:41155,127.10.52.124:41283
14:14:03.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:14:03.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39267/jwks.json with env {}
14:14:03.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.816152 10527 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:14:03.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.819069 10527 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.52.126" port: 42387 } has no permanent_uuid. Determining permanent_uuid...
14:14:03.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.828783 10527 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.52.125" port: 41155 } has no permanent_uuid. Determining permanent_uuid...
14:14:03.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:03.829576 10476 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.10.52.125:41155: connect: Connection refused (error 111)
14:14:03.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:03.830423 10527 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.52.125:41155: Network error: Client connection negotiation failed: client connection to 127.10.52.125:41155: connect: Connection refused (error 111)
14:14:03.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.879696 10527 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.52.125" port: 41155 } attempt: 1
14:14:03.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:03.881116 10527 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.52.125:41155: Network error: Client connection negotiation failed: client connection to 127.10.52.125:41155: connect: Connection refused (error 111)
14:14:03.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:03.916420 10529 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:14:03.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:03.916661 10529 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:14:03.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:03.916707 10529 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:14:03.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:03.920223 10529 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:14:03.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:03.920290 10529 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:14:03.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:03.920310 10529 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:14:03.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:03.920326 10529 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:14:03.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:03.920342 10529 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:14:03.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:03.920356 10529 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39267/jwks.json
14:14:03.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.924389 10529 master_runner.cc:387] Master server non-default flags:
14:14:03.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:14:03.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.52.84:34533
14:14:03.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:14:03.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:14:03.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-1/data
14:14:03.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-1/wal
14:14:03.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:14:03.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.52.126:42387,127.10.52.125:41155,127.10.52.124:41283
14:14:03.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:14:03.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:14:03.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:14:03.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.52.125:41155
14:14:03.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:14:03.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:14:03.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:14:03.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39267/jwks.json
14:14:03.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:14:03.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:14:03.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-1/data/info.pb
14:14:03.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.52.125
14:14:03.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:14:03.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:14:03.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.10529
14:14:03.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:14:03.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:14:03.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:14:03.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:14:03.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-1/logs
14:14:03.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:14:03.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:14:03.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:14:03.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:14:03.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:14:03.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:14:03.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:14:03.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:25 UTC on bdcb31816ec0
14:14:03.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16861
14:14:03.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.925484 10529 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:14:03.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.926781 10529 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:14:03.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:03.932076 10540 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
14:14:03.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:03.932093 10538 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
14:14:03.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:03.932072 10537 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
14:14:03.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.932444 10529 server_base.cc:1061] running on GCE node
14:14:03.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.932860 10529 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:14:03.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.934403 10529 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:14:03.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.935592 10529 hybrid_clock.cc:648] HybridClock initialized: now 1783520043935627 us; error 111 us; skew 500 ppm
14:14:03.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.937484 10529 webserver.cc:533] Webserver started at http://127.10.52.125:36227/ using document root <none> and password file <none>
14:14:03.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.938373 10529 fs_manager.cc:362] Metadata directory not provided
14:14:03.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.938485 10529 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:14:03.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.938709 10529 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:14:03.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.940762 10529 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-1/data/instance:
14:14:03.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "484b78409b3749a7bf1e69399fefcab3"
14:14:03.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:14:03 on dist-test-slave-hxsj"
14:14:03.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.941323 10529 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-1/wal/instance:
14:14:03.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "484b78409b3749a7bf1e69399fefcab3"
14:14:03.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:14:03 on dist-test-slave-hxsj"
14:14:03.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.945842 10529 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.008s	sys 0.000s
14:14:03.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.948158 10546 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:14:03.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.949286 10527 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.52.125" port: 41155 } attempt: 2
14:14:03.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.949434 10529 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
14:14:03.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.949544 10529 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-1/data,/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-1/wal
14:14:03.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "484b78409b3749a7bf1e69399fefcab3"
14:14:03.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:14:03 on dist-test-slave-hxsj"
14:14:03.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.949674 10529 fs_report.cc:389] FS layout report
14:14:03.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:14:03.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-1/wal
14:14:03.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-1/wal
14:14:03.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-1/data/data
14:14:03.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:14:03.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:14:03.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:14:03.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:14:03.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:14:03.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:14:03.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:14:03.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:14:03.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:14:03.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:14:03.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:14:03.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:03.950837 10527 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.52.125:41155: Network error: Client connection negotiation failed: client connection to 127.10.52.125:41155: connect: Connection refused (error 111)
14:14:03.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.972752 10529 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:14:03.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.973373 10529 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
14:14:03.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.973505 10529 kserver.cc:163] Server-wide thread pool size limit: 3276
14:14:03.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.980479 10529 rpc_server.cc:307] RPC server started. Bound to: 127.10.52.125:41155
14:14:03.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.980482 10598 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.52.125:41155 every 8 connection(s)
14:14:03.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.981496 10529 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-1/data/info.pb
14:14:03.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.984261 10599 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:14:03.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.987092 10599 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.52.126" port: 42387 } has no permanent_uuid. Determining permanent_uuid...
14:14:03.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.991024 10449 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskwESYcI/build/debug/bin/kudu as pid 10529
14:14:03.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.991108 10449 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-1/wal/instance
14:14:03.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.991677 10449 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:14:03.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskwESYcI/build/debug/bin/kudu
14:14:03.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-2/wal
14:14:03.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-2/data
14:14:03.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:14:03.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:14:03.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:14:03.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:14:03.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:14:03.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:14:03.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-2/logs
14:14:03.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-2/data/info.pb
14:14:03.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:14:03.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:14:03.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:14:03.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:14:03.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:14:03.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:14:03.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:14:03.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:14:03.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:14:03.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:14:03.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:14:03.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:14:03.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.52.124:41283
14:14:03.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.52.124
14:14:03.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:14:03.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.52.84:34533
14:14:03.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:14:03.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:14:03.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:14:03.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:14:03.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.52.126:42387,127.10.52.125:41155,127.10.52.124:41283
14:14:03.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:14:03.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39267/jwks.json with env {}
14:14:03.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:03.995595 10599 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.52.125" port: 41155 } has no permanent_uuid. Determining permanent_uuid...
14:14:04.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.001799 10599 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.52.124" port: 41283 } has no permanent_uuid. Determining permanent_uuid...
14:14:04.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:04.002586 10548 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.10.52.124:41283: connect: Connection refused (error 111)
14:14:04.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:04.003419 10599 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.52.124:41283: Network error: Client connection negotiation failed: client connection to 127.10.52.124:41283: connect: Connection refused (error 111)
14:14:04.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.041973 10527 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.52.125" port: 41155 } attempt: 3
14:14:04.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.046357 10527 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.52.124" port: 41283 } has no permanent_uuid. Determining permanent_uuid...
14:14:04.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:04.047677 10527 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.52.124:41283: Network error: Client connection negotiation failed: client connection to 127.10.52.124:41283: connect: Connection refused (error 111)
14:14:04.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.052640 10599 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.52.124" port: 41283 } attempt: 1
14:14:04.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:04.054184 10599 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.52.124:41283: Network error: Client connection negotiation failed: client connection to 127.10.52.124:41283: connect: Connection refused (error 111)
14:14:04.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.078857 10527 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.52.124" port: 41283 } attempt: 1
14:14:04.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:04.080878 10527 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.52.124:41283: Network error: Client connection negotiation failed: client connection to 127.10.52.124:41283: connect: Connection refused (error 111)
14:14:04.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:04.096439 10602 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:14:04.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:04.096694 10602 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:14:04.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:04.096758 10602 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:14:04.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:04.100291 10602 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:14:04.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:04.100361 10602 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:14:04.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:04.100389 10602 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:14:04.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:04.100412 10602 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:14:04.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:04.100435 10602 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:14:04.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:04.100452 10602 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39267/jwks.json
14:14:04.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.104586 10602 master_runner.cc:387] Master server non-default flags:
14:14:04.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.52.84:34533
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-2/data
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-2/wal
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.52.126:42387,127.10.52.125:41155,127.10.52.124:41283
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.52.124:41283
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39267/jwks.json
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-2/data/info.pb
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.52.124
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.10602
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-2/logs
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:14:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:25 UTC on bdcb31816ec0
14:14:04.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16861
14:14:04.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.106031 10602 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:14:04.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.107182 10602 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:14:04.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:04.112367 10609 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
14:14:04.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:04.112346 10610 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
14:14:04.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:04.112346 10612 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
14:14:04.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.112565 10602 server_base.cc:1061] running on GCE node
14:14:04.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.113129 10602 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:14:04.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.114080 10602 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:14:04.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.115245 10602 hybrid_clock.cc:648] HybridClock initialized: now 1783520044115233 us; error 26 us; skew 500 ppm
14:14:04.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.116961 10602 webserver.cc:533] Webserver started at http://127.10.52.124:45443/ using document root <none> and password file <none>
14:14:04.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.117513 10602 fs_manager.cc:362] Metadata directory not provided
14:14:04.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.117569 10602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:14:04.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.117825 10602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:14:04.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.119410 10602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-2/data/instance:
14:14:04.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "76b2139becc14e538c6ef107fd3bfa5e"
14:14:04.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:14:04 on dist-test-slave-hxsj"
14:14:04.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.119910 10602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-2/wal/instance:
14:14:04.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "76b2139becc14e538c6ef107fd3bfa5e"
14:14:04.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:14:04 on dist-test-slave-hxsj"
14:14:04.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.122540 10599 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.52.124" port: 41283 } attempt: 2
14:14:04.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.123844 10602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
14:14:04.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:04.124588 10599 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.52.124:41283: Network error: Client connection negotiation failed: client connection to 127.10.52.124:41283: connect: Connection refused (error 111)
14:14:04.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.126288 10618 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:14:04.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.127418 10602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
14:14:04.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.127550 10602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-2/data,/tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-2/wal
14:14:04.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "76b2139becc14e538c6ef107fd3bfa5e"
14:14:04.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:14:04 on dist-test-slave-hxsj"
14:14:04.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.127657 10602 fs_report.cc:389] FS layout report
14:14:04.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:14:04.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-2/wal
14:14:04.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-2/wal
14:14:04.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-2/data/data
14:14:04.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:14:04.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:14:04.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:14:04.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:14:04.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:14:04.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:14:04.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:14:04.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:14:04.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:14:04.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:14:04.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:14:04.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.144519 10602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:14:04.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.145268 10602 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
14:14:04.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.145452 10602 kserver.cc:163] Server-wide thread pool size limit: 3276
14:14:04.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.152523 10670 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.52.124:41283 every 8 connection(s)
14:14:04.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.152523 10602 rpc_server.cc:307] RPC server started. Bound to: 127.10.52.124:41283
14:14:04.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.153654 10602 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-2/data/info.pb
14:14:04.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.156064 10527 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.52.124" port: 41283 } attempt: 2
14:14:04.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.156476 10671 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:14:04.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.157506 10449 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskwESYcI/build/debug/bin/kudu as pid 10602
14:14:04.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.157608 10449 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskwESYcI/test-tmp/mini-kudu-cluster8724342579174597675/master-2/wal/instance
14:14:04.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.160684 10671 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.52.126" port: 42387 } has no permanent_uuid. Determining permanent_uuid...
14:14:04.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.167562 10527 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224: Bootstrap starting.
14:14:04.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.167614 10671 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.52.125" port: 41155 } has no permanent_uuid. Determining permanent_uuid...
14:14:04.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.169785 10527 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224: Neither blocks nor log segments found. Creating new log.
14:14:04.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.170547 10527 log.cc:826] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224: Log is configured to *not* fsync() on all Append() calls
14:14:04.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.171425 10671 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.52.124" port: 41283 } has no permanent_uuid. Determining permanent_uuid...
14:14:04.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.172725 10527 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224: No bootstrap required, opened a new log
14:14:04.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.176378 10527 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7263990da88042318b5f326be7197224" member_type: VOTER last_known_addr { host: "127.10.52.126" port: 42387 } } peers { permanent_uuid: "484b78409b3749a7bf1e69399fefcab3" member_type: VOTER last_known_addr { host: "127.10.52.125" port: 41155 } } peers { permanent_uuid: "76b2139becc14e538c6ef107fd3bfa5e" member_type: VOTER last_known_addr { host: "127.10.52.124" port: 41283 } }
14:14:04.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.176746 10527 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:14:04.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.176924 10527 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7263990da88042318b5f326be7197224, State: Initialized, Role: FOLLOWER
14:14:04.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.177465 10527 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224 [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: "7263990da88042318b5f326be7197224" member_type: VOTER last_known_addr { host: "127.10.52.126" port: 42387 } } peers { permanent_uuid: "484b78409b3749a7bf1e69399fefcab3" member_type: VOTER last_known_addr { host: "127.10.52.125" port: 41155 } } peers { permanent_uuid: "76b2139becc14e538c6ef107fd3bfa5e" member_type: VOTER last_known_addr { host: "127.10.52.124" port: 41283 } }
14:14:04.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.177551 10671 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 76b2139becc14e538c6ef107fd3bfa5e: Bootstrap starting.
14:14:04.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.178617 10678 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224 [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: "7263990da88042318b5f326be7197224" member_type: VOTER last_known_addr { host: "127.10.52.126" port: 42387 } } peers { permanent_uuid: "484b78409b3749a7bf1e69399fefcab3" member_type: VOTER last_known_addr { host: "127.10.52.125" port: 41155 } } peers { permanent_uuid: "76b2139becc14e538c6ef107fd3bfa5e" member_type: VOTER last_known_addr { host: "127.10.52.124" port: 41283 } } }
14:14:04.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.178701 10527 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224 [sys.catalog]: configured and running, proceeding with master startup.
14:14:04.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.179900 10671 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 76b2139becc14e538c6ef107fd3bfa5e: Neither blocks nor log segments found. Creating new log.
14:14:04.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.180553 10671 log.cc:826] T 00000000000000000000000000000000 P 76b2139becc14e538c6ef107fd3bfa5e: Log is configured to *not* fsync() on all Append() calls
14:14:04.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.178916 10678 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224 [sys.catalog]: This master's current role is: FOLLOWER
14:14:04.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.182330 10671 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 76b2139becc14e538c6ef107fd3bfa5e: No bootstrap required, opened a new log
14:14:04.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.182695 10449 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
14:14:04.183 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:14:04.183 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

14:14:04.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.186013 10671 raft_consensus.cc:359] T 00000000000000000000000000000000 P 76b2139becc14e538c6ef107fd3bfa5e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7263990da88042318b5f326be7197224" member_type: VOTER last_known_addr { host: "127.10.52.126" port: 42387 } } peers { permanent_uuid: "484b78409b3749a7bf1e69399fefcab3" member_type: VOTER last_known_addr { host: "127.10.52.125" port: 41155 } } peers { permanent_uuid: "76b2139becc14e538c6ef107fd3bfa5e" member_type: VOTER last_known_addr { host: "127.10.52.124" port: 41283 } }
14:14:04.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.186332 10671 raft_consensus.cc:385] T 00000000000000000000000000000000 P 76b2139becc14e538c6ef107fd3bfa5e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:14:04.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.186496 10671 raft_consensus.cc:740] T 00000000000000000000000000000000 P 76b2139becc14e538c6ef107fd3bfa5e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 76b2139becc14e538c6ef107fd3bfa5e, State: Initialized, Role: FOLLOWER
14:14:04.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:04.186640 10690 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:14:04.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:04.186846 10690 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:14:04.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.187120 10671 consensus_queue.cc:260] T 00000000000000000000000000000000 P 76b2139becc14e538c6ef107fd3bfa5e [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: "7263990da88042318b5f326be7197224" member_type: VOTER last_known_addr { host: "127.10.52.126" port: 42387 } } peers { permanent_uuid: "484b78409b3749a7bf1e69399fefcab3" member_type: VOTER last_known_addr { host: "127.10.52.125" port: 41155 } } peers { permanent_uuid: "76b2139becc14e538c6ef107fd3bfa5e" member_type: VOTER last_known_addr { host: "127.10.52.124" port: 41283 } }
14:14:04.184 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.10.52.126"
      port: 42387
    }
    bound_http_address {
      host: "127.10.52.126"
      port: 39829
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.10.52.125"
      port: 41155
    }
    bound_http_address {
      host: "127.10.52.125"
      port: 36227
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.10.52.124"
      port: 41283
    }
    bound_http_address {
      host: "127.10.52.124"
      port: 45443
    }
  }
}

14:14:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.185791 10460 master_runner.cc:187] Error getting master registration for 127.10.52.125:41155: OK, instance_id { permanent_uuid: "484b78409b3749a7bf1e69399fefcab3" instance_seqno: 1783520043978641 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:14:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.188058 10460 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:14:04.188 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

14:14:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.188411 10671 sys_catalog.cc:565] T 00000000000000000000000000000000 P 76b2139becc14e538c6ef107fd3bfa5e [sys.catalog]: configured and running, proceeding with master startup.
14:14:04.188 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:14:04.189 [INFO - Metastore-Handler-Pool: Thread-219] (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=0418e805-1574-4c8c-933c-da4ec4704637, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.10.52.124:41283,127.10.52.126:42387,127.10.52.125:41155}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:14:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.190725 10692 sys_catalog.cc:455] T 00000000000000000000000000000000 P 76b2139becc14e538c6ef107fd3bfa5e [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: "7263990da88042318b5f326be7197224" member_type: VOTER last_known_addr { host: "127.10.52.126" port: 42387 } } peers { permanent_uuid: "484b78409b3749a7bf1e69399fefcab3" member_type: VOTER last_known_addr { host: "127.10.52.125" port: 41155 } } peers { permanent_uuid: "76b2139becc14e538c6ef107fd3bfa5e" member_type: VOTER last_known_addr { host: "127.10.52.124" port: 41283 } } }
14:14:04.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.190999 10692 sys_catalog.cc:458] T 00000000000000000000000000000000 P 76b2139becc14e538c6ef107fd3bfa5e [sys.catalog]: This master's current role is: FOLLOWER
14:14:04.191 [INFO - Metastore-Handler-Pool: Thread-219] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:14:04.191 [INFO - Metastore-Handler-Pool: Thread-219] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:14:04.192 [INFO - Metastore-Handler-Pool: Thread-219] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@124913e, with PersistenceManager: null will be shutdown
14:14:04.192 [INFO - Metastore-Handler-Pool: Thread-219] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@124913e, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3c2226a8 created in the thread with id: 219
14:14:04.196 [INFO - Metastore-Handler-Pool: Thread-219] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@124913e
14:14:04.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.194279 10602 master_runner.cc:187] Error getting master registration for 127.10.52.125:41155: OK, instance_id { permanent_uuid: "484b78409b3749a7bf1e69399fefcab3" instance_seqno: 1783520043978641 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:14:04.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.196465 10602 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:14:04.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:04.199368 10703 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 76b2139becc14e538c6ef107fd3bfa5e: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:14:04.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:04.199638 10703 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:14:04.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.215758 10599 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.52.124" port: 41283 } attempt: 3
14:14:04.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.224308 10599 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 484b78409b3749a7bf1e69399fefcab3: Bootstrap starting.
14:14:04.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.227061 10599 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 484b78409b3749a7bf1e69399fefcab3: Neither blocks nor log segments found. Creating new log.
14:14:04.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.227877 10599 log.cc:826] T 00000000000000000000000000000000 P 484b78409b3749a7bf1e69399fefcab3: Log is configured to *not* fsync() on all Append() calls
14:14:04.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.234812 10599 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 484b78409b3749a7bf1e69399fefcab3: No bootstrap required, opened a new log
14:14:04.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.239717 10599 raft_consensus.cc:359] T 00000000000000000000000000000000 P 484b78409b3749a7bf1e69399fefcab3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7263990da88042318b5f326be7197224" member_type: VOTER last_known_addr { host: "127.10.52.126" port: 42387 } } peers { permanent_uuid: "484b78409b3749a7bf1e69399fefcab3" member_type: VOTER last_known_addr { host: "127.10.52.125" port: 41155 } } peers { permanent_uuid: "76b2139becc14e538c6ef107fd3bfa5e" member_type: VOTER last_known_addr { host: "127.10.52.124" port: 41283 } }
14:14:04.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.240219 10599 raft_consensus.cc:385] T 00000000000000000000000000000000 P 484b78409b3749a7bf1e69399fefcab3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:14:04.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.240401 10599 raft_consensus.cc:740] T 00000000000000000000000000000000 P 484b78409b3749a7bf1e69399fefcab3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 484b78409b3749a7bf1e69399fefcab3, State: Initialized, Role: FOLLOWER
14:14:04.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.241143 10599 consensus_queue.cc:260] T 00000000000000000000000000000000 P 484b78409b3749a7bf1e69399fefcab3 [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: "7263990da88042318b5f326be7197224" member_type: VOTER last_known_addr { host: "127.10.52.126" port: 42387 } } peers { permanent_uuid: "484b78409b3749a7bf1e69399fefcab3" member_type: VOTER last_known_addr { host: "127.10.52.125" port: 41155 } } peers { permanent_uuid: "76b2139becc14e538c6ef107fd3bfa5e" member_type: VOTER last_known_addr { host: "127.10.52.124" port: 41283 } }
14:14:04.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.244740 10599 sys_catalog.cc:565] T 00000000000000000000000000000000 P 484b78409b3749a7bf1e69399fefcab3 [sys.catalog]: configured and running, proceeding with master startup.
14:14:04.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:04.255792 10717 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 484b78409b3749a7bf1e69399fefcab3: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:14:04.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:04.256210 10717 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:14:04.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.257113 10529 master_runner.cc:264] No leader master found from master 484b78409b3749a7bf1e69399fefcab3
14:14:04.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.257172 10529 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:14:04.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.262058 10706 sys_catalog.cc:455] T 00000000000000000000000000000000 P 484b78409b3749a7bf1e69399fefcab3 [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: "7263990da88042318b5f326be7197224" member_type: VOTER last_known_addr { host: "127.10.52.126" port: 42387 } } peers { permanent_uuid: "484b78409b3749a7bf1e69399fefcab3" member_type: VOTER last_known_addr { host: "127.10.52.125" port: 41155 } } peers { permanent_uuid: "76b2139becc14e538c6ef107fd3bfa5e" member_type: VOTER last_known_addr { host: "127.10.52.124" port: 41283 } } }
14:14:04.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.262548 10706 sys_catalog.cc:458] T 00000000000000000000000000000000 P 484b78409b3749a7bf1e69399fefcab3 [sys.catalog]: This master's current role is: FOLLOWER
14:14:04.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.302832 10678 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
14:14:04.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.303037 10678 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7263990da88042318b5f326be7197224" member_type: VOTER last_known_addr { host: "127.10.52.126" port: 42387 } } peers { permanent_uuid: "484b78409b3749a7bf1e69399fefcab3" member_type: VOTER last_known_addr { host: "127.10.52.125" port: 41155 } } peers { permanent_uuid: "76b2139becc14e538c6ef107fd3bfa5e" member_type: VOTER last_known_addr { host: "127.10.52.124" port: 41283 } }
14:14:04.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.304195 10678 leader_election.cc:290] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 484b78409b3749a7bf1e69399fefcab3 (127.10.52.125:41155), 76b2139becc14e538c6ef107fd3bfa5e (127.10.52.124:41283)
14:14:04.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.305655 10573 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7263990da88042318b5f326be7197224" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "484b78409b3749a7bf1e69399fefcab3" is_pre_election: true
14:14:04.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.305990 10573 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 484b78409b3749a7bf1e69399fefcab3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7263990da88042318b5f326be7197224 in term 0.
14:14:04.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.306414 10645 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7263990da88042318b5f326be7197224" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76b2139becc14e538c6ef107fd3bfa5e" is_pre_election: true
14:14:04.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.306665 10645 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 76b2139becc14e538c6ef107fd3bfa5e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7263990da88042318b5f326be7197224 in term 0.
14:14:04.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:14:04.307269 10480 tablet.cc:2406] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224: Can't schedule compaction. Clean time has not been advanced past its initial value.
14:14:04.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.307241 10476 leader_election.cc:304] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224 [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: 7263990da88042318b5f326be7197224, 76b2139becc14e538c6ef107fd3bfa5e; no voters: 
14:14:04.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.308101 10678 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224 [term 0 FOLLOWER]: Leader pre-election won for term 1
14:14:04.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.308192 10678 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
14:14:04.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.308235 10678 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224 [term 0 FOLLOWER]: Advancing to term 1
14:14:04.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.309710 10678 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7263990da88042318b5f326be7197224" member_type: VOTER last_known_addr { host: "127.10.52.126" port: 42387 } } peers { permanent_uuid: "484b78409b3749a7bf1e69399fefcab3" member_type: VOTER last_known_addr { host: "127.10.52.125" port: 41155 } } peers { permanent_uuid: "76b2139becc14e538c6ef107fd3bfa5e" member_type: VOTER last_known_addr { host: "127.10.52.124" port: 41283 } }
14:14:04.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.310122 10678 leader_election.cc:290] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224 [CANDIDATE]: Term 1 election: Requested vote from peers 484b78409b3749a7bf1e69399fefcab3 (127.10.52.125:41155), 76b2139becc14e538c6ef107fd3bfa5e (127.10.52.124:41283)
14:14:04.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.311650 10645 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7263990da88042318b5f326be7197224" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76b2139becc14e538c6ef107fd3bfa5e"
14:14:04.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.311779 10645 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 76b2139becc14e538c6ef107fd3bfa5e [term 0 FOLLOWER]: Advancing to term 1
14:14:04.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.312848 10645 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 76b2139becc14e538c6ef107fd3bfa5e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7263990da88042318b5f326be7197224 in term 1.
14:14:04.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.313103 10573 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7263990da88042318b5f326be7197224" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "484b78409b3749a7bf1e69399fefcab3"
14:14:04.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.313226 10573 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 484b78409b3749a7bf1e69399fefcab3 [term 0 FOLLOWER]: Advancing to term 1
14:14:04.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.314329 10573 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 484b78409b3749a7bf1e69399fefcab3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7263990da88042318b5f326be7197224 in term 1.
14:14:04.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.315137 10476 leader_election.cc:304] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224 [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: 7263990da88042318b5f326be7197224, 76b2139becc14e538c6ef107fd3bfa5e; no voters: 
14:14:04.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.315558 10678 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224 [term 1 FOLLOWER]: Leader election won for term 1
14:14:04.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.315740 10678 raft_consensus.cc:697] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224 [term 1 LEADER]: Becoming Leader. State: Replica: 7263990da88042318b5f326be7197224, State: Running, Role: LEADER
14:14:04.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.316083 10678 consensus_queue.cc:237] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224 [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: "7263990da88042318b5f326be7197224" member_type: VOTER last_known_addr { host: "127.10.52.126" port: 42387 } } peers { permanent_uuid: "484b78409b3749a7bf1e69399fefcab3" member_type: VOTER last_known_addr { host: "127.10.52.125" port: 41155 } } peers { permanent_uuid: "76b2139becc14e538c6ef107fd3bfa5e" member_type: VOTER last_known_addr { host: "127.10.52.124" port: 41283 } }
14:14:04.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.318195 10678 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7263990da88042318b5f326be7197224. Latest consensus state: current_term: 1 leader_uuid: "7263990da88042318b5f326be7197224" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7263990da88042318b5f326be7197224" member_type: VOTER last_known_addr { host: "127.10.52.126" port: 42387 } } peers { permanent_uuid: "484b78409b3749a7bf1e69399fefcab3" member_type: VOTER last_known_addr { host: "127.10.52.125" port: 41155 } } peers { permanent_uuid: "76b2139becc14e538c6ef107fd3bfa5e" member_type: VOTER last_known_addr { host: "127.10.52.124" port: 41283 } } }
14:14:04.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.318434 10678 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224 [sys.catalog]: This master's current role is: LEADER
14:14:04.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.326171 10721 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
14:14:04.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.327836 10721 catalog_manager.cc:1520] Initializing Kudu cluster ID...
14:14:04.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.347455 10645 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 76b2139becc14e538c6ef107fd3bfa5e [term 1 FOLLOWER]: Refusing update from remote peer 7263990da88042318b5f326be7197224: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:14:04.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.348455 10719 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224 [LEADER]: Connected to new peer: Peer: permanent_uuid: "76b2139becc14e538c6ef107fd3bfa5e" member_type: VOTER last_known_addr { host: "127.10.52.124" port: 41283 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:14:04.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.353137 10692 sys_catalog.cc:455] T 00000000000000000000000000000000 P 76b2139becc14e538c6ef107fd3bfa5e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7263990da88042318b5f326be7197224. Latest consensus state: current_term: 1 leader_uuid: "7263990da88042318b5f326be7197224" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7263990da88042318b5f326be7197224" member_type: VOTER last_known_addr { host: "127.10.52.126" port: 42387 } } peers { permanent_uuid: "484b78409b3749a7bf1e69399fefcab3" member_type: VOTER last_known_addr { host: "127.10.52.125" port: 41155 } } peers { permanent_uuid: "76b2139becc14e538c6ef107fd3bfa5e" member_type: VOTER last_known_addr { host: "127.10.52.124" port: 41283 } } }
14:14:04.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.353277 10692 sys_catalog.cc:458] T 00000000000000000000000000000000 P 76b2139becc14e538c6ef107fd3bfa5e [sys.catalog]: This master's current role is: FOLLOWER
14:14:04.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.354846 10573 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 484b78409b3749a7bf1e69399fefcab3 [term 1 FOLLOWER]: Refusing update from remote peer 7263990da88042318b5f326be7197224: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:14:04.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.355592 10719 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224 [LEADER]: Connected to new peer: Peer: permanent_uuid: "484b78409b3749a7bf1e69399fefcab3" member_type: VOTER last_known_addr { host: "127.10.52.125" port: 41155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:14:04.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.359946 10706 sys_catalog.cc:455] T 00000000000000000000000000000000 P 484b78409b3749a7bf1e69399fefcab3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7263990da88042318b5f326be7197224. Latest consensus state: current_term: 1 leader_uuid: "7263990da88042318b5f326be7197224" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7263990da88042318b5f326be7197224" member_type: VOTER last_known_addr { host: "127.10.52.126" port: 42387 } } peers { permanent_uuid: "484b78409b3749a7bf1e69399fefcab3" member_type: VOTER last_known_addr { host: "127.10.52.125" port: 41155 } } peers { permanent_uuid: "76b2139becc14e538c6ef107fd3bfa5e" member_type: VOTER last_known_addr { host: "127.10.52.124" port: 41283 } } }
14:14:04.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.360071 10706 sys_catalog.cc:458] T 00000000000000000000000000000000 P 484b78409b3749a7bf1e69399fefcab3 [sys.catalog]: This master's current role is: FOLLOWER
14:14:04.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.372789 10719 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "7263990da88042318b5f326be7197224" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7263990da88042318b5f326be7197224" member_type: VOTER last_known_addr { host: "127.10.52.126" port: 42387 } } peers { permanent_uuid: "484b78409b3749a7bf1e69399fefcab3" member_type: VOTER last_known_addr { host: "127.10.52.125" port: 41155 } } peers { permanent_uuid: "76b2139becc14e538c6ef107fd3bfa5e" member_type: VOTER last_known_addr { host: "127.10.52.124" port: 41283 } } }
14:14:04.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.372936 10719 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224 [sys.catalog]: This master's current role is: LEADER
14:14:04.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.374876 10706 sys_catalog.cc:455] T 00000000000000000000000000000000 P 484b78409b3749a7bf1e69399fefcab3 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "7263990da88042318b5f326be7197224" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7263990da88042318b5f326be7197224" member_type: VOTER last_known_addr { host: "127.10.52.126" port: 42387 } } peers { permanent_uuid: "484b78409b3749a7bf1e69399fefcab3" member_type: VOTER last_known_addr { host: "127.10.52.125" port: 41155 } } peers { permanent_uuid: "76b2139becc14e538c6ef107fd3bfa5e" member_type: VOTER last_known_addr { host: "127.10.52.124" port: 41283 } } }
14:14:04.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.375002 10706 sys_catalog.cc:458] T 00000000000000000000000000000000 P 484b78409b3749a7bf1e69399fefcab3 [sys.catalog]: This master's current role is: FOLLOWER
14:14:04.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.375669 10722 mvcc.cc:204] Tried to move back new op lower bound from 7305298101631082496 to 7305298101523349504. Current Snapshot: MvccSnapshot[applied={T|T < 7305298101631082496}]
14:14:04.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.376809 10678 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "7263990da88042318b5f326be7197224" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7263990da88042318b5f326be7197224" member_type: VOTER last_known_addr { host: "127.10.52.126" port: 42387 } } peers { permanent_uuid: "484b78409b3749a7bf1e69399fefcab3" member_type: VOTER last_known_addr { host: "127.10.52.125" port: 41155 } } peers { permanent_uuid: "76b2139becc14e538c6ef107fd3bfa5e" member_type: VOTER last_known_addr { host: "127.10.52.124" port: 41283 } } }
14:14:04.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.376919 10678 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224 [sys.catalog]: This master's current role is: LEADER
14:14:04.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.378063 10692 sys_catalog.cc:455] T 00000000000000000000000000000000 P 76b2139becc14e538c6ef107fd3bfa5e [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "7263990da88042318b5f326be7197224" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7263990da88042318b5f326be7197224" member_type: VOTER last_known_addr { host: "127.10.52.126" port: 42387 } } peers { permanent_uuid: "484b78409b3749a7bf1e69399fefcab3" member_type: VOTER last_known_addr { host: "127.10.52.125" port: 41155 } } peers { permanent_uuid: "76b2139becc14e538c6ef107fd3bfa5e" member_type: VOTER last_known_addr { host: "127.10.52.124" port: 41283 } } }
14:14:04.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.378186 10692 sys_catalog.cc:458] T 00000000000000000000000000000000 P 76b2139becc14e538c6ef107fd3bfa5e [sys.catalog]: This master's current role is: FOLLOWER
14:14:04.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.379215 10725 mvcc.cc:204] Tried to move back new op lower bound from 7305298101631082496 to 7305298101523349504. Current Snapshot: MvccSnapshot[applied={T|T < 7305298101631082496}]
14:14:04.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.379504 10723 mvcc.cc:204] Tried to move back new op lower bound from 7305298101631082496 to 7305298101523349504. Current Snapshot: MvccSnapshot[applied={T|T < 7305298101631082496}]
14:14:04.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.388286 10721 catalog_manager.cc:1383] Generated new cluster ID: a16afcd9776c45f1a4414121c2ff9ac7
14:14:04.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.388370 10721 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
14:14:04.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.442652 10721 catalog_manager.cc:1406] Generated new certificate authority record
14:14:04.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.444165 10721 catalog_manager.cc:1540] Loading token signing keys...
14:14:04.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.471418 10721 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 7263990da88042318b5f326be7197224: Generated new TSK 0
14:14:04.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:04.472422 10721 catalog_manager.cc:1550] Initializing in-progress tserver states...
14:14:04.515 [WARN - Metastore-Handler-Pool: Thread-219] (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.
14:14:04.521 [WARN - Metastore-Handler-Pool: Thread-219] (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.
14:14:04.522 [WARN - Metastore-Handler-Pool: Thread-219] (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.
14:14:04.614 [INFO - Metastore-Handler-Pool: Thread-219] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:14:04.618 [INFO - Metastore-Handler-Pool: Thread-219] (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/hive17064654640158777753/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=0418e805-1574-4c8c-933c-da4ec4704637, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.10.52.124:41283,127.10.52.126:42387,127.10.52.125:41155}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:14:04.620 [INFO - Metastore-Handler-Pool: Thread-219] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive17064654640158777753/external-warehouse/table
14:14:04.674 [DEBUG - Metastore-Handler-Pool: Thread-219] (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.
14:14:04.675 [DEBUG - Metastore-Handler-Pool: Thread-219] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
14:14:04.676 [DEBUG - Metastore-Handler-Pool: Thread-219] (Connection.java:748) [peer master-127.10.52.124:41283(127.10.52.124:41283)] connecting to peer
14:14:04.677 [DEBUG - Metastore-Handler-Pool: Thread-219] (Connection.java:748) [peer master-127.10.52.126:42387(127.10.52.126:42387)] connecting to peer
14:14:04.679 [DEBUG - Metastore-Handler-Pool: Thread-219] (Connection.java:748) [peer master-127.10.52.125:41155(127.10.52.125:41155)] connecting to peer
14:14:04.679 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.10.52.124:41283(127.10.52.124:41283)] Successfully connected to peer
14:14:04.680 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.10.52.126:42387(127.10.52.126:42387)] Successfully connected to peer
14:14:04.682 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.10.52.125:41155(127.10.52.125:41155)] Successfully connected to peer
14:14:04.683 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.10.52.126
14:14:04.685 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.10.52.124
14:14:04.691 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.10.52.125
14:14:04.700 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:14:04.704 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:14:04.706 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x548f074a, L:/127.0.0.1:45620 - R:/127.10.52.124:41283] using SASL/PLAIN
14:14:04.706 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:14:04.709 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xdc26b938, L:/127.0.0.1:59626 - R:/127.10.52.125:41155] using SASL/PLAIN
14:14:04.713 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xd540ced4, L:/127.0.0.1:50562 - R:/127.10.52.126:42387] using SASL/PLAIN
14:14:04.718 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
14:14:04.750 [INFO - Metastore-Handler-Pool: Thread-219] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:14:04.774 [INFO - Metastore-Handler-Pool: Thread-219] (HMSHandler.java:3711) Skipping translation for processor with null
14:14:04.775 [INFO - Metastore-Handler-Pool: Thread-219] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:14:04.781 [INFO - Metastore-Handler-Pool: Thread-219] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:14:04.810 [INFO - Metastore-Handler-Pool: Thread-219] (MetaStoreServerUtils.java:473) Updating table stats for table
14:14:04.811 [INFO - Metastore-Handler-Pool: Thread-219] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:14:04.874 [INFO - Metastore-Handler-Pool: Thread-219] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:14:04.890 [INFO - Metastore-Handler-Pool: Thread-219] (HMSHandler.java:3711) Skipping translation for processor with null
14:14:04.891 [INFO - Metastore-Handler-Pool: Thread-219] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:14:04.974 [WARN - Metastore-Handler-Pool: Thread-219] (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.
14:14:05.092 [WARN - Metastore-Handler-Pool: Thread-219] (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.
14:14:05.118 [WARN - Metastore-Handler-Pool: Thread-219] (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.
14:14:05.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:05.201380 10703 catalog_manager.cc:1295] Loaded cluster ID: a16afcd9776c45f1a4414121c2ff9ac7
14:14:05.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:05.201480 10703 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 76b2139becc14e538c6ef107fd3bfa5e: loading cluster ID for follower catalog manager: success
14:14:05.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:05.204207 10703 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 76b2139becc14e538c6ef107fd3bfa5e: acquiring CA information for follower catalog manager: success
14:14:05.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:05.205542 10703 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 76b2139becc14e538c6ef107fd3bfa5e: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:14:05.208 [INFO - Metastore-Handler-Pool: Thread-219] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
14:14:05.209 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
14:14:05.209 [INFO - Metastore-Handler-Pool: Thread-219] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
14:14:05.209 [INFO - Metastore-Handler-Pool: Thread-219] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@124913e, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3c2226a8 will be shutdown
14:14:05.209 [INFO - Metastore-Handler-Pool: Thread-219] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
14:14:05.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:05.209484 10449 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskwESYcI/build/debug/bin/kudu with pid 10460
14:14:05.217 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.10.52.126:42387(127.10.52.126:42387)] handling channelInactive
14:14:05.217 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.10.52.126:42387(127.10.52.126:42387)] cleaning up while in state READY due to: connection closed
14:14:05.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:05.217677 10449 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskwESYcI/build/debug/bin/kudu with pid 10529
14:14:05.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:14:05.222931 10449 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskwESYcI/build/debug/bin/kudu with pid 10602
14:14:05.223 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.10.52.125:41155(127.10.52.125:41155)] handling channelInactive
14:14:05.223 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.10.52.125:41155(127.10.52.125:41155)] cleaning up while in state READY due to: connection closed
14:14:05.230 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.10.52.124:41283(127.10.52.124:41283)] handling channelInactive
14:14:05.230 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.10.52.124:41283(127.10.52.124:41283)] cleaning up while in state READY due to: connection closed
14:14:05.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:14:05Z chronyd exiting

Time: 23.527

OK (6 tests)

