JUnit version 4.13.2
.14:05:20.913 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:05:20.920 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:05:20.921 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:05:21.024 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive10175779319591360243
14:05:21.169 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
14:05:21.181 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
14:05:21.435 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:05:21.473 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:05:21.473 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
14:05:21.504 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
14:05:21.521 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
14:05:21.537 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
14:05:22.240 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:05:22.244 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
14:05:22.265 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
14:05:22.267 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
14:05:22.279 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:05:22.279 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
14:05:22.457 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
14:05:22.457 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
14:05:22.459 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
14:05:22.942 [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:05:22.943 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66f91288, with PersistenceManager: null will be shutdown
14:05:22.968 [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:05:23.040 [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:05:23.271 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:23.273 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:23.274 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:23.274 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:23.276 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:23.276 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:23.849 [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:05:23.850 [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.83
14:05:23.850 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66f91288
14:05:24.110 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
14:05:24.147 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
14:05:24.185 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
14:05:24.188 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
14:05:24.251 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
14:05:24.256 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
14:05:24.487 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
14:05:24.493 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
14:05:24.501 [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:05:24.501 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [36203]...
14:05:24.501 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
14:05:24.502 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
14:05:24.502 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
14:05:24.502 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
14:05:25.048 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:05:25.048 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:05:25.049 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:05:25.063 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
14:05:25.064 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:36203]
14:05:25.064 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:36203) in binary transport mode
14:05:25.080 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:36203) current connections: 1
14:05:25.170 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
14:05:25.292 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskEGiaW9/test-tmp
14:05:25.295 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
14:05:25.299 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskEGiaW9/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
14:05:25.332 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:36203"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

14:05:25.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.538923 29546 mini_oidc.cc:150] Starting JWKS server
14:05:25.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.541050 29546 webserver.cc:533] Webserver started at http://127.0.0.1:40447/ using document root <none> and password file <none>
14:05:25.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.541242 29546 mini_oidc.cc:186] Starting OIDC Discovery server
14:05:25.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.541486 29546 webserver.cc:533] Webserver started at http://127.0.0.1:43469/ using document root <none> and password file <none>
14:05:25.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:05:25Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
14:05:25.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:05:25Z Disabled control of system clock
14:05:25.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.559104 29546 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:25.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:25.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-0/wal
14:05:25.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-0/data
14:05:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:05:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:05:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:05:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:25.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:25.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-0/logs
14:05:25.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-0/data/info.pb
14:05:25.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:25.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:05:25.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:05:25.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:05:25.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:05:25.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:25.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:25.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:25.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:05:25.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:05:25.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:25.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:25.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.218.190:33111
14:05:25.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.218.190
14:05:25.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:25.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.218.148:42659
14:05:25.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:25.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:25.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:25.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:25.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.218.190:33111,127.28.218.189:39565,127.28.218.188:36007
14:05:25.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:25.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40447/jwks.json
14:05:25.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36203 with env {}
14:05:25.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:25.686339 29557 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:05:25.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:25.686514 29557 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:05:25.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:25.686554 29557 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:05:25.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:25.690181 29557 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:05:25.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:25.690237 29557 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:05:25.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:25.690256 29557 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:05:25.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:25.690271 29557 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:05:25.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:25.690287 29557 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:05:25.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:25.690300 29557 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40447/jwks.json
14:05:25.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.694203 29557 master_runner.cc:387] Master server non-default flags:
14:05:25.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:25.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.218.148:42659
14:05:25.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:25.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:25.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-0/data
14:05:25.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-0/wal
14:05:25.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36203
14:05:25.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:25.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.218.190:33111,127.28.218.189:39565,127.28.218.188:36007
14:05:25.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:25.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:25.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:25.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.218.190:33111
14:05:25.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:25.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:05:25.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:25.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40447/jwks.json
14:05:25.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:25.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:25.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-0/data/info.pb
14:05:25.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.218.190
14:05:25.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:25.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:05:25.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.29557
14:05:25.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:25.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:05:25.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:05:25.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:25.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-0/logs
14:05:25.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:25.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:05:25.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:05:25.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:05:25.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:05:25.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
14:05:25.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:05:25.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:43:14 UTC on bdcb31816ec0
14:05:25.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12772
14:05:25.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.695201 29557 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:05:25.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.696511 29557 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:05:25.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:25.702749 29562 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:05:25.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:25.702751 29565 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:05:25.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:25.703074 29563 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:05:25.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.703302 29557 server_base.cc:1061] running on GCE node
14:05:25.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.703900 29557 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:05:25.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.704876 29557 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:05:25.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.706046 29557 hybrid_clock.cc:648] HybridClock initialized: now 1783519525705995 us; error 64 us; skew 500 ppm
14:05:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.707790 29557 webserver.cc:533] Webserver started at http://127.28.218.190:38591/ using document root <none> and password file <none>
14:05:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.708331 29557 fs_manager.cc:362] Metadata directory not provided
14:05:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.708386 29557 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:05:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.708588 29557 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:05:25.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.710130 29557 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-0/data/instance:
14:05:25.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2d672e0fdd4249229ab43b309f8da3bb"
14:05:25.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:25 on dist-test-slave-5h2f"
14:05:25.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.710595 29557 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-0/wal/instance:
14:05:25.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2d672e0fdd4249229ab43b309f8da3bb"
14:05:25.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:25 on dist-test-slave-5h2f"
14:05:25.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.713713 29557 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.000s	sys 0.005s
14:05:25.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.715761 29571 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:05:25.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.717096 29557 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
14:05:25.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.717192 29557 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-0/data,/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-0/wal
14:05:25.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2d672e0fdd4249229ab43b309f8da3bb"
14:05:25.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:25 on dist-test-slave-5h2f"
14:05:25.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.717272 29557 fs_report.cc:389] FS layout report
14:05:25.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:05:25.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-0/wal
14:05:25.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-0/wal
14:05:25.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-0/data/data
14:05:25.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:05:25.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:05:25.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:05:25.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:05:25.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:05:25.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:05:25.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:05:25.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:05:25.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:05:25.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:05:25.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:05:25.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.762126 29557 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:05:25.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.762760 29557 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:05:25.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.762913 29557 kserver.cc:163] Server-wide thread pool size limit: 3276
14:05:25.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.769047 29557 rpc_server.cc:307] RPC server started. Bound to: 127.28.218.190:33111
14:05:25.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.769045 29623 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.28.218.190:33111 every 8 connection(s)
14:05:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.770056 29557 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-0/data/info.pb
14:05:25.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.771064 29546 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu as pid 29557
14:05:25.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.771191 29546 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-0/wal/instance
14:05:25.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.772519 29546 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:25.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:25.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-1/wal
14:05:25.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-1/data
14:05:25.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:05:25.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:05:25.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:05:25.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:25.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:25.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:25.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-1/logs
14:05:25.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-1/data/info.pb
14:05:25.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:25.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:05:25.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:05:25.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:05:25.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:05:25.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:25.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:25.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:25.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:05:25.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:05:25.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:25.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:25.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.218.189:39565
14:05:25.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.218.189
14:05:25.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:25.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.218.148:42659
14:05:25.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:25.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:25.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:25.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:25.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.218.190:33111,127.28.218.189:39565,127.28.218.188:36007
14:05:25.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:25.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40447/jwks.json
14:05:25.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36203 with env {}
14:05:25.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.772652 29624 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:05:25.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.781638 29624 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.218.190" port: 33111 } has no permanent_uuid. Determining permanent_uuid...
14:05:25.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.797068 29624 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.218.189" port: 39565 } has no permanent_uuid. Determining permanent_uuid...
14:05:25.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:25.797669 29573 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.28.218.189:39565: connect: Connection refused (error 111)
14:05:25.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:25.798401 29624 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.218.189:39565: Network error: Client connection negotiation failed: client connection to 127.28.218.189:39565: connect: Connection refused (error 111)
14:05:25.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.847580 29624 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.218.189" port: 39565 } attempt: 1
14:05:25.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:25.848789 29624 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.218.189:39565: Network error: Client connection negotiation failed: client connection to 127.28.218.189:39565: connect: Connection refused (error 111)
14:05:25.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:25.870220 29625 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:05:25.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:25.870390 29625 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:05:25.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:25.870445 29625 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:05:25.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:25.874076 29625 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:05:25.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:25.874132 29625 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:05:25.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:25.874150 29625 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:05:25.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:25.874166 29625 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:05:25.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:25.874181 29625 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:05:25.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:25.874193 29625 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40447/jwks.json
14:05:25.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.877969 29625 master_runner.cc:387] Master server non-default flags:
14:05:25.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:25.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.218.148:42659
14:05:25.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:25.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:25.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-1/data
14:05:25.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-1/wal
14:05:25.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36203
14:05:25.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:25.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.218.190:33111,127.28.218.189:39565,127.28.218.188:36007
14:05:25.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:25.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:25.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:25.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.218.189:39565
14:05:25.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:25.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:05:25.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:25.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40447/jwks.json
14:05:25.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:25.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:25.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-1/data/info.pb
14:05:25.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.218.189
14:05:25.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:25.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:05:25.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.29625
14:05:25.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:25.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:05:25.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:05:25.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:25.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-1/logs
14:05:25.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:25.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:05:25.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:05:25.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:05:25.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:05:25.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
14:05:25.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:05:25.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:43:14 UTC on bdcb31816ec0
14:05:25.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12772
14:05:25.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.878953 29625 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:05:25.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.880167 29625 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:05:25.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:25.885279 29634 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:05:25.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:25.885291 29636 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:05:25.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:25.885313 29633 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:05:25.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.885540 29625 server_base.cc:1061] running on GCE node
14:05:25.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.886441 29625 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:05:25.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.887269 29625 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:05:25.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.888406 29625 hybrid_clock.cc:648] HybridClock initialized: now 1783519525888389 us; error 28 us; skew 500 ppm
14:05:25.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.889976 29625 webserver.cc:533] Webserver started at http://127.28.218.189:41701/ using document root <none> and password file <none>
14:05:25.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.890486 29625 fs_manager.cc:362] Metadata directory not provided
14:05:25.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.890542 29625 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:05:25.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.890753 29625 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:05:25.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.892195 29625 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-1/data/instance:
14:05:25.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0dbf5b5ff2174717856304e67668baf6"
14:05:25.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:25 on dist-test-slave-5h2f"
14:05:25.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.892653 29625 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-1/wal/instance:
14:05:25.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0dbf5b5ff2174717856304e67668baf6"
14:05:25.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:25 on dist-test-slave-5h2f"
14:05:25.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.895635 29625 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.000s
14:05:25.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.897529 29642 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:05:25.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.898350 29625 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
14:05:25.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.898444 29625 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-1/data,/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-1/wal
14:05:25.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0dbf5b5ff2174717856304e67668baf6"
14:05:25.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:25 on dist-test-slave-5h2f"
14:05:25.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.898525 29625 fs_report.cc:389] FS layout report
14:05:25.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:05:25.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-1/wal
14:05:25.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-1/wal
14:05:25.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-1/data/data
14:05:25.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:05:25.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:05:25.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:05:25.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:05:25.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:05:25.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:05:25.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:05:25.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:05:25.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:05:25.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:05:25.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:05:25.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.913123 29625 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:05:25.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.913646 29625 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:05:25.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.913815 29625 kserver.cc:163] Server-wide thread pool size limit: 3276
14:05:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.916939 29624 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.218.189" port: 39565 } attempt: 2
14:05:25.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:25.918226 29624 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.218.189:39565: Network error: Client connection negotiation failed: client connection to 127.28.218.189:39565: connect: Connection refused (error 111)
14:05:25.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.920312 29694 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.28.218.189:39565 every 8 connection(s)
14:05:25.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.920315 29625 rpc_server.cc:307] RPC server started. Bound to: 127.28.218.189:39565
14:05:25.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.921129 29625 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-1/data/info.pb
14:05:25.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.923494 29695 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:05:25.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.926435 29695 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.218.190" port: 33111 } has no permanent_uuid. Determining permanent_uuid...
14:05:25.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.927338 29546 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu as pid 29625
14:05:25.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.927414 29546 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-1/wal/instance
14:05:25.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.928051 29546 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:25.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:25.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-2/wal
14:05:25.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-2/data
14:05:25.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:05:25.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:05:25.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:05:25.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:25.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:25.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:25.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-2/logs
14:05:25.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-2/data/info.pb
14:05:25.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:25.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:05:25.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:05:25.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:05:25.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:05:25.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:05:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:05:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.218.188:36007
14:05:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.218.188
14:05:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.218.148:42659
14:05:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:25.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:25.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:25.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:25.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.218.190:33111,127.28.218.189:39565,127.28.218.188:36007
14:05:25.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:25.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40447/jwks.json
14:05:25.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36203 with env {}
14:05:25.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.936252 29695 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.218.189" port: 39565 } has no permanent_uuid. Determining permanent_uuid...
14:05:25.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.941139 29695 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.218.188" port: 36007 } has no permanent_uuid. Determining permanent_uuid...
14:05:25.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:25.941859 29645 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.28.218.188:36007: connect: Connection refused (error 111)
14:05:25.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:25.942857 29695 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.218.188:36007: Network error: Client connection negotiation failed: client connection to 127.28.218.188:36007: connect: Connection refused (error 111)
14:05:25.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:25.992062 29695 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.218.188" port: 36007 } attempt: 1
14:05:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:25.993687 29695 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.218.188:36007: Network error: Client connection negotiation failed: client connection to 127.28.218.188:36007: connect: Connection refused (error 111)
14:05:26.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.009374 29624 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.218.189" port: 39565 } attempt: 3
14:05:26.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.013653 29624 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.218.188" port: 36007 } has no permanent_uuid. Determining permanent_uuid...
14:05:26.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:26.014915 29624 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.218.188:36007: Network error: Client connection negotiation failed: client connection to 127.28.218.188:36007: connect: Connection refused (error 111)
14:05:26.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:26.026952 29697 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:05:26.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:26.027122 29697 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:05:26.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:26.027163 29697 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:05:26.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:26.030493 29697 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:05:26.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:26.030540 29697 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:05:26.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:26.030558 29697 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:05:26.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:26.030575 29697 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:05:26.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:26.030589 29697 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:05:26.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:26.030602 29697 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40447/jwks.json
14:05:26.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.034363 29697 master_runner.cc:387] Master server non-default flags:
14:05:26.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:26.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.218.148:42659
14:05:26.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:26.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:26.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-2/data
14:05:26.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-2/wal
14:05:26.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36203
14:05:26.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:26.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.218.190:33111,127.28.218.189:39565,127.28.218.188:36007
14:05:26.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:26.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:26.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:26.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.218.188:36007
14:05:26.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:26.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:05:26.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:26.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40447/jwks.json
14:05:26.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:26.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-2/data/info.pb
14:05:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.218.188
14:05:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:05:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.29697
14:05:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:05:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:05:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-2/logs
14:05:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:26.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:05:26.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:05:26.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:05:26.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:05:26.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
14:05:26.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:05:26.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:43:14 UTC on bdcb31816ec0
14:05:26.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12772
14:05:26.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.035264 29697 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:05:26.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.036540 29697 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:05:26.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:26.042084 29705 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:05:26.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:26.042420 29704 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:05:26.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:26.042084 29707 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:05:26.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.042981 29697 server_base.cc:1061] running on GCE node
14:05:26.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.043445 29697 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:05:26.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.044438 29697 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:05:26.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.045589 29697 hybrid_clock.cc:648] HybridClock initialized: now 1783519526045574 us; error 30 us; skew 500 ppm
14:05:26.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.046080 29624 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.218.188" port: 36007 } attempt: 1
14:05:26.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.047277 29697 webserver.cc:533] Webserver started at http://127.28.218.188:33659/ using document root <none> and password file <none>
14:05:26.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:26.047279 29624 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.218.188:36007: Network error: Client connection negotiation failed: client connection to 127.28.218.188:36007: connect: Connection refused (error 111)
14:05:26.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.047780 29697 fs_manager.cc:362] Metadata directory not provided
14:05:26.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.047829 29697 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:05:26.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.047967 29697 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:05:26.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.049418 29697 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-2/data/instance:
14:05:26.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "da779868600f4aba81dcda66a6c0490c"
14:05:26.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:26 on dist-test-slave-5h2f"
14:05:26.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.049795 29697 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-2/wal/instance:
14:05:26.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "da779868600f4aba81dcda66a6c0490c"
14:05:26.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:26 on dist-test-slave-5h2f"
14:05:26.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.052591 29697 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.004s	sys 0.000s
14:05:26.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.054423 29713 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:05:26.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.055276 29697 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
14:05:26.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.055367 29697 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-2/data,/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-2/wal
14:05:26.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "da779868600f4aba81dcda66a6c0490c"
14:05:26.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:26 on dist-test-slave-5h2f"
14:05:26.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.055423 29697 fs_report.cc:389] FS layout report
14:05:26.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:05:26.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-2/wal
14:05:26.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-2/wal
14:05:26.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-2/data/data
14:05:26.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:05:26.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:05:26.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:05:26.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:05:26.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:05:26.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:05:26.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:05:26.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:05:26.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:05:26.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:05:26.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:05:26.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.061873 29695 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.218.188" port: 36007 } attempt: 2
14:05:26.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:26.062940 29695 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.28.218.188:36007: Network error: Client connection negotiation failed: client connection to 127.28.218.188:36007: connect: Connection refused (error 111)
14:05:26.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.067569 29697 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:05:26.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.068068 29697 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:05:26.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.068218 29697 kserver.cc:163] Server-wide thread pool size limit: 3276
14:05:26.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.074227 29765 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.28.218.188:36007 every 8 connection(s)
14:05:26.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.074229 29697 rpc_server.cc:307] RPC server started. Bound to: 127.28.218.188:36007
14:05:26.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.075217 29697 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-2/data/info.pb
14:05:26.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.077664 29766 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:05:26.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.080528 29766 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.218.190" port: 33111 } has no permanent_uuid. Determining permanent_uuid...
14:05:26.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.082996 29546 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu as pid 29697
14:05:26.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.083093 29546 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster3338288201877141684/master-2/wal/instance
14:05:26.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.088097 29766 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.218.189" port: 39565 } has no permanent_uuid. Determining permanent_uuid...
14:05:26.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.091636 29766 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.218.188" port: 36007 } has no permanent_uuid. Determining permanent_uuid...
14:05:26.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.097049 29766 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c: Bootstrap starting.
14:05:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.098946 29766 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c: Neither blocks nor log segments found. Creating new log.
14:05:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.099682 29766 log.cc:826] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c: Log is configured to *not* fsync() on all Append() calls
14:05:26.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.101243 29766 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c: No bootstrap required, opened a new log
14:05:26.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.103492 29766 raft_consensus.cc:359] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2d672e0fdd4249229ab43b309f8da3bb" member_type: VOTER last_known_addr { host: "127.28.218.190" port: 33111 } } peers { permanent_uuid: "0dbf5b5ff2174717856304e67668baf6" member_type: VOTER last_known_addr { host: "127.28.218.189" port: 39565 } } peers { permanent_uuid: "da779868600f4aba81dcda66a6c0490c" member_type: VOTER last_known_addr { host: "127.28.218.188" port: 36007 } }
14:05:26.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.103670 29766 raft_consensus.cc:385] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:05:26.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.103718 29766 raft_consensus.cc:740] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: da779868600f4aba81dcda66a6c0490c, State: Initialized, Role: FOLLOWER
14:05:26.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.104139 29766 consensus_queue.cc:260] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c [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: "2d672e0fdd4249229ab43b309f8da3bb" member_type: VOTER last_known_addr { host: "127.28.218.190" port: 33111 } } peers { permanent_uuid: "0dbf5b5ff2174717856304e67668baf6" member_type: VOTER last_known_addr { host: "127.28.218.189" port: 39565 } } peers { permanent_uuid: "da779868600f4aba81dcda66a6c0490c" member_type: VOTER last_known_addr { host: "127.28.218.188" port: 36007 } }
14:05:26.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.105069 29771 sys_catalog.cc:455] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c [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: "2d672e0fdd4249229ab43b309f8da3bb" member_type: VOTER last_known_addr { host: "127.28.218.190" port: 33111 } } peers { permanent_uuid: "0dbf5b5ff2174717856304e67668baf6" member_type: VOTER last_known_addr { host: "127.28.218.189" port: 39565 } } peers { permanent_uuid: "da779868600f4aba81dcda66a6c0490c" member_type: VOTER last_known_addr { host: "127.28.218.188" port: 36007 } } }
14:05:26.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.105398 29771 sys_catalog.cc:458] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c [sys.catalog]: This master's current role is: FOLLOWER
14:05:26.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.105746 29766 sys_catalog.cc:565] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c [sys.catalog]: configured and running, proceeding with master startup.
14:05:26.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.108134 29546 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
14:05:26.109 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:05:26.110 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

14:05:26.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:26.110893 29785 catalog_manager.cc:1594] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:05:26.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:26.115798 29785 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:05:26.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.117030 29697 master_runner.cc:187] Error getting master registration for 127.28.218.190:33111: OK, instance_id { permanent_uuid: "2d672e0fdd4249229ab43b309f8da3bb" instance_seqno: 1783519525767359 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:05:26.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.119194 29697 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:05:26.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.122412 29624 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.218.188" port: 36007 } attempt: 2
14:05:26.124 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.28.218.190"
      port: 33111
    }
    bound_http_address {
      host: "127.28.218.190"
      port: 38591
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.28.218.189"
      port: 39565
    }
    bound_http_address {
      host: "127.28.218.189"
      port: 41701
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.28.218.188"
      port: 36007
    }
    bound_http_address {
      host: "127.28.218.188"
      port: 33659
    }
  }
}

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

14:05:26.131 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:05:26.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.130376 29624 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2d672e0fdd4249229ab43b309f8da3bb: Bootstrap starting.
14:05:26.132 [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:05:26.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.133102 29624 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2d672e0fdd4249229ab43b309f8da3bb: Neither blocks nor log segments found. Creating new log.
14:05:26.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:26.133903 29782 client.h:372] Failed to connect to Hive Metastore (localhost:36203): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:05:26.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.134095 29624 log.cc:826] T 00000000000000000000000000000000 P 2d672e0fdd4249229ab43b309f8da3bb: Log is configured to *not* fsync() on all Append() calls
14:05:26.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.136210 29624 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2d672e0fdd4249229ab43b309f8da3bb: No bootstrap required, opened a new log
14:05:26.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.140043 29624 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2d672e0fdd4249229ab43b309f8da3bb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2d672e0fdd4249229ab43b309f8da3bb" member_type: VOTER last_known_addr { host: "127.28.218.190" port: 33111 } } peers { permanent_uuid: "0dbf5b5ff2174717856304e67668baf6" member_type: VOTER last_known_addr { host: "127.28.218.189" port: 39565 } } peers { permanent_uuid: "da779868600f4aba81dcda66a6c0490c" member_type: VOTER last_known_addr { host: "127.28.218.188" port: 36007 } }
14:05:26.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.140425 29624 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2d672e0fdd4249229ab43b309f8da3bb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:05:26.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.140650 29624 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2d672e0fdd4249229ab43b309f8da3bb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2d672e0fdd4249229ab43b309f8da3bb, State: Initialized, Role: FOLLOWER
14:05:26.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.141305 29624 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2d672e0fdd4249229ab43b309f8da3bb [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: "2d672e0fdd4249229ab43b309f8da3bb" member_type: VOTER last_known_addr { host: "127.28.218.190" port: 33111 } } peers { permanent_uuid: "0dbf5b5ff2174717856304e67668baf6" member_type: VOTER last_known_addr { host: "127.28.218.189" port: 39565 } } peers { permanent_uuid: "da779868600f4aba81dcda66a6c0490c" member_type: VOTER last_known_addr { host: "127.28.218.188" port: 36007 } }
14:05:26.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.142611 29624 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2d672e0fdd4249229ab43b309f8da3bb [sys.catalog]: configured and running, proceeding with master startup.
14:05:26.147 [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=899991aa-2ff3-43ca-84b4-6452e7c940d5, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:05:26.149 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:05:26.150 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:05:26.150 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7ee24600, with PersistenceManager: null will be shutdown
14:05:26.151 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7ee24600, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1c4f7554 created in the thread with id: 36
14:05:26.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.154086 29695 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.218.188" port: 36007 } attempt: 3
14:05:26.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.157917 29557 master_runner.cc:187] Error getting master registration for 127.28.218.189:39565: OK, instance_id { permanent_uuid: "0dbf5b5ff2174717856304e67668baf6" instance_seqno: 1783519525918622 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:05:26.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.160138 29557 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:05:26.167 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7ee24600
14:05:26.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.165133 29695 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0dbf5b5ff2174717856304e67668baf6: Bootstrap starting.
14:05:26.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.167707 29695 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0dbf5b5ff2174717856304e67668baf6: Neither blocks nor log segments found. Creating new log.
14:05:26.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.168520 29695 log.cc:826] T 00000000000000000000000000000000 P 0dbf5b5ff2174717856304e67668baf6: Log is configured to *not* fsync() on all Append() calls
14:05:26.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.170593 29695 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0dbf5b5ff2174717856304e67668baf6: No bootstrap required, opened a new log
14:05:26.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.173892 29695 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0dbf5b5ff2174717856304e67668baf6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2d672e0fdd4249229ab43b309f8da3bb" member_type: VOTER last_known_addr { host: "127.28.218.190" port: 33111 } } peers { permanent_uuid: "0dbf5b5ff2174717856304e67668baf6" member_type: VOTER last_known_addr { host: "127.28.218.189" port: 39565 } } peers { permanent_uuid: "da779868600f4aba81dcda66a6c0490c" member_type: VOTER last_known_addr { host: "127.28.218.188" port: 36007 } }
14:05:26.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.174046 29695 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0dbf5b5ff2174717856304e67668baf6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:05:26.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.174094 29695 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0dbf5b5ff2174717856304e67668baf6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0dbf5b5ff2174717856304e67668baf6, State: Initialized, Role: FOLLOWER
14:05:26.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:26.174086 29803 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 2d672e0fdd4249229ab43b309f8da3bb: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:05:26.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:26.174147 29803 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:05:26.175 [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:05:26.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.175143 29695 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0dbf5b5ff2174717856304e67668baf6 [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: "2d672e0fdd4249229ab43b309f8da3bb" member_type: VOTER last_known_addr { host: "127.28.218.190" port: 33111 } } peers { permanent_uuid: "0dbf5b5ff2174717856304e67668baf6" member_type: VOTER last_known_addr { host: "127.28.218.189" port: 39565 } } peers { permanent_uuid: "da779868600f4aba81dcda66a6c0490c" member_type: VOTER last_known_addr { host: "127.28.218.188" port: 36007 } }
14:05:26.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:26.175722 29800 client.h:372] Failed to connect to Hive Metastore (localhost:36203): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:05:26.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.176717 29695 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0dbf5b5ff2174717856304e67668baf6 [sys.catalog]: configured and running, proceeding with master startup.
14:05:26.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.181094 29789 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2d672e0fdd4249229ab43b309f8da3bb [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: "2d672e0fdd4249229ab43b309f8da3bb" member_type: VOTER last_known_addr { host: "127.28.218.190" port: 33111 } } peers { permanent_uuid: "0dbf5b5ff2174717856304e67668baf6" member_type: VOTER last_known_addr { host: "127.28.218.189" port: 39565 } } peers { permanent_uuid: "da779868600f4aba81dcda66a6c0490c" member_type: VOTER last_known_addr { host: "127.28.218.188" port: 36007 } } }
14:05:26.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.181401 29789 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2d672e0fdd4249229ab43b309f8da3bb [sys.catalog]: This master's current role is: FOLLOWER
14:05:26.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.185276 29625 master_runner.cc:264] No leader master found from master 0dbf5b5ff2174717856304e67668baf6
14:05:26.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.185336 29625 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:05:26.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:26.202512 29822 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 0dbf5b5ff2174717856304e67668baf6: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:05:26.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:26.202844 29822 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:05:26.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.205480 29808 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0dbf5b5ff2174717856304e67668baf6 [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: "2d672e0fdd4249229ab43b309f8da3bb" member_type: VOTER last_known_addr { host: "127.28.218.190" port: 33111 } } peers { permanent_uuid: "0dbf5b5ff2174717856304e67668baf6" member_type: VOTER last_known_addr { host: "127.28.218.189" port: 39565 } } peers { permanent_uuid: "da779868600f4aba81dcda66a6c0490c" member_type: VOTER last_known_addr { host: "127.28.218.188" port: 36007 } } }
14:05:26.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.205596 29808 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0dbf5b5ff2174717856304e67668baf6 [sys.catalog]: This master's current role is: FOLLOWER
14:05:26.220 [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:05:26.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:26.220923 29819 client.h:372] Failed to connect to Hive Metastore (localhost:36203): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:05:26.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.222818 29771 raft_consensus.cc:493] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
14:05:26.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.222970 29771 raft_consensus.cc:515] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2d672e0fdd4249229ab43b309f8da3bb" member_type: VOTER last_known_addr { host: "127.28.218.190" port: 33111 } } peers { permanent_uuid: "0dbf5b5ff2174717856304e67668baf6" member_type: VOTER last_known_addr { host: "127.28.218.189" port: 39565 } } peers { permanent_uuid: "da779868600f4aba81dcda66a6c0490c" member_type: VOTER last_known_addr { host: "127.28.218.188" port: 36007 } }
14:05:26.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.223985 29771 leader_election.cc:290] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2d672e0fdd4249229ab43b309f8da3bb (127.28.218.190:33111), 0dbf5b5ff2174717856304e67668baf6 (127.28.218.189:39565)
14:05:26.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.224774 29598 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "da779868600f4aba81dcda66a6c0490c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2d672e0fdd4249229ab43b309f8da3bb" is_pre_election: true
14:05:26.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.225059 29598 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2d672e0fdd4249229ab43b309f8da3bb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate da779868600f4aba81dcda66a6c0490c in term 0.
14:05:26.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.225482 29669 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "da779868600f4aba81dcda66a6c0490c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0dbf5b5ff2174717856304e67668baf6" is_pre_election: true
14:05:26.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.225718 29669 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 0dbf5b5ff2174717856304e67668baf6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate da779868600f4aba81dcda66a6c0490c in term 0.
14:05:26.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.226647 29715 leader_election.cc:304] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c [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: 2d672e0fdd4249229ab43b309f8da3bb, da779868600f4aba81dcda66a6c0490c; no voters: 
14:05:26.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.228163 29771 raft_consensus.cc:2804] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c [term 0 FOLLOWER]: Leader pre-election won for term 1
14:05:26.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.228238 29771 raft_consensus.cc:493] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
14:05:26.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.228279 29771 raft_consensus.cc:3060] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c [term 0 FOLLOWER]: Advancing to term 1
14:05:26.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.229394 29771 raft_consensus.cc:515] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2d672e0fdd4249229ab43b309f8da3bb" member_type: VOTER last_known_addr { host: "127.28.218.190" port: 33111 } } peers { permanent_uuid: "0dbf5b5ff2174717856304e67668baf6" member_type: VOTER last_known_addr { host: "127.28.218.189" port: 39565 } } peers { permanent_uuid: "da779868600f4aba81dcda66a6c0490c" member_type: VOTER last_known_addr { host: "127.28.218.188" port: 36007 } }
14:05:26.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.229739 29771 leader_election.cc:290] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c [CANDIDATE]: Term 1 election: Requested vote from peers 2d672e0fdd4249229ab43b309f8da3bb (127.28.218.190:33111), 0dbf5b5ff2174717856304e67668baf6 (127.28.218.189:39565)
14:05:26.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.231120 29669 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "da779868600f4aba81dcda66a6c0490c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0dbf5b5ff2174717856304e67668baf6"
14:05:26.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.231230 29669 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 0dbf5b5ff2174717856304e67668baf6 [term 0 FOLLOWER]: Advancing to term 1
14:05:26.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.232300 29669 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 0dbf5b5ff2174717856304e67668baf6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate da779868600f4aba81dcda66a6c0490c in term 1.
14:05:26.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.232602 29598 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "da779868600f4aba81dcda66a6c0490c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2d672e0fdd4249229ab43b309f8da3bb"
14:05:26.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.232723 29598 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2d672e0fdd4249229ab43b309f8da3bb [term 0 FOLLOWER]: Advancing to term 1
14:05:26.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.233721 29598 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2d672e0fdd4249229ab43b309f8da3bb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate da779868600f4aba81dcda66a6c0490c in term 1.
14:05:26.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.234061 29715 leader_election.cc:304] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c [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: 2d672e0fdd4249229ab43b309f8da3bb, da779868600f4aba81dcda66a6c0490c; no voters: 
14:05:26.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.234871 29771 raft_consensus.cc:2804] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c [term 1 FOLLOWER]: Leader election won for term 1
14:05:26.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.235078 29771 raft_consensus.cc:697] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c [term 1 LEADER]: Becoming Leader. State: Replica: da779868600f4aba81dcda66a6c0490c, State: Running, Role: LEADER
14:05:26.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.235365 29771 consensus_queue.cc:237] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c [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: "2d672e0fdd4249229ab43b309f8da3bb" member_type: VOTER last_known_addr { host: "127.28.218.190" port: 33111 } } peers { permanent_uuid: "0dbf5b5ff2174717856304e67668baf6" member_type: VOTER last_known_addr { host: "127.28.218.189" port: 39565 } } peers { permanent_uuid: "da779868600f4aba81dcda66a6c0490c" member_type: VOTER last_known_addr { host: "127.28.218.188" port: 36007 } }
14:05:26.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.237469 29771 sys_catalog.cc:455] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c [sys.catalog]: SysCatalogTable state changed. Reason: New leader da779868600f4aba81dcda66a6c0490c. Latest consensus state: current_term: 1 leader_uuid: "da779868600f4aba81dcda66a6c0490c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2d672e0fdd4249229ab43b309f8da3bb" member_type: VOTER last_known_addr { host: "127.28.218.190" port: 33111 } } peers { permanent_uuid: "0dbf5b5ff2174717856304e67668baf6" member_type: VOTER last_known_addr { host: "127.28.218.189" port: 39565 } } peers { permanent_uuid: "da779868600f4aba81dcda66a6c0490c" member_type: VOTER last_known_addr { host: "127.28.218.188" port: 36007 } } }
14:05:26.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.237771 29771 sys_catalog.cc:458] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c [sys.catalog]: This master's current role is: LEADER
14:05:26.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.245472 29827 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
14:05:26.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.259482 29827 catalog_manager.cc:1520] Initializing Kudu cluster ID...
14:05:26.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:26.264213 29577 tablet.cc:2406] T 00000000000000000000000000000000 P 2d672e0fdd4249229ab43b309f8da3bb: Can't schedule compaction. Clean time has not been advanced past its initial value.
14:05:26.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.292661 29669 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 0dbf5b5ff2174717856304e67668baf6 [term 1 FOLLOWER]: Refusing update from remote peer da779868600f4aba81dcda66a6c0490c: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:05:26.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.293669 29598 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 2d672e0fdd4249229ab43b309f8da3bb [term 1 FOLLOWER]: Refusing update from remote peer da779868600f4aba81dcda66a6c0490c: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:05:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.294458 29825 consensus_queue.cc:1048] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c [LEADER]: Connected to new peer: Peer: permanent_uuid: "0dbf5b5ff2174717856304e67668baf6" member_type: VOTER last_known_addr { host: "127.28.218.189" port: 39565 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:05:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.294865 29825 consensus_queue.cc:1048] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c [LEADER]: Connected to new peer: Peer: permanent_uuid: "2d672e0fdd4249229ab43b309f8da3bb" member_type: VOTER last_known_addr { host: "127.28.218.190" port: 33111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:05:26.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.298730 29789 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2d672e0fdd4249229ab43b309f8da3bb [sys.catalog]: SysCatalogTable state changed. Reason: New leader da779868600f4aba81dcda66a6c0490c. Latest consensus state: current_term: 1 leader_uuid: "da779868600f4aba81dcda66a6c0490c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2d672e0fdd4249229ab43b309f8da3bb" member_type: VOTER last_known_addr { host: "127.28.218.190" port: 33111 } } peers { permanent_uuid: "0dbf5b5ff2174717856304e67668baf6" member_type: VOTER last_known_addr { host: "127.28.218.189" port: 39565 } } peers { permanent_uuid: "da779868600f4aba81dcda66a6c0490c" member_type: VOTER last_known_addr { host: "127.28.218.188" port: 36007 } } }
14:05:26.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.298846 29789 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2d672e0fdd4249229ab43b309f8da3bb [sys.catalog]: This master's current role is: FOLLOWER
14:05:26.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.302168 29808 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0dbf5b5ff2174717856304e67668baf6 [sys.catalog]: SysCatalogTable state changed. Reason: New leader da779868600f4aba81dcda66a6c0490c. Latest consensus state: current_term: 1 leader_uuid: "da779868600f4aba81dcda66a6c0490c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2d672e0fdd4249229ab43b309f8da3bb" member_type: VOTER last_known_addr { host: "127.28.218.190" port: 33111 } } peers { permanent_uuid: "0dbf5b5ff2174717856304e67668baf6" member_type: VOTER last_known_addr { host: "127.28.218.189" port: 39565 } } peers { permanent_uuid: "da779868600f4aba81dcda66a6c0490c" member_type: VOTER last_known_addr { host: "127.28.218.188" port: 36007 } } }
14:05:26.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.302273 29808 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0dbf5b5ff2174717856304e67668baf6 [sys.catalog]: This master's current role is: FOLLOWER
14:05:26.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.304890 29771 sys_catalog.cc:455] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "da779868600f4aba81dcda66a6c0490c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2d672e0fdd4249229ab43b309f8da3bb" member_type: VOTER last_known_addr { host: "127.28.218.190" port: 33111 } } peers { permanent_uuid: "0dbf5b5ff2174717856304e67668baf6" member_type: VOTER last_known_addr { host: "127.28.218.189" port: 39565 } } peers { permanent_uuid: "da779868600f4aba81dcda66a6c0490c" member_type: VOTER last_known_addr { host: "127.28.218.188" port: 36007 } } }
14:05:26.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.304987 29771 sys_catalog.cc:458] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c [sys.catalog]: This master's current role is: LEADER
14:05:26.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.305083 29828 mvcc.cc:204] Tried to move back new op lower bound from 7305295979631640576 to 7305295979464978432. Current Snapshot: MvccSnapshot[applied={T|T < 7305295979631640576}]
14:05:26.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.306324 29808 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0dbf5b5ff2174717856304e67668baf6 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "da779868600f4aba81dcda66a6c0490c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2d672e0fdd4249229ab43b309f8da3bb" member_type: VOTER last_known_addr { host: "127.28.218.190" port: 33111 } } peers { permanent_uuid: "0dbf5b5ff2174717856304e67668baf6" member_type: VOTER last_known_addr { host: "127.28.218.189" port: 39565 } } peers { permanent_uuid: "da779868600f4aba81dcda66a6c0490c" member_type: VOTER last_known_addr { host: "127.28.218.188" port: 36007 } } }
14:05:26.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.306418 29808 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0dbf5b5ff2174717856304e67668baf6 [sys.catalog]: This master's current role is: FOLLOWER
14:05:26.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.308564 29827 catalog_manager.cc:1383] Generated new cluster ID: 14b3b400718846e79380ff8b5f2a9d5b
14:05:26.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.308617 29827 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
14:05:26.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.309207 29825 sys_catalog.cc:455] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "da779868600f4aba81dcda66a6c0490c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2d672e0fdd4249229ab43b309f8da3bb" member_type: VOTER last_known_addr { host: "127.28.218.190" port: 33111 } } peers { permanent_uuid: "0dbf5b5ff2174717856304e67668baf6" member_type: VOTER last_known_addr { host: "127.28.218.189" port: 39565 } } peers { permanent_uuid: "da779868600f4aba81dcda66a6c0490c" member_type: VOTER last_known_addr { host: "127.28.218.188" port: 36007 } } }
14:05:26.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.309305 29825 sys_catalog.cc:458] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c [sys.catalog]: This master's current role is: LEADER
14:05:26.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.310168 29789 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2d672e0fdd4249229ab43b309f8da3bb [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "da779868600f4aba81dcda66a6c0490c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2d672e0fdd4249229ab43b309f8da3bb" member_type: VOTER last_known_addr { host: "127.28.218.190" port: 33111 } } peers { permanent_uuid: "0dbf5b5ff2174717856304e67668baf6" member_type: VOTER last_known_addr { host: "127.28.218.189" port: 39565 } } peers { permanent_uuid: "da779868600f4aba81dcda66a6c0490c" member_type: VOTER last_known_addr { host: "127.28.218.188" port: 36007 } } }
14:05:26.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.310267 29789 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2d672e0fdd4249229ab43b309f8da3bb [sys.catalog]: This master's current role is: FOLLOWER
14:05:26.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.310773 29829 mvcc.cc:204] Tried to move back new op lower bound from 7305295979631640576 to 7305295979464978432. Current Snapshot: MvccSnapshot[applied={T|T < 7305295979631640576}]
14:05:26.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.323062 29831 mvcc.cc:204] Tried to move back new op lower bound from 7305295979631640576 to 7305295979464978432. Current Snapshot: MvccSnapshot[applied={T|T < 7305295979631640576}]
14:05:26.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.329308 29827 catalog_manager.cc:1406] Generated new certificate authority record
14:05:26.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.331051 29827 catalog_manager.cc:1540] Loading token signing keys...
14:05:26.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.357380 29827 catalog_manager.cc:6070] T 00000000000000000000000000000000 P da779868600f4aba81dcda66a6c0490c: Generated new TSK 0
14:05:26.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.358047 29827 catalog_manager.cc:1550] Initializing in-progress tserver states...
14:05:26.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.358676 29827 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
14:05:26.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:26.359154 29827 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
14:05:26.712 [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:05:26.722 [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:05:26.722 [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:05:26.898 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:05:26.910 [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/hive10175779319591360243/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=899991aa-2ff3-43ca-84b4-6452e7c940d5, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:05:26.983 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10175779319591360243/external-warehouse/table
14:05:27.136 [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:05:27.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:27.140067 29782 client.h:372] Failed to connect to Hive Metastore (localhost:36203): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:05:27.152 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
14:05:27.155 [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:05:27.157 [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:05:27.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:27.175537 29803 catalog_manager.cc:1295] Loaded cluster ID: 14b3b400718846e79380ff8b5f2a9d5b
14:05:27.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:27.175608 29803 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 2d672e0fdd4249229ab43b309f8da3bb: loading cluster ID for follower catalog manager: success
14:05:27.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:27.178814 29803 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 2d672e0fdd4249229ab43b309f8da3bb: acquiring CA information for follower catalog manager: success
14:05:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:27.180332 29803 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 2d672e0fdd4249229ab43b309f8da3bb: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:05:27.181 [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:05:27.181 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.218.188:36007,127.28.218.190:33111,127.28.218.189:39565}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:05:27.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:27.181938 29800 client.h:372] Failed to connect to Hive Metastore (localhost:36203): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:05:27.201 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:05:27.205 [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/hive10175779319591360243/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.218.188:36007,127.28.218.190:33111,127.28.218.189:39565}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:05:27.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:27.204499 29822 catalog_manager.cc:1295] Loaded cluster ID: 14b3b400718846e79380ff8b5f2a9d5b
14:05:27.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:27.204573 29822 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 0dbf5b5ff2174717856304e67668baf6: loading cluster ID for follower catalog manager: success
14:05:27.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:27.207261 29822 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 0dbf5b5ff2174717856304e67668baf6: acquiring CA information for follower catalog manager: success
14:05:27.207 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10175779319591360243/external-warehouse/table
14:05:27.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:27.208703 29822 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 0dbf5b5ff2174717856304e67668baf6: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:05:27.228 [INFO - Metastore-Handler-Pool: Thread-50] (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:05:27.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:27.229168 29819 client.h:372] Failed to connect to Hive Metastore (localhost:36203): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:05:27.230 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
14:05:27.230 [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:05:27.231 [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:05:27.232 [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=247433b9-e8d6-45ad-8c2f-4c3fd988e40e, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.218.188:36007,127.28.218.190:33111,127.28.218.189:39565}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:05:27.236 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:05:27.239 [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/hive10175779319591360243/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=247433b9-e8d6-45ad-8c2f-4c3fd988e40e, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.218.188:36007,127.28.218.190:33111,127.28.218.189:39565}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:05:27.241 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10175779319591360243/external-warehouse/table
14:05:27.260 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
14:05:27.264 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
14:05:27.264 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
14:05:27.268 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@15b8a74d
14:05:27.288 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
14:05:27.289 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
14:05:27.289 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
14:05:27.289 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
14:05:27.290 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
14:05:27.290 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
14:05:27.291 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
14:05:27.291 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
14:05:27.291 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
14:05:27.292 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
14:05:27.293 [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:05:27.294 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
14:05:27.294 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
14:05:27.294 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
14:05:27.294 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
14:05:27.295 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
14:05:27.295 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
14:05:27.296 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
14:05:27.296 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
14:05:27.302 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
14:05:27.325 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
14:05:27.332 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
14:05:27.336 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
14:05:27.336 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
14:05:27.341 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
14:05:27.342 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
14:05:27.390 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
14:05:27.390 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
14:05:27.390 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
14:05:27.390 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
14:05:27.390 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
14:05:27.390 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
14:05:27.390 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
14:05:27.390 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
14:05:27.390 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
14:05:27.391 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
14:05:27.391 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
14:05:27.391 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
14:05:27.391 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
14:05:27.403 [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:05:27.405 [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:05:27.424 [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:05:27.551 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.28.218.188:36007(127.28.218.188:36007)] connecting to peer
14:05:27.557 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 29493 (auto-detected)
14:05:27.558 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
14:05:27.559 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
14:05:27.560 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
14:05:27.561 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
14:05:27.562 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:23:ff:fe:be:3c:c6 (auto-detected)
14:05:27.580 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
14:05:27.580 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
14:05:27.580 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
14:05:27.585 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
14:05:27.589 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.28.218.190:33111(127.28.218.190:33111)] connecting to peer
14:05:27.590 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.28.218.189:39565(127.28.218.189:39565)] connecting to peer
14:05:27.607 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.28.218.188:36007(127.28.218.188:36007)] Successfully connected to peer
14:05:27.609 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.28.218.190:33111(127.28.218.190:33111)] Successfully connected to peer
14:05:27.609 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.28.218.189:39565(127.28.218.189:39565)] Successfully connected to peer
14:05:27.616 [DEBUG - kudu-nio-0] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
14:05:27.616 [DEBUG - kudu-nio-0] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
14:05:27.616 [DEBUG - kudu-nio-0] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@517ee26d
14:05:27.620 [DEBUG - kudu-nio-1] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
14:05:27.620 [DEBUG - kudu-nio-1] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
14:05:27.620 [DEBUG - kudu-nio-1] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
14:05:27.620 [DEBUG - kudu-nio-1] (Recycler.java:99) -Dio.netty.recycler.blocking: false
14:05:27.620 [DEBUG - kudu-nio-1] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
14:05:27.684 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.28.218.188
14:05:27.684 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.28.218.190
14:05:27.687 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.28.218.189
14:05:27.927 [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:05:27.930 [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:05:27.931 [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:05:27.958 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x624ed646, L:/127.0.0.1:36420 - R:/127.28.218.190:33111] using SASL/PLAIN
14:05:27.959 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x43ca93ef, L:/127.0.0.1:54642 - R:/127.28.218.189:39565] using SASL/PLAIN
14:05:27.955 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x909054e7, L:/127.0.0.1:59980 - R:/127.28.218.188:36007] using SASL/PLAIN
14:05:28.000 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
14:05:28.006 [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:05:28.007 [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:05:28.009 [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=7281daf5-c559-472f-8842-3e7a724f6f53, 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:05:28.012 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:05:28.016 [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/hive10175779319591360243/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=7281daf5-c559-472f-8842-3e7a724f6f53, 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:05:28.018 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10175779319591360243/external-warehouse/table
14:05:28.037 [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:05:28.038 [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:05:28.039 [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=76db245b-3364-42f5-a373-ed4752fed49d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.218.188:36007,127.28.218.190:33111,127.28.218.189:39565}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:05:28.042 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:05:28.046 [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/hive10175779319591360243/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=76db245b-3364-42f5-a373-ed4752fed49d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.218.188:36007,127.28.218.190:33111,127.28.218.189:39565}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:05:28.048 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10175779319591360243/external-warehouse/table
14:05:28.123 [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:05:28.142 [INFO - Metastore-Handler-Pool: Thread-58] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:05:28.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:28.143042 29782 client.h:372] Failed to connect to Hive Metastore (localhost:36203): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:05:28.187 [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:05:28.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:28.187813 29800 client.h:372] Failed to connect to Hive Metastore (localhost:36203): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:05:28.189 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
14:05:28.197 [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:05:28.235 [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:05:28.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:28.236056 29819 client.h:372] Failed to connect to Hive Metastore (localhost:36203): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:05:28.353 [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:05:28.618 [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:05:28.671 [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:05:28.716 [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:05:28.861 [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=54aef4c8-57e6-4404-957c-b0d8cffe456f, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.218.188:36007,127.28.218.190:33111,127.28.218.189:39565}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:05:28.863 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:05:28.866 [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/hive10175779319591360243/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=54aef4c8-57e6-4404-957c-b0d8cffe456f, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.28.218.188:36007,127.28.218.190:33111,127.28.218.189:39565}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:05:28.868 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10175779319591360243/external-warehouse/table
14:05:28.902 [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:05:28.929 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
14:05:28.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:05:28.989 [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:05:29.010 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
14:05:29.010 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
14:05:29.010 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7ee24600, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1c4f7554 will be shutdown
14:05:29.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:29.010442 29546 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu with pid 29557
14:05:29.010 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
14:05:29.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:29.018905 29546 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu with pid 29625
14:05:29.021 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.28.218.190:33111(127.28.218.190:33111)] handling channelInactive
14:05:29.022 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.28.218.190:33111(127.28.218.190:33111)] cleaning up while in state READY due to: connection closed
14:05:29.028 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.28.218.189:39565(127.28.218.189:39565)] handling channelInactive
14:05:29.028 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.28.218.189:39565(127.28.218.189:39565)] cleaning up while in state READY due to: connection closed
14:05:29.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:29.029568 29546 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu with pid 29697
14:05:29.035 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.28.218.188:36007(127.28.218.188:36007)] handling channelInactive
14:05:29.036 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.28.218.188:36007(127.28.218.188:36007)] cleaning up while in state READY due to: connection closed
14:05:29.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:05:29Z chronyd exiting
.14:05:29.079 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:05:29.079 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:05:29.080 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:05:29.097 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive382432228138806085
14:05:29.097 [INFO - Thread-37] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
14:05:29.098 [INFO - Thread-37] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
14:05:29.101 [INFO - Thread-37] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:05:29.101 [INFO - Thread-37] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:05:29.102 [INFO - Thread-37] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
14:05:29.107 [INFO - Thread-37] (HikariDataSource.java:350) objectstore - Shutdown initiated...
14:05:29.110 [INFO - Thread-37] (HikariDataSource.java:352) objectstore - Shutdown completed.
14:05:29.110 [INFO - Thread-37] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
14:05:29.110 [INFO - Thread-37] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
14:05:29.111 [INFO - Thread-37] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
14:05:29.112 [INFO - Thread-37] (HikariDataSource.java:80) objectstore - Starting...
14:05:29.191 [INFO - Thread-37] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:05:29.192 [INFO - Thread-37] (HikariDataSource.java:82) objectstore - Start completed.
14:05:29.192 [INFO - Thread-37] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
14:05:29.194 [INFO - Thread-37] (HikariDataSource.java:80) objectstore-secondary - Starting...
14:05:29.195 [INFO - Thread-37] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:05:29.196 [INFO - Thread-37] (HikariDataSource.java:82) objectstore-secondary - Start completed.
14:05:29.216 [INFO - Thread-37] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
14:05:29.217 [INFO - Thread-37] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
14:05:29.217 [INFO - Thread-37] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
14:05:29.251 [WARN - Thread-37] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:29.252 [WARN - Thread-37] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:29.252 [WARN - Thread-37] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:29.253 [WARN - Thread-37] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:29.253 [WARN - Thread-37] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:29.254 [WARN - Thread-37] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:29.524 [INFO - Thread-37] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
14:05:29.525 [INFO - Thread-37] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6fe6fd33, with PersistenceManager: null will be shutdown
14:05:29.525 [INFO - Thread-37] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6fe6fd33, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3b60a9dc created in the thread with id: 62
14:05:29.527 [WARN - Thread-37] (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:05:29.528 [INFO - Thread-37] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6fe6fd33
14:05:29.646 [INFO - Thread-37] (HMSHandler.java:595) Started creating a default database with name: default
14:05:29.666 [INFO - Thread-37] (HMSHandler.java:605) Successfully created a default database with name: default
14:05:29.694 [INFO - Thread-37] (HMSHandler.java:668) Added admin role in metastore
14:05:29.696 [INFO - Thread-37] (HMSHandler.java:677) Added public role in metastore
14:05:29.732 [INFO - Thread-37] (HMSHandler.java:717) No user is added in admin role, since config is empty
14:05:29.732 [INFO - Thread-37] (HMSHandler.java:404) HMS server filtering is disabled by configuration
14:05:29.733 [INFO - Thread-37] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
14:05:29.733 [INFO - Thread-37] (HiveMetaStore.java:697) Direct SQL optimization = true
14:05:29.734 [WARN - Thread-37] (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:05:29.734 [INFO - Thread-37] (HiveMetaStore.java:632) Started the new metaserver on port [45443]...
14:05:29.734 [INFO - Thread-37] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
14:05:29.734 [INFO - Thread-37] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
14:05:29.734 [INFO - Thread-37] (HiveMetaStore.java:635) TCP keepalive = true
14:05:29.734 [INFO - Thread-37] (HiveMetaStore.java:636) Enable SSL = false
14:05:30.099 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:05:30.100 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:05:30.100 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:05:30.103 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
14:05:30.103 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:45443]
14:05:30.103 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:45443) in binary transport mode
14:05:30.104 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:45443) current connections: 1
14:05:30.105 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskEGiaW9/test-tmp
14:05:30.106 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
14:05:30.106 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskEGiaW9/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
14:05:30.109 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:45443"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

14:05:30.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.207734 29891 mini_oidc.cc:150] Starting JWKS server
14:05:30.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.208994 29891 webserver.cc:533] Webserver started at http://127.0.0.1:43125/ using document root <none> and password file <none>
14:05:30.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.209115 29891 mini_oidc.cc:186] Starting OIDC Discovery server
14:05:30.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.209297 29891 webserver.cc:533] Webserver started at http://127.0.0.1:33615/ using document root <none> and password file <none>
14:05:30.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:05:30Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
14:05:30.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:05:30Z Disabled control of system clock
14:05:30.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.221071 29891 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:30.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:30.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-0/wal
14:05:30.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-0/data
14:05:30.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:05:30.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:05:30.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:05:30.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:30.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:30.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:30.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-0/logs
14:05:30.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-0/data/info.pb
14:05:30.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:30.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:05:30.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:05:30.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:05:30.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:05:30.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:30.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:30.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:30.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:05:30.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:05:30.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:30.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:30.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.48.254:33191
14:05:30.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.48.254
14:05:30.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:30.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.48.212:36791
14:05:30.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:30.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:30.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:30.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:30.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.48.254:33191,127.29.48.253:45453,127.29.48.252:34483
14:05:30.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:30.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43125/jwks.json
14:05:30.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45443 with env {}
14:05:30.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.313477 29902 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:05:30.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.313663 29902 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:05:30.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.313705 29902 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:05:30.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.316974 29902 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:05:30.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.317027 29902 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:05:30.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.317044 29902 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:05:30.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.317060 29902 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:05:30.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.317076 29902 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:05:30.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.317090 29902 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43125/jwks.json
14:05:30.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.320837 29902 master_runner.cc:387] Master server non-default flags:
14:05:30.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:30.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.48.212:36791
14:05:30.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:30.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:30.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-0/data
14:05:30.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-0/wal
14:05:30.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45443
14:05:30.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:30.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.48.254:33191,127.29.48.253:45453,127.29.48.252:34483
14:05:30.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:30.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:30.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:30.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.48.254:33191
14:05:30.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:30.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:05:30.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:30.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43125/jwks.json
14:05:30.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:30.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:30.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-0/data/info.pb
14:05:30.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.48.254
14:05:30.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:30.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:05:30.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.29902
14:05:30.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:30.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:05:30.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:05:30.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:30.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-0/logs
14:05:30.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:30.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:05:30.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:05:30.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:05:30.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:05:30.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
14:05:30.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:05:30.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:43:14 UTC on bdcb31816ec0
14:05:30.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12772
14:05:30.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.321828 29902 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:05:30.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.323082 29902 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:05:30.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.328922 29908 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:05:30.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.328953 29910 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:05:30.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.329046 29902 server_base.cc:1061] running on GCE node
14:05:30.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.329160 29907 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:05:30.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.329945 29902 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:05:30.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.330670 29902 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:05:30.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.331799 29902 hybrid_clock.cc:648] HybridClock initialized: now 1783519530331783 us; error 33 us; skew 500 ppm
14:05:30.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.333369 29902 webserver.cc:533] Webserver started at http://127.29.48.254:45351/ using document root <none> and password file <none>
14:05:30.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.333844 29902 fs_manager.cc:362] Metadata directory not provided
14:05:30.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.333890 29902 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:05:30.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.334028 29902 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:05:30.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.335426 29902 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-0/data/instance:
14:05:30.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fac1b7f172bd457db36ad4ac06142d36"
14:05:30.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:30 on dist-test-slave-5h2f"
14:05:30.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.335915 29902 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-0/wal/instance:
14:05:30.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fac1b7f172bd457db36ad4ac06142d36"
14:05:30.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:30 on dist-test-slave-5h2f"
14:05:30.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.338686 29902 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.002s	sys 0.000s
14:05:30.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.340540 29916 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:05:30.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.341437 29902 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
14:05:30.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.341523 29902 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-0/data,/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-0/wal
14:05:30.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fac1b7f172bd457db36ad4ac06142d36"
14:05:30.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:30 on dist-test-slave-5h2f"
14:05:30.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.341584 29902 fs_report.cc:389] FS layout report
14:05:30.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:05:30.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-0/wal
14:05:30.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-0/wal
14:05:30.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-0/data/data
14:05:30.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:05:30.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:05:30.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:05:30.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:05:30.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:05:30.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:05:30.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:05:30.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:05:30.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:05:30.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:05:30.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:05:30.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.387843 29902 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:05:30.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.388437 29902 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:05:30.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.388568 29902 kserver.cc:163] Server-wide thread pool size limit: 3276
14:05:30.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.394796 29902 rpc_server.cc:307] RPC server started. Bound to: 127.29.48.254:33191
14:05:30.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.394824 29968 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.48.254:33191 every 8 connection(s)
14:05:30.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.395753 29902 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-0/data/info.pb
14:05:30.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.398278 29969 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:05:30.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.401332 29969 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.48.254" port: 33191 } has no permanent_uuid. Determining permanent_uuid...
14:05:30.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.405730 29891 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu as pid 29902
14:05:30.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.405875 29891 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-0/wal/instance
14:05:30.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.407414 29891 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:30.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:30.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-1/wal
14:05:30.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-1/data
14:05:30.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:05:30.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:05:30.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:05:30.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:30.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:30.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:30.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-1/logs
14:05:30.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-1/data/info.pb
14:05:30.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:30.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:05:30.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:05:30.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:05:30.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:05:30.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:30.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:30.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:30.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:05:30.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:05:30.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:30.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:30.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.48.253:45453
14:05:30.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.48.253
14:05:30.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:30.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.48.212:36791
14:05:30.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:30.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:30.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:30.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:30.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.48.254:33191,127.29.48.253:45453,127.29.48.252:34483
14:05:30.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:30.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43125/jwks.json
14:05:30.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45443 with env {}
14:05:30.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.410351 29969 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.48.253" port: 45453 } has no permanent_uuid. Determining permanent_uuid...
14:05:30.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.411070 29920 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.48.253:45453: connect: Connection refused (error 111)
14:05:30.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.411902 29969 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.48.253:45453: Network error: Client connection negotiation failed: client connection to 127.29.48.253:45453: connect: Connection refused (error 111)
14:05:30.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.461086 29969 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.48.253" port: 45453 } attempt: 1
14:05:30.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.462461 29969 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.48.253:45453: Network error: Client connection negotiation failed: client connection to 127.29.48.253:45453: connect: Connection refused (error 111)
14:05:30.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.503068 29972 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:05:30.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.503257 29972 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:05:30.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.503312 29972 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:05:30.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.506610 29972 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:05:30.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.506664 29972 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:05:30.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.506690 29972 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:05:30.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.506711 29972 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:05:30.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.506732 29972 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:05:30.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.506749 29972 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43125/jwks.json
14:05:30.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.510684 29972 master_runner.cc:387] Master server non-default flags:
14:05:30.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:30.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.48.212:36791
14:05:30.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:30.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:30.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-1/data
14:05:30.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-1/wal
14:05:30.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45443
14:05:30.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:30.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.48.254:33191,127.29.48.253:45453,127.29.48.252:34483
14:05:30.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:30.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:30.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:30.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.48.253:45453
14:05:30.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:30.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:05:30.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:30.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43125/jwks.json
14:05:30.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:30.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:30.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-1/data/info.pb
14:05:30.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.48.253
14:05:30.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:30.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:05:30.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.29972
14:05:30.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:30.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:05:30.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:05:30.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:30.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-1/logs
14:05:30.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:30.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:05:30.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:05:30.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:05:30.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:05:30.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
14:05:30.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:05:30.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:43:14 UTC on bdcb31816ec0
14:05:30.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12772
14:05:30.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.511884 29972 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:05:30.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.513113 29972 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:05:30.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.518088 29978 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:05:30.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.518096 29979 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:05:30.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.518167 29981 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:05:30.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.518517 29972 server_base.cc:1061] running on GCE node
14:05:30.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.518961 29972 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:05:30.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.519778 29972 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:05:30.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.520932 29972 hybrid_clock.cc:648] HybridClock initialized: now 1783519530520919 us; error 21 us; skew 500 ppm
14:05:30.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.522570 29972 webserver.cc:533] Webserver started at http://127.29.48.253:40927/ using document root <none> and password file <none>
14:05:30.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.523087 29972 fs_manager.cc:362] Metadata directory not provided
14:05:30.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.523141 29972 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:05:30.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.523346 29972 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:05:30.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.524786 29972 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-1/data/instance:
14:05:30.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "26c8a511086741ff9ffd09594ea5524c"
14:05:30.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:30 on dist-test-slave-5h2f"
14:05:30.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.525264 29972 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-1/wal/instance:
14:05:30.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "26c8a511086741ff9ffd09594ea5524c"
14:05:30.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:30 on dist-test-slave-5h2f"
14:05:30.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.528151 29972 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.004s	sys 0.000s
14:05:30.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.529934 29987 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:05:30.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.530612 29969 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.48.253" port: 45453 } attempt: 2
14:05:30.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.530755 29972 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
14:05:30.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.530855 29972 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-1/data,/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-1/wal
14:05:30.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "26c8a511086741ff9ffd09594ea5524c"
14:05:30.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:30 on dist-test-slave-5h2f"
14:05:30.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.530948 29972 fs_report.cc:389] FS layout report
14:05:30.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:05:30.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-1/wal
14:05:30.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-1/wal
14:05:30.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-1/data/data
14:05:30.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:05:30.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:05:30.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:05:30.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:05:30.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:05:30.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:05:30.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:05:30.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:05:30.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:05:30.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:05:30.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:05:30.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.531828 29969 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.48.253:45453: Network error: Client connection negotiation failed: client connection to 127.29.48.253:45453: connect: Connection refused (error 111)
14:05:30.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.546271 29972 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:05:30.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.546718 29972 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:05:30.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.546837 29972 kserver.cc:163] Server-wide thread pool size limit: 3276
14:05:30.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.552970 29972 rpc_server.cc:307] RPC server started. Bound to: 127.29.48.253:45453
14:05:30.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.552970 30039 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.48.253:45453 every 8 connection(s)
14:05:30.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.553820 29972 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-1/data/info.pb
14:05:30.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.556260 30040 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:05:30.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.559130 30040 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.48.254" port: 33191 } has no permanent_uuid. Determining permanent_uuid...
14:05:30.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.562793 29891 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu as pid 29972
14:05:30.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.562889 29891 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-1/wal/instance
14:05:30.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.563484 29891 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:30.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:30.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-2/wal
14:05:30.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-2/data
14:05:30.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:05:30.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:05:30.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:05:30.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:30.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:30.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:30.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-2/logs
14:05:30.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-2/data/info.pb
14:05:30.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:30.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:05:30.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:05:30.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:05:30.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:05:30.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:30.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:30.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:30.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:05:30.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:05:30.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:30.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:30.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.48.252:34483
14:05:30.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.48.252
14:05:30.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:30.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.48.212:36791
14:05:30.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:30.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:30.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:30.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:30.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.48.254:33191,127.29.48.253:45453,127.29.48.252:34483
14:05:30.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:30.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43125/jwks.json
14:05:30.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45443 with env {}
14:05:30.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.566294 30040 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.48.253" port: 45453 } has no permanent_uuid. Determining permanent_uuid...
14:05:30.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.571732 30040 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.48.252" port: 34483 } has no permanent_uuid. Determining permanent_uuid...
14:05:30.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.572441 29991 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.48.252:34483: connect: Connection refused (error 111)
14:05:30.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.573241 30040 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.48.252:34483: Network error: Client connection negotiation failed: client connection to 127.29.48.252:34483: connect: Connection refused (error 111)
14:05:30.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.622463 30040 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.48.252" port: 34483 } attempt: 1
14:05:30.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.623008 29969 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.48.253" port: 45453 } attempt: 3
14:05:30.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.624563 30040 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.48.252:34483: Network error: Client connection negotiation failed: client connection to 127.29.48.252:34483: connect: Connection refused (error 111)
14:05:30.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.628165 29969 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.48.252" port: 34483 } has no permanent_uuid. Determining permanent_uuid...
14:05:30.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.629587 29969 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.48.252:34483: Network error: Client connection negotiation failed: client connection to 127.29.48.252:34483: connect: Connection refused (error 111)
14:05:30.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.660744 29969 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.48.252" port: 34483 } attempt: 1
14:05:30.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.662041 29969 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.48.252:34483: Network error: Client connection negotiation failed: client connection to 127.29.48.252:34483: connect: Connection refused (error 111)
14:05:30.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.661921 30042 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:05:30.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.662125 30042 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:05:30.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.662169 30042 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:05:30.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.665387 30042 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:05:30.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.665432 30042 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:05:30.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.665452 30042 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:05:30.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.665467 30042 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:05:30.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.665482 30042 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:05:30.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.665495 30042 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43125/jwks.json
14:05:30.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.669189 30042 master_runner.cc:387] Master server non-default flags:
14:05:30.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:30.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.48.212:36791
14:05:30.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:30.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:30.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-2/data
14:05:30.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-2/wal
14:05:30.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45443
14:05:30.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:30.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.48.254:33191,127.29.48.253:45453,127.29.48.252:34483
14:05:30.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:30.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:30.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:30.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.48.252:34483
14:05:30.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:30.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:05:30.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:30.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43125/jwks.json
14:05:30.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:30.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:30.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-2/data/info.pb
14:05:30.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.48.252
14:05:30.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:30.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:05:30.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.30042
14:05:30.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:30.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:05:30.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:05:30.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:30.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-2/logs
14:05:30.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:30.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:05:30.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:05:30.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:05:30.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:05:30.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
14:05:30.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:05:30.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:43:14 UTC on bdcb31816ec0
14:05:30.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12772
14:05:30.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.670008 30042 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:05:30.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.670917 30042 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:05:30.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.675565 30049 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:05:30.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.675573 30050 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:05:30.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.675552 30052 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:05:30.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.675761 30042 server_base.cc:1061] running on GCE node
14:05:30.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.676275 30042 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:05:30.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.677089 30042 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:05:30.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.678238 30042 hybrid_clock.cc:648] HybridClock initialized: now 1783519530678222 us; error 25 us; skew 500 ppm
14:05:30.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.679944 30042 webserver.cc:533] Webserver started at http://127.29.48.252:45323/ using document root <none> and password file <none>
14:05:30.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.680456 30042 fs_manager.cc:362] Metadata directory not provided
14:05:30.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.680518 30042 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:05:30.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.680749 30042 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:05:30.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.682195 30042 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-2/data/instance:
14:05:30.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a3df9d1d2f8a41f2a16ac81c1926cfc4"
14:05:30.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:30 on dist-test-slave-5h2f"
14:05:30.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.682701 30042 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-2/wal/instance:
14:05:30.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a3df9d1d2f8a41f2a16ac81c1926cfc4"
14:05:30.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:30 on dist-test-slave-5h2f"
14:05:30.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.685777 30042 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
14:05:30.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.687588 30058 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:05:30.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.688402 30042 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
14:05:30.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.688500 30042 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-2/data,/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-2/wal
14:05:30.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a3df9d1d2f8a41f2a16ac81c1926cfc4"
14:05:30.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:30 on dist-test-slave-5h2f"
14:05:30.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.688606 30042 fs_report.cc:389] FS layout report
14:05:30.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:05:30.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-2/wal
14:05:30.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-2/wal
14:05:30.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-2/data/data
14:05:30.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:05:30.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:05:30.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:05:30.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:05:30.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:05:30.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:05:30.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:05:30.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:05:30.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:05:30.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:05:30.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:05:30.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.692724 30040 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.48.252" port: 34483 } attempt: 2
14:05:30.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.693933 30040 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.48.252:34483: Network error: Client connection negotiation failed: client connection to 127.29.48.252:34483: connect: Connection refused (error 111)
14:05:30.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.709920 30042 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:05:30.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.710498 30042 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:05:30.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.710676 30042 kserver.cc:163] Server-wide thread pool size limit: 3276
14:05:30.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.717255 30042 rpc_server.cc:307] RPC server started. Bound to: 127.29.48.252:34483
14:05:30.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.717262 30110 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.48.252:34483 every 8 connection(s)
14:05:30.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.718218 30042 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-2/data/info.pb
14:05:30.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.720706 30111 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:05:30.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.723672 30111 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.48.254" port: 33191 } has no permanent_uuid. Determining permanent_uuid...
14:05:30.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.728127 29891 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu as pid 30042
14:05:30.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.728217 29891 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster13287352773864548902/master-2/wal/instance
14:05:30.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.730571 30111 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.48.253" port: 45453 } has no permanent_uuid. Determining permanent_uuid...
14:05:30.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.733937 30111 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.48.252" port: 34483 } has no permanent_uuid. Determining permanent_uuid...
14:05:30.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.737180 29969 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.48.252" port: 34483 } attempt: 2
14:05:30.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.739892 30111 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a3df9d1d2f8a41f2a16ac81c1926cfc4: Bootstrap starting.
14:05:30.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.742266 30111 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a3df9d1d2f8a41f2a16ac81c1926cfc4: Neither blocks nor log segments found. Creating new log.
14:05:30.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.742264 29969 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36: Bootstrap starting.
14:05:30.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.742959 30111 log.cc:826] T 00000000000000000000000000000000 P a3df9d1d2f8a41f2a16ac81c1926cfc4: Log is configured to *not* fsync() on all Append() calls
14:05:30.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.744365 29969 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36: Neither blocks nor log segments found. Creating new log.
14:05:30.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.744621 30111 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a3df9d1d2f8a41f2a16ac81c1926cfc4: No bootstrap required, opened a new log
14:05:30.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.745204 29969 log.cc:826] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36: Log is configured to *not* fsync() on all Append() calls
14:05:30.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.746510 29969 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36: No bootstrap required, opened a new log
14:05:30.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.748016 30111 raft_consensus.cc:359] T 00000000000000000000000000000000 P a3df9d1d2f8a41f2a16ac81c1926cfc4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fac1b7f172bd457db36ad4ac06142d36" member_type: VOTER last_known_addr { host: "127.29.48.254" port: 33191 } } peers { permanent_uuid: "26c8a511086741ff9ffd09594ea5524c" member_type: VOTER last_known_addr { host: "127.29.48.253" port: 45453 } } peers { permanent_uuid: "a3df9d1d2f8a41f2a16ac81c1926cfc4" member_type: VOTER last_known_addr { host: "127.29.48.252" port: 34483 } }
14:05:30.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.748189 30111 raft_consensus.cc:385] T 00000000000000000000000000000000 P a3df9d1d2f8a41f2a16ac81c1926cfc4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:05:30.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.748242 30111 raft_consensus.cc:740] T 00000000000000000000000000000000 P a3df9d1d2f8a41f2a16ac81c1926cfc4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a3df9d1d2f8a41f2a16ac81c1926cfc4, State: Initialized, Role: FOLLOWER
14:05:30.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.748611 30111 consensus_queue.cc:260] T 00000000000000000000000000000000 P a3df9d1d2f8a41f2a16ac81c1926cfc4 [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: "fac1b7f172bd457db36ad4ac06142d36" member_type: VOTER last_known_addr { host: "127.29.48.254" port: 33191 } } peers { permanent_uuid: "26c8a511086741ff9ffd09594ea5524c" member_type: VOTER last_known_addr { host: "127.29.48.253" port: 45453 } } peers { permanent_uuid: "a3df9d1d2f8a41f2a16ac81c1926cfc4" member_type: VOTER last_known_addr { host: "127.29.48.252" port: 34483 } }
14:05:30.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.749014 30118 sys_catalog.cc:455] T 00000000000000000000000000000000 P a3df9d1d2f8a41f2a16ac81c1926cfc4 [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: "fac1b7f172bd457db36ad4ac06142d36" member_type: VOTER last_known_addr { host: "127.29.48.254" port: 33191 } } peers { permanent_uuid: "26c8a511086741ff9ffd09594ea5524c" member_type: VOTER last_known_addr { host: "127.29.48.253" port: 45453 } } peers { permanent_uuid: "a3df9d1d2f8a41f2a16ac81c1926cfc4" member_type: VOTER last_known_addr { host: "127.29.48.252" port: 34483 } } }
14:05:30.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.749261 30118 sys_catalog.cc:458] T 00000000000000000000000000000000 P a3df9d1d2f8a41f2a16ac81c1926cfc4 [sys.catalog]: This master's current role is: FOLLOWER
14:05:30.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.749568 29969 raft_consensus.cc:359] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fac1b7f172bd457db36ad4ac06142d36" member_type: VOTER last_known_addr { host: "127.29.48.254" port: 33191 } } peers { permanent_uuid: "26c8a511086741ff9ffd09594ea5524c" member_type: VOTER last_known_addr { host: "127.29.48.253" port: 45453 } } peers { permanent_uuid: "a3df9d1d2f8a41f2a16ac81c1926cfc4" member_type: VOTER last_known_addr { host: "127.29.48.252" port: 34483 } }
14:05:30.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.749676 30111 sys_catalog.cc:565] T 00000000000000000000000000000000 P a3df9d1d2f8a41f2a16ac81c1926cfc4 [sys.catalog]: configured and running, proceeding with master startup.
14:05:30.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.749689 29969 raft_consensus.cc:385] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:05:30.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.749742 29969 raft_consensus.cc:740] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fac1b7f172bd457db36ad4ac06142d36, State: Initialized, Role: FOLLOWER
14:05:30.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.749758 29891 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
14:05:30.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.750120 29969 consensus_queue.cc:260] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36 [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: "fac1b7f172bd457db36ad4ac06142d36" member_type: VOTER last_known_addr { host: "127.29.48.254" port: 33191 } } peers { permanent_uuid: "26c8a511086741ff9ffd09594ea5524c" member_type: VOTER last_known_addr { host: "127.29.48.253" port: 45453 } } peers { permanent_uuid: "a3df9d1d2f8a41f2a16ac81c1926cfc4" member_type: VOTER last_known_addr { host: "127.29.48.252" port: 34483 } }
14:05:30.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.750522 30119 sys_catalog.cc:455] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36 [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: "fac1b7f172bd457db36ad4ac06142d36" member_type: VOTER last_known_addr { host: "127.29.48.254" port: 33191 } } peers { permanent_uuid: "26c8a511086741ff9ffd09594ea5524c" member_type: VOTER last_known_addr { host: "127.29.48.253" port: 45453 } } peers { permanent_uuid: "a3df9d1d2f8a41f2a16ac81c1926cfc4" member_type: VOTER last_known_addr { host: "127.29.48.252" port: 34483 } } }
14:05:30.750 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:05:30.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.750775 30119 sys_catalog.cc:458] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36 [sys.catalog]: This master's current role is: FOLLOWER
14:05:30.750 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

14:05:30.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.751106 29969 sys_catalog.cc:565] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36 [sys.catalog]: configured and running, proceeding with master startup.
14:05:30.751 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.29.48.254"
      port: 33191
    }
    bound_http_address {
      host: "127.29.48.254"
      port: 45351
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.29.48.253"
      port: 45453
    }
    bound_http_address {
      host: "127.29.48.253"
      port: 40927
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.29.48.252"
      port: 34483
    }
    bound_http_address {
      host: "127.29.48.252"
      port: 45323
    }
  }
}

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

14:05:30.753 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:05:30.754 [INFO - Metastore-Handler-Pool: Thread-83] (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=e7f8d24b-6ee0-4239-b686-697d580abdfb, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.48.253:45453,127.29.48.252:34483,127.29.48.254:33191}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:05:30.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.753587 30042 master_runner.cc:187] Error getting master registration for 127.29.48.254:33191: OK, instance_id { permanent_uuid: "fac1b7f172bd457db36ad4ac06142d36" instance_seqno: 1783519530393058 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:05:30.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.755599 30042 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:05:30.757 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:05:30.757 [INFO - Metastore-Handler-Pool: Thread-83] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:05:30.758 [INFO - Metastore-Handler-Pool: Thread-83] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6d999dc9, with PersistenceManager: null will be shutdown
14:05:30.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.756274 29902 master_runner.cc:187] Error getting master registration for 127.29.48.253:45453: OK, instance_id { permanent_uuid: "26c8a511086741ff9ffd09594ea5524c" instance_seqno: 1783519530551209 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:05:30.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.758325 29902 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:05:30.758 [INFO - Metastore-Handler-Pool: Thread-83] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6d999dc9, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@54ad10b9 created in the thread with id: 83
14:05:30.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.762882 30147 catalog_manager.cc:1594] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:05:30.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.763087 30147 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:05:30.763 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6d999dc9
14:05:30.763 [INFO - Metastore-Handler-Pool: Thread-85] (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:05:30.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.764569 30144 client.h:372] Failed to connect to Hive Metastore (localhost:45443): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:05:30.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.777828 30136 catalog_manager.cc:1594] T 00000000000000000000000000000000 P a3df9d1d2f8a41f2a16ac81c1926cfc4: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:05:30.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.778100 30136 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:05:30.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.787134 30040 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.48.252" port: 34483 } attempt: 3
14:05:30.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.794780 30040 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 26c8a511086741ff9ffd09594ea5524c: Bootstrap starting.
14:05:30.797 [INFO - Metastore-Handler-Pool: Thread-86] (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:05:30.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.798578 30131 client.h:372] Failed to connect to Hive Metastore (localhost:45443): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:05:30.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.798751 30040 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 26c8a511086741ff9ffd09594ea5524c: Neither blocks nor log segments found. Creating new log.
14:05:30.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.799589 30040 log.cc:826] T 00000000000000000000000000000000 P 26c8a511086741ff9ffd09594ea5524c: Log is configured to *not* fsync() on all Append() calls
14:05:30.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.811307 30040 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 26c8a511086741ff9ffd09594ea5524c: No bootstrap required, opened a new log
14:05:30.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.815071 30040 raft_consensus.cc:359] T 00000000000000000000000000000000 P 26c8a511086741ff9ffd09594ea5524c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fac1b7f172bd457db36ad4ac06142d36" member_type: VOTER last_known_addr { host: "127.29.48.254" port: 33191 } } peers { permanent_uuid: "26c8a511086741ff9ffd09594ea5524c" member_type: VOTER last_known_addr { host: "127.29.48.253" port: 45453 } } peers { permanent_uuid: "a3df9d1d2f8a41f2a16ac81c1926cfc4" member_type: VOTER last_known_addr { host: "127.29.48.252" port: 34483 } }
14:05:30.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.815251 30040 raft_consensus.cc:385] T 00000000000000000000000000000000 P 26c8a511086741ff9ffd09594ea5524c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:05:30.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.815303 30040 raft_consensus.cc:740] T 00000000000000000000000000000000 P 26c8a511086741ff9ffd09594ea5524c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 26c8a511086741ff9ffd09594ea5524c, State: Initialized, Role: FOLLOWER
14:05:30.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.816169 30040 consensus_queue.cc:260] T 00000000000000000000000000000000 P 26c8a511086741ff9ffd09594ea5524c [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: "fac1b7f172bd457db36ad4ac06142d36" member_type: VOTER last_known_addr { host: "127.29.48.254" port: 33191 } } peers { permanent_uuid: "26c8a511086741ff9ffd09594ea5524c" member_type: VOTER last_known_addr { host: "127.29.48.253" port: 45453 } } peers { permanent_uuid: "a3df9d1d2f8a41f2a16ac81c1926cfc4" member_type: VOTER last_known_addr { host: "127.29.48.252" port: 34483 } }
14:05:30.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.817596 30040 sys_catalog.cc:565] T 00000000000000000000000000000000 P 26c8a511086741ff9ffd09594ea5524c [sys.catalog]: configured and running, proceeding with master startup.
14:05:30.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.823141 30168 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 26c8a511086741ff9ffd09594ea5524c: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:05:30.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.823367 30168 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:05:30.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.826267 29972 master_runner.cc:264] No leader master found from master 26c8a511086741ff9ffd09594ea5524c
14:05:30.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.826321 29972 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:05:30.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.835738 30154 sys_catalog.cc:455] T 00000000000000000000000000000000 P 26c8a511086741ff9ffd09594ea5524c [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: "fac1b7f172bd457db36ad4ac06142d36" member_type: VOTER last_known_addr { host: "127.29.48.254" port: 33191 } } peers { permanent_uuid: "26c8a511086741ff9ffd09594ea5524c" member_type: VOTER last_known_addr { host: "127.29.48.253" port: 45453 } } peers { permanent_uuid: "a3df9d1d2f8a41f2a16ac81c1926cfc4" member_type: VOTER last_known_addr { host: "127.29.48.252" port: 34483 } } }
14:05:30.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:30.835850 30154 sys_catalog.cc:458] T 00000000000000000000000000000000 P 26c8a511086741ff9ffd09594ea5524c [sys.catalog]: This master's current role is: FOLLOWER
14:05:30.840 [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:05:30.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.840926 30165 client.h:372] Failed to connect to Hive Metastore (localhost:45443): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:05:30.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.889818 29922 tablet.cc:2406] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36: Can't schedule compaction. Clean time has not been advanced past its initial value.
14:05:30.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:30.961799 30064 tablet.cc:2406] T 00000000000000000000000000000000 P a3df9d1d2f8a41f2a16ac81c1926cfc4: Can't schedule compaction. Clean time has not been advanced past its initial value.
14:05:31.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:31.047956 29993 tablet.cc:2406] T 00000000000000000000000000000000 P 26c8a511086741ff9ffd09594ea5524c: Can't schedule compaction. Clean time has not been advanced past its initial value.
14:05:31.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.077069 30119 raft_consensus.cc:493] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
14:05:31.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.077268 30119 raft_consensus.cc:515] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fac1b7f172bd457db36ad4ac06142d36" member_type: VOTER last_known_addr { host: "127.29.48.254" port: 33191 } } peers { permanent_uuid: "26c8a511086741ff9ffd09594ea5524c" member_type: VOTER last_known_addr { host: "127.29.48.253" port: 45453 } } peers { permanent_uuid: "a3df9d1d2f8a41f2a16ac81c1926cfc4" member_type: VOTER last_known_addr { host: "127.29.48.252" port: 34483 } }
14:05:31.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.078385 30119 leader_election.cc:290] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 26c8a511086741ff9ffd09594ea5524c (127.29.48.253:45453), a3df9d1d2f8a41f2a16ac81c1926cfc4 (127.29.48.252:34483)
14:05:31.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.079802 30014 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fac1b7f172bd457db36ad4ac06142d36" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "26c8a511086741ff9ffd09594ea5524c" is_pre_election: true
14:05:31.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.080082 30014 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 26c8a511086741ff9ffd09594ea5524c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fac1b7f172bd457db36ad4ac06142d36 in term 0.
14:05:31.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.080506 30085 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fac1b7f172bd457db36ad4ac06142d36" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a3df9d1d2f8a41f2a16ac81c1926cfc4" is_pre_election: true
14:05:31.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.080765 30085 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a3df9d1d2f8a41f2a16ac81c1926cfc4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fac1b7f172bd457db36ad4ac06142d36 in term 0.
14:05:31.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.081563 29920 leader_election.cc:304] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36 [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: 26c8a511086741ff9ffd09594ea5524c, fac1b7f172bd457db36ad4ac06142d36; no voters: 
14:05:31.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.082167 30119 raft_consensus.cc:2804] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36 [term 0 FOLLOWER]: Leader pre-election won for term 1
14:05:31.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.082237 30119 raft_consensus.cc:493] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
14:05:31.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.082273 30119 raft_consensus.cc:3060] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36 [term 0 FOLLOWER]: Advancing to term 1
14:05:31.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.083382 30119 raft_consensus.cc:515] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fac1b7f172bd457db36ad4ac06142d36" member_type: VOTER last_known_addr { host: "127.29.48.254" port: 33191 } } peers { permanent_uuid: "26c8a511086741ff9ffd09594ea5524c" member_type: VOTER last_known_addr { host: "127.29.48.253" port: 45453 } } peers { permanent_uuid: "a3df9d1d2f8a41f2a16ac81c1926cfc4" member_type: VOTER last_known_addr { host: "127.29.48.252" port: 34483 } }
14:05:31.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.083750 30119 leader_election.cc:290] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36 [CANDIDATE]: Term 1 election: Requested vote from peers 26c8a511086741ff9ffd09594ea5524c (127.29.48.253:45453), a3df9d1d2f8a41f2a16ac81c1926cfc4 (127.29.48.252:34483)
14:05:31.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.084663 30085 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fac1b7f172bd457db36ad4ac06142d36" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a3df9d1d2f8a41f2a16ac81c1926cfc4"
14:05:31.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.084766 30085 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a3df9d1d2f8a41f2a16ac81c1926cfc4 [term 0 FOLLOWER]: Advancing to term 1
14:05:31.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.085813 30085 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a3df9d1d2f8a41f2a16ac81c1926cfc4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fac1b7f172bd457db36ad4ac06142d36 in term 1.
14:05:31.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.086099 30014 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fac1b7f172bd457db36ad4ac06142d36" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "26c8a511086741ff9ffd09594ea5524c"
14:05:31.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.086202 30014 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 26c8a511086741ff9ffd09594ea5524c [term 0 FOLLOWER]: Advancing to term 1
14:05:31.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.087949 29920 leader_election.cc:304] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36 [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: a3df9d1d2f8a41f2a16ac81c1926cfc4, fac1b7f172bd457db36ad4ac06142d36; no voters: 
14:05:31.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.088362 30014 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 26c8a511086741ff9ffd09594ea5524c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fac1b7f172bd457db36ad4ac06142d36 in term 1.
14:05:31.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.088894 30119 raft_consensus.cc:2804] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36 [term 1 FOLLOWER]: Leader election won for term 1
14:05:31.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.089072 30119 raft_consensus.cc:697] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36 [term 1 LEADER]: Becoming Leader. State: Replica: fac1b7f172bd457db36ad4ac06142d36, State: Running, Role: LEADER
14:05:31.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.089373 30119 consensus_queue.cc:237] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36 [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: "fac1b7f172bd457db36ad4ac06142d36" member_type: VOTER last_known_addr { host: "127.29.48.254" port: 33191 } } peers { permanent_uuid: "26c8a511086741ff9ffd09594ea5524c" member_type: VOTER last_known_addr { host: "127.29.48.253" port: 45453 } } peers { permanent_uuid: "a3df9d1d2f8a41f2a16ac81c1926cfc4" member_type: VOTER last_known_addr { host: "127.29.48.252" port: 34483 } }
14:05:31.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.091349 30119 sys_catalog.cc:455] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36 [sys.catalog]: SysCatalogTable state changed. Reason: New leader fac1b7f172bd457db36ad4ac06142d36. Latest consensus state: current_term: 1 leader_uuid: "fac1b7f172bd457db36ad4ac06142d36" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fac1b7f172bd457db36ad4ac06142d36" member_type: VOTER last_known_addr { host: "127.29.48.254" port: 33191 } } peers { permanent_uuid: "26c8a511086741ff9ffd09594ea5524c" member_type: VOTER last_known_addr { host: "127.29.48.253" port: 45453 } } peers { permanent_uuid: "a3df9d1d2f8a41f2a16ac81c1926cfc4" member_type: VOTER last_known_addr { host: "127.29.48.252" port: 34483 } } }
14:05:31.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.091642 30119 sys_catalog.cc:458] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36 [sys.catalog]: This master's current role is: LEADER
14:05:31.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.099776 30173 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
14:05:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.101024 30173 catalog_manager.cc:1520] Initializing Kudu cluster ID...
14:05:31.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.124759 30014 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 26c8a511086741ff9ffd09594ea5524c [term 1 FOLLOWER]: Refusing update from remote peer fac1b7f172bd457db36ad4ac06142d36: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:05:31.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.126519 30085 raft_consensus.cc:1275] T 00000000000000000000000000000000 P a3df9d1d2f8a41f2a16ac81c1926cfc4 [term 1 FOLLOWER]: Refusing update from remote peer fac1b7f172bd457db36ad4ac06142d36: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:05:31.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.127435 30171 consensus_queue.cc:1048] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36 [LEADER]: Connected to new peer: Peer: permanent_uuid: "26c8a511086741ff9ffd09594ea5524c" member_type: VOTER last_known_addr { host: "127.29.48.253" port: 45453 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:05:31.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.127867 30171 consensus_queue.cc:1048] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a3df9d1d2f8a41f2a16ac81c1926cfc4" member_type: VOTER last_known_addr { host: "127.29.48.252" port: 34483 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:05:31.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.134985 30154 sys_catalog.cc:455] T 00000000000000000000000000000000 P 26c8a511086741ff9ffd09594ea5524c [sys.catalog]: SysCatalogTable state changed. Reason: New leader fac1b7f172bd457db36ad4ac06142d36. Latest consensus state: current_term: 1 leader_uuid: "fac1b7f172bd457db36ad4ac06142d36" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fac1b7f172bd457db36ad4ac06142d36" member_type: VOTER last_known_addr { host: "127.29.48.254" port: 33191 } } peers { permanent_uuid: "26c8a511086741ff9ffd09594ea5524c" member_type: VOTER last_known_addr { host: "127.29.48.253" port: 45453 } } peers { permanent_uuid: "a3df9d1d2f8a41f2a16ac81c1926cfc4" member_type: VOTER last_known_addr { host: "127.29.48.252" port: 34483 } } }
14:05:31.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.135113 30154 sys_catalog.cc:458] T 00000000000000000000000000000000 P 26c8a511086741ff9ffd09594ea5524c [sys.catalog]: This master's current role is: FOLLOWER
14:05:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.136560 30118 sys_catalog.cc:455] T 00000000000000000000000000000000 P a3df9d1d2f8a41f2a16ac81c1926cfc4 [sys.catalog]: SysCatalogTable state changed. Reason: New leader fac1b7f172bd457db36ad4ac06142d36. Latest consensus state: current_term: 1 leader_uuid: "fac1b7f172bd457db36ad4ac06142d36" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fac1b7f172bd457db36ad4ac06142d36" member_type: VOTER last_known_addr { host: "127.29.48.254" port: 33191 } } peers { permanent_uuid: "26c8a511086741ff9ffd09594ea5524c" member_type: VOTER last_known_addr { host: "127.29.48.253" port: 45453 } } peers { permanent_uuid: "a3df9d1d2f8a41f2a16ac81c1926cfc4" member_type: VOTER last_known_addr { host: "127.29.48.252" port: 34483 } } }
14:05:31.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.136677 30118 sys_catalog.cc:458] T 00000000000000000000000000000000 P a3df9d1d2f8a41f2a16ac81c1926cfc4 [sys.catalog]: This master's current role is: FOLLOWER
14:05:31.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.157081 30119 sys_catalog.cc:455] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "fac1b7f172bd457db36ad4ac06142d36" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fac1b7f172bd457db36ad4ac06142d36" member_type: VOTER last_known_addr { host: "127.29.48.254" port: 33191 } } peers { permanent_uuid: "26c8a511086741ff9ffd09594ea5524c" member_type: VOTER last_known_addr { host: "127.29.48.253" port: 45453 } } peers { permanent_uuid: "a3df9d1d2f8a41f2a16ac81c1926cfc4" member_type: VOTER last_known_addr { host: "127.29.48.252" port: 34483 } } }
14:05:31.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.157217 30119 sys_catalog.cc:458] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36 [sys.catalog]: This master's current role is: LEADER
14:05:31.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.158751 30154 sys_catalog.cc:455] T 00000000000000000000000000000000 P 26c8a511086741ff9ffd09594ea5524c [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "fac1b7f172bd457db36ad4ac06142d36" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fac1b7f172bd457db36ad4ac06142d36" member_type: VOTER last_known_addr { host: "127.29.48.254" port: 33191 } } peers { permanent_uuid: "26c8a511086741ff9ffd09594ea5524c" member_type: VOTER last_known_addr { host: "127.29.48.253" port: 45453 } } peers { permanent_uuid: "a3df9d1d2f8a41f2a16ac81c1926cfc4" member_type: VOTER last_known_addr { host: "127.29.48.252" port: 34483 } } }
14:05:31.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.158864 30154 sys_catalog.cc:458] T 00000000000000000000000000000000 P 26c8a511086741ff9ffd09594ea5524c [sys.catalog]: This master's current role is: FOLLOWER
14:05:31.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.160238 30171 sys_catalog.cc:455] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "fac1b7f172bd457db36ad4ac06142d36" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fac1b7f172bd457db36ad4ac06142d36" member_type: VOTER last_known_addr { host: "127.29.48.254" port: 33191 } } peers { permanent_uuid: "26c8a511086741ff9ffd09594ea5524c" member_type: VOTER last_known_addr { host: "127.29.48.253" port: 45453 } } peers { permanent_uuid: "a3df9d1d2f8a41f2a16ac81c1926cfc4" member_type: VOTER last_known_addr { host: "127.29.48.252" port: 34483 } } }
14:05:31.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.160346 30171 sys_catalog.cc:458] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36 [sys.catalog]: This master's current role is: LEADER
14:05:31.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.161582 30118 sys_catalog.cc:455] T 00000000000000000000000000000000 P a3df9d1d2f8a41f2a16ac81c1926cfc4 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "fac1b7f172bd457db36ad4ac06142d36" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fac1b7f172bd457db36ad4ac06142d36" member_type: VOTER last_known_addr { host: "127.29.48.254" port: 33191 } } peers { permanent_uuid: "26c8a511086741ff9ffd09594ea5524c" member_type: VOTER last_known_addr { host: "127.29.48.253" port: 45453 } } peers { permanent_uuid: "a3df9d1d2f8a41f2a16ac81c1926cfc4" member_type: VOTER last_known_addr { host: "127.29.48.252" port: 34483 } } }
14:05:31.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.161689 30118 sys_catalog.cc:458] T 00000000000000000000000000000000 P a3df9d1d2f8a41f2a16ac81c1926cfc4 [sys.catalog]: This master's current role is: FOLLOWER
14:05:31.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.162451 30176 mvcc.cc:204] Tried to move back new op lower bound from 7305295999437524992 to 7305295999346262016. Current Snapshot: MvccSnapshot[applied={T|T < 7305295999437524992}]
14:05:31.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.162725 30173 catalog_manager.cc:1383] Generated new cluster ID: 7be04257c2fc49d6a178e375c1d3f651
14:05:31.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.162739 30175 mvcc.cc:204] Tried to move back new op lower bound from 7305295999437524992 to 7305295999346262016. Current Snapshot: MvccSnapshot[applied={T|T < 7305295999437524992}]
14:05:31.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.162781 30173 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
14:05:31.180 [WARN - Metastore-Handler-Pool: Thread-83] (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:05:31.198 [WARN - Metastore-Handler-Pool: Thread-83] (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:05:31.198 [WARN - Metastore-Handler-Pool: Thread-83] (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:05:31.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.211016 30173 catalog_manager.cc:1406] Generated new certificate authority record
14:05:31.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.212340 30173 catalog_manager.cc:1540] Loading token signing keys...
14:05:31.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.229843 30173 catalog_manager.cc:6070] T 00000000000000000000000000000000 P fac1b7f172bd457db36ad4ac06142d36: Generated new TSK 0
14:05:31.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.240183 30173 catalog_manager.cc:1550] Initializing in-progress tserver states...
14:05:31.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.241078 30173 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
14:05:31.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.241729 30173 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
14:05:31.345 [INFO - Metastore-Handler-Pool: Thread-83] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:05:31.351 [INFO - Metastore-Handler-Pool: Thread-83] (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/hive382432228138806085/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=e7f8d24b-6ee0-4239-b686-697d580abdfb, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.48.253:45453,127.29.48.252:34483,127.29.48.254:33191}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:05:31.353 [INFO - Metastore-Handler-Pool: Thread-83] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive382432228138806085/external-warehouse/table
14:05:31.442 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:05:31.477 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:3711) Skipping translation for processor with null
14:05:31.478 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:05:31.582 [WARN - Metastore-Handler-Pool: Thread-83] (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:05:31.759 [WARN - Metastore-Handler-Pool: Thread-83] (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:05:31.772 [INFO - Metastore-Handler-Pool: Thread-90] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:05:31.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:31.772868 30144 client.h:372] Failed to connect to Hive Metastore (localhost:45443): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:05:31.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.779671 30136 catalog_manager.cc:1295] Loaded cluster ID: 7be04257c2fc49d6a178e375c1d3f651
14:05:31.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.779743 30136 catalog_manager.cc:1588] T 00000000000000000000000000000000 P a3df9d1d2f8a41f2a16ac81c1926cfc4: loading cluster ID for follower catalog manager: success
14:05:31.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.782071 30136 catalog_manager.cc:1610] T 00000000000000000000000000000000 P a3df9d1d2f8a41f2a16ac81c1926cfc4: acquiring CA information for follower catalog manager: success
14:05:31.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.783389 30136 catalog_manager.cc:1638] T 00000000000000000000000000000000 P a3df9d1d2f8a41f2a16ac81c1926cfc4: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:05:31.793 [WARN - Metastore-Handler-Pool: Thread-83] (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:05:31.802 [INFO - Metastore-Handler-Pool: Thread-91] (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:05:31.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:31.810441 30131 client.h:372] Failed to connect to Hive Metastore (localhost:45443): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:05:31.820 [WARN - Metastore-Handler-Pool: Thread-83] (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:05:31.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.824981 30168 catalog_manager.cc:1295] Loaded cluster ID: 7be04257c2fc49d6a178e375c1d3f651
14:05:31.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.825070 30168 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 26c8a511086741ff9ffd09594ea5524c: loading cluster ID for follower catalog manager: success
14:05:31.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.827494 30168 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 26c8a511086741ff9ffd09594ea5524c: acquiring CA information for follower catalog manager: success
14:05:31.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:31.828748 30168 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 26c8a511086741ff9ffd09594ea5524c: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:05:31.849 [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:05:31.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:31.850253 30165 client.h:372] Failed to connect to Hive Metastore (localhost:45443): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:05:31.907 [DEBUG - Metastore-Handler-Pool: Thread-83] (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:05:31.908 [DEBUG - Metastore-Handler-Pool: Thread-83] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
14:05:31.909 [DEBUG - Metastore-Handler-Pool: Thread-83] (Connection.java:748) [peer master-127.29.48.253:45453(127.29.48.253:45453)] connecting to peer
14:05:31.910 [DEBUG - Metastore-Handler-Pool: Thread-83] (Connection.java:748) [peer master-127.29.48.252:34483(127.29.48.252:34483)] connecting to peer
14:05:31.912 [DEBUG - Metastore-Handler-Pool: Thread-83] (Connection.java:748) [peer master-127.29.48.254:33191(127.29.48.254:33191)] connecting to peer
14:05:31.913 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.29.48.253:45453(127.29.48.253:45453)] Successfully connected to peer
14:05:31.915 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.29.48.252:34483(127.29.48.252:34483)] Successfully connected to peer
14:05:31.922 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.29.48.253
14:05:31.927 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.29.48.254:33191(127.29.48.254:33191)] Successfully connected to peer
14:05:31.930 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.29.48.252
14:05:31.934 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.29.48.254
14:05:31.992 [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:05:32.000 [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:05:32.004 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xd18aba30, L:/127.0.0.1:50874 - R:/127.29.48.254:33191] using SASL/PLAIN
14:05:32.006 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x23455188, L:/127.0.0.1:41404 - R:/127.29.48.253:45453] using SASL/PLAIN
14:05:32.008 [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:05:32.018 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x2ae64530, L:/127.0.0.1:51174 - R:/127.29.48.252:34483] using SASL/PLAIN
14:05:32.023 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
14:05:32.029 [ERROR - Metastore-Handler-Pool: Thread-83] (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:05:32.030 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:05:32.075 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:3711) Skipping translation for processor with null
14:05:32.076 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:05:32.113 [WARN - Metastore-Handler-Pool: Thread-83] (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:05:32.127 [INFO - Metastore-Handler-Pool: Thread-83] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
14:05:32.128 [INFO - Metastore-Handler-Pool: Thread-83] (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=e7f8d24b-6ee0-4239-b686-697d580abdfb, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.48.253:45453,127.29.48.252:34483,127.29.48.254:33191}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:05:32.131 [INFO - Metastore-Handler-Pool: Thread-83] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:05:32.133 [INFO - Metastore-Handler-Pool: Thread-83] (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/hive382432228138806085/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=e7f8d24b-6ee0-4239-b686-697d580abdfb, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.48.253:45453,127.29.48.252:34483,127.29.48.254:33191}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:05:32.135 [INFO - Metastore-Handler-Pool: Thread-83] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive382432228138806085/external-warehouse/table
14:05:32.161 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:05:32.171 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:3711) Skipping translation for processor with null
14:05:32.172 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:05:32.188 [WARN - Metastore-Handler-Pool: Thread-83] (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:05:32.202 [INFO - Metastore-Handler-Pool: Thread-83] (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:05:32.204 [INFO - Metastore-Handler-Pool: Thread-83] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:05:32.206 [INFO - Metastore-Handler-Pool: Thread-83] (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/hive382432228138806085/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:05:32.207 [WARN - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:2452) Location: file:/tmp/hive382432228138806085/external-warehouse/table specified for non-external table:table
14:05:32.207 [INFO - Metastore-Handler-Pool: Thread-83] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive382432228138806085/external-warehouse/table
14:05:32.225 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:05:32.235 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:3711) Skipping translation for processor with null
14:05:32.236 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:05:32.252 [WARN - Metastore-Handler-Pool: Thread-83] (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:05:32.267 [ERROR - Metastore-Handler-Pool: Thread-83] (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:05:32.268 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:05:32.279 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:3711) Skipping translation for processor with null
14:05:32.280 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:05:32.297 [WARN - Metastore-Handler-Pool: Thread-83] (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:05:32.312 [INFO - Metastore-Handler-Pool: Thread-83] (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:05:32.314 [INFO - Metastore-Handler-Pool: Thread-83] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:05:32.315 [INFO - Metastore-Handler-Pool: Thread-83] (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/hive382432228138806085/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:05:32.316 [WARN - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:2452) Location: file:/tmp/hive382432228138806085/external-warehouse/table specified for non-external table:table
14:05:32.317 [INFO - Metastore-Handler-Pool: Thread-83] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive382432228138806085/external-warehouse/table
14:05:32.334 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:05:32.343 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:3711) Skipping translation for processor with null
14:05:32.344 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:05:32.362 [WARN - Metastore-Handler-Pool: Thread-83] (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:05:32.376 [ERROR - Metastore-Handler-Pool: Thread-83] (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:05:32.377 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:05:32.386 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:3711) Skipping translation for processor with null
14:05:32.387 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:05:32.405 [WARN - Metastore-Handler-Pool: Thread-83] (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:05:32.416 [INFO - Metastore-Handler-Pool: Thread-83] (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:05:32.419 [INFO - Metastore-Handler-Pool: Thread-83] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:05:32.420 [INFO - Metastore-Handler-Pool: Thread-83] (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/hive382432228138806085/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:05:32.422 [INFO - Metastore-Handler-Pool: Thread-83] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive382432228138806085/external-warehouse/table
14:05:32.436 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:05:32.444 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:3711) Skipping translation for processor with null
14:05:32.445 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:05:32.470 [WARN - Metastore-Handler-Pool: Thread-83] (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:05:32.483 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
14:05:32.483 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
14:05:32.483 [INFO - Metastore-Handler-Pool: Thread-83] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6d999dc9, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@54ad10b9 will be shutdown
14:05:32.483 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
14:05:32.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:32.483500 29891 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu with pid 29902
14:05:32.491 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.29.48.254:33191(127.29.48.254:33191)] handling channelInactive
14:05:32.491 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.29.48.254:33191(127.29.48.254:33191)] cleaning up while in state READY due to: connection closed
14:05:32.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:32.491461 29891 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu with pid 29972
14:05:32.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:32.496279 29891 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu with pid 30042
14:05:32.496 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.29.48.253:45453(127.29.48.253:45453)] handling channelInactive
14:05:32.496 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.29.48.253:45453(127.29.48.253:45453)] cleaning up while in state READY due to: connection closed
14:05:32.501 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.29.48.252:34483(127.29.48.252:34483)] handling channelInactive
14:05:32.501 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.29.48.252:34483(127.29.48.252:34483)] cleaning up while in state READY due to: connection closed
14:05:32.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:05:32Z chronyd exiting
.14:05:32.543 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:05:32.544 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:05:32.544 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:05:32.568 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive10482817515016796154
14:05:32.569 [INFO - Thread-65] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
14:05:32.569 [INFO - Thread-65] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
14:05:32.572 [INFO - Thread-65] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:05:32.572 [INFO - Thread-65] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:05:32.572 [INFO - Thread-65] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
14:05:32.573 [INFO - Thread-65] (HikariDataSource.java:350) objectstore - Shutdown initiated...
14:05:32.575 [INFO - Thread-65] (HikariDataSource.java:352) objectstore - Shutdown completed.
14:05:32.575 [INFO - Thread-65] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
14:05:32.576 [INFO - Thread-65] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
14:05:32.576 [INFO - Thread-65] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
14:05:32.578 [INFO - Thread-65] (HikariDataSource.java:80) objectstore - Starting...
14:05:32.647 [INFO - Thread-65] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:05:32.648 [INFO - Thread-65] (HikariDataSource.java:82) objectstore - Start completed.
14:05:32.648 [INFO - Thread-65] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
14:05:32.650 [INFO - Thread-65] (HikariDataSource.java:80) objectstore-secondary - Starting...
14:05:32.652 [INFO - Thread-65] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:05:32.652 [INFO - Thread-65] (HikariDataSource.java:82) objectstore-secondary - Start completed.
14:05:32.667 [INFO - Thread-65] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
14:05:32.667 [INFO - Thread-65] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
14:05:32.667 [INFO - Thread-65] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
14:05:32.693 [WARN - Thread-65] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:32.694 [WARN - Thread-65] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:32.694 [WARN - Thread-65] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:32.695 [WARN - Thread-65] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:32.695 [WARN - Thread-65] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:32.696 [WARN - Thread-65] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:32.892 [INFO - Thread-65] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
14:05:32.893 [INFO - Thread-65] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@574aa86f, with PersistenceManager: null will be shutdown
14:05:32.893 [INFO - Thread-65] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@574aa86f, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6ec9a139 created in the thread with id: 101
14:05:32.895 [WARN - Thread-65] (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:05:32.896 [INFO - Thread-65] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@574aa86f
14:05:32.984 [INFO - Thread-65] (HMSHandler.java:595) Started creating a default database with name: default
14:05:33.000 [INFO - Thread-65] (HMSHandler.java:605) Successfully created a default database with name: default
14:05:33.020 [INFO - Thread-65] (HMSHandler.java:668) Added admin role in metastore
14:05:33.021 [INFO - Thread-65] (HMSHandler.java:677) Added public role in metastore
14:05:33.043 [INFO - Thread-65] (HMSHandler.java:717) No user is added in admin role, since config is empty
14:05:33.043 [INFO - Thread-65] (HMSHandler.java:404) HMS server filtering is disabled by configuration
14:05:33.044 [INFO - Thread-65] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
14:05:33.044 [INFO - Thread-65] (HiveMetaStore.java:697) Direct SQL optimization = true
14:05:33.045 [WARN - Thread-65] (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:05:33.045 [INFO - Thread-65] (HiveMetaStore.java:632) Started the new metaserver on port [34243]...
14:05:33.045 [INFO - Thread-65] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
14:05:33.045 [INFO - Thread-65] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
14:05:33.045 [INFO - Thread-65] (HiveMetaStore.java:635) TCP keepalive = true
14:05:33.045 [INFO - Thread-65] (HiveMetaStore.java:636) Enable SSL = false
14:05:33.570 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:05:33.571 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:05:33.571 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:05:33.573 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
14:05:33.573 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:34243]
14:05:33.573 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:34243) in binary transport mode
14:05:33.574 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:34243) current connections: 1
14:05:33.575 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskEGiaW9/test-tmp
14:05:33.575 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
14:05:33.575 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskEGiaW9/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
14:05:33.578 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:34243"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

14:05:33.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.677632 30228 mini_oidc.cc:150] Starting JWKS server
14:05:33.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.678838 30228 webserver.cc:533] Webserver started at http://127.0.0.1:44867/ using document root <none> and password file <none>
14:05:33.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.678951 30228 mini_oidc.cc:186] Starting OIDC Discovery server
14:05:33.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.679142 30228 webserver.cc:533] Webserver started at http://127.0.0.1:37733/ using document root <none> and password file <none>
14:05:33.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:05:33Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
14:05:33.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:05:33Z Disabled control of system clock
14:05:33.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.690701 30228 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:33.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:33.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-0/wal
14:05:33.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-0/data
14:05:33.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:05:33.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:05:33.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:05:33.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:33.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:33.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:33.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-0/logs
14:05:33.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-0/data/info.pb
14:05:33.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:33.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:05:33.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:05:33.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:05:33.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:05:33.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:33.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:33.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:33.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:05:33.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:05:33.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:33.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:33.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.133.62:33169
14:05:33.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.133.62
14:05:33.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:33.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.133.20:45325
14:05:33.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:33.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:33.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:33.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:33.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.133.62:33169,127.29.133.61:33565,127.29.133.60:32813
14:05:33.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:33.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44867/jwks.json
14:05:33.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34243 with env {}
14:05:33.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:33.782946 30239 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:05:33.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:33.783136 30239 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:05:33.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:33.783192 30239 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:05:33.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:33.786514 30239 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:05:33.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:33.786566 30239 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:05:33.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:33.786593 30239 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:05:33.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:33.786616 30239 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:05:33.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:33.786638 30239 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:05:33.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:33.786654 30239 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44867/jwks.json
14:05:33.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.790490 30239 master_runner.cc:387] Master server non-default flags:
14:05:33.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:33.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.133.20:45325
14:05:33.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:33.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:33.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-0/data
14:05:33.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-0/wal
14:05:33.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34243
14:05:33.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:33.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.133.62:33169,127.29.133.61:33565,127.29.133.60:32813
14:05:33.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:33.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:33.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:33.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.133.62:33169
14:05:33.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:33.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:05:33.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:33.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44867/jwks.json
14:05:33.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:33.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:33.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-0/data/info.pb
14:05:33.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.133.62
14:05:33.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:33.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:05:33.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.30239
14:05:33.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:33.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:05:33.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:05:33.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:33.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-0/logs
14:05:33.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:33.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:05:33.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:05:33.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:05:33.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:05:33.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
14:05:33.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:05:33.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:43:14 UTC on bdcb31816ec0
14:05:33.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12772
14:05:33.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.791653 30239 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:05:33.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.792723 30239 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:05:33.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:33.797642 30247 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:05:33.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:33.797724 30244 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:05:33.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:33.797956 30245 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:05:33.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.798045 30239 server_base.cc:1061] running on GCE node
14:05:33.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.798478 30239 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:05:33.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.799242 30239 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:05:33.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.800375 30239 hybrid_clock.cc:648] HybridClock initialized: now 1783519533800358 us; error 36 us; skew 500 ppm
14:05:33.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.801944 30239 webserver.cc:533] Webserver started at http://127.29.133.62:33759/ using document root <none> and password file <none>
14:05:33.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.802438 30239 fs_manager.cc:362] Metadata directory not provided
14:05:33.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.802493 30239 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:05:33.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.802695 30239 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:05:33.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.804096 30239 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-0/data/instance:
14:05:33.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "062b6aa98e8e4b4790a31e4fea9da807"
14:05:33.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:33 on dist-test-slave-5h2f"
14:05:33.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.804565 30239 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-0/wal/instance:
14:05:33.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "062b6aa98e8e4b4790a31e4fea9da807"
14:05:33.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:33 on dist-test-slave-5h2f"
14:05:33.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.807370 30239 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.000s
14:05:33.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.809209 30253 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:05:33.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.810034 30239 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
14:05:33.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.810128 30239 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-0/data,/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-0/wal
14:05:33.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "062b6aa98e8e4b4790a31e4fea9da807"
14:05:33.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:33 on dist-test-slave-5h2f"
14:05:33.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.810225 30239 fs_report.cc:389] FS layout report
14:05:33.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:05:33.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-0/wal
14:05:33.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-0/wal
14:05:33.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-0/data/data
14:05:33.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:05:33.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:05:33.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:05:33.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:05:33.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:05:33.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:05:33.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:05:33.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:05:33.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:05:33.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:05:33.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:05:33.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.825098 30239 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:05:33.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.825587 30239 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:05:33.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.825733 30239 kserver.cc:163] Server-wide thread pool size limit: 3276
14:05:33.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.831826 30239 rpc_server.cc:307] RPC server started. Bound to: 127.29.133.62:33169
14:05:33.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.831825 30305 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.133.62:33169 every 8 connection(s)
14:05:33.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.832746 30239 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-0/data/info.pb
14:05:33.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.834728 30228 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu as pid 30239
14:05:33.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.834853 30228 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-0/wal/instance
14:05:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.835175 30306 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:05:33.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.836218 30228 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:33.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:33.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-1/wal
14:05:33.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-1/data
14:05:33.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:05:33.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:05:33.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:05:33.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:33.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:33.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:33.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-1/logs
14:05:33.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-1/data/info.pb
14:05:33.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:33.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:05:33.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:05:33.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:05:33.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:05:33.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:33.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:33.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:33.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:05:33.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:05:33.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:33.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:33.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.133.61:33565
14:05:33.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.133.61
14:05:33.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:33.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.133.20:45325
14:05:33.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:33.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:33.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:33.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:33.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.133.62:33169,127.29.133.61:33565,127.29.133.60:32813
14:05:33.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:33.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44867/jwks.json
14:05:33.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34243 with env {}
14:05:33.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.838676 30306 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.133.62" port: 33169 } has no permanent_uuid. Determining permanent_uuid...
14:05:33.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.852311 30306 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.133.61" port: 33565 } has no permanent_uuid. Determining permanent_uuid...
14:05:33.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:33.852947 30254 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.133.61:33565: connect: Connection refused (error 111)
14:05:33.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:33.853688 30306 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.133.61:33565: Network error: Client connection negotiation failed: client connection to 127.29.133.61:33565: connect: Connection refused (error 111)
14:05:33.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.902879 30306 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.133.61" port: 33565 } attempt: 1
14:05:33.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:33.904297 30306 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.133.61:33565: Network error: Client connection negotiation failed: client connection to 127.29.133.61:33565: connect: Connection refused (error 111)
14:05:33.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:33.934823 30307 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:05:33.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:33.935009 30307 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:05:33.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:33.935063 30307 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:05:33.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:33.938405 30307 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:05:33.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:33.938457 30307 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:05:33.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:33.938483 30307 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:05:33.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:33.938505 30307 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:05:33.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:33.938527 30307 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:05:33.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:33.938544 30307 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44867/jwks.json
14:05:33.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.942400 30307 master_runner.cc:387] Master server non-default flags:
14:05:33.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:33.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.133.20:45325
14:05:33.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:33.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:33.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-1/data
14:05:33.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-1/wal
14:05:33.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34243
14:05:33.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:33.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.133.62:33169,127.29.133.61:33565,127.29.133.60:32813
14:05:33.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:33.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:33.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:33.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.133.61:33565
14:05:33.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:33.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:05:33.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:33.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44867/jwks.json
14:05:33.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:33.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:33.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-1/data/info.pb
14:05:33.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.133.61
14:05:33.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:33.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:05:33.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.30307
14:05:33.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:33.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:05:33.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:05:33.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:33.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-1/logs
14:05:33.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:33.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:05:33.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:05:33.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:05:33.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:05:33.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
14:05:33.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:05:33.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:43:14 UTC on bdcb31816ec0
14:05:33.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12772
14:05:33.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.943609 30307 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:05:33.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.944700 30307 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:05:33.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:33.949415 30318 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:05:33.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:33.949437 30315 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:05:33.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.949558 30307 server_base.cc:1061] running on GCE node
14:05:33.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:33.949435 30316 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:05:33.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.950176 30307 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:05:33.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.950956 30307 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:05:33.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.952095 30307 hybrid_clock.cc:648] HybridClock initialized: now 1783519533952067 us; error 39 us; skew 500 ppm
14:05:33.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.953668 30307 webserver.cc:533] Webserver started at http://127.29.133.61:40989/ using document root <none> and password file <none>
14:05:33.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.954185 30307 fs_manager.cc:362] Metadata directory not provided
14:05:33.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.954242 30307 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:05:33.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.954447 30307 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:05:33.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.955891 30307 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-1/data/instance:
14:05:33.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "78477e7d426647de9c16a63c8006b8b6"
14:05:33.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:33 on dist-test-slave-5h2f"
14:05:33.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.956362 30307 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-1/wal/instance:
14:05:33.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "78477e7d426647de9c16a63c8006b8b6"
14:05:33.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:33 on dist-test-slave-5h2f"
14:05:33.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.959188 30307 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.000s
14:05:33.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.961073 30324 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:05:33.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.961877 30307 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.001s
14:05:33.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.961974 30307 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-1/data,/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-1/wal
14:05:33.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "78477e7d426647de9c16a63c8006b8b6"
14:05:33.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:33 on dist-test-slave-5h2f"
14:05:33.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.962059 30307 fs_report.cc:389] FS layout report
14:05:33.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:05:33.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-1/wal
14:05:33.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-1/wal
14:05:33.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-1/data/data
14:05:33.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:05:33.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:05:33.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:05:33.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:05:33.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:05:33.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:05:33.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:05:33.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:05:33.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:05:33.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:05:33.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:05:33.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.972445 30306 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.133.61" port: 33565 } attempt: 2
14:05:33.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:33.973582 30306 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.133.61:33565: Network error: Client connection negotiation failed: client connection to 127.29.133.61:33565: connect: Connection refused (error 111)
14:05:33.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.982991 30307 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:05:33.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.983614 30307 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:05:33.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.983778 30307 kserver.cc:163] Server-wide thread pool size limit: 3276
14:05:33.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.990123 30307 rpc_server.cc:307] RPC server started. Bound to: 127.29.133.61:33565
14:05:33.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.990124 30376 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.133.61:33565 every 8 connection(s)
14:05:33.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.991127 30307 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-1/data/info.pb
14:05:33.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.993638 30377 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:05:33.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:33.996620 30377 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.133.62" port: 33169 } has no permanent_uuid. Determining permanent_uuid...
14:05:34.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.001223 30228 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu as pid 30307
14:05:34.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.001305 30228 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-1/wal/instance
14:05:34.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.001796 30228 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-2/wal
14:05:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-2/data
14:05:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:05:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:05:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:05:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-2/logs
14:05:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-2/data/info.pb
14:05:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:05:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:05:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:05:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:05:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:05:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:05:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.133.60:32813
14:05:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.133.60
14:05:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.133.20:45325
14:05:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:34.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:34.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.133.62:33169,127.29.133.61:33565,127.29.133.60:32813
14:05:34.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:34.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44867/jwks.json
14:05:34.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34243 with env {}
14:05:34.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.005038 30377 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.133.61" port: 33565 } has no permanent_uuid. Determining permanent_uuid...
14:05:34.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.011446 30377 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.133.60" port: 32813 } has no permanent_uuid. Determining permanent_uuid...
14:05:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:34.012182 30328 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.133.60:32813: connect: Connection refused (error 111)
14:05:34.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:34.012954 30377 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.133.60:32813: Network error: Client connection negotiation failed: client connection to 127.29.133.60:32813: connect: Connection refused (error 111)
14:05:34.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.062165 30377 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.133.60" port: 32813 } attempt: 1
14:05:34.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:34.063545 30377 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.133.60:32813: Network error: Client connection negotiation failed: client connection to 127.29.133.60:32813: connect: Connection refused (error 111)
14:05:34.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.064724 30306 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.133.61" port: 33565 } attempt: 3
14:05:34.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.068943 30306 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.133.60" port: 32813 } has no permanent_uuid. Determining permanent_uuid...
14:05:34.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:34.070143 30306 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.133.60:32813: Network error: Client connection negotiation failed: client connection to 127.29.133.60:32813: connect: Connection refused (error 111)
14:05:34.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:34.099536 30379 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:05:34.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:34.099745 30379 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:05:34.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:34.099800 30379 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:05:34.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.101289 30306 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.133.60" port: 32813 } attempt: 1
14:05:34.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:34.102475 30306 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.133.60:32813: Network error: Client connection negotiation failed: client connection to 127.29.133.60:32813: connect: Connection refused (error 111)
14:05:34.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:34.103276 30379 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:05:34.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:34.103328 30379 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:05:34.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:34.103354 30379 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:05:34.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:34.103375 30379 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:05:34.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:34.103397 30379 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:05:34.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:34.103415 30379 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44867/jwks.json
14:05:34.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.107183 30379 master_runner.cc:387] Master server non-default flags:
14:05:34.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:34.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.133.20:45325
14:05:34.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:34.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:34.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-2/data
14:05:34.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-2/wal
14:05:34.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34243
14:05:34.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:34.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.133.62:33169,127.29.133.61:33565,127.29.133.60:32813
14:05:34.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:34.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:34.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:34.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.133.60:32813
14:05:34.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:34.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:05:34.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:34.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44867/jwks.json
14:05:34.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:34.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:34.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-2/data/info.pb
14:05:34.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.133.60
14:05:34.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:34.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:05:34.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.30379
14:05:34.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:34.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:05:34.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:05:34.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:34.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-2/logs
14:05:34.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:34.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:05:34.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:05:34.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:05:34.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:05:34.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
14:05:34.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:05:34.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:43:14 UTC on bdcb31816ec0
14:05:34.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12772
14:05:34.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.108335 30379 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:05:34.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.109397 30379 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:05:34.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:34.113984 30386 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:05:34.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:34.113998 30387 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:05:34.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:34.113986 30389 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:05:34.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.114526 30379 server_base.cc:1061] running on GCE node
14:05:34.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.114965 30379 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:05:34.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.115777 30379 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:05:34.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.116914 30379 hybrid_clock.cc:648] HybridClock initialized: now 1783519534116895 us; error 28 us; skew 500 ppm
14:05:34.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.118454 30379 webserver.cc:533] Webserver started at http://127.29.133.60:45807/ using document root <none> and password file <none>
14:05:34.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.118956 30379 fs_manager.cc:362] Metadata directory not provided
14:05:34.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.119011 30379 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:05:34.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.119222 30379 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:05:34.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.120630 30379 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-2/data/instance:
14:05:34.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e900ba31ef3943a1a99111fb709d0b73"
14:05:34.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:34 on dist-test-slave-5h2f"
14:05:34.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.121095 30379 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-2/wal/instance:
14:05:34.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e900ba31ef3943a1a99111fb709d0b73"
14:05:34.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:34 on dist-test-slave-5h2f"
14:05:34.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.123971 30379 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.004s	sys 0.000s
14:05:34.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.125804 30395 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:05:34.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.126605 30379 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
14:05:34.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.126721 30379 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-2/data,/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-2/wal
14:05:34.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e900ba31ef3943a1a99111fb709d0b73"
14:05:34.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:34 on dist-test-slave-5h2f"
14:05:34.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.126818 30379 fs_report.cc:389] FS layout report
14:05:34.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:05:34.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-2/wal
14:05:34.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-2/wal
14:05:34.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-2/data/data
14:05:34.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:05:34.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:05:34.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:05:34.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:05:34.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:05:34.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:05:34.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:05:34.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:05:34.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:05:34.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:05:34.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:05:34.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.131690 30377 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.133.60" port: 32813 } attempt: 2
14:05:34.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:34.132792 30377 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.133.60:32813: Network error: Client connection negotiation failed: client connection to 127.29.133.60:32813: connect: Connection refused (error 111)
14:05:34.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.141597 30379 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:05:34.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.142055 30379 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:05:34.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.142174 30379 kserver.cc:163] Server-wide thread pool size limit: 3276
14:05:34.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.148154 30447 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.133.60:32813 every 8 connection(s)
14:05:34.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.148157 30379 rpc_server.cc:307] RPC server started. Bound to: 127.29.133.60:32813
14:05:34.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.149154 30379 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-2/data/info.pb
14:05:34.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.151610 30448 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:05:34.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.154470 30448 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.133.62" port: 33169 } has no permanent_uuid. Determining permanent_uuid...
14:05:34.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.157034 30228 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu as pid 30379
14:05:34.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.157121 30228 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster7431567818495498606/master-2/wal/instance
14:05:34.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.161576 30448 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.133.61" port: 33565 } has no permanent_uuid. Determining permanent_uuid...
14:05:34.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.165421 30448 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.133.60" port: 32813 } has no permanent_uuid. Determining permanent_uuid...
14:05:34.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.170449 30448 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e900ba31ef3943a1a99111fb709d0b73: Bootstrap starting.
14:05:34.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.172432 30448 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e900ba31ef3943a1a99111fb709d0b73: Neither blocks nor log segments found. Creating new log.
14:05:34.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.173062 30448 log.cc:826] T 00000000000000000000000000000000 P e900ba31ef3943a1a99111fb709d0b73: Log is configured to *not* fsync() on all Append() calls
14:05:34.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.174573 30448 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e900ba31ef3943a1a99111fb709d0b73: No bootstrap required, opened a new log
14:05:34.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.176074 30228 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
14:05:34.176 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:05:34.177 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

14:05:34.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.177284 30448 raft_consensus.cc:359] T 00000000000000000000000000000000 P e900ba31ef3943a1a99111fb709d0b73 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "062b6aa98e8e4b4790a31e4fea9da807" member_type: VOTER last_known_addr { host: "127.29.133.62" port: 33169 } } peers { permanent_uuid: "78477e7d426647de9c16a63c8006b8b6" member_type: VOTER last_known_addr { host: "127.29.133.61" port: 33565 } } peers { permanent_uuid: "e900ba31ef3943a1a99111fb709d0b73" member_type: VOTER last_known_addr { host: "127.29.133.60" port: 32813 } }
14:05:34.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.177443 30448 raft_consensus.cc:385] T 00000000000000000000000000000000 P e900ba31ef3943a1a99111fb709d0b73 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:05:34.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.177489 30448 raft_consensus.cc:740] T 00000000000000000000000000000000 P e900ba31ef3943a1a99111fb709d0b73 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e900ba31ef3943a1a99111fb709d0b73, State: Initialized, Role: FOLLOWER
14:05:34.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.177760 30306 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.133.60" port: 32813 } attempt: 2
14:05:34.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.177891 30448 consensus_queue.cc:260] T 00000000000000000000000000000000 P e900ba31ef3943a1a99111fb709d0b73 [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: "062b6aa98e8e4b4790a31e4fea9da807" member_type: VOTER last_known_addr { host: "127.29.133.62" port: 33169 } } peers { permanent_uuid: "78477e7d426647de9c16a63c8006b8b6" member_type: VOTER last_known_addr { host: "127.29.133.61" port: 33565 } } peers { permanent_uuid: "e900ba31ef3943a1a99111fb709d0b73" member_type: VOTER last_known_addr { host: "127.29.133.60" port: 32813 } }
14:05:34.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.178639 30453 sys_catalog.cc:455] T 00000000000000000000000000000000 P e900ba31ef3943a1a99111fb709d0b73 [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: "062b6aa98e8e4b4790a31e4fea9da807" member_type: VOTER last_known_addr { host: "127.29.133.62" port: 33169 } } peers { permanent_uuid: "78477e7d426647de9c16a63c8006b8b6" member_type: VOTER last_known_addr { host: "127.29.133.61" port: 33565 } } peers { permanent_uuid: "e900ba31ef3943a1a99111fb709d0b73" member_type: VOTER last_known_addr { host: "127.29.133.60" port: 32813 } } }
14:05:34.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.178894 30453 sys_catalog.cc:458] T 00000000000000000000000000000000 P e900ba31ef3943a1a99111fb709d0b73 [sys.catalog]: This master's current role is: FOLLOWER
14:05:34.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.179293 30448 sys_catalog.cc:565] T 00000000000000000000000000000000 P e900ba31ef3943a1a99111fb709d0b73 [sys.catalog]: configured and running, proceeding with master startup.
14:05:34.177 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.29.133.62"
      port: 33169
    }
    bound_http_address {
      host: "127.29.133.62"
      port: 33759
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.29.133.61"
      port: 33565
    }
    bound_http_address {
      host: "127.29.133.61"
      port: 40989
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.29.133.60"
      port: 32813
    }
    bound_http_address {
      host: "127.29.133.60"
      port: 45807
    }
  }
}

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

14:05:34.180 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:05:34.181 [INFO - Metastore-Handler-Pool: Thread-122] (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:05:34.183 [INFO - Metastore-Handler-Pool: Thread-122] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:05:34.183 [INFO - Metastore-Handler-Pool: Thread-122] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:05:34.184 [INFO - Metastore-Handler-Pool: Thread-122] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7605c912, with PersistenceManager: null will be shutdown
14:05:34.184 [INFO - Metastore-Handler-Pool: Thread-122] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7605c912, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@36e971ae created in the thread with id: 122
14:05:34.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.185586 30306 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 062b6aa98e8e4b4790a31e4fea9da807: Bootstrap starting.
14:05:34.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.187932 30306 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 062b6aa98e8e4b4790a31e4fea9da807: Neither blocks nor log segments found. Creating new log.
14:05:34.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.186765 30379 master_runner.cc:187] Error getting master registration for 127.29.133.62:33169: OK, instance_id { permanent_uuid: "062b6aa98e8e4b4790a31e4fea9da807" instance_seqno: 1783519533830192 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:05:34.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:34.188655 30467 catalog_manager.cc:1594] T 00000000000000000000000000000000 P e900ba31ef3943a1a99111fb709d0b73: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:05:34.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.188655 30306 log.cc:826] T 00000000000000000000000000000000 P 062b6aa98e8e4b4790a31e4fea9da807: Log is configured to *not* fsync() on all Append() calls
14:05:34.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.188683 30379 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:05:34.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:34.188704 30467 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:05:34.190 [INFO - Metastore-Handler-Pool: Thread-122] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7605c912
14:05:34.191 [INFO - Metastore-Handler-Pool: Thread-124] (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:05:34.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.190250 30306 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 062b6aa98e8e4b4790a31e4fea9da807: No bootstrap required, opened a new log
14:05:34.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:34.192415 30464 client.h:372] Failed to connect to Hive Metastore (localhost:34243): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:05:34.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.193742 30306 raft_consensus.cc:359] T 00000000000000000000000000000000 P 062b6aa98e8e4b4790a31e4fea9da807 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "062b6aa98e8e4b4790a31e4fea9da807" member_type: VOTER last_known_addr { host: "127.29.133.62" port: 33169 } } peers { permanent_uuid: "78477e7d426647de9c16a63c8006b8b6" member_type: VOTER last_known_addr { host: "127.29.133.61" port: 33565 } } peers { permanent_uuid: "e900ba31ef3943a1a99111fb709d0b73" member_type: VOTER last_known_addr { host: "127.29.133.60" port: 32813 } }
14:05:34.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.193912 30306 raft_consensus.cc:385] T 00000000000000000000000000000000 P 062b6aa98e8e4b4790a31e4fea9da807 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:05:34.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.193970 30306 raft_consensus.cc:740] T 00000000000000000000000000000000 P 062b6aa98e8e4b4790a31e4fea9da807 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 062b6aa98e8e4b4790a31e4fea9da807, State: Initialized, Role: FOLLOWER
14:05:34.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.194738 30306 consensus_queue.cc:260] T 00000000000000000000000000000000 P 062b6aa98e8e4b4790a31e4fea9da807 [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: "062b6aa98e8e4b4790a31e4fea9da807" member_type: VOTER last_known_addr { host: "127.29.133.62" port: 33169 } } peers { permanent_uuid: "78477e7d426647de9c16a63c8006b8b6" member_type: VOTER last_known_addr { host: "127.29.133.61" port: 33565 } } peers { permanent_uuid: "e900ba31ef3943a1a99111fb709d0b73" member_type: VOTER last_known_addr { host: "127.29.133.60" port: 32813 } }
14:05:34.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.196041 30306 sys_catalog.cc:565] T 00000000000000000000000000000000 P 062b6aa98e8e4b4790a31e4fea9da807 [sys.catalog]: configured and running, proceeding with master startup.
14:05:34.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.201238 30239 master_runner.cc:187] Error getting master registration for 127.29.133.61:33565: OK, instance_id { permanent_uuid: "78477e7d426647de9c16a63c8006b8b6" instance_seqno: 1783519533988398 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:05:34.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.203329 30239 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:05:34.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.203795 30471 sys_catalog.cc:455] T 00000000000000000000000000000000 P 062b6aa98e8e4b4790a31e4fea9da807 [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: "062b6aa98e8e4b4790a31e4fea9da807" member_type: VOTER last_known_addr { host: "127.29.133.62" port: 33169 } } peers { permanent_uuid: "78477e7d426647de9c16a63c8006b8b6" member_type: VOTER last_known_addr { host: "127.29.133.61" port: 33565 } } peers { permanent_uuid: "e900ba31ef3943a1a99111fb709d0b73" member_type: VOTER last_known_addr { host: "127.29.133.60" port: 32813 } } }
14:05:34.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.204034 30471 sys_catalog.cc:458] T 00000000000000000000000000000000 P 062b6aa98e8e4b4790a31e4fea9da807 [sys.catalog]: This master's current role is: FOLLOWER
14:05:34.205 [INFO - Metastore-Handler-Pool: Thread-125] (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:05:34.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:34.206339 30482 client.h:372] Failed to connect to Hive Metastore (localhost:34243): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:05:34.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:34.207734 30485 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 062b6aa98e8e4b4790a31e4fea9da807: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:05:34.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:34.207942 30485 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:05:34.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.223933 30377 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.133.60" port: 32813 } attempt: 3
14:05:34.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.231488 30377 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 78477e7d426647de9c16a63c8006b8b6: Bootstrap starting.
14:05:34.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.234001 30377 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 78477e7d426647de9c16a63c8006b8b6: Neither blocks nor log segments found. Creating new log.
14:05:34.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.234760 30377 log.cc:826] T 00000000000000000000000000000000 P 78477e7d426647de9c16a63c8006b8b6: Log is configured to *not* fsync() on all Append() calls
14:05:34.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.237739 30377 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 78477e7d426647de9c16a63c8006b8b6: No bootstrap required, opened a new log
14:05:34.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.241941 30377 raft_consensus.cc:359] T 00000000000000000000000000000000 P 78477e7d426647de9c16a63c8006b8b6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "062b6aa98e8e4b4790a31e4fea9da807" member_type: VOTER last_known_addr { host: "127.29.133.62" port: 33169 } } peers { permanent_uuid: "78477e7d426647de9c16a63c8006b8b6" member_type: VOTER last_known_addr { host: "127.29.133.61" port: 33565 } } peers { permanent_uuid: "e900ba31ef3943a1a99111fb709d0b73" member_type: VOTER last_known_addr { host: "127.29.133.60" port: 32813 } }
14:05:34.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.242269 30377 raft_consensus.cc:385] T 00000000000000000000000000000000 P 78477e7d426647de9c16a63c8006b8b6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:05:34.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.242444 30377 raft_consensus.cc:740] T 00000000000000000000000000000000 P 78477e7d426647de9c16a63c8006b8b6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 78477e7d426647de9c16a63c8006b8b6, State: Initialized, Role: FOLLOWER
14:05:34.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.242990 30377 consensus_queue.cc:260] T 00000000000000000000000000000000 P 78477e7d426647de9c16a63c8006b8b6 [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: "062b6aa98e8e4b4790a31e4fea9da807" member_type: VOTER last_known_addr { host: "127.29.133.62" port: 33169 } } peers { permanent_uuid: "78477e7d426647de9c16a63c8006b8b6" member_type: VOTER last_known_addr { host: "127.29.133.61" port: 33565 } } peers { permanent_uuid: "e900ba31ef3943a1a99111fb709d0b73" member_type: VOTER last_known_addr { host: "127.29.133.60" port: 32813 } }
14:05:34.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.244233 30377 sys_catalog.cc:565] T 00000000000000000000000000000000 P 78477e7d426647de9c16a63c8006b8b6 [sys.catalog]: configured and running, proceeding with master startup.
14:05:34.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.251698 30496 sys_catalog.cc:455] T 00000000000000000000000000000000 P 78477e7d426647de9c16a63c8006b8b6 [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: "062b6aa98e8e4b4790a31e4fea9da807" member_type: VOTER last_known_addr { host: "127.29.133.62" port: 33169 } } peers { permanent_uuid: "78477e7d426647de9c16a63c8006b8b6" member_type: VOTER last_known_addr { host: "127.29.133.61" port: 33565 } } peers { permanent_uuid: "e900ba31ef3943a1a99111fb709d0b73" member_type: VOTER last_known_addr { host: "127.29.133.60" port: 32813 } } }
14:05:34.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.251959 30496 sys_catalog.cc:458] T 00000000000000000000000000000000 P 78477e7d426647de9c16a63c8006b8b6 [sys.catalog]: This master's current role is: FOLLOWER
14:05:34.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.252161 30496 raft_consensus.cc:493] T 00000000000000000000000000000000 P 78477e7d426647de9c16a63c8006b8b6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
14:05:34.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.252365 30496 raft_consensus.cc:515] T 00000000000000000000000000000000 P 78477e7d426647de9c16a63c8006b8b6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "062b6aa98e8e4b4790a31e4fea9da807" member_type: VOTER last_known_addr { host: "127.29.133.62" port: 33169 } } peers { permanent_uuid: "78477e7d426647de9c16a63c8006b8b6" member_type: VOTER last_known_addr { host: "127.29.133.61" port: 33565 } } peers { permanent_uuid: "e900ba31ef3943a1a99111fb709d0b73" member_type: VOTER last_known_addr { host: "127.29.133.60" port: 32813 } }
14:05:34.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.254076 30422 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "78477e7d426647de9c16a63c8006b8b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e900ba31ef3943a1a99111fb709d0b73" is_pre_election: true
14:05:34.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.254320 30422 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e900ba31ef3943a1a99111fb709d0b73 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 78477e7d426647de9c16a63c8006b8b6 in term 0.
14:05:34.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.254765 30328 leader_election.cc:304] T 00000000000000000000000000000000 P 78477e7d426647de9c16a63c8006b8b6 [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: 78477e7d426647de9c16a63c8006b8b6, e900ba31ef3943a1a99111fb709d0b73; no voters: 
14:05:34.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.256443 30280 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "78477e7d426647de9c16a63c8006b8b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "062b6aa98e8e4b4790a31e4fea9da807" is_pre_election: true
14:05:34.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.256664 30280 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 062b6aa98e8e4b4790a31e4fea9da807 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 78477e7d426647de9c16a63c8006b8b6 in term 0.
14:05:34.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.258271 30307 master_runner.cc:264] No leader master found from master 78477e7d426647de9c16a63c8006b8b6
14:05:34.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.258330 30307 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:05:34.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.259684 30490 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 78477e7d426647de9c16a63c8006b8b6 [term 0 FOLLOWER]: Leader pre-election won for term 1
14:05:34.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.259758 30490 raft_consensus.cc:493] T 00000000000000000000000000000000 P 78477e7d426647de9c16a63c8006b8b6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
14:05:34.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.259805 30490 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 78477e7d426647de9c16a63c8006b8b6 [term 0 FOLLOWER]: Advancing to term 1
14:05:34.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.254782 30496 leader_election.cc:290] T 00000000000000000000000000000000 P 78477e7d426647de9c16a63c8006b8b6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 062b6aa98e8e4b4790a31e4fea9da807 (127.29.133.62:33169), e900ba31ef3943a1a99111fb709d0b73 (127.29.133.60:32813)
14:05:34.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.260797 30490 raft_consensus.cc:515] T 00000000000000000000000000000000 P 78477e7d426647de9c16a63c8006b8b6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "062b6aa98e8e4b4790a31e4fea9da807" member_type: VOTER last_known_addr { host: "127.29.133.62" port: 33169 } } peers { permanent_uuid: "78477e7d426647de9c16a63c8006b8b6" member_type: VOTER last_known_addr { host: "127.29.133.61" port: 33565 } } peers { permanent_uuid: "e900ba31ef3943a1a99111fb709d0b73" member_type: VOTER last_known_addr { host: "127.29.133.60" port: 32813 } }
14:05:34.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.261137 30490 leader_election.cc:290] T 00000000000000000000000000000000 P 78477e7d426647de9c16a63c8006b8b6 [CANDIDATE]: Term 1 election: Requested vote from peers 062b6aa98e8e4b4790a31e4fea9da807 (127.29.133.62:33169), e900ba31ef3943a1a99111fb709d0b73 (127.29.133.60:32813)
14:05:34.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.261601 30280 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "78477e7d426647de9c16a63c8006b8b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "062b6aa98e8e4b4790a31e4fea9da807"
14:05:34.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.261698 30280 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 062b6aa98e8e4b4790a31e4fea9da807 [term 0 FOLLOWER]: Advancing to term 1
14:05:34.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.262755 30280 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 062b6aa98e8e4b4790a31e4fea9da807 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 78477e7d426647de9c16a63c8006b8b6 in term 1.
14:05:34.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.262955 30422 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "78477e7d426647de9c16a63c8006b8b6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e900ba31ef3943a1a99111fb709d0b73"
14:05:34.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.263054 30422 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e900ba31ef3943a1a99111fb709d0b73 [term 0 FOLLOWER]: Advancing to term 1
14:05:34.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.264086 30422 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e900ba31ef3943a1a99111fb709d0b73 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 78477e7d426647de9c16a63c8006b8b6 in term 1.
14:05:34.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.264765 30328 leader_election.cc:304] T 00000000000000000000000000000000 P 78477e7d426647de9c16a63c8006b8b6 [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: 78477e7d426647de9c16a63c8006b8b6, e900ba31ef3943a1a99111fb709d0b73; no voters: 
14:05:34.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.265136 30490 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 78477e7d426647de9c16a63c8006b8b6 [term 1 FOLLOWER]: Leader election won for term 1
14:05:34.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.265218 30490 raft_consensus.cc:697] T 00000000000000000000000000000000 P 78477e7d426647de9c16a63c8006b8b6 [term 1 LEADER]: Becoming Leader. State: Replica: 78477e7d426647de9c16a63c8006b8b6, State: Running, Role: LEADER
14:05:34.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.265472 30490 consensus_queue.cc:237] T 00000000000000000000000000000000 P 78477e7d426647de9c16a63c8006b8b6 [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: "062b6aa98e8e4b4790a31e4fea9da807" member_type: VOTER last_known_addr { host: "127.29.133.62" port: 33169 } } peers { permanent_uuid: "78477e7d426647de9c16a63c8006b8b6" member_type: VOTER last_known_addr { host: "127.29.133.61" port: 33565 } } peers { permanent_uuid: "e900ba31ef3943a1a99111fb709d0b73" member_type: VOTER last_known_addr { host: "127.29.133.60" port: 32813 } }
14:05:34.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.267098 30490 sys_catalog.cc:455] T 00000000000000000000000000000000 P 78477e7d426647de9c16a63c8006b8b6 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 78477e7d426647de9c16a63c8006b8b6. Latest consensus state: current_term: 1 leader_uuid: "78477e7d426647de9c16a63c8006b8b6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "062b6aa98e8e4b4790a31e4fea9da807" member_type: VOTER last_known_addr { host: "127.29.133.62" port: 33169 } } peers { permanent_uuid: "78477e7d426647de9c16a63c8006b8b6" member_type: VOTER last_known_addr { host: "127.29.133.61" port: 33565 } } peers { permanent_uuid: "e900ba31ef3943a1a99111fb709d0b73" member_type: VOTER last_known_addr { host: "127.29.133.60" port: 32813 } } }
14:05:34.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.267194 30490 sys_catalog.cc:458] T 00000000000000000000000000000000 P 78477e7d426647de9c16a63c8006b8b6 [sys.catalog]: This master's current role is: LEADER
14:05:34.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.272842 30507 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
14:05:34.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.275789 30507 catalog_manager.cc:1520] Initializing Kudu cluster ID...
14:05:34.285 [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:05:34.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:34.286677 30502 client.h:372] Failed to connect to Hive Metastore (localhost:34243): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:05:34.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.290318 30422 raft_consensus.cc:1275] T 00000000000000000000000000000000 P e900ba31ef3943a1a99111fb709d0b73 [term 1 FOLLOWER]: Refusing update from remote peer 78477e7d426647de9c16a63c8006b8b6: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:05:34.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.291016 30496 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 78477e7d426647de9c16a63c8006b8b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e900ba31ef3943a1a99111fb709d0b73" member_type: VOTER last_known_addr { host: "127.29.133.60" port: 32813 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:05:34.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.294515 30453 sys_catalog.cc:455] T 00000000000000000000000000000000 P e900ba31ef3943a1a99111fb709d0b73 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 78477e7d426647de9c16a63c8006b8b6. Latest consensus state: current_term: 1 leader_uuid: "78477e7d426647de9c16a63c8006b8b6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "062b6aa98e8e4b4790a31e4fea9da807" member_type: VOTER last_known_addr { host: "127.29.133.62" port: 33169 } } peers { permanent_uuid: "78477e7d426647de9c16a63c8006b8b6" member_type: VOTER last_known_addr { host: "127.29.133.61" port: 33565 } } peers { permanent_uuid: "e900ba31ef3943a1a99111fb709d0b73" member_type: VOTER last_known_addr { host: "127.29.133.60" port: 32813 } } }
14:05:34.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.294616 30453 sys_catalog.cc:458] T 00000000000000000000000000000000 P e900ba31ef3943a1a99111fb709d0b73 [sys.catalog]: This master's current role is: FOLLOWER
14:05:34.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.295693 30280 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 062b6aa98e8e4b4790a31e4fea9da807 [term 1 FOLLOWER]: Refusing update from remote peer 78477e7d426647de9c16a63c8006b8b6: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:05:34.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.296314 30496 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 78477e7d426647de9c16a63c8006b8b6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "062b6aa98e8e4b4790a31e4fea9da807" member_type: VOTER last_known_addr { host: "127.29.133.62" port: 33169 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:05:34.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.299790 30471 sys_catalog.cc:455] T 00000000000000000000000000000000 P 062b6aa98e8e4b4790a31e4fea9da807 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 78477e7d426647de9c16a63c8006b8b6. Latest consensus state: current_term: 1 leader_uuid: "78477e7d426647de9c16a63c8006b8b6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "062b6aa98e8e4b4790a31e4fea9da807" member_type: VOTER last_known_addr { host: "127.29.133.62" port: 33169 } } peers { permanent_uuid: "78477e7d426647de9c16a63c8006b8b6" member_type: VOTER last_known_addr { host: "127.29.133.61" port: 33565 } } peers { permanent_uuid: "e900ba31ef3943a1a99111fb709d0b73" member_type: VOTER last_known_addr { host: "127.29.133.60" port: 32813 } } }
14:05:34.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.299893 30471 sys_catalog.cc:458] T 00000000000000000000000000000000 P 062b6aa98e8e4b4790a31e4fea9da807 [sys.catalog]: This master's current role is: FOLLOWER
14:05:34.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.315582 30490 sys_catalog.cc:455] T 00000000000000000000000000000000 P 78477e7d426647de9c16a63c8006b8b6 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "78477e7d426647de9c16a63c8006b8b6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "062b6aa98e8e4b4790a31e4fea9da807" member_type: VOTER last_known_addr { host: "127.29.133.62" port: 33169 } } peers { permanent_uuid: "78477e7d426647de9c16a63c8006b8b6" member_type: VOTER last_known_addr { host: "127.29.133.61" port: 33565 } } peers { permanent_uuid: "e900ba31ef3943a1a99111fb709d0b73" member_type: VOTER last_known_addr { host: "127.29.133.60" port: 32813 } } }
14:05:34.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.315694 30490 sys_catalog.cc:458] T 00000000000000000000000000000000 P 78477e7d426647de9c16a63c8006b8b6 [sys.catalog]: This master's current role is: LEADER
14:05:34.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.316247 30471 sys_catalog.cc:455] T 00000000000000000000000000000000 P 062b6aa98e8e4b4790a31e4fea9da807 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "78477e7d426647de9c16a63c8006b8b6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "062b6aa98e8e4b4790a31e4fea9da807" member_type: VOTER last_known_addr { host: "127.29.133.62" port: 33169 } } peers { permanent_uuid: "78477e7d426647de9c16a63c8006b8b6" member_type: VOTER last_known_addr { host: "127.29.133.61" port: 33565 } } peers { permanent_uuid: "e900ba31ef3943a1a99111fb709d0b73" member_type: VOTER last_known_addr { host: "127.29.133.60" port: 32813 } } }
14:05:34.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.316347 30471 sys_catalog.cc:458] T 00000000000000000000000000000000 P 062b6aa98e8e4b4790a31e4fea9da807 [sys.catalog]: This master's current role is: FOLLOWER
14:05:34.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.316906 30510 mvcc.cc:204] Tried to move back new op lower bound from 7305296012446310400 to 7305296012354310144. Current Snapshot: MvccSnapshot[applied={T|T < 7305296012446310400}]
14:05:34.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.320266 30490 sys_catalog.cc:455] T 00000000000000000000000000000000 P 78477e7d426647de9c16a63c8006b8b6 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "78477e7d426647de9c16a63c8006b8b6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "062b6aa98e8e4b4790a31e4fea9da807" member_type: VOTER last_known_addr { host: "127.29.133.62" port: 33169 } } peers { permanent_uuid: "78477e7d426647de9c16a63c8006b8b6" member_type: VOTER last_known_addr { host: "127.29.133.61" port: 33565 } } peers { permanent_uuid: "e900ba31ef3943a1a99111fb709d0b73" member_type: VOTER last_known_addr { host: "127.29.133.60" port: 32813 } } }
14:05:34.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.320366 30490 sys_catalog.cc:458] T 00000000000000000000000000000000 P 78477e7d426647de9c16a63c8006b8b6 [sys.catalog]: This master's current role is: LEADER
14:05:34.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.321555 30453 sys_catalog.cc:455] T 00000000000000000000000000000000 P e900ba31ef3943a1a99111fb709d0b73 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "78477e7d426647de9c16a63c8006b8b6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "062b6aa98e8e4b4790a31e4fea9da807" member_type: VOTER last_known_addr { host: "127.29.133.62" port: 33169 } } peers { permanent_uuid: "78477e7d426647de9c16a63c8006b8b6" member_type: VOTER last_known_addr { host: "127.29.133.61" port: 33565 } } peers { permanent_uuid: "e900ba31ef3943a1a99111fb709d0b73" member_type: VOTER last_known_addr { host: "127.29.133.60" port: 32813 } } }
14:05:34.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.321655 30453 sys_catalog.cc:458] T 00000000000000000000000000000000 P e900ba31ef3943a1a99111fb709d0b73 [sys.catalog]: This master's current role is: FOLLOWER
14:05:34.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.321460 30513 mvcc.cc:204] Tried to move back new op lower bound from 7305296012446310400 to 7305296012354310144. Current Snapshot: MvccSnapshot[applied={T|T < 7305296012446310400}]
14:05:34.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.322160 30511 mvcc.cc:204] Tried to move back new op lower bound from 7305296012446310400 to 7305296012354310144. Current Snapshot: MvccSnapshot[applied={T|T < 7305296012446310400}]
14:05:34.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.325129 30507 catalog_manager.cc:1383] Generated new cluster ID: 105ff4ea3b2d422fa6c055931d33e24a
14:05:34.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.325182 30507 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
14:05:34.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.363101 30507 catalog_manager.cc:1406] Generated new certificate authority record
14:05:34.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.364741 30507 catalog_manager.cc:1540] Loading token signing keys...
14:05:34.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.377110 30507 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 78477e7d426647de9c16a63c8006b8b6: Generated new TSK 0
14:05:34.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.377687 30507 catalog_manager.cc:1550] Initializing in-progress tserver states...
14:05:34.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.379235 30507 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
14:05:34.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:34.379684 30507 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
14:05:34.695 [WARN - Metastore-Handler-Pool: Thread-122] (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:05:34.701 [WARN - Metastore-Handler-Pool: Thread-122] (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:05:34.701 [WARN - Metastore-Handler-Pool: Thread-122] (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:05:34.768 [INFO - Metastore-Handler-Pool: Thread-122] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
14:05:34.773 [INFO - Metastore-Handler-Pool: Thread-122] (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/hive10482817515016796154/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:05:34.774 [INFO - Metastore-Handler-Pool: Thread-122] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10482817515016796154/external-warehouse/legacy_table
14:05:34.854 [INFO - Metastore-Handler-Pool: Thread-122] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
14:05:34.880 [INFO - Metastore-Handler-Pool: Thread-122] (HMSHandler.java:3711) Skipping translation for processor with null
14:05:34.897 [INFO - Metastore-Handler-Pool: Thread-122] (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:05:34.910 [INFO - Metastore-Handler-Pool: Thread-122] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
14:05:34.975 [INFO - Metastore-Handler-Pool: Thread-122] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
14:05:34.975 [INFO - Metastore-Handler-Pool: Thread-122] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
14:05:35.068 [INFO - Metastore-Handler-Pool: Thread-122] (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:05:35.093 [INFO - Metastore-Handler-Pool: Thread-122] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
14:05:35.132 [INFO - Metastore-Handler-Pool: Thread-122] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
14:05:35.141 [INFO - Metastore-Handler-Pool: Thread-122] (HMSHandler.java:3711) Skipping translation for processor with null
14:05:35.142 [INFO - Metastore-Handler-Pool: Thread-122] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
14:05:35.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:35.190511 30467 catalog_manager.cc:1295] Loaded cluster ID: 105ff4ea3b2d422fa6c055931d33e24a
14:05:35.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:35.190605 30467 catalog_manager.cc:1588] T 00000000000000000000000000000000 P e900ba31ef3943a1a99111fb709d0b73: loading cluster ID for follower catalog manager: success
14:05:35.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:35.193349 30467 catalog_manager.cc:1610] T 00000000000000000000000000000000 P e900ba31ef3943a1a99111fb709d0b73: acquiring CA information for follower catalog manager: success
14:05:35.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:35.194809 30467 catalog_manager.cc:1638] T 00000000000000000000000000000000 P e900ba31ef3943a1a99111fb709d0b73: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:05:35.211 [INFO - Metastore-Handler-Pool: Thread-129] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:05:35.212 [INFO - Metastore-Handler-Pool: Thread-130] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:05:35.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:35.209383 30485 catalog_manager.cc:1295] Loaded cluster ID: 105ff4ea3b2d422fa6c055931d33e24a
14:05:35.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:35.209451 30485 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 062b6aa98e8e4b4790a31e4fea9da807: loading cluster ID for follower catalog manager: success
14:05:35.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:35.211565 30464 client.h:372] Failed to connect to Hive Metastore (localhost:34243): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:05:35.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:35.211726 30485 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 062b6aa98e8e4b4790a31e4fea9da807: acquiring CA information for follower catalog manager: success
14:05:35.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:35.212981 30482 client.h:372] Failed to connect to Hive Metastore (localhost:34243): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:05:35.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:35.212997 30485 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 062b6aa98e8e4b4790a31e4fea9da807: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:05:35.256 [WARN - Metastore-Handler-Pool: Thread-122] (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:05:35.290 [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:05:35.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:35.292209 30502 client.h:372] Failed to connect to Hive Metastore (localhost:34243): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:05:35.378 [WARN - Metastore-Handler-Pool: Thread-122] (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:05:35.416 [WARN - Metastore-Handler-Pool: Thread-122] (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:05:35.519 [INFO - Metastore-Handler-Pool: Thread-122] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
14:05:35.520 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
14:05:35.520 [INFO - Metastore-Handler-Pool: Thread-122] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
14:05:35.520 [INFO - Metastore-Handler-Pool: Thread-122] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7605c912, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@36e971ae will be shutdown
14:05:35.520 [INFO - Metastore-Handler-Pool: Thread-122] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
14:05:35.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:35.520494 30228 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu with pid 30239
14:05:35.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:35.527097 30228 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu with pid 30307
14:05:35.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:35.534296 30228 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu with pid 30379
14:05:35.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:05:35Z chronyd exiting
.14:05:35.582 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:05:35.582 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:05:35.583 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:05:35.613 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive13519896444465671799
14:05:35.615 [INFO - Thread-89] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
14:05:35.615 [INFO - Thread-89] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
14:05:35.617 [INFO - Thread-89] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:05:35.618 [INFO - Thread-89] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:05:35.618 [INFO - Thread-89] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
14:05:35.619 [INFO - Thread-89] (HikariDataSource.java:350) objectstore - Shutdown initiated...
14:05:35.620 [INFO - Thread-89] (HikariDataSource.java:352) objectstore - Shutdown completed.
14:05:35.620 [INFO - Thread-89] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
14:05:35.621 [INFO - Thread-89] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
14:05:35.621 [INFO - Thread-89] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
14:05:35.623 [INFO - Thread-89] (HikariDataSource.java:80) objectstore - Starting...
14:05:35.712 [INFO - Thread-89] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:05:35.713 [INFO - Thread-89] (HikariDataSource.java:82) objectstore - Start completed.
14:05:35.713 [INFO - Thread-89] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
14:05:35.715 [INFO - Thread-89] (HikariDataSource.java:80) objectstore-secondary - Starting...
14:05:35.716 [INFO - Thread-89] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:05:35.717 [INFO - Thread-89] (HikariDataSource.java:82) objectstore-secondary - Start completed.
14:05:35.731 [INFO - Thread-89] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
14:05:35.731 [INFO - Thread-89] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
14:05:35.731 [INFO - Thread-89] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
14:05:35.756 [WARN - Thread-89] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:35.756 [WARN - Thread-89] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:35.757 [WARN - Thread-89] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:35.757 [WARN - Thread-89] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:35.758 [WARN - Thread-89] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:35.758 [WARN - Thread-89] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:35.946 [INFO - Thread-89] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
14:05:35.946 [INFO - Thread-89] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@627de184, with PersistenceManager: null will be shutdown
14:05:35.947 [INFO - Thread-89] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@627de184, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@17296bc2 created in the thread with id: 132
14:05:35.948 [WARN - Thread-89] (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:05:35.949 [INFO - Thread-89] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@627de184
14:05:36.043 [INFO - Thread-89] (HMSHandler.java:595) Started creating a default database with name: default
14:05:36.059 [INFO - Thread-89] (HMSHandler.java:605) Successfully created a default database with name: default
14:05:36.078 [INFO - Thread-89] (HMSHandler.java:668) Added admin role in metastore
14:05:36.079 [INFO - Thread-89] (HMSHandler.java:677) Added public role in metastore
14:05:36.106 [INFO - Thread-89] (HMSHandler.java:717) No user is added in admin role, since config is empty
14:05:36.106 [INFO - Thread-89] (HMSHandler.java:404) HMS server filtering is disabled by configuration
14:05:36.107 [INFO - Thread-89] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
14:05:36.107 [INFO - Thread-89] (HiveMetaStore.java:697) Direct SQL optimization = true
14:05:36.107 [WARN - Thread-89] (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:05:36.108 [INFO - Thread-89] (HiveMetaStore.java:632) Started the new metaserver on port [41057]...
14:05:36.108 [INFO - Thread-89] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
14:05:36.108 [INFO - Thread-89] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
14:05:36.108 [INFO - Thread-89] (HiveMetaStore.java:635) TCP keepalive = true
14:05:36.108 [INFO - Thread-89] (HiveMetaStore.java:636) Enable SSL = false
14:05:36.616 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:05:36.617 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:05:36.617 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:05:36.619 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
14:05:36.620 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:41057]
14:05:36.620 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:41057) in binary transport mode
14:05:36.620 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:41057) current connections: 1
14:05:36.621 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskEGiaW9/test-tmp
14:05:36.622 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
14:05:36.622 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskEGiaW9/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
14:05:36.624 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:41057"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

14:05:36.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.723423 30548 mini_oidc.cc:150] Starting JWKS server
14:05:36.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.724650 30548 webserver.cc:533] Webserver started at http://127.0.0.1:36551/ using document root <none> and password file <none>
14:05:36.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.724774 30548 mini_oidc.cc:186] Starting OIDC Discovery server
14:05:36.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.724957 30548 webserver.cc:533] Webserver started at http://127.0.0.1:36007/ using document root <none> and password file <none>
14:05:36.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:05:36Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
14:05:36.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:05:36Z Disabled control of system clock
14:05:36.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.736435 30548 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:36.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:36.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-0/wal
14:05:36.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-0/data
14:05:36.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:05:36.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:05:36.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:05:36.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:36.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:36.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:36.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-0/logs
14:05:36.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-0/data/info.pb
14:05:36.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:36.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:05:36.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:05:36.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:05:36.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:05:36.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:36.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:36.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:36.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:05:36.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:05:36.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:36.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:36.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.213.62:35233
14:05:36.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.213.62
14:05:36.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:36.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.213.20:35747
14:05:36.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:36.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:36.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:36.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:36.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.213.62:35233,127.29.213.61:38261,127.29.213.60:38505
14:05:36.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:36.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36551/jwks.json
14:05:36.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41057 with env {}
14:05:36.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:36.828177 30559 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:05:36.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:36.828359 30559 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:05:36.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:36.828418 30559 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:05:36.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:36.831754 30559 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:05:36.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:36.831804 30559 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:05:36.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:36.831830 30559 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:05:36.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:36.831851 30559 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:05:36.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:36.831873 30559 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:05:36.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:36.831890 30559 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36551/jwks.json
14:05:36.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.835726 30559 master_runner.cc:387] Master server non-default flags:
14:05:36.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.213.20:35747
14:05:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-0/data
14:05:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-0/wal
14:05:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41057
14:05:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.213.62:35233,127.29.213.61:38261,127.29.213.60:38505
14:05:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.213.62:35233
14:05:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:05:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36551/jwks.json
14:05:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-0/data/info.pb
14:05:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.213.62
14:05:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:05:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.30559
14:05:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:05:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:05:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-0/logs
14:05:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:05:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:05:36.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:05:36.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:05:36.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
14:05:36.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:05:36.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:43:14 UTC on bdcb31816ec0
14:05:36.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12772
14:05:36.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.836790 30559 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:05:36.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.837873 30559 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:05:36.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:36.842635 30564 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:05:36.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:36.842631 30567 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:05:36.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:36.842666 30565 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:05:36.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.842835 30559 server_base.cc:1061] running on GCE node
14:05:36.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.843568 30559 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:05:36.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.844327 30559 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:05:36.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.845459 30559 hybrid_clock.cc:648] HybridClock initialized: now 1783519536845439 us; error 29 us; skew 500 ppm
14:05:36.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.846992 30559 webserver.cc:533] Webserver started at http://127.29.213.62:36249/ using document root <none> and password file <none>
14:05:36.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.847476 30559 fs_manager.cc:362] Metadata directory not provided
14:05:36.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.847556 30559 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:05:36.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.847759 30559 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:05:36.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.849102 30559 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-0/data/instance:
14:05:36.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "95fc5d8dd05c4e05aa78bea452e168fa"
14:05:36.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:36 on dist-test-slave-5h2f"
14:05:36.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.849545 30559 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-0/wal/instance:
14:05:36.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "95fc5d8dd05c4e05aa78bea452e168fa"
14:05:36.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:36 on dist-test-slave-5h2f"
14:05:36.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.852310 30559 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.000s	sys 0.004s
14:05:36.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.854063 30573 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:05:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.854888 30559 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
14:05:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.854982 30559 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-0/data,/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-0/wal
14:05:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "95fc5d8dd05c4e05aa78bea452e168fa"
14:05:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:36 on dist-test-slave-5h2f"
14:05:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.855077 30559 fs_report.cc:389] FS layout report
14:05:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:05:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-0/wal
14:05:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-0/wal
14:05:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-0/data/data
14:05:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:05:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:05:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:05:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:05:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:05:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:05:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:05:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:05:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:05:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:05:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:05:36.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.874547 30559 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:05:36.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.875046 30559 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:05:36.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.875191 30559 kserver.cc:163] Server-wide thread pool size limit: 3276
14:05:36.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.881080 30559 rpc_server.cc:307] RPC server started. Bound to: 127.29.213.62:35233
14:05:36.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.881078 30625 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.213.62:35233 every 8 connection(s)
14:05:36.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.881961 30559 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-0/data/info.pb
14:05:36.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.884380 30626 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:05:36.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.887192 30626 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.213.62" port: 35233 } has no permanent_uuid. Determining permanent_uuid...
14:05:36.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.890683 30548 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu as pid 30559
14:05:36.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.890821 30548 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-0/wal/instance
14:05:36.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.892282 30548 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:36.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:36.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-1/wal
14:05:36.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-1/data
14:05:36.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:05:36.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:05:36.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:05:36.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:36.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:36.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:36.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-1/logs
14:05:36.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-1/data/info.pb
14:05:36.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:36.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:05:36.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:05:36.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:05:36.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:05:36.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:36.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:36.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:36.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:05:36.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:05:36.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:36.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:36.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.213.61:38261
14:05:36.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.213.61
14:05:36.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:36.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.213.20:35747
14:05:36.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:36.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:36.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:36.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:36.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.213.62:35233,127.29.213.61:38261,127.29.213.60:38505
14:05:36.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:36.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36551/jwks.json
14:05:36.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41057 with env {}
14:05:36.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.896440 30626 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.213.61" port: 38261 } has no permanent_uuid. Determining permanent_uuid...
14:05:36.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:36.897054 30577 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.213.61:38261: connect: Connection refused (error 111)
14:05:36.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:36.897771 30626 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.213.61:38261: Network error: Client connection negotiation failed: client connection to 127.29.213.61:38261: connect: Connection refused (error 111)
14:05:36.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.946990 30626 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.213.61" port: 38261 } attempt: 1
14:05:36.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:36.948342 30626 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.213.61:38261: Network error: Client connection negotiation failed: client connection to 127.29.213.61:38261: connect: Connection refused (error 111)
14:05:36.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:36.985674 30629 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:05:36.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:36.985862 30629 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:05:36.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:36.985901 30629 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:05:36.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:36.989053 30629 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:05:36.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:36.989097 30629 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:05:36.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:36.989115 30629 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:05:36.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:36.989130 30629 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:05:36.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:36.989145 30629 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:05:36.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:36.989158 30629 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36551/jwks.json
14:05:36.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.992816 30629 master_runner.cc:387] Master server non-default flags:
14:05:36.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:36.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.213.20:35747
14:05:36.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-1/data
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-1/wal
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41057
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.213.62:35233,127.29.213.61:38261,127.29.213.60:38505
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.213.61:38261
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36551/jwks.json
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-1/data/info.pb
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.213.61
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.30629
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-1/logs
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:43:14 UTC on bdcb31816ec0
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12772
14:05:36.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.993597 30629 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:05:36.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.994521 30629 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:05:36.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:36.999059 30638 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:05:36.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:36.999064 30635 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:05:36.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.999380 30629 server_base.cc:1061] running on GCE node
14:05:36.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:36.999066 30636 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:05:36.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:36.999825 30629 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:05:37.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.000576 30629 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:05:37.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.001720 30629 hybrid_clock.cc:648] HybridClock initialized: now 1783519537001702 us; error 27 us; skew 500 ppm
14:05:37.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.003326 30629 webserver.cc:533] Webserver started at http://127.29.213.61:41625/ using document root <none> and password file <none>
14:05:37.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.003851 30629 fs_manager.cc:362] Metadata directory not provided
14:05:37.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.003906 30629 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:05:37.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.004109 30629 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:05:37.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.005507 30629 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-1/data/instance:
14:05:37.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f5a99f14b57e4c88875f6b926777c088"
14:05:37.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:37 on dist-test-slave-5h2f"
14:05:37.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.005971 30629 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-1/wal/instance:
14:05:37.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f5a99f14b57e4c88875f6b926777c088"
14:05:37.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:37 on dist-test-slave-5h2f"
14:05:37.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.008893 30629 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
14:05:37.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.010716 30644 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:05:37.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.011543 30629 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
14:05:37.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.011649 30629 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-1/data,/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-1/wal
14:05:37.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f5a99f14b57e4c88875f6b926777c088"
14:05:37.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:37 on dist-test-slave-5h2f"
14:05:37.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.011736 30629 fs_report.cc:389] FS layout report
14:05:37.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:05:37.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-1/wal
14:05:37.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-1/wal
14:05:37.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-1/data/data
14:05:37.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:05:37.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:05:37.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:05:37.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:05:37.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:05:37.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:05:37.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:05:37.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:05:37.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:05:37.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:05:37.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:05:37.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.016502 30626 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.213.61" port: 38261 } attempt: 2
14:05:37.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:37.017612 30626 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.213.61:38261: Network error: Client connection negotiation failed: client connection to 127.29.213.61:38261: connect: Connection refused (error 111)
14:05:37.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.023782 30629 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:05:37.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.024266 30629 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:05:37.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.024410 30629 kserver.cc:163] Server-wide thread pool size limit: 3276
14:05:37.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.030375 30696 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.213.61:38261 every 8 connection(s)
14:05:37.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.030378 30629 rpc_server.cc:307] RPC server started. Bound to: 127.29.213.61:38261
14:05:37.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.031281 30629 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-1/data/info.pb
14:05:37.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.034336 30697 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:05:37.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.036772 30548 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu as pid 30629
14:05:37.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.036859 30548 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-1/wal/instance
14:05:37.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.037441 30548 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:37.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:37.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-2/wal
14:05:37.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-2/data
14:05:37.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:05:37.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:05:37.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:05:37.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:37.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:37.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:37.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-2/logs
14:05:37.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-2/data/info.pb
14:05:37.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:37.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:05:37.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:05:37.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:05:37.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:05:37.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:37.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:37.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:37.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:05:37.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:05:37.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:37.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:37.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.213.60:38505
14:05:37.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.213.60
14:05:37.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:37.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.213.20:35747
14:05:37.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:37.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:37.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:37.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:37.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.213.62:35233,127.29.213.61:38261,127.29.213.60:38505
14:05:37.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:37.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36551/jwks.json
14:05:37.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41057 with env {}
14:05:37.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.038138 30697 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.213.62" port: 35233 } has no permanent_uuid. Determining permanent_uuid...
14:05:37.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.045907 30697 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.213.61" port: 38261 } has no permanent_uuid. Determining permanent_uuid...
14:05:37.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.051381 30697 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.213.60" port: 38505 } has no permanent_uuid. Determining permanent_uuid...
14:05:37.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:37.052026 30646 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.213.60:38505: connect: Connection refused (error 111)
14:05:37.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:37.052754 30697 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.213.60:38505: Network error: Client connection negotiation failed: client connection to 127.29.213.60:38505: connect: Connection refused (error 111)
14:05:37.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.101970 30697 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.213.60" port: 38505 } attempt: 1
14:05:37.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:37.103562 30697 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.213.60:38505: Network error: Client connection negotiation failed: client connection to 127.29.213.60:38505: connect: Connection refused (error 111)
14:05:37.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.108775 30626 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.213.61" port: 38261 } attempt: 3
14:05:37.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.113435 30626 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.213.60" port: 38505 } has no permanent_uuid. Determining permanent_uuid...
14:05:37.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:37.116665 30626 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.213.60:38505: Network error: Client connection negotiation failed: client connection to 127.29.213.60:38505: connect: Connection refused (error 111)
14:05:37.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:37.141880 30698 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:05:37.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:37.142335 30698 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:05:37.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:37.142510 30698 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:05:37.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:37.146993 30698 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:05:37.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:37.147053 30698 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:05:37.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:37.147078 30698 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:05:37.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:37.147099 30698 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:05:37.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:37.147121 30698 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:05:37.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:37.147140 30698 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36551/jwks.json
14:05:37.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.147814 30626 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.213.60" port: 38505 } attempt: 1
14:05:37.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:37.148948 30626 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.213.60:38505: Network error: Client connection negotiation failed: client connection to 127.29.213.60:38505: connect: Connection refused (error 111)
14:05:37.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.151340 30698 master_runner.cc:387] Master server non-default flags:
14:05:37.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:37.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.213.20:35747
14:05:37.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:37.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:37.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-2/data
14:05:37.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-2/wal
14:05:37.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41057
14:05:37.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:37.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.213.62:35233,127.29.213.61:38261,127.29.213.60:38505
14:05:37.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:37.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:37.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:37.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.213.60:38505
14:05:37.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:37.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:05:37.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:37.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36551/jwks.json
14:05:37.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:37.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:37.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-2/data/info.pb
14:05:37.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.213.60
14:05:37.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:37.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:05:37.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.30698
14:05:37.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:37.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:05:37.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:05:37.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:37.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-2/logs
14:05:37.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:37.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:05:37.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:05:37.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:05:37.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:05:37.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
14:05:37.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:05:37.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:43:14 UTC on bdcb31816ec0
14:05:37.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12772
14:05:37.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.152510 30698 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:05:37.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.153607 30698 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:05:37.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:37.158238 30706 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:05:37.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:37.158322 30707 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:05:37.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.158460 30698 server_base.cc:1061] running on GCE node
14:05:37.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:37.158243 30709 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:05:37.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.158891 30698 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:05:37.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.159657 30698 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:05:37.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.160796 30698 hybrid_clock.cc:648] HybridClock initialized: now 1783519537160791 us; error 25 us; skew 500 ppm
14:05:37.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.162326 30698 webserver.cc:533] Webserver started at http://127.29.213.60:40495/ using document root <none> and password file <none>
14:05:37.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.162825 30698 fs_manager.cc:362] Metadata directory not provided
14:05:37.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.162880 30698 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:05:37.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.163080 30698 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:05:37.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.164479 30698 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-2/data/instance:
14:05:37.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "df68b073a347435d8dad26f9fc32ddc3"
14:05:37.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:37 on dist-test-slave-5h2f"
14:05:37.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.164940 30698 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-2/wal/instance:
14:05:37.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "df68b073a347435d8dad26f9fc32ddc3"
14:05:37.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:37 on dist-test-slave-5h2f"
14:05:37.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.167740 30698 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.004s	sys 0.000s
14:05:37.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.169502 30715 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:05:37.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.170295 30698 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
14:05:37.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.170392 30698 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-2/data,/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-2/wal
14:05:37.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "df68b073a347435d8dad26f9fc32ddc3"
14:05:37.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:37 on dist-test-slave-5h2f"
14:05:37.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.170472 30698 fs_report.cc:389] FS layout report
14:05:37.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:05:37.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-2/wal
14:05:37.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-2/wal
14:05:37.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-2/data/data
14:05:37.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:05:37.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:05:37.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:05:37.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:05:37.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:05:37.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:05:37.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:05:37.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:05:37.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:05:37.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:05:37.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:05:37.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.171722 30697 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.213.60" port: 38505 } attempt: 2
14:05:37.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:37.172940 30697 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.213.60:38505: Network error: Client connection negotiation failed: client connection to 127.29.213.60:38505: connect: Connection refused (error 111)
14:05:37.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.192090 30698 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:05:37.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.192596 30698 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:05:37.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.192754 30698 kserver.cc:163] Server-wide thread pool size limit: 3276
14:05:37.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.198967 30767 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.213.60:38505 every 8 connection(s)
14:05:37.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.198977 30698 rpc_server.cc:307] RPC server started. Bound to: 127.29.213.60:38505
14:05:37.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.199925 30698 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-2/data/info.pb
14:05:37.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.202263 30768 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:05:37.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.204124 30548 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu as pid 30698
14:05:37.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.204202 30548 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5327743115583182293/master-2/wal/instance
14:05:37.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.205207 30768 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.213.62" port: 35233 } has no permanent_uuid. Determining permanent_uuid...
14:05:37.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.211822 30768 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.213.61" port: 38261 } has no permanent_uuid. Determining permanent_uuid...
14:05:37.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.215591 30768 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.213.60" port: 38505 } has no permanent_uuid. Determining permanent_uuid...
14:05:37.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.220458 30768 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3: Bootstrap starting.
14:05:37.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.222476 30768 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3: Neither blocks nor log segments found. Creating new log.
14:05:37.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.223217 30768 log.cc:826] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3: Log is configured to *not* fsync() on all Append() calls
14:05:37.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.223408 30548 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
14:05:37.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.224082 30626 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.213.60" port: 38505 } attempt: 2
14:05:37.224 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:05:37.224 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

14:05:37.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.224630 30768 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3: No bootstrap required, opened a new log
14:05:37.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.228130 30768 raft_consensus.cc:359] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95fc5d8dd05c4e05aa78bea452e168fa" member_type: VOTER last_known_addr { host: "127.29.213.62" port: 35233 } } peers { permanent_uuid: "f5a99f14b57e4c88875f6b926777c088" member_type: VOTER last_known_addr { host: "127.29.213.61" port: 38261 } } peers { permanent_uuid: "df68b073a347435d8dad26f9fc32ddc3" member_type: VOTER last_known_addr { host: "127.29.213.60" port: 38505 } }
14:05:37.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.228298 30768 raft_consensus.cc:385] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:05:37.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.228354 30768 raft_consensus.cc:740] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: df68b073a347435d8dad26f9fc32ddc3, State: Initialized, Role: FOLLOWER
14:05:37.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.228755 30768 consensus_queue.cc:260] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3 [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: "95fc5d8dd05c4e05aa78bea452e168fa" member_type: VOTER last_known_addr { host: "127.29.213.62" port: 35233 } } peers { permanent_uuid: "f5a99f14b57e4c88875f6b926777c088" member_type: VOTER last_known_addr { host: "127.29.213.61" port: 38261 } } peers { permanent_uuid: "df68b073a347435d8dad26f9fc32ddc3" member_type: VOTER last_known_addr { host: "127.29.213.60" port: 38505 } }
14:05:37.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.228863 30626 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 95fc5d8dd05c4e05aa78bea452e168fa: Bootstrap starting.
14:05:37.229 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.29.213.62"
      port: 35233
    }
    bound_http_address {
      host: "127.29.213.62"
      port: 36249
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.29.213.61"
      port: 38261
    }
    bound_http_address {
      host: "127.29.213.61"
      port: 41625
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.29.213.60"
      port: 38505
    }
    bound_http_address {
      host: "127.29.213.60"
      port: 40495
    }
  }
}

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

14:05:37.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.230013 30768 sys_catalog.cc:565] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3 [sys.catalog]: configured and running, proceeding with master startup.
14:05:37.230 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:05:37.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.231045 30626 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 95fc5d8dd05c4e05aa78bea452e168fa: Neither blocks nor log segments found. Creating new log.
14:05:37.231 [INFO - Metastore-Handler-Pool: Thread-153] (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=1d203bfe-0217-433a-b78a-d2a3fc3d5c1e, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.213.62:35233,127.29.213.60:38505,127.29.213.61:38261}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:05:37.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.231853 30626 log.cc:826] T 00000000000000000000000000000000 P 95fc5d8dd05c4e05aa78bea452e168fa: Log is configured to *not* fsync() on all Append() calls
14:05:37.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.233104 30626 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 95fc5d8dd05c4e05aa78bea452e168fa: No bootstrap required, opened a new log
14:05:37.233 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:05:37.233 [INFO - Metastore-Handler-Pool: Thread-153] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:05:37.234 [INFO - Metastore-Handler-Pool: Thread-153] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@26a50a51, with PersistenceManager: null will be shutdown
14:05:37.234 [INFO - Metastore-Handler-Pool: Thread-153] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@26a50a51, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@30f5a3cf created in the thread with id: 153
14:05:37.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.235703 30773 sys_catalog.cc:455] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3 [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: "95fc5d8dd05c4e05aa78bea452e168fa" member_type: VOTER last_known_addr { host: "127.29.213.62" port: 35233 } } peers { permanent_uuid: "f5a99f14b57e4c88875f6b926777c088" member_type: VOTER last_known_addr { host: "127.29.213.61" port: 38261 } } peers { permanent_uuid: "df68b073a347435d8dad26f9fc32ddc3" member_type: VOTER last_known_addr { host: "127.29.213.60" port: 38505 } } }
14:05:37.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.235756 30626 raft_consensus.cc:359] T 00000000000000000000000000000000 P 95fc5d8dd05c4e05aa78bea452e168fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95fc5d8dd05c4e05aa78bea452e168fa" member_type: VOTER last_known_addr { host: "127.29.213.62" port: 35233 } } peers { permanent_uuid: "f5a99f14b57e4c88875f6b926777c088" member_type: VOTER last_known_addr { host: "127.29.213.61" port: 38261 } } peers { permanent_uuid: "df68b073a347435d8dad26f9fc32ddc3" member_type: VOTER last_known_addr { host: "127.29.213.60" port: 38505 } }
14:05:37.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.235894 30626 raft_consensus.cc:385] T 00000000000000000000000000000000 P 95fc5d8dd05c4e05aa78bea452e168fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:05:37.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.235939 30626 raft_consensus.cc:740] T 00000000000000000000000000000000 P 95fc5d8dd05c4e05aa78bea452e168fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 95fc5d8dd05c4e05aa78bea452e168fa, State: Initialized, Role: FOLLOWER
14:05:37.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.236183 30773 sys_catalog.cc:458] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3 [sys.catalog]: This master's current role is: FOLLOWER
14:05:37.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.236357 30626 consensus_queue.cc:260] T 00000000000000000000000000000000 P 95fc5d8dd05c4e05aa78bea452e168fa [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: "95fc5d8dd05c4e05aa78bea452e168fa" member_type: VOTER last_known_addr { host: "127.29.213.62" port: 35233 } } peers { permanent_uuid: "f5a99f14b57e4c88875f6b926777c088" member_type: VOTER last_known_addr { host: "127.29.213.61" port: 38261 } } peers { permanent_uuid: "df68b073a347435d8dad26f9fc32ddc3" member_type: VOTER last_known_addr { host: "127.29.213.60" port: 38505 } }
14:05:37.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.236937 30777 sys_catalog.cc:455] T 00000000000000000000000000000000 P 95fc5d8dd05c4e05aa78bea452e168fa [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: "95fc5d8dd05c4e05aa78bea452e168fa" member_type: VOTER last_known_addr { host: "127.29.213.62" port: 35233 } } peers { permanent_uuid: "f5a99f14b57e4c88875f6b926777c088" member_type: VOTER last_known_addr { host: "127.29.213.61" port: 38261 } } peers { permanent_uuid: "df68b073a347435d8dad26f9fc32ddc3" member_type: VOTER last_known_addr { host: "127.29.213.60" port: 38505 } } }
14:05:37.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.237196 30777 sys_catalog.cc:458] T 00000000000000000000000000000000 P 95fc5d8dd05c4e05aa78bea452e168fa [sys.catalog]: This master's current role is: FOLLOWER
14:05:37.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.237538 30626 sys_catalog.cc:565] T 00000000000000000000000000000000 P 95fc5d8dd05c4e05aa78bea452e168fa [sys.catalog]: configured and running, proceeding with master startup.
14:05:37.238 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@26a50a51
14:05:37.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:37.242867 30803 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 95fc5d8dd05c4e05aa78bea452e168fa: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:05:37.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:37.242937 30803 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:05:37.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.243351 30559 master_runner.cc:187] Error getting master registration for 127.29.213.61:38261: OK, instance_id { permanent_uuid: "f5a99f14b57e4c88875f6b926777c088" instance_seqno: 1783519537028769 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:05:37.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.245443 30559 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:05:37.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:37.245673 30802 catalog_manager.cc:1594] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:05:37.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:37.245728 30802 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:05:37.247 [INFO - Metastore-Handler-Pool: Thread-155] (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:05:37.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:37.247756 30797 client.h:372] Failed to connect to Hive Metastore (localhost:41057): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:05:37.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.246387 30698 master_runner.cc:187] Error getting master registration for 127.29.213.61:38261: OK, instance_id { permanent_uuid: "f5a99f14b57e4c88875f6b926777c088" instance_seqno: 1783519537028769 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:05:37.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.248656 30698 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:05:37.251 [INFO - Metastore-Handler-Pool: Thread-156] (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:05:37.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:37.256425 30796 client.h:372] Failed to connect to Hive Metastore (localhost:41057): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:05:37.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.264070 30697 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.213.60" port: 38505 } attempt: 3
14:05:37.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.272228 30697 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f5a99f14b57e4c88875f6b926777c088: Bootstrap starting.
14:05:37.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.274808 30697 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f5a99f14b57e4c88875f6b926777c088: Neither blocks nor log segments found. Creating new log.
14:05:37.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.276058 30697 log.cc:826] T 00000000000000000000000000000000 P f5a99f14b57e4c88875f6b926777c088: Log is configured to *not* fsync() on all Append() calls
14:05:37.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.277904 30697 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f5a99f14b57e4c88875f6b926777c088: No bootstrap required, opened a new log
14:05:37.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.281751 30697 raft_consensus.cc:359] T 00000000000000000000000000000000 P f5a99f14b57e4c88875f6b926777c088 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95fc5d8dd05c4e05aa78bea452e168fa" member_type: VOTER last_known_addr { host: "127.29.213.62" port: 35233 } } peers { permanent_uuid: "f5a99f14b57e4c88875f6b926777c088" member_type: VOTER last_known_addr { host: "127.29.213.61" port: 38261 } } peers { permanent_uuid: "df68b073a347435d8dad26f9fc32ddc3" member_type: VOTER last_known_addr { host: "127.29.213.60" port: 38505 } }
14:05:37.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.282105 30697 raft_consensus.cc:385] T 00000000000000000000000000000000 P f5a99f14b57e4c88875f6b926777c088 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:05:37.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.282301 30697 raft_consensus.cc:740] T 00000000000000000000000000000000 P f5a99f14b57e4c88875f6b926777c088 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f5a99f14b57e4c88875f6b926777c088, State: Initialized, Role: FOLLOWER
14:05:37.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.282913 30697 consensus_queue.cc:260] T 00000000000000000000000000000000 P f5a99f14b57e4c88875f6b926777c088 [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: "95fc5d8dd05c4e05aa78bea452e168fa" member_type: VOTER last_known_addr { host: "127.29.213.62" port: 35233 } } peers { permanent_uuid: "f5a99f14b57e4c88875f6b926777c088" member_type: VOTER last_known_addr { host: "127.29.213.61" port: 38261 } } peers { permanent_uuid: "df68b073a347435d8dad26f9fc32ddc3" member_type: VOTER last_known_addr { host: "127.29.213.60" port: 38505 } }
14:05:37.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.284292 30697 sys_catalog.cc:565] T 00000000000000000000000000000000 P f5a99f14b57e4c88875f6b926777c088 [sys.catalog]: configured and running, proceeding with master startup.
14:05:37.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.285678 30773 raft_consensus.cc:493] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
14:05:37.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.285817 30773 raft_consensus.cc:515] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95fc5d8dd05c4e05aa78bea452e168fa" member_type: VOTER last_known_addr { host: "127.29.213.62" port: 35233 } } peers { permanent_uuid: "f5a99f14b57e4c88875f6b926777c088" member_type: VOTER last_known_addr { host: "127.29.213.61" port: 38261 } } peers { permanent_uuid: "df68b073a347435d8dad26f9fc32ddc3" member_type: VOTER last_known_addr { host: "127.29.213.60" port: 38505 } }
14:05:37.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.286674 30773 leader_election.cc:290] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 95fc5d8dd05c4e05aa78bea452e168fa (127.29.213.62:35233), f5a99f14b57e4c88875f6b926777c088 (127.29.213.61:38261)
14:05:37.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.287735 30671 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "df68b073a347435d8dad26f9fc32ddc3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f5a99f14b57e4c88875f6b926777c088" is_pre_election: true
14:05:37.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.287976 30671 raft_consensus.cc:2468] T 00000000000000000000000000000000 P f5a99f14b57e4c88875f6b926777c088 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate df68b073a347435d8dad26f9fc32ddc3 in term 0.
14:05:37.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.288457 30719 leader_election.cc:304] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3 [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: df68b073a347435d8dad26f9fc32ddc3, f5a99f14b57e4c88875f6b926777c088; no voters: 
14:05:37.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.287464 30600 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "df68b073a347435d8dad26f9fc32ddc3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "95fc5d8dd05c4e05aa78bea452e168fa" is_pre_election: true
14:05:37.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.288897 30600 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 95fc5d8dd05c4e05aa78bea452e168fa [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate df68b073a347435d8dad26f9fc32ddc3 in term 0.
14:05:37.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.289816 30773 raft_consensus.cc:2804] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3 [term 0 FOLLOWER]: Leader pre-election won for term 1
14:05:37.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.289904 30773 raft_consensus.cc:493] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
14:05:37.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.289949 30773 raft_consensus.cc:3060] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3 [term 0 FOLLOWER]: Advancing to term 1
14:05:37.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.291025 30773 raft_consensus.cc:515] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95fc5d8dd05c4e05aa78bea452e168fa" member_type: VOTER last_known_addr { host: "127.29.213.62" port: 35233 } } peers { permanent_uuid: "f5a99f14b57e4c88875f6b926777c088" member_type: VOTER last_known_addr { host: "127.29.213.61" port: 38261 } } peers { permanent_uuid: "df68b073a347435d8dad26f9fc32ddc3" member_type: VOTER last_known_addr { host: "127.29.213.60" port: 38505 } }
14:05:37.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.291404 30773 leader_election.cc:290] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3 [CANDIDATE]: Term 1 election: Requested vote from peers 95fc5d8dd05c4e05aa78bea452e168fa (127.29.213.62:35233), f5a99f14b57e4c88875f6b926777c088 (127.29.213.61:38261)
14:05:37.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.292076 30671 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "df68b073a347435d8dad26f9fc32ddc3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f5a99f14b57e4c88875f6b926777c088"
14:05:37.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.292177 30671 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f5a99f14b57e4c88875f6b926777c088 [term 0 FOLLOWER]: Advancing to term 1
14:05:37.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.293202 30671 raft_consensus.cc:2468] T 00000000000000000000000000000000 P f5a99f14b57e4c88875f6b926777c088 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate df68b073a347435d8dad26f9fc32ddc3 in term 1.
14:05:37.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.293511 30719 leader_election.cc:304] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3 [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: df68b073a347435d8dad26f9fc32ddc3, f5a99f14b57e4c88875f6b926777c088; no voters: 
14:05:37.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.293732 30600 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "df68b073a347435d8dad26f9fc32ddc3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "95fc5d8dd05c4e05aa78bea452e168fa"
14:05:37.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.293857 30600 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 95fc5d8dd05c4e05aa78bea452e168fa [term 0 FOLLOWER]: Advancing to term 1
14:05:37.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.294911 30600 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 95fc5d8dd05c4e05aa78bea452e168fa [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate df68b073a347435d8dad26f9fc32ddc3 in term 1.
14:05:37.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.296005 30773 raft_consensus.cc:2804] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3 [term 1 FOLLOWER]: Leader election won for term 1
14:05:37.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.296239 30773 raft_consensus.cc:697] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3 [term 1 LEADER]: Becoming Leader. State: Replica: df68b073a347435d8dad26f9fc32ddc3, State: Running, Role: LEADER
14:05:37.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.296522 30773 consensus_queue.cc:237] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3 [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: "95fc5d8dd05c4e05aa78bea452e168fa" member_type: VOTER last_known_addr { host: "127.29.213.62" port: 35233 } } peers { permanent_uuid: "f5a99f14b57e4c88875f6b926777c088" member_type: VOTER last_known_addr { host: "127.29.213.61" port: 38261 } } peers { permanent_uuid: "df68b073a347435d8dad26f9fc32ddc3" member_type: VOTER last_known_addr { host: "127.29.213.60" port: 38505 } }
14:05:37.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.300762 30809 sys_catalog.cc:455] T 00000000000000000000000000000000 P f5a99f14b57e4c88875f6b926777c088 [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: "95fc5d8dd05c4e05aa78bea452e168fa" member_type: VOTER last_known_addr { host: "127.29.213.62" port: 35233 } } peers { permanent_uuid: "f5a99f14b57e4c88875f6b926777c088" member_type: VOTER last_known_addr { host: "127.29.213.61" port: 38261 } } peers { permanent_uuid: "df68b073a347435d8dad26f9fc32ddc3" member_type: VOTER last_known_addr { host: "127.29.213.60" port: 38505 } } }
14:05:37.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.301051 30809 sys_catalog.cc:458] T 00000000000000000000000000000000 P f5a99f14b57e4c88875f6b926777c088 [sys.catalog]: This master's current role is: FOLLOWER
14:05:37.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.305526 30822 sys_catalog.cc:455] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader df68b073a347435d8dad26f9fc32ddc3. Latest consensus state: current_term: 1 leader_uuid: "df68b073a347435d8dad26f9fc32ddc3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95fc5d8dd05c4e05aa78bea452e168fa" member_type: VOTER last_known_addr { host: "127.29.213.62" port: 35233 } } peers { permanent_uuid: "f5a99f14b57e4c88875f6b926777c088" member_type: VOTER last_known_addr { host: "127.29.213.61" port: 38261 } } peers { permanent_uuid: "df68b073a347435d8dad26f9fc32ddc3" member_type: VOTER last_known_addr { host: "127.29.213.60" port: 38505 } } }
14:05:37.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.305812 30822 sys_catalog.cc:458] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3 [sys.catalog]: This master's current role is: LEADER
14:05:37.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:37.310019 30825 catalog_manager.cc:1594] T 00000000000000000000000000000000 P f5a99f14b57e4c88875f6b926777c088: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:05:37.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:37.310110 30825 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:05:37.310 [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:05:37.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:37.311493 30820 client.h:372] Failed to connect to Hive Metastore (localhost:41057): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:05:37.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.314975 30827 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
14:05:37.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.316344 30827 catalog_manager.cc:1520] Initializing Kudu cluster ID...
14:05:37.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.359802 30671 raft_consensus.cc:1275] T 00000000000000000000000000000000 P f5a99f14b57e4c88875f6b926777c088 [term 1 FOLLOWER]: Refusing update from remote peer df68b073a347435d8dad26f9fc32ddc3: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:05:37.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.360702 30822 consensus_queue.cc:1048] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f5a99f14b57e4c88875f6b926777c088" member_type: VOTER last_known_addr { host: "127.29.213.61" port: 38261 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:05:37.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.366295 30809 sys_catalog.cc:455] T 00000000000000000000000000000000 P f5a99f14b57e4c88875f6b926777c088 [sys.catalog]: SysCatalogTable state changed. Reason: New leader df68b073a347435d8dad26f9fc32ddc3. Latest consensus state: current_term: 1 leader_uuid: "df68b073a347435d8dad26f9fc32ddc3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95fc5d8dd05c4e05aa78bea452e168fa" member_type: VOTER last_known_addr { host: "127.29.213.62" port: 35233 } } peers { permanent_uuid: "f5a99f14b57e4c88875f6b926777c088" member_type: VOTER last_known_addr { host: "127.29.213.61" port: 38261 } } peers { permanent_uuid: "df68b073a347435d8dad26f9fc32ddc3" member_type: VOTER last_known_addr { host: "127.29.213.60" port: 38505 } } }
14:05:37.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.366411 30809 sys_catalog.cc:458] T 00000000000000000000000000000000 P f5a99f14b57e4c88875f6b926777c088 [sys.catalog]: This master's current role is: FOLLOWER
14:05:37.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.367658 30600 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 95fc5d8dd05c4e05aa78bea452e168fa [term 1 FOLLOWER]: Refusing update from remote peer df68b073a347435d8dad26f9fc32ddc3: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:05:37.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.368348 30822 consensus_queue.cc:1048] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "95fc5d8dd05c4e05aa78bea452e168fa" member_type: VOTER last_known_addr { host: "127.29.213.62" port: 35233 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:05:37.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.372083 30777 sys_catalog.cc:455] T 00000000000000000000000000000000 P 95fc5d8dd05c4e05aa78bea452e168fa [sys.catalog]: SysCatalogTable state changed. Reason: New leader df68b073a347435d8dad26f9fc32ddc3. Latest consensus state: current_term: 1 leader_uuid: "df68b073a347435d8dad26f9fc32ddc3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95fc5d8dd05c4e05aa78bea452e168fa" member_type: VOTER last_known_addr { host: "127.29.213.62" port: 35233 } } peers { permanent_uuid: "f5a99f14b57e4c88875f6b926777c088" member_type: VOTER last_known_addr { host: "127.29.213.61" port: 38261 } } peers { permanent_uuid: "df68b073a347435d8dad26f9fc32ddc3" member_type: VOTER last_known_addr { host: "127.29.213.60" port: 38505 } } }
14:05:37.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.372190 30777 sys_catalog.cc:458] T 00000000000000000000000000000000 P 95fc5d8dd05c4e05aa78bea452e168fa [sys.catalog]: This master's current role is: FOLLOWER
14:05:37.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:37.376389 30579 tablet.cc:2406] T 00000000000000000000000000000000 P 95fc5d8dd05c4e05aa78bea452e168fa: Can't schedule compaction. Clean time has not been advanced past its initial value.
14:05:37.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.380676 30773 sys_catalog.cc:455] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "df68b073a347435d8dad26f9fc32ddc3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95fc5d8dd05c4e05aa78bea452e168fa" member_type: VOTER last_known_addr { host: "127.29.213.62" port: 35233 } } peers { permanent_uuid: "f5a99f14b57e4c88875f6b926777c088" member_type: VOTER last_known_addr { host: "127.29.213.61" port: 38261 } } peers { permanent_uuid: "df68b073a347435d8dad26f9fc32ddc3" member_type: VOTER last_known_addr { host: "127.29.213.60" port: 38505 } } }
14:05:37.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.380800 30773 sys_catalog.cc:458] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3 [sys.catalog]: This master's current role is: LEADER
14:05:37.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.381037 30777 sys_catalog.cc:455] T 00000000000000000000000000000000 P 95fc5d8dd05c4e05aa78bea452e168fa [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "df68b073a347435d8dad26f9fc32ddc3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95fc5d8dd05c4e05aa78bea452e168fa" member_type: VOTER last_known_addr { host: "127.29.213.62" port: 35233 } } peers { permanent_uuid: "f5a99f14b57e4c88875f6b926777c088" member_type: VOTER last_known_addr { host: "127.29.213.61" port: 38261 } } peers { permanent_uuid: "df68b073a347435d8dad26f9fc32ddc3" member_type: VOTER last_known_addr { host: "127.29.213.60" port: 38505 } } }
14:05:37.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.381134 30777 sys_catalog.cc:458] T 00000000000000000000000000000000 P 95fc5d8dd05c4e05aa78bea452e168fa [sys.catalog]: This master's current role is: FOLLOWER
14:05:37.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.381508 30829 mvcc.cc:204] Tried to move back new op lower bound from 7305296024993923072 to 7305296024769523712. Current Snapshot: MvccSnapshot[applied={T|T < 7305296024993923072}]
14:05:37.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.382498 30773 sys_catalog.cc:455] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "df68b073a347435d8dad26f9fc32ddc3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95fc5d8dd05c4e05aa78bea452e168fa" member_type: VOTER last_known_addr { host: "127.29.213.62" port: 35233 } } peers { permanent_uuid: "f5a99f14b57e4c88875f6b926777c088" member_type: VOTER last_known_addr { host: "127.29.213.61" port: 38261 } } peers { permanent_uuid: "df68b073a347435d8dad26f9fc32ddc3" member_type: VOTER last_known_addr { host: "127.29.213.60" port: 38505 } } }
14:05:37.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.382606 30773 sys_catalog.cc:458] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3 [sys.catalog]: This master's current role is: LEADER
14:05:37.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.383670 30809 sys_catalog.cc:455] T 00000000000000000000000000000000 P f5a99f14b57e4c88875f6b926777c088 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "df68b073a347435d8dad26f9fc32ddc3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95fc5d8dd05c4e05aa78bea452e168fa" member_type: VOTER last_known_addr { host: "127.29.213.62" port: 35233 } } peers { permanent_uuid: "f5a99f14b57e4c88875f6b926777c088" member_type: VOTER last_known_addr { host: "127.29.213.61" port: 38261 } } peers { permanent_uuid: "df68b073a347435d8dad26f9fc32ddc3" member_type: VOTER last_known_addr { host: "127.29.213.60" port: 38505 } } }
14:05:37.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.383774 30809 sys_catalog.cc:458] T 00000000000000000000000000000000 P f5a99f14b57e4c88875f6b926777c088 [sys.catalog]: This master's current role is: FOLLOWER
14:05:37.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.384945 30832 mvcc.cc:204] Tried to move back new op lower bound from 7305296024993923072 to 7305296024769523712. Current Snapshot: MvccSnapshot[applied={T|T < 7305296024993923072}]
14:05:37.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.385754 30830 mvcc.cc:204] Tried to move back new op lower bound from 7305296024993923072 to 7305296024769523712. Current Snapshot: MvccSnapshot[applied={T|T < 7305296024993923072}]
14:05:37.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.399936 30827 catalog_manager.cc:1383] Generated new cluster ID: e503dbabec004dec8d55e86832bcc3ca
14:05:37.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.400002 30827 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
14:05:37.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.423920 30827 catalog_manager.cc:1406] Generated new certificate authority record
14:05:37.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.424965 30827 catalog_manager.cc:1540] Loading token signing keys...
14:05:37.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.498035 30827 catalog_manager.cc:6070] T 00000000000000000000000000000000 P df68b073a347435d8dad26f9fc32ddc3: Generated new TSK 0
14:05:37.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.498756 30827 catalog_manager.cc:1550] Initializing in-progress tserver states...
14:05:37.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.499526 30827 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
14:05:37.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:37.499926 30827 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
14:05:37.615 [WARN - Metastore-Handler-Pool: Thread-153] (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:05:37.621 [WARN - Metastore-Handler-Pool: Thread-153] (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:05:37.621 [WARN - Metastore-Handler-Pool: Thread-153] (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:05:37.686 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:05:37.691 [INFO - Metastore-Handler-Pool: Thread-153] (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/hive13519896444465671799/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=1d203bfe-0217-433a-b78a-d2a3fc3d5c1e, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.213.62:35233,127.29.213.60:38505,127.29.213.61:38261}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:05:37.692 [INFO - Metastore-Handler-Pool: Thread-153] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13519896444465671799/external-warehouse/table
14:05:37.766 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:05:37.793 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:3711) Skipping translation for processor with null
14:05:37.794 [INFO - Metastore-Handler-Pool: Thread-153] (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:05:37.795 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
14:05:37.797 [INFO - Metastore-Handler-Pool: Thread-153] (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/hive13519896444465671799/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:05:37.799 [INFO - Metastore-Handler-Pool: Thread-153] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13519896444465671799/external-warehouse/legacy_table
14:05:37.815 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
14:05:37.822 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:3711) Skipping translation for processor with null
14:05:37.823 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:05:37.831 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:05:37.872 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:05:37.872 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:05:37.887 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:05:37.902 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:05:37.911 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:05:37.911 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:05:37.918 [DEBUG - Metastore-Handler-Pool: Thread-153] (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:05:37.919 [DEBUG - Metastore-Handler-Pool: Thread-153] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
14:05:37.921 [DEBUG - Metastore-Handler-Pool: Thread-153] (Connection.java:748) [peer master-127.29.213.62:35233(127.29.213.62:35233)] connecting to peer
14:05:37.923 [DEBUG - Metastore-Handler-Pool: Thread-153] (Connection.java:748) [peer master-127.29.213.60:38505(127.29.213.60:38505)] connecting to peer
14:05:37.926 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.29.213.62:35233(127.29.213.62:35233)] Successfully connected to peer
14:05:37.935 [DEBUG - Metastore-Handler-Pool: Thread-153] (Connection.java:748) [peer master-127.29.213.61:38261(127.29.213.61:38261)] connecting to peer
14:05:37.937 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.29.213.60:38505(127.29.213.60:38505)] Successfully connected to peer
14:05:37.941 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.29.213.62
14:05:37.948 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.29.213.61:38261(127.29.213.61:38261)] Successfully connected to peer
14:05:37.957 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.29.213.60
14:05:37.976 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.29.213.61
14:05:37.980 [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:05:38.003 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xe56af54e, L:/127.0.0.1:51676 - R:/127.29.213.60:38505] using SASL/PLAIN
14:05:38.007 [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:05:38.010 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xf39f1307, L:/127.0.0.1:50376 - R:/127.29.213.62:35233] using SASL/PLAIN
14:05:38.013 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
14:05:38.014 [ERROR - Metastore-Handler-Pool: Thread-153] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
14:05:38.015 [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:05:38.019 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x43edeb2c, L:/127.0.0.1:57370 - R:/127.29.213.61:38261] using SASL/PLAIN
14:05:38.022 [ERROR - Metastore-Handler-Pool: Thread-153] (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:05:38.023 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:05:38.041 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:05:38.051 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:05:38.051 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:05:38.057 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:05:38.066 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:05:38.075 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:05:38.075 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:05:38.080 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:05:38.091 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:05:38.099 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:05:38.099 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:05:38.103 [ERROR - Metastore-Handler-Pool: Thread-153] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
14:05:38.104 [ERROR - Metastore-Handler-Pool: Thread-153] (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:05:38.105 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:05:38.113 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:05:38.125 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:05:38.125 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:05:38.128 [ERROR - Metastore-Handler-Pool: Thread-153] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
14:05:38.129 [ERROR - Metastore-Handler-Pool: Thread-153] (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:05:38.130 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:05:38.139 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:05:38.150 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:05:38.150 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:05:38.155 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:05:38.164 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:05:38.174 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:05:38.174 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:05:38.186 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:05:38.195 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:05:38.204 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:05:38.204 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:05:38.208 [ERROR - Metastore-Handler-Pool: Thread-153] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
14:05:38.209 [ERROR - Metastore-Handler-Pool: Thread-153] (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:05:38.216 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:05:38.227 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:05:38.236 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:05:38.236 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:05:38.242 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:05:38.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:38.244531 30803 catalog_manager.cc:1295] Loaded cluster ID: e503dbabec004dec8d55e86832bcc3ca
14:05:38.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:38.244606 30803 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 95fc5d8dd05c4e05aa78bea452e168fa: loading cluster ID for follower catalog manager: success
14:05:38.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:38.246959 30803 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 95fc5d8dd05c4e05aa78bea452e168fa: acquiring CA information for follower catalog manager: success
14:05:38.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:38.248333 30803 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 95fc5d8dd05c4e05aa78bea452e168fa: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:05:38.250 [INFO - Metastore-Handler-Pool: Thread-165] (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:05:38.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:38.250442 30797 client.h:372] Failed to connect to Hive Metastore (localhost:41057): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:05:38.253 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:05:38.261 [INFO - Metastore-Handler-Pool: Thread-166] (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:05:38.262 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:05:38.262 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:05:38.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:38.262660 30796 client.h:372] Failed to connect to Hive Metastore (localhost:41057): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:05:38.268 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:05:38.276 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:05:38.285 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:05:38.285 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:05:38.290 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:05:38.299 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:05:38.308 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:05:38.308 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:05:38.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:38.311630 30825 catalog_manager.cc:1295] Loaded cluster ID: e503dbabec004dec8d55e86832bcc3ca
14:05:38.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:38.311720 30825 catalog_manager.cc:1588] T 00000000000000000000000000000000 P f5a99f14b57e4c88875f6b926777c088: loading cluster ID for follower catalog manager: success
14:05:38.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:38.314301 30825 catalog_manager.cc:1610] T 00000000000000000000000000000000 P f5a99f14b57e4c88875f6b926777c088: acquiring CA information for follower catalog manager: success
14:05:38.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:38.317104 30825 catalog_manager.cc:1638] T 00000000000000000000000000000000 P f5a99f14b57e4c88875f6b926777c088: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:05:38.318 [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:05:38.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:38.318756 30820 client.h:372] Failed to connect to Hive Metastore (localhost:41057): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:05:38.376 [ERROR - Metastore-Handler-Pool: Thread-153] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
14:05:38.378 [ERROR - Metastore-Handler-Pool: Thread-153] (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:05:38.380 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:05:38.402 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:05:38.417 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:05:38.418 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:05:38.428 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:05:38.436 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:05:38.446 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:05:38.446 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:05:38.453 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:05:38.461 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:05:38.469 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:05:38.470 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:05:38.476 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:05:38.482 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:3711) Skipping translation for processor with null
14:05:38.483 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:05:38.581 [WARN - Metastore-Handler-Pool: Thread-153] (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:05:38.697 [WARN - Metastore-Handler-Pool: Thread-153] (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:05:38.732 [WARN - Metastore-Handler-Pool: Thread-153] (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:05:38.835 [WARN - Metastore-Handler-Pool: Thread-153] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive13519896444465671799/warehouse/default/table
14:05:38.836 [INFO - Metastore-Handler-Pool: Thread-153] (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:05:38.838 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:05:38.839 [INFO - Metastore-Handler-Pool: Thread-153] (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/hive13519896444465671799/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:05:38.840 [WARN - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:2452) Location: file:/tmp/hive13519896444465671799/external-warehouse/table specified for non-external table:table
14:05:38.841 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:05:38.841 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:05:38.859 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:05:38.883 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:3711) Skipping translation for processor with null
14:05:38.884 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:05:38.892 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:05:38.905 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:05:38.905 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:05:38.908 [ERROR - Metastore-Handler-Pool: Thread-153] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
14:05:38.909 [ERROR - Metastore-Handler-Pool: Thread-153] (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:05:38.910 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:05:38.918 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:05:38.926 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:05:38.926 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:05:38.929 [ERROR - Metastore-Handler-Pool: Thread-153] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
14:05:38.930 [ERROR - Metastore-Handler-Pool: Thread-153] (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:05:38.931 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:05:38.939 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:05:38.947 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:05:38.948 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:05:38.952 [INFO - Metastore-Handler-Pool: Thread-153] (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:05:38.959 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
14:05:38.966 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
14:05:38.967 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
14:05:38.973 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:05:38.980 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:3711) Skipping translation for processor with null
14:05:38.981 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:05:39.021 [INFO - Metastore-Handler-Pool: Thread-153] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
14:05:39.023 [INFO - Metastore-Handler-Pool: Thread-153] (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=1d203bfe-0217-433a-b78a-d2a3fc3d5c1e, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.213.62:35233,127.29.213.60:38505,127.29.213.61:38261}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:05:39.025 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:05:39.026 [INFO - Metastore-Handler-Pool: Thread-153] (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/hive13519896444465671799/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=1d203bfe-0217-433a-b78a-d2a3fc3d5c1e, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.213.62:35233,127.29.213.60:38505,127.29.213.61:38261}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:05:39.027 [INFO - Metastore-Handler-Pool: Thread-153] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13519896444465671799/external-warehouse/table
14:05:39.048 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:05:39.055 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:3711) Skipping translation for processor with null
14:05:39.056 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:05:39.064 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:05:39.071 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:05:39.071 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:05:39.076 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:05:39.082 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:3711) Skipping translation for processor with null
14:05:39.083 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:05:39.114 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
14:05:39.114 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
14:05:39.114 [INFO - Metastore-Handler-Pool: Thread-153] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@26a50a51, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@30f5a3cf will be shutdown
14:05:39.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:39.114976 30548 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu with pid 30559
14:05:39.115 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
14:05:39.121 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.29.213.62:35233(127.29.213.62:35233)] handling channelInactive
14:05:39.121 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.29.213.62:35233(127.29.213.62:35233)] cleaning up while in state READY due to: connection closed
14:05:39.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:39.121650 30548 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu with pid 30629
14:05:39.127 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.29.213.61:38261(127.29.213.61:38261)] handling channelInactive
14:05:39.127 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.29.213.61:38261(127.29.213.61:38261)] cleaning up while in state READY due to: connection closed
14:05:39.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:39.128013 30548 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu with pid 30698
14:05:39.132 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.29.213.60:38505(127.29.213.60:38505)] handling channelInactive
14:05:39.132 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.29.213.60:38505(127.29.213.60:38505)] cleaning up while in state READY due to: connection closed
14:05:39.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:05:39Z chronyd exiting
.14:05:39.175 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:05:39.176 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:05:39.176 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:05:39.192 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive12062578541778210978
14:05:39.193 [INFO - Thread-115] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
14:05:39.193 [INFO - Thread-115] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
14:05:39.195 [INFO - Thread-115] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:05:39.195 [INFO - Thread-115] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:05:39.196 [INFO - Thread-115] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
14:05:39.196 [INFO - Thread-115] (HikariDataSource.java:350) objectstore - Shutdown initiated...
14:05:39.197 [INFO - Thread-115] (HikariDataSource.java:352) objectstore - Shutdown completed.
14:05:39.198 [INFO - Thread-115] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
14:05:39.198 [INFO - Thread-115] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
14:05:39.199 [INFO - Thread-115] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
14:05:39.200 [INFO - Thread-115] (HikariDataSource.java:80) objectstore - Starting...
14:05:39.257 [INFO - Thread-115] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:05:39.258 [INFO - Thread-115] (HikariDataSource.java:82) objectstore - Start completed.
14:05:39.258 [INFO - Thread-115] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
14:05:39.259 [INFO - Thread-115] (HikariDataSource.java:80) objectstore-secondary - Starting...
14:05:39.261 [INFO - Thread-115] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:05:39.261 [INFO - Thread-115] (HikariDataSource.java:82) objectstore-secondary - Start completed.
14:05:39.272 [INFO - Thread-115] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
14:05:39.272 [INFO - Thread-115] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
14:05:39.272 [INFO - Thread-115] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
14:05:39.288 [WARN - Thread-115] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:39.289 [WARN - Thread-115] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:39.289 [WARN - Thread-115] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:39.290 [WARN - Thread-115] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:39.290 [WARN - Thread-115] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:39.290 [WARN - Thread-115] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:39.447 [INFO - Thread-115] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
14:05:39.447 [INFO - Thread-115] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@45119980, with PersistenceManager: null will be shutdown
14:05:39.448 [INFO - Thread-115] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@45119980, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5c00ade1 created in the thread with id: 169
14:05:39.449 [WARN - Thread-115] (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:05:39.450 [INFO - Thread-115] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@45119980
14:05:39.549 [INFO - Thread-115] (HMSHandler.java:595) Started creating a default database with name: default
14:05:39.572 [INFO - Thread-115] (HMSHandler.java:605) Successfully created a default database with name: default
14:05:39.598 [INFO - Thread-115] (HMSHandler.java:668) Added admin role in metastore
14:05:39.600 [INFO - Thread-115] (HMSHandler.java:677) Added public role in metastore
14:05:39.627 [INFO - Thread-115] (HMSHandler.java:717) No user is added in admin role, since config is empty
14:05:39.628 [INFO - Thread-115] (HMSHandler.java:404) HMS server filtering is disabled by configuration
14:05:39.628 [INFO - Thread-115] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
14:05:39.629 [INFO - Thread-115] (HiveMetaStore.java:697) Direct SQL optimization = true
14:05:39.629 [WARN - Thread-115] (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:05:39.629 [INFO - Thread-115] (HiveMetaStore.java:632) Started the new metaserver on port [41225]...
14:05:39.629 [INFO - Thread-115] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
14:05:39.629 [INFO - Thread-115] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
14:05:39.629 [INFO - Thread-115] (HiveMetaStore.java:635) TCP keepalive = true
14:05:39.630 [INFO - Thread-115] (HiveMetaStore.java:636) Enable SSL = false
14:05:40.194 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:05:40.195 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:05:40.195 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:05:40.197 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
14:05:40.197 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:41225]
14:05:40.197 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:41225) in binary transport mode
14:05:40.198 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:41225) current connections: 1
14:05:40.199 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskEGiaW9/test-tmp
14:05:40.199 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
14:05:40.199 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskEGiaW9/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
14:05:40.201 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:41225"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

14:05:40.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.296939 30879 mini_oidc.cc:150] Starting JWKS server
14:05:40.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.298130 30879 webserver.cc:533] Webserver started at http://127.0.0.1:36503/ using document root <none> and password file <none>
14:05:40.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.298249 30879 mini_oidc.cc:186] Starting OIDC Discovery server
14:05:40.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.298427 30879 webserver.cc:533] Webserver started at http://127.0.0.1:38527/ using document root <none> and password file <none>
14:05:40.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:05:40Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
14:05:40.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:05:40Z Disabled control of system clock
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.309916 30879 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-0/wal
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-0/data
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-0/logs
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-0/data/info.pb
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.39.254:34127
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.39.254
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.39.212:34269
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.39.254:34127,127.30.39.253:38607,127.30.39.252:32987
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36503/jwks.json
14:05:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41225 with env {}
14:05:40.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.400350 30890 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:05:40.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.400518 30890 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:05:40.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.400558 30890 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:05:40.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.403829 30890 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:05:40.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.403874 30890 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:05:40.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.403892 30890 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:05:40.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.403908 30890 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:05:40.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.403923 30890 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:05:40.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.403935 30890 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36503/jwks.json
14:05:40.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.407579 30890 master_runner.cc:387] Master server non-default flags:
14:05:40.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:40.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.39.212:34269
14:05:40.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:40.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:40.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-0/data
14:05:40.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-0/wal
14:05:40.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41225
14:05:40.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:40.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.39.254:34127,127.30.39.253:38607,127.30.39.252:32987
14:05:40.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:40.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:40.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:40.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.39.254:34127
14:05:40.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:40.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:05:40.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:40.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36503/jwks.json
14:05:40.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:40.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:40.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-0/data/info.pb
14:05:40.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.39.254
14:05:40.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:40.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:05:40.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.30890
14:05:40.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:40.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:05:40.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:05:40.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:40.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-0/logs
14:05:40.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:40.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:05:40.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:05:40.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:05:40.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:05:40.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
14:05:40.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:05:40.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:43:14 UTC on bdcb31816ec0
14:05:40.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12772
14:05:40.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.408322 30890 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:05:40.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.409147 30890 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:05:40.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.413425 30896 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:05:40.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.413501 30895 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:05:40.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.413452 30898 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:05:40.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.413880 30890 server_base.cc:1061] running on GCE node
14:05:40.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.414248 30890 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:05:40.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.414940 30890 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:05:40.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.416072 30890 hybrid_clock.cc:648] HybridClock initialized: now 1783519540416050 us; error 35 us; skew 500 ppm
14:05:40.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.417541 30890 webserver.cc:533] Webserver started at http://127.30.39.254:46273/ using document root <none> and password file <none>
14:05:40.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.418011 30890 fs_manager.cc:362] Metadata directory not provided
14:05:40.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.418063 30890 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:05:40.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.418269 30890 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:05:40.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.419598 30890 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-0/data/instance:
14:05:40.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f2f7db483d2148a1afa93968545cfcc4"
14:05:40.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:40 on dist-test-slave-5h2f"
14:05:40.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.420043 30890 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-0/wal/instance:
14:05:40.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f2f7db483d2148a1afa93968545cfcc4"
14:05:40.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:40 on dist-test-slave-5h2f"
14:05:40.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.422747 30890 fs_manager.cc:696] Time spent creating directory manager: real 0.002s	user 0.002s	sys 0.000s
14:05:40.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.424512 30904 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:05:40.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.425297 30890 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
14:05:40.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.425390 30890 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-0/data,/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-0/wal
14:05:40.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f2f7db483d2148a1afa93968545cfcc4"
14:05:40.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:40 on dist-test-slave-5h2f"
14:05:40.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.425468 30890 fs_report.cc:389] FS layout report
14:05:40.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:05:40.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-0/wal
14:05:40.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-0/wal
14:05:40.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-0/data/data
14:05:40.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:05:40.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:05:40.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:05:40.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:05:40.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:05:40.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:05:40.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:05:40.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:05:40.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:05:40.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:05:40.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:05:40.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.437922 30890 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:05:40.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.438380 30890 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:05:40.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.438519 30890 kserver.cc:163] Server-wide thread pool size limit: 3276
14:05:40.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.444422 30956 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.39.254:34127 every 8 connection(s)
14:05:40.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.444422 30890 rpc_server.cc:307] RPC server started. Bound to: 127.30.39.254:34127
14:05:40.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.445295 30890 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-0/data/info.pb
14:05:40.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.447620 30957 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:05:40.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.450362 30957 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.39.254" port: 34127 } has no permanent_uuid. Determining permanent_uuid...
14:05:40.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.453955 30879 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu as pid 30890
14:05:40.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.454097 30879 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-0/wal/instance
14:05:40.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.455489 30879 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:40.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:40.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-1/wal
14:05:40.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-1/data
14:05:40.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:05:40.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:05:40.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:05:40.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:40.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:40.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:40.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-1/logs
14:05:40.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-1/data/info.pb
14:05:40.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:40.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:05:40.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:05:40.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:05:40.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:05:40.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:40.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:40.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:40.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:05:40.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:05:40.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:40.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:40.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.39.253:38607
14:05:40.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.39.253
14:05:40.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:40.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.39.212:34269
14:05:40.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:40.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:40.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:40.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:40.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.39.254:34127,127.30.39.253:38607,127.30.39.252:32987
14:05:40.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:40.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36503/jwks.json
14:05:40.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41225 with env {}
14:05:40.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.464078 30957 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.39.253" port: 38607 } has no permanent_uuid. Determining permanent_uuid...
14:05:40.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.464689 30907 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.30.39.253:38607: connect: Connection refused (error 111)
14:05:40.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.465426 30957 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.39.253:38607: Network error: Client connection negotiation failed: client connection to 127.30.39.253:38607: connect: Connection refused (error 111)
14:05:40.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.514640 30957 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.39.253" port: 38607 } attempt: 1
14:05:40.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.515969 30957 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.39.253:38607: Network error: Client connection negotiation failed: client connection to 127.30.39.253:38607: connect: Connection refused (error 111)
14:05:40.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.548250 30960 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:05:40.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.548419 30960 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:05:40.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.548457 30960 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:05:40.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.551679 30960 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:05:40.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.551734 30960 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:05:40.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.551752 30960 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:05:40.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.551774 30960 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:05:40.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.551790 30960 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:05:40.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.551803 30960 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36503/jwks.json
14:05:40.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.555444 30960 master_runner.cc:387] Master server non-default flags:
14:05:40.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:40.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.39.212:34269
14:05:40.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:40.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:40.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-1/data
14:05:40.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-1/wal
14:05:40.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41225
14:05:40.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:40.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.39.254:34127,127.30.39.253:38607,127.30.39.252:32987
14:05:40.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:40.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:40.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:40.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.39.253:38607
14:05:40.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:40.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:05:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36503/jwks.json
14:05:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-1/data/info.pb
14:05:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.39.253
14:05:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:05:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.30960
14:05:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:05:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:05:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-1/logs
14:05:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:05:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:05:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:05:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:05:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
14:05:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:05:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:43:14 UTC on bdcb31816ec0
14:05:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12772
14:05:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.556396 30960 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:05:40.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.557544 30960 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:05:40.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.563015 30967 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:05:40.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.563001 30966 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:05:40.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.563035 30969 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:05:40.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.563617 30960 server_base.cc:1061] running on GCE node
14:05:40.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.563982 30960 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:05:40.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.564697 30960 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:05:40.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.565837 30960 hybrid_clock.cc:648] HybridClock initialized: now 1783519540565818 us; error 35 us; skew 500 ppm
14:05:40.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.567433 30960 webserver.cc:533] Webserver started at http://127.30.39.253:43325/ using document root <none> and password file <none>
14:05:40.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.567953 30960 fs_manager.cc:362] Metadata directory not provided
14:05:40.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.568009 30960 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:05:40.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.568219 30960 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:05:40.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.569865 30960 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-1/data/instance:
14:05:40.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "85f41c0dcf9746afa8f7c8352ccb40a4"
14:05:40.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:40 on dist-test-slave-5h2f"
14:05:40.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.570348 30960 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-1/wal/instance:
14:05:40.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "85f41c0dcf9746afa8f7c8352ccb40a4"
14:05:40.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:40 on dist-test-slave-5h2f"
14:05:40.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.573304 30960 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.002s	sys 0.003s
14:05:40.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.575171 30975 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:05:40.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.576016 30960 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
14:05:40.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.576113 30960 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-1/data,/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-1/wal
14:05:40.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "85f41c0dcf9746afa8f7c8352ccb40a4"
14:05:40.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:40 on dist-test-slave-5h2f"
14:05:40.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.576195 30960 fs_report.cc:389] FS layout report
14:05:40.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:05:40.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-1/wal
14:05:40.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-1/wal
14:05:40.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-1/data/data
14:05:40.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:05:40.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:05:40.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:05:40.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:05:40.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:05:40.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:05:40.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:05:40.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:05:40.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:05:40.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:05:40.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:05:40.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.584125 30957 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.39.253" port: 38607 } attempt: 2
14:05:40.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.585296 30957 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.39.253:38607: Network error: Client connection negotiation failed: client connection to 127.30.39.253:38607: connect: Connection refused (error 111)
14:05:40.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.593904 30960 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:05:40.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.594399 30960 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:05:40.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.594554 30960 kserver.cc:163] Server-wide thread pool size limit: 3276
14:05:40.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.600605 31027 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.39.253:38607 every 8 connection(s)
14:05:40.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.600607 30960 rpc_server.cc:307] RPC server started. Bound to: 127.30.39.253:38607
14:05:40.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.601526 30960 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-1/data/info.pb
14:05:40.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.603951 31028 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:05:40.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.606765 31028 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.39.254" port: 34127 } has no permanent_uuid. Determining permanent_uuid...
14:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.609850 30879 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu as pid 30960
14:05:40.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.609946 30879 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-1/wal/instance
14:05:40.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.610575 30879 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:40.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:40.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-2/wal
14:05:40.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-2/data
14:05:40.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:05:40.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:05:40.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:05:40.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:40.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:40.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:40.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-2/logs
14:05:40.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-2/data/info.pb
14:05:40.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:40.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:05:40.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:05:40.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:05:40.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:05:40.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:40.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:40.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:40.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:05:40.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:05:40.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:40.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:40.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.39.252:32987
14:05:40.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.39.252
14:05:40.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:40.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.39.212:34269
14:05:40.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:40.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:40.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:40.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:40.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.39.254:34127,127.30.39.253:38607,127.30.39.252:32987
14:05:40.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:40.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36503/jwks.json
14:05:40.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41225 with env {}
14:05:40.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.614542 31028 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.39.253" port: 38607 } has no permanent_uuid. Determining permanent_uuid...
14:05:40.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.619385 31028 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.39.252" port: 32987 } has no permanent_uuid. Determining permanent_uuid...
14:05:40.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.620057 30979 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.30.39.252:32987: connect: Connection refused (error 111)
14:05:40.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.620822 31028 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.39.252:32987: Network error: Client connection negotiation failed: client connection to 127.30.39.252:32987: connect: Connection refused (error 111)
14:05:40.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.669989 31028 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.39.252" port: 32987 } attempt: 1
14:05:40.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.671365 31028 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.39.252:32987: Network error: Client connection negotiation failed: client connection to 127.30.39.252:32987: connect: Connection refused (error 111)
14:05:40.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.676438 30957 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.39.253" port: 38607 } attempt: 3
14:05:40.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.680233 30957 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.39.252" port: 32987 } has no permanent_uuid. Determining permanent_uuid...
14:05:40.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.681502 30957 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.39.252:32987: Network error: Client connection negotiation failed: client connection to 127.30.39.252:32987: connect: Connection refused (error 111)
14:05:40.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.708352 31030 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:05:40.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.708511 31030 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:05:40.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.708551 31030 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:05:40.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.711723 31030 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:05:40.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.711766 31030 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:05:40.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.711783 31030 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:05:40.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.711799 31030 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:05:40.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.711815 31030 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:05:40.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.711827 31030 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36503/jwks.json
14:05:40.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.712641 30957 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.39.252" port: 32987 } attempt: 1
14:05:40.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.713725 30957 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.39.252:32987: Network error: Client connection negotiation failed: client connection to 127.30.39.252:32987: connect: Connection refused (error 111)
14:05:40.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.715703 31030 master_runner.cc:387] Master server non-default flags:
14:05:40.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:40.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.39.212:34269
14:05:40.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:40.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:40.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-2/data
14:05:40.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-2/wal
14:05:40.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41225
14:05:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.39.254:34127,127.30.39.253:38607,127.30.39.252:32987
14:05:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.39.252:32987
14:05:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:05:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36503/jwks.json
14:05:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-2/data/info.pb
14:05:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.39.252
14:05:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:05:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.31030
14:05:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:05:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:05:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-2/logs
14:05:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:05:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:05:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:05:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:05:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
14:05:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:05:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:43:14 UTC on bdcb31816ec0
14:05:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12772
14:05:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.716480 31030 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:05:40.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.717597 31030 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:05:40.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.723078 31038 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:05:40.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.723140 31037 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:05:40.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.723165 31040 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:05:40.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.723431 31030 server_base.cc:1061] running on GCE node
14:05:40.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.723923 31030 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:05:40.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.724874 31030 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:05:40.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.726049 31030 hybrid_clock.cc:648] HybridClock initialized: now 1783519540726011 us; error 58 us; skew 500 ppm
14:05:40.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.728008 31030 webserver.cc:533] Webserver started at http://127.30.39.252:45465/ using document root <none> and password file <none>
14:05:40.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.728598 31030 fs_manager.cc:362] Metadata directory not provided
14:05:40.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.728669 31030 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:05:40.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.728854 31030 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:05:40.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.730616 31030 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-2/data/instance:
14:05:40.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "20a791c5cc674075b21c7e5cec729af9"
14:05:40.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:40 on dist-test-slave-5h2f"
14:05:40.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.731120 31030 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-2/wal/instance:
14:05:40.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "20a791c5cc674075b21c7e5cec729af9"
14:05:40.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:40 on dist-test-slave-5h2f"
14:05:40.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.734738 31030 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.006s	sys 0.000s
14:05:40.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.736907 31046 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:05:40.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.737707 31030 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
14:05:40.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.737808 31030 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-2/data,/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-2/wal
14:05:40.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "20a791c5cc674075b21c7e5cec729af9"
14:05:40.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:40 on dist-test-slave-5h2f"
14:05:40.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.737872 31030 fs_report.cc:389] FS layout report
14:05:40.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:05:40.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-2/wal
14:05:40.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-2/wal
14:05:40.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-2/data/data
14:05:40.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:05:40.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:05:40.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:05:40.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:05:40.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:05:40.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:05:40.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:05:40.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:05:40.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:05:40.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:05:40.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:05:40.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.739528 31028 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.39.252" port: 32987 } attempt: 2
14:05:40.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.740787 31028 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.39.252:32987: Network error: Client connection negotiation failed: client connection to 127.30.39.252:32987: connect: Connection refused (error 111)
14:05:40.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.751708 31030 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:05:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.752164 31030 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:05:40.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.752280 31030 kserver.cc:163] Server-wide thread pool size limit: 3276
14:05:40.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.758020 31030 rpc_server.cc:307] RPC server started. Bound to: 127.30.39.252:32987
14:05:40.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.758029 31098 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.39.252:32987 every 8 connection(s)
14:05:40.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.758839 31030 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-2/data/info.pb
14:05:40.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.761231 31099 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:05:40.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.764155 31099 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.39.254" port: 34127 } has no permanent_uuid. Determining permanent_uuid...
14:05:40.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.764907 30879 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu as pid 31030
14:05:40.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.765003 30879 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster5473384866725929442/master-2/wal/instance
14:05:40.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.771389 31099 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.39.253" port: 38607 } has no permanent_uuid. Determining permanent_uuid...
14:05:40.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.775144 31099 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.39.252" port: 32987 } has no permanent_uuid. Determining permanent_uuid...
14:05:40.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.780197 31099 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 20a791c5cc674075b21c7e5cec729af9: Bootstrap starting.
14:05:40.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.782177 31099 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 20a791c5cc674075b21c7e5cec729af9: Neither blocks nor log segments found. Creating new log.
14:05:40.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.782850 31099 log.cc:826] T 00000000000000000000000000000000 P 20a791c5cc674075b21c7e5cec729af9: Log is configured to *not* fsync() on all Append() calls
14:05:40.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.783900 30879 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
14:05:40.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.784417 31099 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 20a791c5cc674075b21c7e5cec729af9: No bootstrap required, opened a new log
14:05:40.784 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:05:40.784 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

14:05:40.785 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.30.39.254"
      port: 34127
    }
    bound_http_address {
      host: "127.30.39.254"
      port: 46273
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.30.39.253"
      port: 38607
    }
    bound_http_address {
      host: "127.30.39.253"
      port: 43325
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.30.39.252"
      port: 32987
    }
    bound_http_address {
      host: "127.30.39.252"
      port: 45465
    }
  }
}

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

14:05:40.786 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:05:40.787 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
14:05:40.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.787420 31099 raft_consensus.cc:359] T 00000000000000000000000000000000 P 20a791c5cc674075b21c7e5cec729af9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2f7db483d2148a1afa93968545cfcc4" member_type: VOTER last_known_addr { host: "127.30.39.254" port: 34127 } } peers { permanent_uuid: "85f41c0dcf9746afa8f7c8352ccb40a4" member_type: VOTER last_known_addr { host: "127.30.39.253" port: 38607 } } peers { permanent_uuid: "20a791c5cc674075b21c7e5cec729af9" member_type: VOTER last_known_addr { host: "127.30.39.252" port: 32987 } }
14:05:40.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.787549 30879 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu with pid 30890
14:05:40.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.787611 31099 raft_consensus.cc:385] T 00000000000000000000000000000000 P 20a791c5cc674075b21c7e5cec729af9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:05:40.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.788077 31099 raft_consensus.cc:740] T 00000000000000000000000000000000 P 20a791c5cc674075b21c7e5cec729af9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 20a791c5cc674075b21c7e5cec729af9, State: Initialized, Role: FOLLOWER
14:05:40.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.788460 31099 consensus_queue.cc:260] T 00000000000000000000000000000000 P 20a791c5cc674075b21c7e5cec729af9 [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: "f2f7db483d2148a1afa93968545cfcc4" member_type: VOTER last_known_addr { host: "127.30.39.254" port: 34127 } } peers { permanent_uuid: "85f41c0dcf9746afa8f7c8352ccb40a4" member_type: VOTER last_known_addr { host: "127.30.39.253" port: 38607 } } peers { permanent_uuid: "20a791c5cc674075b21c7e5cec729af9" member_type: VOTER last_known_addr { host: "127.30.39.252" port: 32987 } }
14:05:40.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.788854 31104 sys_catalog.cc:455] T 00000000000000000000000000000000 P 20a791c5cc674075b21c7e5cec729af9 [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: "f2f7db483d2148a1afa93968545cfcc4" member_type: VOTER last_known_addr { host: "127.30.39.254" port: 34127 } } peers { permanent_uuid: "85f41c0dcf9746afa8f7c8352ccb40a4" member_type: VOTER last_known_addr { host: "127.30.39.253" port: 38607 } } peers { permanent_uuid: "20a791c5cc674075b21c7e5cec729af9" member_type: VOTER last_known_addr { host: "127.30.39.252" port: 32987 } } }
14:05:40.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.788967 31104 sys_catalog.cc:458] T 00000000000000000000000000000000 P 20a791c5cc674075b21c7e5cec729af9 [sys.catalog]: This master's current role is: FOLLOWER
14:05:40.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.789388 31099 sys_catalog.cc:565] T 00000000000000000000000000000000 P 20a791c5cc674075b21c7e5cec729af9 [sys.catalog]: configured and running, proceeding with master startup.
14:05:40.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.792414 31048 connection.cc:573] client connection to 127.30.39.254:34127 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
14:05:40.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.793752 31118 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 20a791c5cc674075b21c7e5cec729af9: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:05:40.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:40.793828 31118 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:05:40.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.792785 31030 master_runner.cc:187] Error getting master registration for 127.30.39.254:34127: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107), 
14:05:40.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.794584 31030 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:05:40.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.795008 30879 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu with pid 30960
14:05:40.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:40.799121 30879 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu with pid 31030
14:05:40.800 [INFO - Metastore-Handler-Pool: Thread-192] (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:05:40.803 [ERROR - Metastore-Handler-Pool: Thread-192] (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:05:40.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:05:40Z chronyd exiting
.14:05:40.844 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:05:40.845 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:05:40.845 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:05:40.868 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive10642024174623089118
14:05:40.869 [INFO - Thread-132] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
14:05:40.869 [INFO - Thread-132] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
14:05:40.871 [INFO - Thread-132] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:05:40.871 [INFO - Thread-132] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:05:40.871 [INFO - Thread-132] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
14:05:40.871 [INFO - Thread-132] (HikariDataSource.java:350) objectstore - Shutdown initiated...
14:05:40.873 [INFO - Thread-132] (HikariDataSource.java:352) objectstore - Shutdown completed.
14:05:40.873 [INFO - Thread-132] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
14:05:40.874 [INFO - Thread-132] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
14:05:40.874 [INFO - Thread-132] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
14:05:40.876 [INFO - Thread-132] (HikariDataSource.java:80) objectstore - Starting...
14:05:40.941 [INFO - Thread-132] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:05:40.942 [INFO - Thread-132] (HikariDataSource.java:82) objectstore - Start completed.
14:05:40.942 [INFO - Thread-132] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
14:05:40.944 [INFO - Thread-132] (HikariDataSource.java:80) objectstore-secondary - Starting...
14:05:40.946 [INFO - Thread-132] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:05:40.946 [INFO - Thread-132] (HikariDataSource.java:82) objectstore-secondary - Start completed.
14:05:40.959 [INFO - Thread-132] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
14:05:40.959 [INFO - Thread-132] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
14:05:40.959 [INFO - Thread-132] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
14:05:40.980 [WARN - Thread-132] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:40.981 [WARN - Thread-132] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:40.981 [WARN - Thread-132] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:40.981 [WARN - Thread-132] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:40.982 [WARN - Thread-132] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:40.982 [WARN - Thread-132] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:05:41.157 [INFO - Thread-132] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
14:05:41.157 [INFO - Thread-132] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@68e65630, with PersistenceManager: null will be shutdown
14:05:41.158 [INFO - Thread-132] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@68e65630, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3e2f6cda created in the thread with id: 193
14:05:41.159 [WARN - Thread-132] (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:05:41.160 [INFO - Thread-132] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@68e65630
14:05:41.255 [INFO - Thread-132] (HMSHandler.java:595) Started creating a default database with name: default
14:05:41.269 [INFO - Thread-132] (HMSHandler.java:605) Successfully created a default database with name: default
14:05:41.291 [INFO - Thread-132] (HMSHandler.java:668) Added admin role in metastore
14:05:41.292 [INFO - Thread-132] (HMSHandler.java:677) Added public role in metastore
14:05:41.318 [INFO - Thread-132] (HMSHandler.java:717) No user is added in admin role, since config is empty
14:05:41.318 [INFO - Thread-132] (HMSHandler.java:404) HMS server filtering is disabled by configuration
14:05:41.319 [INFO - Thread-132] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
14:05:41.319 [INFO - Thread-132] (HiveMetaStore.java:697) Direct SQL optimization = true
14:05:41.319 [WARN - Thread-132] (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:05:41.319 [INFO - Thread-132] (HiveMetaStore.java:632) Started the new metaserver on port [41991]...
14:05:41.319 [INFO - Thread-132] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
14:05:41.319 [INFO - Thread-132] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
14:05:41.320 [INFO - Thread-132] (HiveMetaStore.java:635) TCP keepalive = true
14:05:41.320 [INFO - Thread-132] (HiveMetaStore.java:636) Enable SSL = false
14:05:41.870 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:05:41.871 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:05:41.871 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:05:41.873 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
14:05:41.873 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:41991]
14:05:41.873 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:41991) in binary transport mode
14:05:41.873 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:41991) current connections: 1
14:05:41.874 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskEGiaW9/test-tmp
14:05:41.875 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
14:05:41.875 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskEGiaW9/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
14:05:41.877 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

14:05:41.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:41.973919 31144 mini_oidc.cc:150] Starting JWKS server
14:05:41.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:41.975276 31144 webserver.cc:533] Webserver started at http://127.0.0.1:42963/ using document root <none> and password file <none>
14:05:41.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:41.975391 31144 mini_oidc.cc:186] Starting OIDC Discovery server
14:05:41.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:41.975613 31144 webserver.cc:533] Webserver started at http://127.0.0.1:39433/ using document root <none> and password file <none>
14:05:41.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:05:41Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
14:05:41.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:05:41Z Disabled control of system clock
14:05:41.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:41.987972 31144 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:41.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:41.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-0/wal
14:05:41.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-0/data
14:05:41.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:05:41.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:05:41.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:05:41.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:41.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:41.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:41.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-0/logs
14:05:41.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-0/data/info.pb
14:05:41.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:41.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:05:41.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:05:41.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:05:41.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:05:41.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:41.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:41.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:41.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:05:41.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:05:41.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:41.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:41.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.106.62:38073
14:05:41.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.106.62
14:05:41.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:41.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.106.20:34425
14:05:41.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:41.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:41.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:41.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:41.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.106.62:38073,127.30.106.61:38475,127.30.106.60:43601
14:05:41.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:41.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42963/jwks.json with env {}
14:05:42.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.101347 31155 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:05:42.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.101531 31155 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:05:42.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.101570 31155 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:05:42.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.104764 31155 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:05:42.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.104812 31155 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:05:42.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.104830 31155 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:05:42.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.104846 31155 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:05:42.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.104861 31155 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:05:42.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.104873 31155 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42963/jwks.json
14:05:42.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.108597 31155 master_runner.cc:387] Master server non-default flags:
14:05:42.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:42.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.106.20:34425
14:05:42.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:42.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:42.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-0/data
14:05:42.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-0/wal
14:05:42.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:42.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.106.62:38073,127.30.106.61:38475,127.30.106.60:43601
14:05:42.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:42.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:42.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:42.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.106.62:38073
14:05:42.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:42.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:05:42.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:42.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42963/jwks.json
14:05:42.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:42.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:42.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-0/data/info.pb
14:05:42.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.106.62
14:05:42.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:42.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:05:42.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.31155
14:05:42.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:42.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:05:42.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:05:42.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:42.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-0/logs
14:05:42.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:42.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:05:42.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:05:42.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:05:42.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:05:42.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
14:05:42.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:05:42.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:43:14 UTC on bdcb31816ec0
14:05:42.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12772
14:05:42.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.109501 31155 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:05:42.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.110495 31155 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:05:42.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.115345 31161 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:05:42.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.115334 31163 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:05:42.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.115336 31160 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:05:42.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.115762 31155 server_base.cc:1061] running on GCE node
14:05:42.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.116254 31155 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:05:42.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.117260 31155 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:05:42.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.118425 31155 hybrid_clock.cc:648] HybridClock initialized: now 1783519542118407 us; error 34 us; skew 500 ppm
14:05:42.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.120415 31155 webserver.cc:533] Webserver started at http://127.30.106.62:34191/ using document root <none> and password file <none>
14:05:42.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.121011 31155 fs_manager.cc:362] Metadata directory not provided
14:05:42.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.121075 31155 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:05:42.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.121254 31155 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:05:42.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.123034 31155 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-0/data/instance:
14:05:42.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bd944c031054421fb2dda5b43d3d638e"
14:05:42.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:42 on dist-test-slave-5h2f"
14:05:42.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.123569 31155 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-0/wal/instance:
14:05:42.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bd944c031054421fb2dda5b43d3d638e"
14:05:42.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:42 on dist-test-slave-5h2f"
14:05:42.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.127085 31155 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.000s
14:05:42.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.129379 31169 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:05:42.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.130375 31155 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
14:05:42.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.130478 31155 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-0/data,/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-0/wal
14:05:42.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bd944c031054421fb2dda5b43d3d638e"
14:05:42.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:42 on dist-test-slave-5h2f"
14:05:42.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.130556 31155 fs_report.cc:389] FS layout report
14:05:42.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:05:42.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-0/wal
14:05:42.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-0/wal
14:05:42.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-0/data/data
14:05:42.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:05:42.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:05:42.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:05:42.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:05:42.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:05:42.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:05:42.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:05:42.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:05:42.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:05:42.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:05:42.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:05:42.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.151482 31155 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:05:42.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.152232 31155 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:05:42.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.152403 31155 kserver.cc:163] Server-wide thread pool size limit: 3276
14:05:42.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.160329 31221 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.106.62:38073 every 8 connection(s)
14:05:42.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.160351 31155 rpc_server.cc:307] RPC server started. Bound to: 127.30.106.62:38073
14:05:42.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.161566 31155 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-0/data/info.pb
14:05:42.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.162760 31144 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu as pid 31155
14:05:42.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.162900 31144 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-0/wal/instance
14:05:42.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.164547 31144 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:42.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:42.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-1/wal
14:05:42.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-1/data
14:05:42.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:05:42.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:05:42.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:05:42.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:42.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:42.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:42.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-1/logs
14:05:42.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-1/data/info.pb
14:05:42.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:42.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:05:42.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:05:42.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:05:42.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:05:42.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:42.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:42.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:42.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:05:42.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:05:42.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:42.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:42.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.106.61:38475
14:05:42.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.106.61
14:05:42.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:42.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.106.20:34425
14:05:42.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:42.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:42.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:42.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:42.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.106.62:38073,127.30.106.61:38475,127.30.106.60:43601
14:05:42.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:42.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42963/jwks.json with env {}
14:05:42.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.164924 31222 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:05:42.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.168988 31222 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.106.62" port: 38073 } has no permanent_uuid. Determining permanent_uuid...
14:05:42.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.180801 31222 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.106.61" port: 38475 } has no permanent_uuid. Determining permanent_uuid...
14:05:42.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.181494 31173 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.30.106.61:38475: connect: Connection refused (error 111)
14:05:42.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.182341 31222 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.106.61:38475: Network error: Client connection negotiation failed: client connection to 127.30.106.61:38475: connect: Connection refused (error 111)
14:05:42.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.231549 31222 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.106.61" port: 38475 } attempt: 1
14:05:42.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.233073 31222 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.106.61:38475: Network error: Client connection negotiation failed: client connection to 127.30.106.61:38475: connect: Connection refused (error 111)
14:05:42.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.263180 31224 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:05:42.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.263362 31224 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:05:42.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.263418 31224 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:05:42.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.266762 31224 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:05:42.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.266812 31224 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:05:42.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.266839 31224 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:05:42.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.266860 31224 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:05:42.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.266881 31224 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:05:42.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.266898 31224 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42963/jwks.json
14:05:42.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.270661 31224 master_runner.cc:387] Master server non-default flags:
14:05:42.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:42.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.106.20:34425
14:05:42.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:42.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:42.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-1/data
14:05:42.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-1/wal
14:05:42.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:42.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.106.62:38073,127.30.106.61:38475,127.30.106.60:43601
14:05:42.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:42.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:42.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:42.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.106.61:38475
14:05:42.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:42.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:05:42.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:42.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42963/jwks.json
14:05:42.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:42.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:42.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-1/data/info.pb
14:05:42.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.106.61
14:05:42.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:42.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:05:42.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.31224
14:05:42.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:42.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:05:42.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:05:42.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:42.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-1/logs
14:05:42.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:42.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:05:42.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:05:42.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:05:42.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:05:42.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
14:05:42.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:05:42.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:43:14 UTC on bdcb31816ec0
14:05:42.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12772
14:05:42.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.271754 31224 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:05:42.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.272775 31224 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:05:42.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.277276 31232 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:05:42.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.277315 31235 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:05:42.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.277493 31224 server_base.cc:1061] running on GCE node
14:05:42.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.277355 31233 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:05:42.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.278082 31224 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:05:42.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.278782 31224 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:05:42.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.279922 31224 hybrid_clock.cc:648] HybridClock initialized: now 1783519542279910 us; error 32 us; skew 500 ppm
14:05:42.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.281383 31224 webserver.cc:533] Webserver started at http://127.30.106.61:41729/ using document root <none> and password file <none>
14:05:42.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.281845 31224 fs_manager.cc:362] Metadata directory not provided
14:05:42.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.281904 31224 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:05:42.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.282044 31224 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:05:42.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.283303 31224 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-1/data/instance:
14:05:42.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "34f998a3fb1849e182f67f24bac108ce"
14:05:42.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:42 on dist-test-slave-5h2f"
14:05:42.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.283707 31224 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-1/wal/instance:
14:05:42.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "34f998a3fb1849e182f67f24bac108ce"
14:05:42.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:42 on dist-test-slave-5h2f"
14:05:42.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.286365 31224 fs_manager.cc:696] Time spent creating directory manager: real 0.002s	user 0.000s	sys 0.002s
14:05:42.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.288122 31241 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:05:42.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.288926 31224 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.001s
14:05:42.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.289036 31224 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-1/data,/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-1/wal
14:05:42.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "34f998a3fb1849e182f67f24bac108ce"
14:05:42.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:42 on dist-test-slave-5h2f"
14:05:42.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.289105 31224 fs_report.cc:389] FS layout report
14:05:42.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:05:42.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-1/wal
14:05:42.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-1/wal
14:05:42.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-1/data/data
14:05:42.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:05:42.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:05:42.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:05:42.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:05:42.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:05:42.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:05:42.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:05:42.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:05:42.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:05:42.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:05:42.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:05:42.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.301226 31222 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.106.61" port: 38475 } attempt: 2
14:05:42.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.302349 31222 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.106.61:38475: Network error: Client connection negotiation failed: client connection to 127.30.106.61:38475: connect: Connection refused (error 111)
14:05:42.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.305316 31224 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:05:42.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.305740 31224 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:05:42.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.305856 31224 kserver.cc:163] Server-wide thread pool size limit: 3276
14:05:42.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.311757 31224 rpc_server.cc:307] RPC server started. Bound to: 127.30.106.61:38475
14:05:42.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.311772 31293 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.106.61:38475 every 8 connection(s)
14:05:42.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.312537 31224 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-1/data/info.pb
14:05:42.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.314903 31294 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:05:42.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.317731 31294 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.106.62" port: 38073 } has no permanent_uuid. Determining permanent_uuid...
14:05:42.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.319445 31144 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu as pid 31224
14:05:42.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.319566 31144 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-1/wal/instance
14:05:42.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.320186 31144 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:42.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu
14:05:42.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-2/wal
14:05:42.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-2/data
14:05:42.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:05:42.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:05:42.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:05:42.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:42.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:42.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:42.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-2/logs
14:05:42.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-2/data/info.pb
14:05:42.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:42.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:05:42.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:05:42.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:05:42.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:05:42.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:42.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:42.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:42.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:05:42.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:05:42.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:42.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:42.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.106.60:43601
14:05:42.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.106.60
14:05:42.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:42.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.106.20:34425
14:05:42.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:42.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:42.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:42.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:42.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.106.62:38073,127.30.106.61:38475,127.30.106.60:43601
14:05:42.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:42.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42963/jwks.json with env {}
14:05:42.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.325307 31294 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.106.61" port: 38475 } has no permanent_uuid. Determining permanent_uuid...
14:05:42.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.330740 31294 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.106.60" port: 43601 } has no permanent_uuid. Determining permanent_uuid...
14:05:42.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.331359 31243 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.30.106.60:43601: connect: Connection refused (error 111)
14:05:42.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.332142 31294 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.106.60:43601: Network error: Client connection negotiation failed: client connection to 127.30.106.60:43601: connect: Connection refused (error 111)
14:05:42.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.381361 31294 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.106.60" port: 43601 } attempt: 1
14:05:42.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.382632 31294 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.106.60:43601: Network error: Client connection negotiation failed: client connection to 127.30.106.60:43601: connect: Connection refused (error 111)
14:05:42.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.393486 31222 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.106.61" port: 38475 } attempt: 3
14:05:42.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.397487 31222 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.106.60" port: 43601 } has no permanent_uuid. Determining permanent_uuid...
14:05:42.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.398531 31222 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.106.60:43601: Network error: Client connection negotiation failed: client connection to 127.30.106.60:43601: connect: Connection refused (error 111)
14:05:42.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.416570 31297 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:05:42.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.416733 31297 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:05:42.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.416797 31297 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:05:42.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.420009 31297 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:05:42.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.420058 31297 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:05:42.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.420086 31297 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:05:42.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.420107 31297 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:05:42.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.420128 31297 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:05:42.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.420146 31297 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42963/jwks.json
14:05:42.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.423982 31297 master_runner.cc:387] Master server non-default flags:
14:05:42.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:05:42.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.106.20:34425
14:05:42.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:05:42.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:05:42.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-2/data
14:05:42.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-2/wal
14:05:42.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:05:42.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.106.62:38073,127.30.106.61:38475,127.30.106.60:43601
14:05:42.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:05:42.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:05:42.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:05:42.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.106.60:43601
14:05:42.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:05:42.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:05:42.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:05:42.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42963/jwks.json
14:05:42.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:05:42.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:05:42.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-2/data/info.pb
14:05:42.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.106.60
14:05:42.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:05:42.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:05:42.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.31297
14:05:42.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:05:42.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:05:42.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:05:42.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:05:42.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-2/logs
14:05:42.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:05:42.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:05:42.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:05:42.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:05:42.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:05:42.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
14:05:42.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
14:05:42.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:43:14 UTC on bdcb31816ec0
14:05:42.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12772
14:05:42.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.425112 31297 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:05:42.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.426285 31297 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:05:42.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.429718 31222 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.106.60" port: 43601 } attempt: 1
14:05:42.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.431057 31304 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:05:42.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.431226 31222 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.106.60:43601: Network error: Client connection negotiation failed: client connection to 127.30.106.60:43601: connect: Connection refused (error 111)
14:05:42.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.431255 31307 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:05:42.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.431318 31305 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:05:42.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.431645 31297 server_base.cc:1061] running on GCE node
14:05:42.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.432063 31297 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:05:42.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.432825 31297 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:05:42.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.433972 31297 hybrid_clock.cc:648] HybridClock initialized: now 1783519542433945 us; error 33 us; skew 500 ppm
14:05:42.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.435650 31297 webserver.cc:533] Webserver started at http://127.30.106.60:37089/ using document root <none> and password file <none>
14:05:42.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.436152 31297 fs_manager.cc:362] Metadata directory not provided
14:05:42.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.436208 31297 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:05:42.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.436411 31297 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:05:42.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.437770 31297 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-2/data/instance:
14:05:42.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "34824d97e3c644d4b2f63a7e593e8079"
14:05:42.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:42 on dist-test-slave-5h2f"
14:05:42.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.438231 31297 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-2/wal/instance:
14:05:42.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "34824d97e3c644d4b2f63a7e593e8079"
14:05:42.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:42 on dist-test-slave-5h2f"
14:05:42.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.441066 31297 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.002s	sys 0.003s
14:05:42.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.442876 31313 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:05:42.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.443711 31297 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
14:05:42.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.443813 31297 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-2/data,/tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-2/wal
14:05:42.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "34824d97e3c644d4b2f63a7e593e8079"
14:05:42.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:05:42 on dist-test-slave-5h2f"
14:05:42.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.443908 31297 fs_report.cc:389] FS layout report
14:05:42.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:05:42.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-2/wal
14:05:42.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-2/wal
14:05:42.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-2/data/data
14:05:42.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:05:42.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:05:42.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:05:42.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:05:42.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:05:42.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:05:42.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:05:42.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:05:42.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:05:42.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:05:42.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:05:42.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.450802 31294 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.106.60" port: 43601 } attempt: 2
14:05:42.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.451866 31294 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.106.60:43601: Network error: Client connection negotiation failed: client connection to 127.30.106.60:43601: connect: Connection refused (error 111)
14:05:42.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.497349 31297 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:05:42.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.497910 31297 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:05:42.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.498036 31297 kserver.cc:163] Server-wide thread pool size limit: 3276
14:05:42.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.504336 31297 rpc_server.cc:307] RPC server started. Bound to: 127.30.106.60:43601
14:05:42.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.504345 31365 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.106.60:43601 every 8 connection(s)
14:05:42.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.505376 31297 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-2/data/info.pb
14:05:42.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.506381 31222 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.106.60" port: 43601 } attempt: 2
14:05:42.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.508158 31366 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:05:42.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.510628 31366 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.106.62" port: 38073 } has no permanent_uuid. Determining permanent_uuid...
14:05:42.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.515170 31144 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu as pid 31297
14:05:42.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.515285 31144 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskEGiaW9/test-tmp/mini-kudu-cluster489502869413268644/master-2/wal/instance
14:05:42.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.516103 31222 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bd944c031054421fb2dda5b43d3d638e: Bootstrap starting.
14:05:42.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.516157 31366 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.106.61" port: 38475 } has no permanent_uuid. Determining permanent_uuid...
14:05:42.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.518476 31222 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P bd944c031054421fb2dda5b43d3d638e: Neither blocks nor log segments found. Creating new log.
14:05:42.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.519047 31222 log.cc:826] T 00000000000000000000000000000000 P bd944c031054421fb2dda5b43d3d638e: Log is configured to *not* fsync() on all Append() calls
14:05:42.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.520614 31222 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bd944c031054421fb2dda5b43d3d638e: No bootstrap required, opened a new log
14:05:42.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.522953 31366 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.106.60" port: 43601 } has no permanent_uuid. Determining permanent_uuid...
14:05:42.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.524097 31222 raft_consensus.cc:359] T 00000000000000000000000000000000 P bd944c031054421fb2dda5b43d3d638e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bd944c031054421fb2dda5b43d3d638e" member_type: VOTER last_known_addr { host: "127.30.106.62" port: 38073 } } peers { permanent_uuid: "34f998a3fb1849e182f67f24bac108ce" member_type: VOTER last_known_addr { host: "127.30.106.61" port: 38475 } } peers { permanent_uuid: "34824d97e3c644d4b2f63a7e593e8079" member_type: VOTER last_known_addr { host: "127.30.106.60" port: 43601 } }
14:05:42.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.524261 31222 raft_consensus.cc:385] T 00000000000000000000000000000000 P bd944c031054421fb2dda5b43d3d638e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:05:42.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.524325 31222 raft_consensus.cc:740] T 00000000000000000000000000000000 P bd944c031054421fb2dda5b43d3d638e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bd944c031054421fb2dda5b43d3d638e, State: Initialized, Role: FOLLOWER
14:05:42.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.524682 31222 consensus_queue.cc:260] T 00000000000000000000000000000000 P bd944c031054421fb2dda5b43d3d638e [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: "bd944c031054421fb2dda5b43d3d638e" member_type: VOTER last_known_addr { host: "127.30.106.62" port: 38073 } } peers { permanent_uuid: "34f998a3fb1849e182f67f24bac108ce" member_type: VOTER last_known_addr { host: "127.30.106.61" port: 38475 } } peers { permanent_uuid: "34824d97e3c644d4b2f63a7e593e8079" member_type: VOTER last_known_addr { host: "127.30.106.60" port: 43601 } }
14:05:42.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.525720 31222 sys_catalog.cc:565] T 00000000000000000000000000000000 P bd944c031054421fb2dda5b43d3d638e [sys.catalog]: configured and running, proceeding with master startup.
14:05:42.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.528784 31366 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 34824d97e3c644d4b2f63a7e593e8079: Bootstrap starting.
14:05:42.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.530612 31384 catalog_manager.cc:1594] T 00000000000000000000000000000000 P bd944c031054421fb2dda5b43d3d638e: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:05:42.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.530822 31384 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:05:42.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.531044 31366 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 34824d97e3c644d4b2f63a7e593e8079: Neither blocks nor log segments found. Creating new log.
14:05:42.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.531716 31366 log.cc:826] T 00000000000000000000000000000000 P 34824d97e3c644d4b2f63a7e593e8079: Log is configured to *not* fsync() on all Append() calls
14:05:42.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.530143 31155 master_runner.cc:187] Error getting master registration for 127.30.106.61:38475: OK, instance_id { permanent_uuid: "34f998a3fb1849e182f67f24bac108ce" instance_seqno: 1783519542310152 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:05:42.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.532172 31155 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:05:42.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.532400 31373 sys_catalog.cc:455] T 00000000000000000000000000000000 P bd944c031054421fb2dda5b43d3d638e [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: "bd944c031054421fb2dda5b43d3d638e" member_type: VOTER last_known_addr { host: "127.30.106.62" port: 38073 } } peers { permanent_uuid: "34f998a3fb1849e182f67f24bac108ce" member_type: VOTER last_known_addr { host: "127.30.106.61" port: 38475 } } peers { permanent_uuid: "34824d97e3c644d4b2f63a7e593e8079" member_type: VOTER last_known_addr { host: "127.30.106.60" port: 43601 } } }
14:05:42.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.532524 31373 sys_catalog.cc:458] T 00000000000000000000000000000000 P bd944c031054421fb2dda5b43d3d638e [sys.catalog]: This master's current role is: FOLLOWER
14:05:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.533209 31366 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 34824d97e3c644d4b2f63a7e593e8079: No bootstrap required, opened a new log
14:05:42.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.536063 31144 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
14:05:42.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.536513 31366 raft_consensus.cc:359] T 00000000000000000000000000000000 P 34824d97e3c644d4b2f63a7e593e8079 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bd944c031054421fb2dda5b43d3d638e" member_type: VOTER last_known_addr { host: "127.30.106.62" port: 38073 } } peers { permanent_uuid: "34f998a3fb1849e182f67f24bac108ce" member_type: VOTER last_known_addr { host: "127.30.106.61" port: 38475 } } peers { permanent_uuid: "34824d97e3c644d4b2f63a7e593e8079" member_type: VOTER last_known_addr { host: "127.30.106.60" port: 43601 } }
14:05:42.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.536645 31366 raft_consensus.cc:385] T 00000000000000000000000000000000 P 34824d97e3c644d4b2f63a7e593e8079 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:05:42.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.536690 31366 raft_consensus.cc:740] T 00000000000000000000000000000000 P 34824d97e3c644d4b2f63a7e593e8079 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 34824d97e3c644d4b2f63a7e593e8079, State: Initialized, Role: FOLLOWER
14:05:42.536 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:05:42.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.537068 31366 consensus_queue.cc:260] T 00000000000000000000000000000000 P 34824d97e3c644d4b2f63a7e593e8079 [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: "bd944c031054421fb2dda5b43d3d638e" member_type: VOTER last_known_addr { host: "127.30.106.62" port: 38073 } } peers { permanent_uuid: "34f998a3fb1849e182f67f24bac108ce" member_type: VOTER last_known_addr { host: "127.30.106.61" port: 38475 } } peers { permanent_uuid: "34824d97e3c644d4b2f63a7e593e8079" member_type: VOTER last_known_addr { host: "127.30.106.60" port: 43601 } }
14:05:42.537 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

14:05:42.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.537521 31387 sys_catalog.cc:455] T 00000000000000000000000000000000 P 34824d97e3c644d4b2f63a7e593e8079 [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: "bd944c031054421fb2dda5b43d3d638e" member_type: VOTER last_known_addr { host: "127.30.106.62" port: 38073 } } peers { permanent_uuid: "34f998a3fb1849e182f67f24bac108ce" member_type: VOTER last_known_addr { host: "127.30.106.61" port: 38475 } } peers { permanent_uuid: "34824d97e3c644d4b2f63a7e593e8079" member_type: VOTER last_known_addr { host: "127.30.106.60" port: 43601 } } }
14:05:42.537 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.30.106.62"
      port: 38073
    }
    bound_http_address {
      host: "127.30.106.62"
      port: 34191
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.30.106.61"
      port: 38475
    }
    bound_http_address {
      host: "127.30.106.61"
      port: 41729
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.30.106.60"
      port: 43601
    }
    bound_http_address {
      host: "127.30.106.60"
      port: 37089
    }
  }
}

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

14:05:42.540 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:05:42.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.540876 31387 sys_catalog.cc:458] T 00000000000000000000000000000000 P 34824d97e3c644d4b2f63a7e593e8079 [sys.catalog]: This master's current role is: FOLLOWER
14:05:42.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.538082 31366 sys_catalog.cc:565] T 00000000000000000000000000000000 P 34824d97e3c644d4b2f63a7e593e8079 [sys.catalog]: configured and running, proceeding with master startup.
14:05:42.541 [INFO - Metastore-Handler-Pool: Thread-214] (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=d07fb8be-311b-4330-aee0-84b710e4c5c8, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.30.106.62:38073,127.30.106.61:38475,127.30.106.60:43601}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:05:42.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.542995 31294 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.106.60" port: 43601 } attempt: 3
14:05:42.543 [INFO - Metastore-Handler-Pool: Thread-214] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:05:42.543 [INFO - Metastore-Handler-Pool: Thread-214] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:05:42.544 [INFO - Metastore-Handler-Pool: Thread-214] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5c07ae85, with PersistenceManager: null will be shutdown
14:05:42.544 [INFO - Metastore-Handler-Pool: Thread-214] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5c07ae85, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@25c65d64 created in the thread with id: 214
14:05:42.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.549517 31294 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce: Bootstrap starting.
14:05:42.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.552060 31294 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce: Neither blocks nor log segments found. Creating new log.
14:05:42.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.553031 31294 log.cc:826] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce: Log is configured to *not* fsync() on all Append() calls
14:05:42.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.554097 31398 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 34824d97e3c644d4b2f63a7e593e8079: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:05:42.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.554293 31398 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:05:42.554 [INFO - Metastore-Handler-Pool: Thread-214] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5c07ae85
14:05:42.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.555419 31297 master_runner.cc:187] Error getting master registration for 127.30.106.61:38475: OK, instance_id { permanent_uuid: "34f998a3fb1849e182f67f24bac108ce" instance_seqno: 1783519542310152 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:05:42.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.557663 31297 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:05:42.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.557997 31294 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce: No bootstrap required, opened a new log
14:05:42.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.561875 31294 raft_consensus.cc:359] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bd944c031054421fb2dda5b43d3d638e" member_type: VOTER last_known_addr { host: "127.30.106.62" port: 38073 } } peers { permanent_uuid: "34f998a3fb1849e182f67f24bac108ce" member_type: VOTER last_known_addr { host: "127.30.106.61" port: 38475 } } peers { permanent_uuid: "34824d97e3c644d4b2f63a7e593e8079" member_type: VOTER last_known_addr { host: "127.30.106.60" port: 43601 } }
14:05:42.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.562199 31294 raft_consensus.cc:385] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:05:42.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.562369 31294 raft_consensus.cc:740] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 34f998a3fb1849e182f67f24bac108ce, State: Initialized, Role: FOLLOWER
14:05:42.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.563005 31294 consensus_queue.cc:260] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce [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: "bd944c031054421fb2dda5b43d3d638e" member_type: VOTER last_known_addr { host: "127.30.106.62" port: 38073 } } peers { permanent_uuid: "34f998a3fb1849e182f67f24bac108ce" member_type: VOTER last_known_addr { host: "127.30.106.61" port: 38475 } } peers { permanent_uuid: "34824d97e3c644d4b2f63a7e593e8079" member_type: VOTER last_known_addr { host: "127.30.106.60" port: 43601 } }
14:05:42.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.564390 31294 sys_catalog.cc:565] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce [sys.catalog]: configured and running, proceeding with master startup.
14:05:42.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.572474 31224 master_runner.cc:264] No leader master found from master 34f998a3fb1849e182f67f24bac108ce
14:05:42.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.572535 31224 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:05:42.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.575671 31401 sys_catalog.cc:455] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce [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: "bd944c031054421fb2dda5b43d3d638e" member_type: VOTER last_known_addr { host: "127.30.106.62" port: 38073 } } peers { permanent_uuid: "34f998a3fb1849e182f67f24bac108ce" member_type: VOTER last_known_addr { host: "127.30.106.61" port: 38475 } } peers { permanent_uuid: "34824d97e3c644d4b2f63a7e593e8079" member_type: VOTER last_known_addr { host: "127.30.106.60" port: 43601 } } }
14:05:42.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.575899 31401 sys_catalog.cc:458] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce [sys.catalog]: This master's current role is: FOLLOWER
14:05:42.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.578209 31412 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:05:42.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.578284 31412 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:05:42.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.653870 31175 tablet.cc:2406] T 00000000000000000000000000000000 P bd944c031054421fb2dda5b43d3d638e: Can't schedule compaction. Clean time has not been advanced past its initial value.
14:05:42.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.749125 31319 tablet.cc:2406] T 00000000000000000000000000000000 P 34824d97e3c644d4b2f63a7e593e8079: Can't schedule compaction. Clean time has not been advanced past its initial value.
14:05:42.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:05:42.806942 31247 tablet.cc:2406] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce: Can't schedule compaction. Clean time has not been advanced past its initial value.
14:05:42.931 [WARN - Metastore-Handler-Pool: Thread-214] (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:05:42.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.931123 31401 raft_consensus.cc:493] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
14:05:42.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.931320 31401 raft_consensus.cc:515] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bd944c031054421fb2dda5b43d3d638e" member_type: VOTER last_known_addr { host: "127.30.106.62" port: 38073 } } peers { permanent_uuid: "34f998a3fb1849e182f67f24bac108ce" member_type: VOTER last_known_addr { host: "127.30.106.61" port: 38475 } } peers { permanent_uuid: "34824d97e3c644d4b2f63a7e593e8079" member_type: VOTER last_known_addr { host: "127.30.106.60" port: 43601 } }
14:05:42.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.932816 31401 leader_election.cc:290] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bd944c031054421fb2dda5b43d3d638e (127.30.106.62:38073), 34824d97e3c644d4b2f63a7e593e8079 (127.30.106.60:43601)
14:05:42.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.933728 31196 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "34f998a3fb1849e182f67f24bac108ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bd944c031054421fb2dda5b43d3d638e" is_pre_election: true
14:05:42.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.934011 31196 raft_consensus.cc:2468] T 00000000000000000000000000000000 P bd944c031054421fb2dda5b43d3d638e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 34f998a3fb1849e182f67f24bac108ce in term 0.
14:05:42.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.934417 31340 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "34f998a3fb1849e182f67f24bac108ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "34824d97e3c644d4b2f63a7e593e8079" is_pre_election: true
14:05:42.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.934681 31340 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 34824d97e3c644d4b2f63a7e593e8079 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 34f998a3fb1849e182f67f24bac108ce in term 0.
14:05:42.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.935221 31243 leader_election.cc:304] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce [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: 34f998a3fb1849e182f67f24bac108ce, bd944c031054421fb2dda5b43d3d638e; no voters: 
14:05:42.937 [WARN - Metastore-Handler-Pool: Thread-214] (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:05:42.937 [WARN - Metastore-Handler-Pool: Thread-214] (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:05:42.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.936080 31401 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce [term 0 FOLLOWER]: Leader pre-election won for term 1
14:05:42.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.936167 31401 raft_consensus.cc:493] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
14:05:42.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.936211 31401 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce [term 0 FOLLOWER]: Advancing to term 1
14:05:42.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.937325 31401 raft_consensus.cc:515] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bd944c031054421fb2dda5b43d3d638e" member_type: VOTER last_known_addr { host: "127.30.106.62" port: 38073 } } peers { permanent_uuid: "34f998a3fb1849e182f67f24bac108ce" member_type: VOTER last_known_addr { host: "127.30.106.61" port: 38475 } } peers { permanent_uuid: "34824d97e3c644d4b2f63a7e593e8079" member_type: VOTER last_known_addr { host: "127.30.106.60" port: 43601 } }
14:05:42.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.937688 31401 leader_election.cc:290] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce [CANDIDATE]: Term 1 election: Requested vote from peers bd944c031054421fb2dda5b43d3d638e (127.30.106.62:38073), 34824d97e3c644d4b2f63a7e593e8079 (127.30.106.60:43601)
14:05:42.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.938606 31340 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "34f998a3fb1849e182f67f24bac108ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "34824d97e3c644d4b2f63a7e593e8079"
14:05:42.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.938731 31340 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 34824d97e3c644d4b2f63a7e593e8079 [term 0 FOLLOWER]: Advancing to term 1
14:05:42.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.939826 31340 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 34824d97e3c644d4b2f63a7e593e8079 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 34f998a3fb1849e182f67f24bac108ce in term 1.
14:05:42.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.940135 31196 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "34f998a3fb1849e182f67f24bac108ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bd944c031054421fb2dda5b43d3d638e"
14:05:42.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.940249 31196 raft_consensus.cc:3060] T 00000000000000000000000000000000 P bd944c031054421fb2dda5b43d3d638e [term 0 FOLLOWER]: Advancing to term 1
14:05:42.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.941291 31196 raft_consensus.cc:2468] T 00000000000000000000000000000000 P bd944c031054421fb2dda5b43d3d638e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 34f998a3fb1849e182f67f24bac108ce in term 1.
14:05:42.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.941927 31243 leader_election.cc:304] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce [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: 34f998a3fb1849e182f67f24bac108ce, bd944c031054421fb2dda5b43d3d638e; no voters: 
14:05:42.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.942325 31401 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce [term 1 FOLLOWER]: Leader election won for term 1
14:05:42.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.942516 31401 raft_consensus.cc:697] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce [term 1 LEADER]: Becoming Leader. State: Replica: 34f998a3fb1849e182f67f24bac108ce, State: Running, Role: LEADER
14:05:42.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.942843 31401 consensus_queue.cc:237] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce [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: "bd944c031054421fb2dda5b43d3d638e" member_type: VOTER last_known_addr { host: "127.30.106.62" port: 38073 } } peers { permanent_uuid: "34f998a3fb1849e182f67f24bac108ce" member_type: VOTER last_known_addr { host: "127.30.106.61" port: 38475 } } peers { permanent_uuid: "34824d97e3c644d4b2f63a7e593e8079" member_type: VOTER last_known_addr { host: "127.30.106.60" port: 43601 } }
14:05:42.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.945789 31401 sys_catalog.cc:455] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce [sys.catalog]: SysCatalogTable state changed. Reason: New leader 34f998a3fb1849e182f67f24bac108ce. Latest consensus state: current_term: 1 leader_uuid: "34f998a3fb1849e182f67f24bac108ce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bd944c031054421fb2dda5b43d3d638e" member_type: VOTER last_known_addr { host: "127.30.106.62" port: 38073 } } peers { permanent_uuid: "34f998a3fb1849e182f67f24bac108ce" member_type: VOTER last_known_addr { host: "127.30.106.61" port: 38475 } } peers { permanent_uuid: "34824d97e3c644d4b2f63a7e593e8079" member_type: VOTER last_known_addr { host: "127.30.106.60" port: 43601 } } }
14:05:42.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.946111 31401 sys_catalog.cc:458] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce [sys.catalog]: This master's current role is: LEADER
14:05:42.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.951956 31417 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
14:05:42.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.953186 31417 catalog_manager.cc:1520] Initializing Kudu cluster ID...
14:05:42.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.960881 31340 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 34824d97e3c644d4b2f63a7e593e8079 [term 1 FOLLOWER]: Refusing update from remote peer 34f998a3fb1849e182f67f24bac108ce: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:05:42.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.961740 31415 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "34824d97e3c644d4b2f63a7e593e8079" member_type: VOTER last_known_addr { host: "127.30.106.60" port: 43601 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:05:42.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.965880 31387 sys_catalog.cc:455] T 00000000000000000000000000000000 P 34824d97e3c644d4b2f63a7e593e8079 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 34f998a3fb1849e182f67f24bac108ce. Latest consensus state: current_term: 1 leader_uuid: "34f998a3fb1849e182f67f24bac108ce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bd944c031054421fb2dda5b43d3d638e" member_type: VOTER last_known_addr { host: "127.30.106.62" port: 38073 } } peers { permanent_uuid: "34f998a3fb1849e182f67f24bac108ce" member_type: VOTER last_known_addr { host: "127.30.106.61" port: 38475 } } peers { permanent_uuid: "34824d97e3c644d4b2f63a7e593e8079" member_type: VOTER last_known_addr { host: "127.30.106.60" port: 43601 } } }
14:05:42.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.966014 31387 sys_catalog.cc:458] T 00000000000000000000000000000000 P 34824d97e3c644d4b2f63a7e593e8079 [sys.catalog]: This master's current role is: FOLLOWER
14:05:42.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.967229 31196 raft_consensus.cc:1275] T 00000000000000000000000000000000 P bd944c031054421fb2dda5b43d3d638e [term 1 FOLLOWER]: Refusing update from remote peer 34f998a3fb1849e182f67f24bac108ce: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:05:42.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.967924 31415 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "bd944c031054421fb2dda5b43d3d638e" member_type: VOTER last_known_addr { host: "127.30.106.62" port: 38073 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:05:42.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.971954 31373 sys_catalog.cc:455] T 00000000000000000000000000000000 P bd944c031054421fb2dda5b43d3d638e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 34f998a3fb1849e182f67f24bac108ce. Latest consensus state: current_term: 1 leader_uuid: "34f998a3fb1849e182f67f24bac108ce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bd944c031054421fb2dda5b43d3d638e" member_type: VOTER last_known_addr { host: "127.30.106.62" port: 38073 } } peers { permanent_uuid: "34f998a3fb1849e182f67f24bac108ce" member_type: VOTER last_known_addr { host: "127.30.106.61" port: 38475 } } peers { permanent_uuid: "34824d97e3c644d4b2f63a7e593e8079" member_type: VOTER last_known_addr { host: "127.30.106.60" port: 43601 } } }
14:05:42.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.972072 31373 sys_catalog.cc:458] T 00000000000000000000000000000000 P bd944c031054421fb2dda5b43d3d638e [sys.catalog]: This master's current role is: FOLLOWER
14:05:42.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.976208 31415 sys_catalog.cc:455] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "34f998a3fb1849e182f67f24bac108ce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bd944c031054421fb2dda5b43d3d638e" member_type: VOTER last_known_addr { host: "127.30.106.62" port: 38073 } } peers { permanent_uuid: "34f998a3fb1849e182f67f24bac108ce" member_type: VOTER last_known_addr { host: "127.30.106.61" port: 38475 } } peers { permanent_uuid: "34824d97e3c644d4b2f63a7e593e8079" member_type: VOTER last_known_addr { host: "127.30.106.60" port: 43601 } } }
14:05:42.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.976317 31415 sys_catalog.cc:458] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce [sys.catalog]: This master's current role is: LEADER
14:05:42.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.977614 31373 sys_catalog.cc:455] T 00000000000000000000000000000000 P bd944c031054421fb2dda5b43d3d638e [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "34f998a3fb1849e182f67f24bac108ce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bd944c031054421fb2dda5b43d3d638e" member_type: VOTER last_known_addr { host: "127.30.106.62" port: 38073 } } peers { permanent_uuid: "34f998a3fb1849e182f67f24bac108ce" member_type: VOTER last_known_addr { host: "127.30.106.61" port: 38475 } } peers { permanent_uuid: "34824d97e3c644d4b2f63a7e593e8079" member_type: VOTER last_known_addr { host: "127.30.106.60" port: 43601 } } }
14:05:42.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.977715 31373 sys_catalog.cc:458] T 00000000000000000000000000000000 P bd944c031054421fb2dda5b43d3d638e [sys.catalog]: This master's current role is: FOLLOWER
14:05:42.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.978209 31418 mvcc.cc:204] Tried to move back new op lower bound from 7305296047959777280 to 7305296047898292224. Current Snapshot: MvccSnapshot[applied={T|T < 7305296047959777280}]
14:05:42.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.978457 31421 mvcc.cc:204] Tried to move back new op lower bound from 7305296047959777280 to 7305296047898292224. Current Snapshot: MvccSnapshot[applied={T|T < 7305296047959777280}]
14:05:42.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.988008 31417 catalog_manager.cc:1383] Generated new cluster ID: fdf69669753d4d308037e639c1609b3d
14:05:42.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.988106 31417 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
14:05:42.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.994916 31401 sys_catalog.cc:455] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "34f998a3fb1849e182f67f24bac108ce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bd944c031054421fb2dda5b43d3d638e" member_type: VOTER last_known_addr { host: "127.30.106.62" port: 38073 } } peers { permanent_uuid: "34f998a3fb1849e182f67f24bac108ce" member_type: VOTER last_known_addr { host: "127.30.106.61" port: 38475 } } peers { permanent_uuid: "34824d97e3c644d4b2f63a7e593e8079" member_type: VOTER last_known_addr { host: "127.30.106.60" port: 43601 } } }
14:05:42.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.995041 31401 sys_catalog.cc:458] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce [sys.catalog]: This master's current role is: LEADER
14:05:42.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.996359 31387 sys_catalog.cc:455] T 00000000000000000000000000000000 P 34824d97e3c644d4b2f63a7e593e8079 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "34f998a3fb1849e182f67f24bac108ce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bd944c031054421fb2dda5b43d3d638e" member_type: VOTER last_known_addr { host: "127.30.106.62" port: 38073 } } peers { permanent_uuid: "34f998a3fb1849e182f67f24bac108ce" member_type: VOTER last_known_addr { host: "127.30.106.61" port: 38475 } } peers { permanent_uuid: "34824d97e3c644d4b2f63a7e593e8079" member_type: VOTER last_known_addr { host: "127.30.106.60" port: 43601 } } }
14:05:42.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.996474 31387 sys_catalog.cc:458] T 00000000000000000000000000000000 P 34824d97e3c644d4b2f63a7e593e8079 [sys.catalog]: This master's current role is: FOLLOWER
14:05:42.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:42.998695 31419 mvcc.cc:204] Tried to move back new op lower bound from 7305296047959777280 to 7305296047898292224. Current Snapshot: MvccSnapshot[applied={T|T < 7305296047959777280}]
14:05:43.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:43.004565 31417 catalog_manager.cc:1406] Generated new certificate authority record
14:05:43.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:43.005661 31417 catalog_manager.cc:1540] Loading token signing keys...
14:05:43.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:43.019493 31417 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 34f998a3fb1849e182f67f24bac108ce: Generated new TSK 0
14:05:43.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:43.020447 31417 catalog_manager.cc:1550] Initializing in-progress tserver states...
14:05:43.042 [INFO - Metastore-Handler-Pool: Thread-214] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:05:43.048 [INFO - Metastore-Handler-Pool: Thread-214] (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/hive10642024174623089118/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=d07fb8be-311b-4330-aee0-84b710e4c5c8, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.30.106.62:38073,127.30.106.61:38475,127.30.106.60:43601}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:05:43.050 [INFO - Metastore-Handler-Pool: Thread-214] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10642024174623089118/external-warehouse/table
14:05:43.099 [DEBUG - Metastore-Handler-Pool: Thread-214] (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:05:43.101 [DEBUG - Metastore-Handler-Pool: Thread-214] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
14:05:43.103 [DEBUG - Metastore-Handler-Pool: Thread-214] (Connection.java:748) [peer master-127.30.106.62:38073(127.30.106.62:38073)] connecting to peer
14:05:43.105 [DEBUG - Metastore-Handler-Pool: Thread-214] (Connection.java:748) [peer master-127.30.106.61:38475(127.30.106.61:38475)] connecting to peer
14:05:43.105 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.30.106.62:38073(127.30.106.62:38073)] Successfully connected to peer
14:05:43.109 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.30.106.62
14:05:43.116 [DEBUG - Metastore-Handler-Pool: Thread-214] (Connection.java:748) [peer master-127.30.106.60:43601(127.30.106.60:43601)] connecting to peer
14:05:43.117 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.30.106.61:38475(127.30.106.61:38475)] Successfully connected to peer
14:05:43.120 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.30.106.60:43601(127.30.106.60:43601)] Successfully connected to peer
14:05:43.126 [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:05:43.128 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.30.106.60
14:05:43.130 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xbf6ac4d0, L:/127.0.0.1:50888 - R:/127.30.106.62:38073] using SASL/PLAIN
14:05:43.131 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.30.106.61
14:05:43.145 [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:05:43.148 [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:05:43.150 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x9f14d20e, L:/127.0.0.1:47532 - R:/127.30.106.61:38475] using SASL/PLAIN
14:05:43.155 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
14:05:43.158 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x90d674ad, L:/127.0.0.1:54524 - R:/127.30.106.60:43601] using SASL/PLAIN
14:05:43.185 [INFO - Metastore-Handler-Pool: Thread-214] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:05:43.210 [INFO - Metastore-Handler-Pool: Thread-214] (HMSHandler.java:3711) Skipping translation for processor with null
14:05:43.211 [INFO - Metastore-Handler-Pool: Thread-214] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:05:43.218 [INFO - Metastore-Handler-Pool: Thread-214] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:05:43.251 [INFO - Metastore-Handler-Pool: Thread-214] (MetaStoreServerUtils.java:473) Updating table stats for table
14:05:43.251 [INFO - Metastore-Handler-Pool: Thread-214] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:05:43.321 [INFO - Metastore-Handler-Pool: Thread-214] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:05:43.341 [INFO - Metastore-Handler-Pool: Thread-214] (HMSHandler.java:3711) Skipping translation for processor with null
14:05:43.342 [INFO - Metastore-Handler-Pool: Thread-214] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:05:43.441 [WARN - Metastore-Handler-Pool: Thread-214] (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:05:43.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:43.532442 31384 catalog_manager.cc:1295] Loaded cluster ID: fdf69669753d4d308037e639c1609b3d
14:05:43.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:43.532523 31384 catalog_manager.cc:1588] T 00000000000000000000000000000000 P bd944c031054421fb2dda5b43d3d638e: loading cluster ID for follower catalog manager: success
14:05:43.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:43.534857 31384 catalog_manager.cc:1610] T 00000000000000000000000000000000 P bd944c031054421fb2dda5b43d3d638e: acquiring CA information for follower catalog manager: success
14:05:43.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:43.536157 31384 catalog_manager.cc:1638] T 00000000000000000000000000000000 P bd944c031054421fb2dda5b43d3d638e: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:05:43.550 [WARN - Metastore-Handler-Pool: Thread-214] (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:05:43.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:43.555720 31398 catalog_manager.cc:1295] Loaded cluster ID: fdf69669753d4d308037e639c1609b3d
14:05:43.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:43.555794 31398 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 34824d97e3c644d4b2f63a7e593e8079: loading cluster ID for follower catalog manager: success
14:05:43.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:43.558113 31398 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 34824d97e3c644d4b2f63a7e593e8079: acquiring CA information for follower catalog manager: success
14:05:43.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:43.559371 31398 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 34824d97e3c644d4b2f63a7e593e8079: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:05:43.586 [WARN - Metastore-Handler-Pool: Thread-214] (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:05:43.678 [INFO - Metastore-Handler-Pool: Thread-214] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
14:05:43.679 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
14:05:43.679 [INFO - Metastore-Handler-Pool: Thread-214] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
14:05:43.679 [INFO - Metastore-Handler-Pool: Thread-214] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5c07ae85, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@25c65d64 will be shutdown
14:05:43.679 [INFO - Metastore-Handler-Pool: Thread-214] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
14:05:43.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:43.679733 31144 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu with pid 31155
14:05:43.688 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.30.106.62:38073(127.30.106.62:38073)] handling channelInactive
14:05:43.688 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.30.106.62:38073(127.30.106.62:38073)] cleaning up while in state READY due to: connection closed
14:05:43.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:43.688992 31144 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu with pid 31224
14:05:43.697 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.30.106.61:38475(127.30.106.61:38475)] handling channelInactive
14:05:43.697 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.30.106.61:38475(127.30.106.61:38475)] cleaning up while in state READY due to: connection closed
14:05:43.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:05:43.697309 31144 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskEGiaW9/build/debug/bin/kudu with pid 31297
14:05:43.703 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.30.106.60:43601(127.30.106.60:43601)] handling channelInactive
14:05:43.703 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.30.106.60:43601(127.30.106.60:43601)] cleaning up while in state READY due to: connection closed
14:05:43.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:05:43Z chronyd exiting

Time: 22.908

OK (6 tests)

