JUnit version 4.13.2
.18:21:12.938 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:12.945 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:12.946 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:13.063 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive18192865501547990255
18:21:13.213 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:21:13.225 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:21:13.495 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:21:13.535 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:21:13.535 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
18:21:13.572 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
18:21:13.589 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:21:13.610 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
18:21:14.435 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:14.439 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
18:21:14.462 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:21:14.466 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:21:14.480 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:14.481 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:21:14.690 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:21:14.691 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:21:14.692 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:21:15.220 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:21:15.221 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6cc7711c, with PersistenceManager: null will be shutdown
18:21:15.250 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6cc7711c, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1d439447 created in the thread with id: 13
18:21:15.311 [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
18:21:15.535 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:15.537 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:15.538 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:15.539 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:15.540 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:15.540 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:16.146 [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
18:21:16.147 [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.155
18:21:16.147 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6cc7711c
18:21:16.506 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
18:21:16.555 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
18:21:16.612 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
18:21:16.615 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
18:21:16.697 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:21:16.705 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:21:17.063 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:21:17.071 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
18:21:17.083 [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)
18:21:17.084 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [33739]...
18:21:17.084 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:21:17.084 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:21:17.084 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
18:21:17.084 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
18:21:17.089 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:17.089 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:17.090 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:17.106 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:21:17.106 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:33739]
18:21:17.107 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:33739) in binary transport mode
18:21:17.126 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:33739) current connections: 1
18:21:17.224 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
18:21:17.350 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task2Jpcyw/test-tmp
18:21:17.365 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
18:21:17.369 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task2Jpcyw/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
18:21:17.413 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:33739"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

18:21:17.630 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:17.640 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

18:21:17.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.641450  2535 mini_oidc.cc:150] Starting JWKS server
18:21:17.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.642254  2535 webserver.cc:534] Webserver started at http://127.0.0.1:36841/ using document root <none> and password file <none>
18:21:17.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.642390  2535 mini_oidc.cc:186] Starting OIDC Discovery server
18:21:17.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.642568  2535 webserver.cc:534] Webserver started at http://127.0.0.1:46447/ using document root <none> and password file <none>
18:21:17.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:21:17Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:21:17.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:21:17Z Disabled control of system clock
18:21:17.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.657167  2535 external_mini_cluster.cc:1372] Running /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:17.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:17.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-0/wal
18:21:17.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-0/data
18:21:17.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:17.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:17.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:17.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:17.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:17.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:17.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-0/logs
18:21:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-0/data/info.pb
18:21:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:17.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:17.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:17.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:17.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:17.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:17.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:17.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:17.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.121.254:35565
18:21:17.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.121.254
18:21:17.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:17.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.121.212:36213
18:21:17.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:17.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:17.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:17.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:17.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.121.254:35565,127.2.121.253:44251,127.2.121.252:35311
18:21:17.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:17.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36841/jwks.json
18:21:17.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33739 with env {}
18:21:17.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:17.768914  2546 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:17.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:17.769109  2546 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:17.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:17.769131  2546 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:17.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:17.771142  2546 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:17.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:17.771229  2546 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:17.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:17.771251  2546 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:17.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:17.771270  2546 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:17.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:17.771289  2546 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:17.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:17.771306  2546 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36841/jwks.json
18:21:17.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.773702  2546 master_runner.cc:387] Master server non-default flags:
18:21:17.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:17.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.121.212:36213
18:21:17.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:17.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:17.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-0/data
18:21:17.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-0/wal
18:21:17.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33739
18:21:17.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:17.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.121.254:35565,127.2.121.253:44251,127.2.121.252:35311
18:21:17.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:17.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:17.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:17.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.121.254:35565
18:21:17.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:17.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:17.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:17.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36841/jwks.json
18:21:17.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:17.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:17.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-0/data/info.pb
18:21:17.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.121.254
18:21:17.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:17.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:17.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2546
18:21:17.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:17.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:17.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:17.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:17.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-0/logs
18:21:17.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:17.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:17.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:17.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:17.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:17.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:21:17.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:17.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:16 UTC on e7f111948823
18:21:17.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16869
18:21:17.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.773988  2546 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:17.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.774201  2546 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:21:17.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.778036  2546 server_base.cc:1061] running on GCE node
18:21:17.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:17.778267  2554 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
18:21:17.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:17.778441  2552 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
18:21:17.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:17.779095  2551 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
18:21:17.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.779368  2546 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:17.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.779655  2546 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:17.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.780809  2546 hybrid_clock.cc:648] HybridClock initialized: now 1783534877780775 us; error 49 us; skew 500 ppm
18:21:17.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.782102  2546 webserver.cc:534] Webserver started at http://127.2.121.254:39555/ using document root <none> and password file <none>
18:21:17.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.782321  2546 fs_manager.cc:362] Metadata directory not provided
18:21:17.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.782374  2546 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:17.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.782480  2546 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:17.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.783576  2546 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-0/data/instance:
18:21:17.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "347c7ae0e47d43f59008dbb5da10436c"
18:21:17.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:17 on dist-test-slave-1h44"
18:21:17.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.784052  2546 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-0/wal/instance:
18:21:17.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "347c7ae0e47d43f59008dbb5da10436c"
18:21:17.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:17 on dist-test-slave-1h44"
18:21:17.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.790349  2546 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.002s	sys 0.000s
18:21:17.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.791378  2560 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:17.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.791647  2546 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
18:21:17.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.791718  2546 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-0/data,/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-0/wal
18:21:17.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "347c7ae0e47d43f59008dbb5da10436c"
18:21:17.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:17 on dist-test-slave-1h44"
18:21:17.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.791783  2546 fs_report.cc:389] FS layout report
18:21:17.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:17.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-0/wal
18:21:17.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-0/wal
18:21:17.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-0/data/data
18:21:17.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:17.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:17.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:17.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:17.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:17.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:17.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:17.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:17.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:17.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:17.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:17.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.805228  2546 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:17.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.805555  2546 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:21:17.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.805685  2546 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:17.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.810631  2546 rpc_server.cc:307] RPC server started. Bound to: 127.2.121.254:35565
18:21:17.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.810660  2612 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.2.121.254:35565 every 8 connection(s)
18:21:17.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.810984  2546 server_base.cc:1193] Dumped server information to /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-0/data/info.pb
18:21:17.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.811556  2613 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:17.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.812888  2613 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.121.254" port: 35565 } has no permanent_uuid. Determining permanent_uuid...
18:21:17.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.815335  2535 external_mini_cluster.cc:1434] Started /tmp/dist-test-task2Jpcyw/build/release/bin/kudu as pid 2546
18:21:17.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.815440  2535 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-0/wal/instance
18:21:17.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.816435  2535 external_mini_cluster.cc:1372] Running /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:17.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:17.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-1/wal
18:21:17.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-1/data
18:21:17.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:17.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:17.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:17.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:17.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:17.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:17.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-1/logs
18:21:17.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-1/data/info.pb
18:21:17.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:17.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:17.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:17.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:17.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:17.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:17.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:17.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:17.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:17.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:17.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:17.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:17.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.121.253:44251
18:21:17.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.121.253
18:21:17.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:17.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.121.212:36213
18:21:17.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:17.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:17.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:17.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:17.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.121.254:35565,127.2.121.253:44251,127.2.121.252:35311
18:21:17.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:17.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36841/jwks.json
18:21:17.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33739 with env {}
18:21:17.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.823601  2613 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.121.253" port: 44251 } has no permanent_uuid. Determining permanent_uuid...
18:21:17.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:17.824553  2564 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.2.121.253:44251: connect: Connection refused (error 111)
18:21:17.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:17.825469  2613 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.121.253:44251: Network error: Client connection negotiation failed: client connection to 127.2.121.253:44251: connect: Connection refused (error 111)
18:21:17.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.874666  2613 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.121.253" port: 44251 } attempt: 1
18:21:17.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:17.875511  2613 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.121.253:44251: Network error: Client connection negotiation failed: client connection to 127.2.121.253:44251: connect: Connection refused (error 111)
18:21:17.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:17.900486  2616 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:17.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:17.900720  2616 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:17.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:17.900753  2616 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:17.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:17.902709  2616 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:17.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:17.902797  2616 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:17.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:17.902822  2616 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:17.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:17.902839  2616 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:17.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:17.902858  2616 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:17.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:17.902876  2616 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36841/jwks.json
18:21:17.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.904894  2616 master_runner.cc:387] Master server non-default flags:
18:21:17.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:17.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.121.212:36213
18:21:17.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:17.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:17.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-1/data
18:21:17.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-1/wal
18:21:17.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33739
18:21:17.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:17.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.121.254:35565,127.2.121.253:44251,127.2.121.252:35311
18:21:17.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:17.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:17.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:17.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.121.253:44251
18:21:17.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:17.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:17.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:17.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36841/jwks.json
18:21:17.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:17.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:17.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-1/data/info.pb
18:21:17.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.121.253
18:21:17.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:17.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:17.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2616
18:21:17.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:17.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:17.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:17.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:17.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-1/logs
18:21:17.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:17.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:17.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:17.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:17.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:17.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:21:17.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:16 UTC on e7f111948823
18:21:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16869
18:21:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.905205  2616 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.905514  2616 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:21:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:17.908382  2623 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
18:21:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:17.908401  2625 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
18:21:17.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:17.908529  2622 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
18:21:17.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.908767  2616 server_base.cc:1061] running on GCE node
18:21:17.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.908948  2616 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:17.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.909184  2616 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:17.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.910327  2616 hybrid_clock.cc:648] HybridClock initialized: now 1783534877910302 us; error 46 us; skew 500 ppm
18:21:17.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.911751  2616 webserver.cc:534] Webserver started at http://127.2.121.253:45233/ using document root <none> and password file <none>
18:21:17.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.911970  2616 fs_manager.cc:362] Metadata directory not provided
18:21:17.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.912025  2616 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:17.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.912132  2616 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:17.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.913259  2616 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-1/data/instance:
18:21:17.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ed291780fa5241cf8f9fa6c608ab39d8"
18:21:17.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:17 on dist-test-slave-1h44"
18:21:17.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.913658  2616 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-1/wal/instance:
18:21:17.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ed291780fa5241cf8f9fa6c608ab39d8"
18:21:17.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:17 on dist-test-slave-1h44"
18:21:17.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.915076  2616 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.003s
18:21:17.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.915917  2631 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:17.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.916082  2616 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.001s
18:21:17.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.916184  2616 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-1/data,/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-1/wal
18:21:17.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ed291780fa5241cf8f9fa6c608ab39d8"
18:21:17.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:17 on dist-test-slave-1h44"
18:21:17.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.916241  2616 fs_report.cc:389] FS layout report
18:21:17.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:17.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-1/wal
18:21:17.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-1/wal
18:21:17.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-1/data/data
18:21:17.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:17.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:17.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:17.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:17.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:17.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.927860  2616 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:17.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.928260  2616 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:21:17.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.928393  2616 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:17.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.933351  2616 rpc_server.cc:307] RPC server started. Bound to: 127.2.121.253:44251
18:21:17.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.933396  2683 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.2.121.253:44251 every 8 connection(s)
18:21:17.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.933796  2616 server_base.cc:1193] Dumped server information to /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-1/data/info.pb
18:21:17.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.934587  2684 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:17.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.935887  2684 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.121.254" port: 35565 } has no permanent_uuid. Determining permanent_uuid...
18:21:17.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.940836  2684 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.121.253" port: 44251 } has no permanent_uuid. Determining permanent_uuid...
18:21:17.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.942111  2535 external_mini_cluster.cc:1434] Started /tmp/dist-test-task2Jpcyw/build/release/bin/kudu as pid 2616
18:21:17.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.942180  2535 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-1/wal/instance
18:21:17.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.942473  2535 external_mini_cluster.cc:1372] Running /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:17.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:17.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-2/wal
18:21:17.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-2/data
18:21:17.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:17.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:17.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:17.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:17.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:17.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:17.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-2/logs
18:21:17.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-2/data/info.pb
18:21:17.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:17.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:17.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:17.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:17.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:17.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:17.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:17.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:17.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:17.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:17.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:17.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:17.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.121.252:35311
18:21:17.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.121.252
18:21:17.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:17.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.121.212:36213
18:21:17.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:17.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:17.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:17.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:17.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.121.254:35565,127.2.121.253:44251,127.2.121.252:35311
18:21:17.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:17.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36841/jwks.json
18:21:17.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33739 with env {}
18:21:17.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.945856  2684 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.121.252" port: 35311 } has no permanent_uuid. Determining permanent_uuid...
18:21:17.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.946074  2613 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.121.253" port: 44251 } attempt: 2
18:21:17.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:17.946632  2634 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.2.121.252:35311: connect: Connection refused (error 111)
18:21:17.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:17.949813  2684 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.121.252:35311: Network error: Client connection negotiation failed: client connection to 127.2.121.252:35311: connect: Connection refused (error 111)
18:21:17.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.951181  2613 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.121.252" port: 35311 } has no permanent_uuid. Determining permanent_uuid...
18:21:17.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:17.951853  2613 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.121.252:35311: Network error: Client connection negotiation failed: client connection to 127.2.121.252:35311: connect: Connection refused (error 111)
18:21:17.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.995016  2613 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.121.252" port: 35311 } attempt: 1
18:21:17.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:17.995977  2613 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.121.252:35311: Network error: Client connection negotiation failed: client connection to 127.2.121.252:35311: connect: Connection refused (error 111)
18:21:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:17.999051  2684 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.121.252" port: 35311 } attempt: 1
18:21:18.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:17.999846  2684 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.121.252:35311: Network error: Client connection negotiation failed: client connection to 127.2.121.252:35311: connect: Connection refused (error 111)
18:21:18.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:18.028683  2687 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:18.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:18.028898  2687 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:18.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:18.028930  2687 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:18.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:18.030838  2687 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:18.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:18.030917  2687 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:18.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:18.030941  2687 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:18.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:18.030957  2687 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:18.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:18.030979  2687 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:18.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:18.030998  2687 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36841/jwks.json
18:21:18.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.032917  2687 master_runner.cc:387] Master server non-default flags:
18:21:18.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:18.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.121.212:36213
18:21:18.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:18.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:18.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-2/data
18:21:18.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-2/wal
18:21:18.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33739
18:21:18.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:18.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.121.254:35565,127.2.121.253:44251,127.2.121.252:35311
18:21:18.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:18.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:18.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:18.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.121.252:35311
18:21:18.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:18.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:18.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:18.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36841/jwks.json
18:21:18.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:18.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:18.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-2/data/info.pb
18:21:18.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.121.252
18:21:18.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:18.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:18.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2687
18:21:18.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:18.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:18.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:18.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:18.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-2/logs
18:21:18.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:18.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:18.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:18.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:18.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:18.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:21:18.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:18.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:16 UTC on e7f111948823
18:21:18.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16869
18:21:18.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.033248  2687 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:18.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.033524  2687 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:21:18.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:18.037108  2694 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
18:21:18.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:18.037108  2693 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
18:21:18.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:18.037696  2696 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
18:21:18.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.037885  2687 server_base.cc:1061] running on GCE node
18:21:18.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.038093  2687 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:18.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.038312  2687 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:18.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.039469  2687 hybrid_clock.cc:648] HybridClock initialized: now 1783534878039433 us; error 52 us; skew 500 ppm
18:21:18.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.040920  2687 webserver.cc:534] Webserver started at http://127.2.121.252:35063/ using document root <none> and password file <none>
18:21:18.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.041144  2687 fs_manager.cc:362] Metadata directory not provided
18:21:18.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.041203  2687 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:18.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.041302  2687 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:18.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.042425  2687 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-2/data/instance:
18:21:18.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0e84b7160e014478918d12ba88bbd55f"
18:21:18.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:18 on dist-test-slave-1h44"
18:21:18.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.042795  2687 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-2/wal/instance:
18:21:18.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0e84b7160e014478918d12ba88bbd55f"
18:21:18.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:18 on dist-test-slave-1h44"
18:21:18.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.043159  2613 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.121.252" port: 35311 } attempt: 2
18:21:18.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:18.044020  2613 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.121.252:35311: Network error: Client connection negotiation failed: client connection to 127.2.121.252:35311: connect: Connection refused (error 111)
18:21:18.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.044318  2687 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
18:21:18.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.045258  2702 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:18.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.045444  2687 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
18:21:18.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.045508  2687 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-2/data,/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-2/wal
18:21:18.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0e84b7160e014478918d12ba88bbd55f"
18:21:18.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:18 on dist-test-slave-1h44"
18:21:18.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.045593  2687 fs_report.cc:389] FS layout report
18:21:18.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:18.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-2/wal
18:21:18.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-2/wal
18:21:18.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-2/data/data
18:21:18.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:18.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:18.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:18.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:18.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:18.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:18.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:18.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:18.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:18.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:18.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:18.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.060351  2687 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:18.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.060674  2687 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:21:18.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.060779  2687 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:18.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.066160  2687 rpc_server.cc:307] RPC server started. Bound to: 127.2.121.252:35311
18:21:18.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.066191  2754 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.2.121.252:35311 every 8 connection(s)
18:21:18.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.066574  2687 server_base.cc:1193] Dumped server information to /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-2/data/info.pb
18:21:18.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.067090  2755 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:18.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.068015  2684 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.121.252" port: 35311 } attempt: 2
18:21:18.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.068450  2535 external_mini_cluster.cc:1434] Started /tmp/dist-test-task2Jpcyw/build/release/bin/kudu as pid 2687
18:21:18.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.068531  2535 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4424101435150628073/master-2/wal/instance
18:21:18.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.068496  2755 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.121.254" port: 35565 } has no permanent_uuid. Determining permanent_uuid...
18:21:18.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.073988  2755 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.121.253" port: 44251 } has no permanent_uuid. Determining permanent_uuid...
18:21:18.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.074707  2684 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ed291780fa5241cf8f9fa6c608ab39d8: Bootstrap starting.
18:21:18.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.076051  2684 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ed291780fa5241cf8f9fa6c608ab39d8: Neither blocks nor log segments found. Creating new log.
18:21:18.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.076349  2684 log.cc:826] T 00000000000000000000000000000000 P ed291780fa5241cf8f9fa6c608ab39d8: Log is configured to *not* fsync() on all Append() calls
18:21:18.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.077008  2684 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ed291780fa5241cf8f9fa6c608ab39d8: No bootstrap required, opened a new log
18:21:18.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.078203  2755 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.121.252" port: 35311 } has no permanent_uuid. Determining permanent_uuid...
18:21:18.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.079268  2684 raft_consensus.cc:359] T 00000000000000000000000000000000 P ed291780fa5241cf8f9fa6c608ab39d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "347c7ae0e47d43f59008dbb5da10436c" member_type: VOTER last_known_addr { host: "127.2.121.254" port: 35565 } } peers { permanent_uuid: "ed291780fa5241cf8f9fa6c608ab39d8" member_type: VOTER last_known_addr { host: "127.2.121.253" port: 44251 } } peers { permanent_uuid: "0e84b7160e014478918d12ba88bbd55f" member_type: VOTER last_known_addr { host: "127.2.121.252" port: 35311 } }
18:21:18.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.079391  2684 raft_consensus.cc:385] T 00000000000000000000000000000000 P ed291780fa5241cf8f9fa6c608ab39d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:18.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.079419  2684 raft_consensus.cc:740] T 00000000000000000000000000000000 P ed291780fa5241cf8f9fa6c608ab39d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed291780fa5241cf8f9fa6c608ab39d8, State: Initialized, Role: FOLLOWER
18:21:18.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.079506  2684 consensus_queue.cc:260] T 00000000000000000000000000000000 P ed291780fa5241cf8f9fa6c608ab39d8 [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: "347c7ae0e47d43f59008dbb5da10436c" member_type: VOTER last_known_addr { host: "127.2.121.254" port: 35565 } } peers { permanent_uuid: "ed291780fa5241cf8f9fa6c608ab39d8" member_type: VOTER last_known_addr { host: "127.2.121.253" port: 44251 } } peers { permanent_uuid: "0e84b7160e014478918d12ba88bbd55f" member_type: VOTER last_known_addr { host: "127.2.121.252" port: 35311 } }
18:21:18.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.079783  2684 sys_catalog.cc:565] T 00000000000000000000000000000000 P ed291780fa5241cf8f9fa6c608ab39d8 [sys.catalog]: configured and running, proceeding with master startup.
18:21:18.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.080231  2761 sys_catalog.cc:455] T 00000000000000000000000000000000 P ed291780fa5241cf8f9fa6c608ab39d8 [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: "347c7ae0e47d43f59008dbb5da10436c" member_type: VOTER last_known_addr { host: "127.2.121.254" port: 35565 } } peers { permanent_uuid: "ed291780fa5241cf8f9fa6c608ab39d8" member_type: VOTER last_known_addr { host: "127.2.121.253" port: 44251 } } peers { permanent_uuid: "0e84b7160e014478918d12ba88bbd55f" member_type: VOTER last_known_addr { host: "127.2.121.252" port: 35311 } } }
18:21:18.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.080310  2761 sys_catalog.cc:458] T 00000000000000000000000000000000 P ed291780fa5241cf8f9fa6c608ab39d8 [sys.catalog]: This master's current role is: FOLLOWER
18:21:18.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.082773  2755 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0e84b7160e014478918d12ba88bbd55f: Bootstrap starting.
18:21:18.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.083470  2755 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0e84b7160e014478918d12ba88bbd55f: Neither blocks nor log segments found. Creating new log.
18:21:18.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.083737  2755 log.cc:826] T 00000000000000000000000000000000 P 0e84b7160e014478918d12ba88bbd55f: Log is configured to *not* fsync() on all Append() calls
18:21:18.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.083026  2616 master_runner.cc:187] Error getting master registration for 127.2.121.254:35565: OK, instance_id { permanent_uuid: "347c7ae0e47d43f59008dbb5da10436c" instance_seqno: 1783534877809315 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:21:18.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.084842  2616 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:18.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.085847  2755 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0e84b7160e014478918d12ba88bbd55f: No bootstrap required, opened a new log
18:21:18.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.087297  2755 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0e84b7160e014478918d12ba88bbd55f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "347c7ae0e47d43f59008dbb5da10436c" member_type: VOTER last_known_addr { host: "127.2.121.254" port: 35565 } } peers { permanent_uuid: "ed291780fa5241cf8f9fa6c608ab39d8" member_type: VOTER last_known_addr { host: "127.2.121.253" port: 44251 } } peers { permanent_uuid: "0e84b7160e014478918d12ba88bbd55f" member_type: VOTER last_known_addr { host: "127.2.121.252" port: 35311 } }
18:21:18.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.087422  2755 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0e84b7160e014478918d12ba88bbd55f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:18.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.087457  2755 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0e84b7160e014478918d12ba88bbd55f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0e84b7160e014478918d12ba88bbd55f, State: Initialized, Role: FOLLOWER
18:21:18.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.087559  2535 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:21:18.088 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:18.089 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:21:18.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.088397  2755 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0e84b7160e014478918d12ba88bbd55f [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: "347c7ae0e47d43f59008dbb5da10436c" member_type: VOTER last_known_addr { host: "127.2.121.254" port: 35565 } } peers { permanent_uuid: "ed291780fa5241cf8f9fa6c608ab39d8" member_type: VOTER last_known_addr { host: "127.2.121.253" port: 44251 } } peers { permanent_uuid: "0e84b7160e014478918d12ba88bbd55f" member_type: VOTER last_known_addr { host: "127.2.121.252" port: 35311 } }
18:21:18.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.088714  2755 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0e84b7160e014478918d12ba88bbd55f [sys.catalog]: configured and running, proceeding with master startup.
18:21:18.091 [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=	
18:21:18.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:18.092229  2792 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 0e84b7160e014478918d12ba88bbd55f: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:18.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:18.093137  2792 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:18.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:18.093600  2772 client.h:372] Failed to connect to Hive Metastore (localhost:33739): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:18.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.092051  2687 master_runner.cc:187] Error getting master registration for 127.2.121.254:35565: OK, instance_id { permanent_uuid: "347c7ae0e47d43f59008dbb5da10436c" instance_seqno: 1783534877809315 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:21:18.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.093807  2687 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:18.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.094238  2778 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0e84b7160e014478918d12ba88bbd55f [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: "347c7ae0e47d43f59008dbb5da10436c" member_type: VOTER last_known_addr { host: "127.2.121.254" port: 35565 } } peers { permanent_uuid: "ed291780fa5241cf8f9fa6c608ab39d8" member_type: VOTER last_known_addr { host: "127.2.121.253" port: 44251 } } peers { permanent_uuid: "0e84b7160e014478918d12ba88bbd55f" member_type: VOTER last_known_addr { host: "127.2.121.252" port: 35311 } } }
18:21:18.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.094331  2778 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0e84b7160e014478918d12ba88bbd55f [sys.catalog]: This master's current role is: FOLLOWER
18:21:18.095 [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=	
18:21:18.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:18.095919  2789 client.h:372] Failed to connect to Hive Metastore (localhost:33739): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:18.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:18.099612  2775 catalog_manager.cc:1593] T 00000000000000000000000000000000 P ed291780fa5241cf8f9fa6c608ab39d8: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:18.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:18.100054  2775 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:18.100 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.2.121.254"
      port: 35565
    }
    bound_http_address {
      host: "127.2.121.254"
      port: 39555
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.2.121.253"
      port: 44251
    }
    bound_http_address {
      host: "127.2.121.253"
      port: 45233
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.2.121.252"
      port: 35311
    }
    bound_http_address {
      host: "127.2.121.252"
      port: 35063
    }
  }
}

18:21:18.104 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

18:21:18.105 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:18.128 [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=7eb8ba38-065c-49ca-954e-f76bbabed8f3, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:18.132 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:21:18.132 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:21:18.135 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@402d0c99, with PersistenceManager: null will be shutdown
18:21:18.135 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@402d0c99, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2b28fbfa created in the thread with id: 36
18:21:18.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.151199  2613 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.121.252" port: 35311 } attempt: 3
18:21:18.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.156795  2613 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c: Bootstrap starting.
18:21:18.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.157569  2613 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c: Neither blocks nor log segments found. Creating new log.
18:21:18.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.157850  2613 log.cc:826] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c: Log is configured to *not* fsync() on all Append() calls
18:21:18.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.166595  2613 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c: No bootstrap required, opened a new log
18:21:18.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.169256  2613 raft_consensus.cc:359] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "347c7ae0e47d43f59008dbb5da10436c" member_type: VOTER last_known_addr { host: "127.2.121.254" port: 35565 } } peers { permanent_uuid: "ed291780fa5241cf8f9fa6c608ab39d8" member_type: VOTER last_known_addr { host: "127.2.121.253" port: 44251 } } peers { permanent_uuid: "0e84b7160e014478918d12ba88bbd55f" member_type: VOTER last_known_addr { host: "127.2.121.252" port: 35311 } }
18:21:18.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.169389  2613 raft_consensus.cc:385] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:18.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.169420  2613 raft_consensus.cc:740] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 347c7ae0e47d43f59008dbb5da10436c, State: Initialized, Role: FOLLOWER
18:21:18.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.170274  2613 consensus_queue.cc:260] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c [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: "347c7ae0e47d43f59008dbb5da10436c" member_type: VOTER last_known_addr { host: "127.2.121.254" port: 35565 } } peers { permanent_uuid: "ed291780fa5241cf8f9fa6c608ab39d8" member_type: VOTER last_known_addr { host: "127.2.121.253" port: 44251 } } peers { permanent_uuid: "0e84b7160e014478918d12ba88bbd55f" member_type: VOTER last_known_addr { host: "127.2.121.252" port: 35311 } }
18:21:18.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.170650  2613 sys_catalog.cc:565] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c [sys.catalog]: configured and running, proceeding with master startup.
18:21:18.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.172025  2798 sys_catalog.cc:455] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c [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: "347c7ae0e47d43f59008dbb5da10436c" member_type: VOTER last_known_addr { host: "127.2.121.254" port: 35565 } } peers { permanent_uuid: "ed291780fa5241cf8f9fa6c608ab39d8" member_type: VOTER last_known_addr { host: "127.2.121.253" port: 44251 } } peers { permanent_uuid: "0e84b7160e014478918d12ba88bbd55f" member_type: VOTER last_known_addr { host: "127.2.121.252" port: 35311 } } }
18:21:18.173 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@402d0c99
18:21:18.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.172442  2798 sys_catalog.cc:458] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c [sys.catalog]: This master's current role is: FOLLOWER
18:21:18.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.175895  2546 master_runner.cc:264] No leader master found from master 347c7ae0e47d43f59008dbb5da10436c
18:21:18.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.175947  2546 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:18.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:18.178820  2812 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:18.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:18.179093  2812 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:18.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:18.186020  2637 tablet.cc:2406] T 00000000000000000000000000000000 P ed291780fa5241cf8f9fa6c608ab39d8: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:21:18.190 [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=	
18:21:18.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:18.191287  2809 client.h:372] Failed to connect to Hive Metastore (localhost:33739): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:18.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.203162  2798 raft_consensus.cc:493] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:21:18.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.203315  2798 raft_consensus.cc:515] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "347c7ae0e47d43f59008dbb5da10436c" member_type: VOTER last_known_addr { host: "127.2.121.254" port: 35565 } } peers { permanent_uuid: "ed291780fa5241cf8f9fa6c608ab39d8" member_type: VOTER last_known_addr { host: "127.2.121.253" port: 44251 } } peers { permanent_uuid: "0e84b7160e014478918d12ba88bbd55f" member_type: VOTER last_known_addr { host: "127.2.121.252" port: 35311 } }
18:21:18.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.203583  2798 leader_election.cc:290] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ed291780fa5241cf8f9fa6c608ab39d8 (127.2.121.253:44251), 0e84b7160e014478918d12ba88bbd55f (127.2.121.252:35311)
18:21:18.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.204514  2729 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "347c7ae0e47d43f59008dbb5da10436c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0e84b7160e014478918d12ba88bbd55f" is_pre_election: true
18:21:18.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.204684  2729 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 0e84b7160e014478918d12ba88bbd55f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 347c7ae0e47d43f59008dbb5da10436c in term 0.
18:21:18.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.205080  2658 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "347c7ae0e47d43f59008dbb5da10436c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ed291780fa5241cf8f9fa6c608ab39d8" is_pre_election: true
18:21:18.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.205225  2658 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ed291780fa5241cf8f9fa6c608ab39d8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 347c7ae0e47d43f59008dbb5da10436c in term 0.
18:21:18.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.205495  2563 leader_election.cc:304] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c [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: 0e84b7160e014478918d12ba88bbd55f, 347c7ae0e47d43f59008dbb5da10436c; no voters: 
18:21:18.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.205670  2798 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c [term 0 FOLLOWER]: Leader pre-election won for term 1
18:21:18.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.205713  2798 raft_consensus.cc:493] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
18:21:18.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.205735  2798 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c [term 0 FOLLOWER]: Advancing to term 1
18:21:18.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.207063  2798 raft_consensus.cc:515] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "347c7ae0e47d43f59008dbb5da10436c" member_type: VOTER last_known_addr { host: "127.2.121.254" port: 35565 } } peers { permanent_uuid: "ed291780fa5241cf8f9fa6c608ab39d8" member_type: VOTER last_known_addr { host: "127.2.121.253" port: 44251 } } peers { permanent_uuid: "0e84b7160e014478918d12ba88bbd55f" member_type: VOTER last_known_addr { host: "127.2.121.252" port: 35311 } }
18:21:18.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.207192  2798 leader_election.cc:290] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c [CANDIDATE]: Term 1 election: Requested vote from peers ed291780fa5241cf8f9fa6c608ab39d8 (127.2.121.253:44251), 0e84b7160e014478918d12ba88bbd55f (127.2.121.252:35311)
18:21:18.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.207508  2729 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "347c7ae0e47d43f59008dbb5da10436c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0e84b7160e014478918d12ba88bbd55f"
18:21:18.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.207583  2729 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 0e84b7160e014478918d12ba88bbd55f [term 0 FOLLOWER]: Advancing to term 1
18:21:18.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.208420  2729 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 0e84b7160e014478918d12ba88bbd55f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 347c7ae0e47d43f59008dbb5da10436c in term 1.
18:21:18.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.208581  2563 leader_election.cc:304] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c [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: 0e84b7160e014478918d12ba88bbd55f, 347c7ae0e47d43f59008dbb5da10436c; no voters: 
18:21:18.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.208689  2658 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "347c7ae0e47d43f59008dbb5da10436c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ed291780fa5241cf8f9fa6c608ab39d8"
18:21:18.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.208758  2658 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ed291780fa5241cf8f9fa6c608ab39d8 [term 0 FOLLOWER]: Advancing to term 1
18:21:18.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.209643  2658 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ed291780fa5241cf8f9fa6c608ab39d8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 347c7ae0e47d43f59008dbb5da10436c in term 1.
18:21:18.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.211241  2798 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c [term 1 FOLLOWER]: Leader election won for term 1
18:21:18.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.211422  2798 raft_consensus.cc:697] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c [term 1 LEADER]: Becoming Leader. State: Replica: 347c7ae0e47d43f59008dbb5da10436c, State: Running, Role: LEADER
18:21:18.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.211505  2798 consensus_queue.cc:237] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c [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: "347c7ae0e47d43f59008dbb5da10436c" member_type: VOTER last_known_addr { host: "127.2.121.254" port: 35565 } } peers { permanent_uuid: "ed291780fa5241cf8f9fa6c608ab39d8" member_type: VOTER last_known_addr { host: "127.2.121.253" port: 44251 } } peers { permanent_uuid: "0e84b7160e014478918d12ba88bbd55f" member_type: VOTER last_known_addr { host: "127.2.121.252" port: 35311 } }
18:21:18.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.211872  2798 sys_catalog.cc:455] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c [sys.catalog]: SysCatalogTable state changed. Reason: New leader 347c7ae0e47d43f59008dbb5da10436c. Latest consensus state: current_term: 1 leader_uuid: "347c7ae0e47d43f59008dbb5da10436c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "347c7ae0e47d43f59008dbb5da10436c" member_type: VOTER last_known_addr { host: "127.2.121.254" port: 35565 } } peers { permanent_uuid: "ed291780fa5241cf8f9fa6c608ab39d8" member_type: VOTER last_known_addr { host: "127.2.121.253" port: 44251 } } peers { permanent_uuid: "0e84b7160e014478918d12ba88bbd55f" member_type: VOTER last_known_addr { host: "127.2.121.252" port: 35311 } } }
18:21:18.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.211951  2798 sys_catalog.cc:458] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c [sys.catalog]: This master's current role is: LEADER
18:21:18.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.218071  2817 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
18:21:18.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.218645  2817 catalog_manager.cc:1519] Initializing Kudu cluster ID...
18:21:18.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.231097  2729 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 0e84b7160e014478918d12ba88bbd55f [term 1 FOLLOWER]: Refusing update from remote peer 347c7ae0e47d43f59008dbb5da10436c: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:21:18.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.231833  2798 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c [LEADER]: Connected to new peer: Peer: permanent_uuid: "0e84b7160e014478918d12ba88bbd55f" member_type: VOTER last_known_addr { host: "127.2.121.252" port: 35311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:21:18.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.233094  2778 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0e84b7160e014478918d12ba88bbd55f [sys.catalog]: SysCatalogTable state changed. Reason: New leader 347c7ae0e47d43f59008dbb5da10436c. Latest consensus state: current_term: 1 leader_uuid: "347c7ae0e47d43f59008dbb5da10436c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "347c7ae0e47d43f59008dbb5da10436c" member_type: VOTER last_known_addr { host: "127.2.121.254" port: 35565 } } peers { permanent_uuid: "ed291780fa5241cf8f9fa6c608ab39d8" member_type: VOTER last_known_addr { host: "127.2.121.253" port: 44251 } } peers { permanent_uuid: "0e84b7160e014478918d12ba88bbd55f" member_type: VOTER last_known_addr { host: "127.2.121.252" port: 35311 } } }
18:21:18.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.233175  2778 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0e84b7160e014478918d12ba88bbd55f [sys.catalog]: This master's current role is: FOLLOWER
18:21:18.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.234035  2658 raft_consensus.cc:1275] T 00000000000000000000000000000000 P ed291780fa5241cf8f9fa6c608ab39d8 [term 1 FOLLOWER]: Refusing update from remote peer 347c7ae0e47d43f59008dbb5da10436c: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:21:18.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.234287  2798 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c [LEADER]: Connected to new peer: Peer: permanent_uuid: "ed291780fa5241cf8f9fa6c608ab39d8" member_type: VOTER last_known_addr { host: "127.2.121.253" port: 44251 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:21:18.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.235567  2761 sys_catalog.cc:455] T 00000000000000000000000000000000 P ed291780fa5241cf8f9fa6c608ab39d8 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 347c7ae0e47d43f59008dbb5da10436c. Latest consensus state: current_term: 1 leader_uuid: "347c7ae0e47d43f59008dbb5da10436c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "347c7ae0e47d43f59008dbb5da10436c" member_type: VOTER last_known_addr { host: "127.2.121.254" port: 35565 } } peers { permanent_uuid: "ed291780fa5241cf8f9fa6c608ab39d8" member_type: VOTER last_known_addr { host: "127.2.121.253" port: 44251 } } peers { permanent_uuid: "0e84b7160e014478918d12ba88bbd55f" member_type: VOTER last_known_addr { host: "127.2.121.252" port: 35311 } } }
18:21:18.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.235661  2761 sys_catalog.cc:458] T 00000000000000000000000000000000 P ed291780fa5241cf8f9fa6c608ab39d8 [sys.catalog]: This master's current role is: FOLLOWER
18:21:18.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.237268  2815 sys_catalog.cc:455] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "347c7ae0e47d43f59008dbb5da10436c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "347c7ae0e47d43f59008dbb5da10436c" member_type: VOTER last_known_addr { host: "127.2.121.254" port: 35565 } } peers { permanent_uuid: "ed291780fa5241cf8f9fa6c608ab39d8" member_type: VOTER last_known_addr { host: "127.2.121.253" port: 44251 } } peers { permanent_uuid: "0e84b7160e014478918d12ba88bbd55f" member_type: VOTER last_known_addr { host: "127.2.121.252" port: 35311 } } }
18:21:18.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.237622  2815 sys_catalog.cc:458] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c [sys.catalog]: This master's current role is: LEADER
18:21:18.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.238139  2778 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0e84b7160e014478918d12ba88bbd55f [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "347c7ae0e47d43f59008dbb5da10436c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "347c7ae0e47d43f59008dbb5da10436c" member_type: VOTER last_known_addr { host: "127.2.121.254" port: 35565 } } peers { permanent_uuid: "ed291780fa5241cf8f9fa6c608ab39d8" member_type: VOTER last_known_addr { host: "127.2.121.253" port: 44251 } } peers { permanent_uuid: "0e84b7160e014478918d12ba88bbd55f" member_type: VOTER last_known_addr { host: "127.2.121.252" port: 35311 } } }
18:21:18.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.238222  2778 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0e84b7160e014478918d12ba88bbd55f [sys.catalog]: This master's current role is: FOLLOWER
18:21:18.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.238870  2818 mvcc.cc:204] Tried to move back new op lower bound from 7305358861231194112 to 7305358861154791424. Current Snapshot: MvccSnapshot[applied={T|T < 7305358861231194112}]
18:21:18.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.239223  2819 mvcc.cc:204] Tried to move back new op lower bound from 7305358861231194112 to 7305358861154791424. Current Snapshot: MvccSnapshot[applied={T|T < 7305358861231194112}]
18:21:18.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.240257  2817 catalog_manager.cc:1382] Generated new cluster ID: 31b0e5b117444924a4ccd399ff06d98f
18:21:18.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.240319  2817 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
18:21:18.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.246562  2815 sys_catalog.cc:455] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "347c7ae0e47d43f59008dbb5da10436c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "347c7ae0e47d43f59008dbb5da10436c" member_type: VOTER last_known_addr { host: "127.2.121.254" port: 35565 } } peers { permanent_uuid: "ed291780fa5241cf8f9fa6c608ab39d8" member_type: VOTER last_known_addr { host: "127.2.121.253" port: 44251 } } peers { permanent_uuid: "0e84b7160e014478918d12ba88bbd55f" member_type: VOTER last_known_addr { host: "127.2.121.252" port: 35311 } } }
18:21:18.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.246675  2815 sys_catalog.cc:458] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c [sys.catalog]: This master's current role is: LEADER
18:21:18.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.247218  2761 sys_catalog.cc:455] T 00000000000000000000000000000000 P ed291780fa5241cf8f9fa6c608ab39d8 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "347c7ae0e47d43f59008dbb5da10436c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "347c7ae0e47d43f59008dbb5da10436c" member_type: VOTER last_known_addr { host: "127.2.121.254" port: 35565 } } peers { permanent_uuid: "ed291780fa5241cf8f9fa6c608ab39d8" member_type: VOTER last_known_addr { host: "127.2.121.253" port: 44251 } } peers { permanent_uuid: "0e84b7160e014478918d12ba88bbd55f" member_type: VOTER last_known_addr { host: "127.2.121.252" port: 35311 } } }
18:21:18.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.247315  2761 sys_catalog.cc:458] T 00000000000000000000000000000000 P ed291780fa5241cf8f9fa6c608ab39d8 [sys.catalog]: This master's current role is: FOLLOWER
18:21:18.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.266727  2817 catalog_manager.cc:1405] Generated new certificate authority record
18:21:18.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.267897  2817 catalog_manager.cc:1539] Loading token signing keys...
18:21:18.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.280488  2817 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 347c7ae0e47d43f59008dbb5da10436c: Generated new TSK 0
18:21:18.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.280972  2817 catalog_manager.cc:1549] Initializing in-progress tserver states...
18:21:18.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.281121  2817 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
18:21:18.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:18.281186  2817 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
18:21:18.787 [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.
18:21:18.801 [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.
18:21:18.801 [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.
18:21:18.988 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:19.003 [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/hive18192865501547990255/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=7eb8ba38-065c-49ca-954e-f76bbabed8f3, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:21:19.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:19.093824  2792 catalog_manager.cc:1294] Loaded cluster ID: 31b0e5b117444924a4ccd399ff06d98f
18:21:19.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:19.093953  2792 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 0e84b7160e014478918d12ba88bbd55f: loading cluster ID for follower catalog manager: success
18:21:19.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:19.095274  2792 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 0e84b7160e014478918d12ba88bbd55f: acquiring CA information for follower catalog manager: success
18:21:19.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:19.095629  2792 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 0e84b7160e014478918d12ba88bbd55f: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:21:19.096 [INFO - Metastore-Handler-Pool: Thread-43] (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=	
18:21:19.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:19.096969  2772 client.h:372] Failed to connect to Hive Metastore (localhost:33739): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:19.098 [INFO - Metastore-Handler-Pool: Thread-45] (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=	
18:21:19.098 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive18192865501547990255/external-warehouse/table
18:21:19.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:19.099535  2789 client.h:372] Failed to connect to Hive Metastore (localhost:33739): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:19.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:19.100652  2775 catalog_manager.cc:1294] Loaded cluster ID: 31b0e5b117444924a4ccd399ff06d98f
18:21:19.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:19.100708  2775 catalog_manager.cc:1587] T 00000000000000000000000000000000 P ed291780fa5241cf8f9fa6c608ab39d8: loading cluster ID for follower catalog manager: success
18:21:19.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:19.102012  2775 catalog_manager.cc:1609] T 00000000000000000000000000000000 P ed291780fa5241cf8f9fa6c608ab39d8: acquiring CA information for follower catalog manager: success
18:21:19.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:19.102293  2775 catalog_manager.cc:1637] T 00000000000000000000000000000000 P ed291780fa5241cf8f9fa6c608ab39d8: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:21:19.194 [INFO - Metastore-Handler-Pool: Thread-49] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:19.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:19.195405  2809 client.h:372] Failed to connect to Hive Metastore (localhost:33739): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:19.263 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
18:21:19.266 [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)
18:21:19.268 [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)

18:21:19.293 [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.2.121.254:35565,127.2.121.252:35311,127.2.121.253:44251}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:19.315 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:19.320 [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/hive18192865501547990255/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.2.121.254:35565,127.2.121.252:35311,127.2.121.253:44251}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:21:19.324 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive18192865501547990255/external-warehouse/table
18:21:19.347 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
18:21:19.348 [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)
18:21:19.349 [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)

18:21:19.351 [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=eaec9227-cd57-4857-b6a6-80901d059492, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.2.121.254:35565,127.2.121.252:35311,127.2.121.253:44251}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:19.355 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:19.359 [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/hive18192865501547990255/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=eaec9227-cd57-4857-b6a6-80901d059492, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.2.121.254:35565,127.2.121.252:35311,127.2.121.253:44251}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:21:19.362 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive18192865501547990255/external-warehouse/table
18:21:19.383 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
18:21:19.388 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
18:21:19.388 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
18:21:19.393 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@4c2c31de
18:21:19.423 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
18:21:19.423 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
18:21:19.424 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
18:21:19.424 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
18:21:19.424 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
18:21:19.425 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
18:21:19.425 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
18:21:19.426 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
18:21:19.426 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
18:21:19.427 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
18:21:19.428 [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
18:21:19.429 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
18:21:19.429 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
18:21:19.429 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
18:21:19.430 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
18:21:19.430 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
18:21:19.431 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
18:21:19.431 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
18:21:19.431 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
18:21:19.439 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
18:21:19.466 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
18:21:19.475 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
18:21:19.480 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
18:21:19.480 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
18:21:19.487 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
18:21:19.487 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
18:21:19.533 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
18:21:19.533 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
18:21:19.533 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
18:21:19.533 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
18:21:19.534 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
18:21:19.534 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
18:21:19.534 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
18:21:19.534 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
18:21:19.534 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
18:21:19.534 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
18:21:19.534 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
18:21:19.534 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
18:21:19.534 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
18:21:19.548 [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)
18:21:19.551 [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.
18:21:19.572 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
18:21:19.712 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.2.121.254:35565(127.2.121.254:35565)] connecting to peer
18:21:19.718 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 2483 (auto-detected)
18:21:19.720 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
18:21:19.721 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
18:21:19.722 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
18:21:19.723 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
18:21:19.725 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:28:ff:fe:0b:22:2f (auto-detected)
18:21:19.743 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
18:21:19.743 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
18:21:19.743 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
18:21:19.748 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
18:21:19.753 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.2.121.252:35311(127.2.121.252:35311)] connecting to peer
18:21:19.755 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.2.121.253:44251(127.2.121.253:44251)] connecting to peer
18:21:19.775 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.2.121.252:35311(127.2.121.252:35311)] Successfully connected to peer
18:21:19.776 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.2.121.253:44251(127.2.121.253:44251)] Successfully connected to peer
18:21:19.776 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.2.121.254:35565(127.2.121.254:35565)] Successfully connected to peer
18:21:19.787 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
18:21:19.787 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
18:21:19.787 [DEBUG - kudu-nio-1] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@b5e7bf5
18:21:19.792 [DEBUG - kudu-nio-2] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
18:21:19.793 [DEBUG - kudu-nio-2] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
18:21:19.793 [DEBUG - kudu-nio-2] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
18:21:19.793 [DEBUG - kudu-nio-2] (Recycler.java:99) -Dio.netty.recycler.blocking: false
18:21:19.793 [DEBUG - kudu-nio-2] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
18:21:19.855 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.2.121.253
18:21:19.855 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.2.121.252
18:21:19.855 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.2.121.254
18:21:20.099 [INFO - Metastore-Handler-Pool: Thread-56] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:20.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:20.099787  2772 client.h:372] Failed to connect to Hive Metastore (localhost:33739): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:20.103 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:21:20.103 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:21:20.107 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:21:20.113 [INFO - Metastore-Handler-Pool: Thread-57] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:20.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:20.114336  2789 client.h:372] Failed to connect to Hive Metastore (localhost:33739): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:20.127 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x6335d9c1, L:/127.0.0.1:33730 - R:/127.2.121.253:44251] using SASL/PLAIN
18:21:20.127 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xa97044cb, L:/127.0.0.1:38598 - R:/127.2.121.252:35311] using SASL/PLAIN
18:21:20.137 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x9e56ea8c, L:/127.0.0.1:38836 - R:/127.2.121.254:35565] using SASL/PLAIN
18:21:20.176 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
18:21:20.183 [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)
18:21:20.184 [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)

18:21:20.186 [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=262cf1c8-e0da-4f6a-a4dd-4e87fbc459c6, 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)	
18:21:20.190 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:20.194 [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/hive18192865501547990255/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=262cf1c8-e0da-4f6a-a4dd-4e87fbc459c6, 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)
18:21:20.197 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive18192865501547990255/external-warehouse/table
18:21:20.197 [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=	
18:21:20.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:20.198081  2809 client.h:372] Failed to connect to Hive Metastore (localhost:33739): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:20.215 [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)
18:21:20.216 [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)

18:21:20.217 [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=a12d5e6a-7671-4c8e-b310-6ffe13d7fd2d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.2.121.254:35565,127.2.121.252:35311,127.2.121.253:44251}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:20.221 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:20.224 [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/hive18192865501547990255/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=a12d5e6a-7671-4c8e-b310-6ffe13d7fd2d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.2.121.254:35565,127.2.121.252:35311,127.2.121.253:44251}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:21:20.227 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive18192865501547990255/external-warehouse/table
18:21:20.327 [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	
18:21:20.414 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:20.426 [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	
18:21:20.606 [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.
18:21:20.889 [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.
18:21:20.946 [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.
18:21:20.995 [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
18:21:21.104 [INFO - Metastore-Handler-Pool: Thread-61] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:21.104815  2772 client.h:372] Failed to connect to Hive Metastore (localhost:33739): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:21.116 [INFO - Metastore-Handler-Pool: Thread-62] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:21.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:21.117861  2789 client.h:372] Failed to connect to Hive Metastore (localhost:33739): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:21.164 [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=b588c6ef-fd00-4ca5-a28a-0689fab6014e, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.2.121.254:35565,127.2.121.252:35311,127.2.121.253:44251}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:21.167 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:21.170 [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/hive18192865501547990255/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=b588c6ef-fd00-4ca5-a28a-0689fab6014e, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.2.121.254:35565,127.2.121.252:35311,127.2.121.253:44251}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:21:21.173 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive18192865501547990255/external-warehouse/table
18:21:21.200 [INFO - Metastore-Handler-Pool: Thread-64] (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=	
18:21:21.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:21.200546  2809 client.h:372] Failed to connect to Hive Metastore (localhost:33739): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:21.216 [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	
18:21:21.248 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:21.249 [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	
18:21:21.316 [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
18:21:21.341 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:21:21.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:21.341751  2535 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task2Jpcyw/build/release/bin/kudu with pid 2546
18:21:21.341 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
18:21:21.344 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@402d0c99, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2b28fbfa will be shutdown
18:21:21.344 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
18:21:21.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:21.349064  2535 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task2Jpcyw/build/release/bin/kudu with pid 2616
18:21:21.352 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.2.121.254:35565(127.2.121.254:35565)] handling channelInactive
18:21:21.353 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.2.121.254:35565(127.2.121.254:35565)] cleaning up while in state READY due to: connection closed
18:21:21.357 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.2.121.253:44251(127.2.121.253:44251)] handling channelInactive
18:21:21.358 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.2.121.253:44251(127.2.121.253:44251)] cleaning up while in state READY due to: connection closed
18:21:21.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:21.357231  2535 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task2Jpcyw/build/release/bin/kudu with pid 2687
18:21:21.366 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.2.121.252:35311(127.2.121.252:35311)] handling channelInactive
18:21:21.366 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.2.121.252:35311(127.2.121.252:35311)] cleaning up while in state READY due to: connection closed
18:21:21.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:21:21Z chronyd exiting
.18:21:21.409 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:21.410 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:21.410 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:21.428 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive1411266809246163965
18:21:21.429 [INFO - Thread-40] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:21:21.429 [INFO - Thread-40] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:21:21.433 [INFO - Thread-40] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:21:21.434 [INFO - Thread-40] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:21:21.434 [INFO - Thread-40] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
18:21:21.438 [INFO - Thread-40] (HikariDataSource.java:350) objectstore - Shutdown initiated...
18:21:21.442 [INFO - Thread-40] (HikariDataSource.java:352) objectstore - Shutdown completed.
18:21:21.442 [INFO - Thread-40] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
18:21:21.443 [INFO - Thread-40] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
18:21:21.443 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:21:21.444 [INFO - Thread-40] (HikariDataSource.java:80) objectstore - Starting...
18:21:21.531 [INFO - Thread-40] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:21.532 [INFO - Thread-40] (HikariDataSource.java:82) objectstore - Start completed.
18:21:21.532 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:21:21.534 [INFO - Thread-40] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:21:21.535 [INFO - Thread-40] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:21.536 [INFO - Thread-40] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:21:21.559 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:21:21.560 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:21:21.560 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:21:21.595 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:21.596 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:21.597 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:21.597 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:21.598 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:21.598 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:21.871 [INFO - Thread-40] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:21:21.871 [INFO - Thread-40] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7961efe3, with PersistenceManager: null will be shutdown
18:21:21.872 [INFO - Thread-40] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7961efe3, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@671a56a2 created in the thread with id: 65
18:21:21.874 [WARN - Thread-40] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
18:21:21.875 [INFO - Thread-40] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7961efe3
18:21:22.031 [INFO - Thread-40] (HMSHandler.java:595) Started creating a default database with name: default
18:21:22.057 [INFO - Thread-40] (HMSHandler.java:605) Successfully created a default database with name: default
18:21:22.092 [INFO - Thread-40] (HMSHandler.java:668) Added admin role in metastore
18:21:22.094 [INFO - Thread-40] (HMSHandler.java:677) Added public role in metastore
18:21:22.134 [INFO - Thread-40] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:21:22.135 [INFO - Thread-40] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:21:22.135 [INFO - Thread-40] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:21:22.136 [INFO - Thread-40] (HiveMetaStore.java:697) Direct SQL optimization = true
18:21:22.136 [WARN - Thread-40] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
18:21:22.137 [INFO - Thread-40] (HiveMetaStore.java:632) Started the new metaserver on port [38185]...
18:21:22.137 [INFO - Thread-40] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:21:22.137 [INFO - Thread-40] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:21:22.137 [INFO - Thread-40] (HiveMetaStore.java:635) TCP keepalive = true
18:21:22.137 [INFO - Thread-40] (HiveMetaStore.java:636) Enable SSL = false
18:21:22.431 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:22.432 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:22.432 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:22.435 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:21:22.435 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:38185]
18:21:22.435 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:38185) in binary transport mode
18:21:22.436 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:38185) current connections: 1
18:21:22.437 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task2Jpcyw/test-tmp
18:21:22.438 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
18:21:22.438 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task2Jpcyw/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
18:21:22.441 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:38185"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

18:21:22.517 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:22.518 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

18:21:22.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.518949  2882 mini_oidc.cc:150] Starting JWKS server
18:21:22.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.519531  2882 webserver.cc:534] Webserver started at http://127.0.0.1:34011/ using document root <none> and password file <none>
18:21:22.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.519598  2882 mini_oidc.cc:186] Starting OIDC Discovery server
18:21:22.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.519706  2882 webserver.cc:534] Webserver started at http://127.0.0.1:38871/ using document root <none> and password file <none>
18:21:22.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:21:22Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:21:22.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:21:22Z Disabled control of system clock
18:21:22.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.530323  2882 external_mini_cluster.cc:1372] Running /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:22.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:22.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-0/wal
18:21:22.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-0/data
18:21:22.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:22.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:22.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:22.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:22.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:22.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:22.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-0/logs
18:21:22.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-0/data/info.pb
18:21:22.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:22.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:22.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:22.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:22.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:22.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:22.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:22.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:22.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:22.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:22.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:22.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:22.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.208.190:41053
18:21:22.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.208.190
18:21:22.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:22.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.208.148:38727
18:21:22.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:22.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:22.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:22.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:22.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.208.190:41053,127.2.208.189:39943,127.2.208.188:38465
18:21:22.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:22.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34011/jwks.json
18:21:22.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38185 with env {}
18:21:22.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.609287  2893 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:22.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.609494  2893 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:22.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.609517  2893 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:22.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.611061  2893 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:22.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.611110  2893 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:22.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.611126  2893 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:22.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.611140  2893 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:22.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.611155  2893 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:22.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.611167  2893 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34011/jwks.json
18:21:22.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.612735  2893 master_runner.cc:387] Master server non-default flags:
18:21:22.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:22.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.208.148:38727
18:21:22.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:22.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:22.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-0/data
18:21:22.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-0/wal
18:21:22.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38185
18:21:22.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:22.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.208.190:41053,127.2.208.189:39943,127.2.208.188:38465
18:21:22.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:22.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:22.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:22.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.208.190:41053
18:21:22.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:22.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:22.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:22.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34011/jwks.json
18:21:22.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:22.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:22.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-0/data/info.pb
18:21:22.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.208.190
18:21:22.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:22.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:22.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2893
18:21:22.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:22.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:22.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:22.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:22.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-0/logs
18:21:22.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:22.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:22.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:22.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:22.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:22.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:21:22.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:22.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:16 UTC on e7f111948823
18:21:22.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16869
18:21:22.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.612970  2893 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:22.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.613169  2893 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:21:22.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.615973  2898 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
18:21:22.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.615978  2899 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
18:21:22.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.616444  2893 server_base.cc:1061] running on GCE node
18:21:22.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.616529  2901 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
18:21:22.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.616804  2893 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:22.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.617179  2893 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:22.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.618343  2893 hybrid_clock.cc:648] HybridClock initialized: now 1783534882618327 us; error 31 us; skew 500 ppm
18:21:22.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.619627  2893 webserver.cc:534] Webserver started at http://127.2.208.190:44549/ using document root <none> and password file <none>
18:21:22.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.619874  2893 fs_manager.cc:362] Metadata directory not provided
18:21:22.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.619956  2893 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:22.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.620072  2893 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:22.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.621160  2893 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-0/data/instance:
18:21:22.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fcd98e05b3c54e0eb05f1fd8c9ba6462"
18:21:22.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:22 on dist-test-slave-1h44"
18:21:22.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.621559  2893 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-0/wal/instance:
18:21:22.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fcd98e05b3c54e0eb05f1fd8c9ba6462"
18:21:22.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:22 on dist-test-slave-1h44"
18:21:22.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.622996  2893 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
18:21:22.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.623889  2907 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:22.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.624155  2893 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
18:21:22.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.624253  2893 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-0/data,/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-0/wal
18:21:22.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fcd98e05b3c54e0eb05f1fd8c9ba6462"
18:21:22.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:22 on dist-test-slave-1h44"
18:21:22.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.624330  2893 fs_report.cc:389] FS layout report
18:21:22.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:22.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-0/wal
18:21:22.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-0/wal
18:21:22.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-0/data/data
18:21:22.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:22.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:22.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:22.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:22.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:22.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:22.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:22.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:22.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:22.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:22.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:22.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.667048  2893 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:22.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.667439  2893 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:21:22.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.667541  2893 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:22.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.672013  2893 rpc_server.cc:307] RPC server started. Bound to: 127.2.208.190:41053
18:21:22.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.672078  2959 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.2.208.190:41053 every 8 connection(s)
18:21:22.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.672465  2893 server_base.cc:1193] Dumped server information to /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-0/data/info.pb
18:21:22.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.673071  2960 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:22.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.674607  2960 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.208.190" port: 41053 } has no permanent_uuid. Determining permanent_uuid...
18:21:22.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.675241  2882 external_mini_cluster.cc:1434] Started /tmp/dist-test-task2Jpcyw/build/release/bin/kudu as pid 2893
18:21:22.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.675355  2882 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-0/wal/instance
18:21:22.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.676396  2882 external_mini_cluster.cc:1372] Running /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:22.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:22.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-1/wal
18:21:22.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-1/data
18:21:22.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:22.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:22.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:22.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:22.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:22.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:22.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-1/logs
18:21:22.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-1/data/info.pb
18:21:22.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:22.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:22.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:22.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:22.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:22.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:22.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:22.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:22.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:22.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:22.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:22.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:22.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.208.189:39943
18:21:22.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.208.189
18:21:22.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:22.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.208.148:38727
18:21:22.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:22.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:22.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:22.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:22.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.208.190:41053,127.2.208.189:39943,127.2.208.188:38465
18:21:22.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:22.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34011/jwks.json
18:21:22.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38185 with env {}
18:21:22.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.687032  2960 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.208.189" port: 39943 } has no permanent_uuid. Determining permanent_uuid...
18:21:22.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.687548  2909 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.2.208.189:39943: connect: Connection refused (error 111)
18:21:22.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.688055  2960 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.208.189:39943: Network error: Client connection negotiation failed: client connection to 127.2.208.189:39943: connect: Connection refused (error 111)
18:21:22.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.737283  2960 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.208.189" port: 39943 } attempt: 1
18:21:22.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.738420  2960 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.208.189:39943: Network error: Client connection negotiation failed: client connection to 127.2.208.189:39943: connect: Connection refused (error 111)
18:21:22.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.756214  2963 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:22.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.756409  2963 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:22.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.756429  2963 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:22.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.757963  2963 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:22.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.758019  2963 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:22.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.758033  2963 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:22.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.758045  2963 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:22.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.758057  2963 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:22.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.758069  2963 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34011/jwks.json
18:21:22.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.759739  2963 master_runner.cc:387] Master server non-default flags:
18:21:22.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:22.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.208.148:38727
18:21:22.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:22.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:22.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-1/data
18:21:22.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-1/wal
18:21:22.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38185
18:21:22.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:22.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.208.190:41053,127.2.208.189:39943,127.2.208.188:38465
18:21:22.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:22.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:22.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:22.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.208.189:39943
18:21:22.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:22.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:22.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:22.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34011/jwks.json
18:21:22.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:22.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:22.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-1/data/info.pb
18:21:22.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.208.189
18:21:22.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:22.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:22.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2963
18:21:22.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:22.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:22.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:22.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:22.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-1/logs
18:21:22.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:22.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:22.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:22.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:22.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:22.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:21:22.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:22.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:16 UTC on e7f111948823
18:21:22.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16869
18:21:22.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.759953  2963 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:22.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.760143  2963 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:21:22.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.762465  2972 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
18:21:22.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.762475  2969 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
18:21:22.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.762594  2970 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
18:21:22.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.762667  2963 server_base.cc:1061] running on GCE node
18:21:22.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.762969  2963 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:22.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.763301  2963 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:22.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.764474  2963 hybrid_clock.cc:648] HybridClock initialized: now 1783534882764443 us; error 41 us; skew 500 ppm
18:21:22.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.765676  2963 webserver.cc:534] Webserver started at http://127.2.208.189:40829/ using document root <none> and password file <none>
18:21:22.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.765952  2963 fs_manager.cc:362] Metadata directory not provided
18:21:22.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.766036  2963 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:22.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.766220  2963 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:22.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.767150  2963 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-1/data/instance:
18:21:22.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "432e5cbb4d6747b68798520f761d9df9"
18:21:22.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:22 on dist-test-slave-1h44"
18:21:22.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.767503  2963 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-1/wal/instance:
18:21:22.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "432e5cbb4d6747b68798520f761d9df9"
18:21:22.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:22 on dist-test-slave-1h44"
18:21:22.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.768752  2963 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
18:21:22.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.769512  2978 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:22.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.769686  2963 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
18:21:22.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.769752  2963 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-1/data,/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-1/wal
18:21:22.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "432e5cbb4d6747b68798520f761d9df9"
18:21:22.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:22 on dist-test-slave-1h44"
18:21:22.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.769809  2963 fs_report.cc:389] FS layout report
18:21:22.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:22.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-1/wal
18:21:22.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-1/wal
18:21:22.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-1/data/data
18:21:22.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:22.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:22.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:22.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:22.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:22.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:22.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:22.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:22.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:22.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:22.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:22.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.781864  2963 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:22.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.782286  2963 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:21:22.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.782455  2963 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:22.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.786449  2963 rpc_server.cc:307] RPC server started. Bound to: 127.2.208.189:39943
18:21:22.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.786479  3030 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.2.208.189:39943 every 8 connection(s)
18:21:22.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.786896  2963 server_base.cc:1193] Dumped server information to /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-1/data/info.pb
18:21:22.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.787513  3031 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:22.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.788748  3031 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.208.190" port: 41053 } has no permanent_uuid. Determining permanent_uuid...
18:21:22.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.791107  2882 external_mini_cluster.cc:1434] Started /tmp/dist-test-task2Jpcyw/build/release/bin/kudu as pid 2963
18:21:22.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.791179  2882 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-1/wal/instance
18:21:22.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.791625  2882 external_mini_cluster.cc:1372] Running /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:22.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:22.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-2/wal
18:21:22.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-2/data
18:21:22.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:22.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:22.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:22.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:22.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:22.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:22.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-2/logs
18:21:22.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-2/data/info.pb
18:21:22.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:22.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:22.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:22.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:22.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:22.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:22.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:22.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:22.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:22.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:22.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:22.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:22.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.208.188:38465
18:21:22.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.208.188
18:21:22.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:22.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.208.148:38727
18:21:22.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:22.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:22.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:22.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:22.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.208.190:41053,127.2.208.189:39943,127.2.208.188:38465
18:21:22.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:22.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34011/jwks.json
18:21:22.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38185 with env {}
18:21:22.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.795121  3031 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.208.189" port: 39943 } has no permanent_uuid. Determining permanent_uuid...
18:21:22.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.799597  3031 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.208.188" port: 38465 } has no permanent_uuid. Determining permanent_uuid...
18:21:22.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.799975  2980 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.2.208.188:38465: connect: Connection refused (error 111)
18:21:22.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.801962  3031 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.208.188:38465: Network error: Client connection negotiation failed: client connection to 127.2.208.188:38465: connect: Connection refused (error 111)
18:21:22.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.806571  2960 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.208.189" port: 39943 } attempt: 2
18:21:22.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.809725  2960 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.208.188" port: 38465 } has no permanent_uuid. Determining permanent_uuid...
18:21:22.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.810380  2960 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.208.188:38465: Network error: Client connection negotiation failed: client connection to 127.2.208.188:38465: connect: Connection refused (error 111)
18:21:22.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.851192  3031 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.208.188" port: 38465 } attempt: 1
18:21:22.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.852272  3031 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.208.188:38465: Network error: Client connection negotiation failed: client connection to 127.2.208.188:38465: connect: Connection refused (error 111)
18:21:22.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.853536  2960 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.208.188" port: 38465 } attempt: 1
18:21:22.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.854266  2960 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.208.188:38465: Network error: Client connection negotiation failed: client connection to 127.2.208.188:38465: connect: Connection refused (error 111)
18:21:22.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.877964  3033 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:22.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.878191  3033 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:22.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.878217  3033 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:22.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.879897  3033 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:22.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.879945  3033 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:22.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.879961  3033 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:22.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.879976  3033 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:22.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.879989  3033 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:22.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.880002  3033 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34011/jwks.json
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.881803  3033 master_runner.cc:387] Master server non-default flags:
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.208.148:38727
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-2/data
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-2/wal
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38185
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.208.190:41053,127.2.208.189:39943,127.2.208.188:38465
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.208.188:38465
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34011/jwks.json
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-2/data/info.pb
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.208.188
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.3033
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-2/logs
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:16 UTC on e7f111948823
18:21:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16869
18:21:22.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.882033  3033 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:22.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.882226  3033 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:21:22.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.884708  3041 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
18:21:22.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.884793  3043 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
18:21:22.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.884841  3040 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
18:21:22.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.884892  3033 server_base.cc:1061] running on GCE node
18:21:22.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.885241  3033 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:22.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.885469  3033 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:22.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.886623  3033 hybrid_clock.cc:648] HybridClock initialized: now 1783534882886594 us; error 39 us; skew 500 ppm
18:21:22.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.887850  3033 webserver.cc:534] Webserver started at http://127.2.208.188:46557/ using document root <none> and password file <none>
18:21:22.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.888069  3033 fs_manager.cc:362] Metadata directory not provided
18:21:22.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.888150  3033 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:22.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.888268  3033 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:22.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.889119  3033 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-2/data/instance:
18:21:22.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a43125ce329f4b928dd27ce65b1d06a0"
18:21:22.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:22 on dist-test-slave-1h44"
18:21:22.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.889479  3033 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-2/wal/instance:
18:21:22.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a43125ce329f4b928dd27ce65b1d06a0"
18:21:22.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:22 on dist-test-slave-1h44"
18:21:22.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.890879  3033 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.003s
18:21:22.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.891677  3049 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:22.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.891855  3033 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.001s
18:21:22.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.891932  3033 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-2/data,/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-2/wal
18:21:22.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a43125ce329f4b928dd27ce65b1d06a0"
18:21:22.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:22 on dist-test-slave-1h44"
18:21:22.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.891992  3033 fs_report.cc:389] FS layout report
18:21:22.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:22.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-2/wal
18:21:22.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-2/wal
18:21:22.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-2/data/data
18:21:22.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:22.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:22.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:22.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:22.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:22.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:22.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:22.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:22.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:22.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:22.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:22.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.901437  2960 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.208.188" port: 38465 } attempt: 2
18:21:22.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.902384  2960 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.208.188:38465: Network error: Client connection negotiation failed: client connection to 127.2.208.188:38465: connect: Connection refused (error 111)
18:21:22.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.915589  3033 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:22.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.915885  3033 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:21:22.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.915974  3033 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:22.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.920512  3033 rpc_server.cc:307] RPC server started. Bound to: 127.2.208.188:38465
18:21:22.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.920539  3101 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.2.208.188:38465 every 8 connection(s)
18:21:22.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.920471  3031 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.208.188" port: 38465 } attempt: 2
18:21:22.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.920955  3033 server_base.cc:1193] Dumped server information to /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-2/data/info.pb
18:21:22.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.921579  3103 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:22.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.923254  3103 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.208.190" port: 41053 } has no permanent_uuid. Determining permanent_uuid...
18:21:22.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.926347  3031 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 432e5cbb4d6747b68798520f761d9df9: Bootstrap starting.
18:21:22.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.927024  2882 external_mini_cluster.cc:1434] Started /tmp/dist-test-task2Jpcyw/build/release/bin/kudu as pid 3033
18:21:22.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.927106  2882 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster9319230505899458999/master-2/wal/instance
18:21:22.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.927146  3031 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 432e5cbb4d6747b68798520f761d9df9: Neither blocks nor log segments found. Creating new log.
18:21:22.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.927233  3103 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.208.189" port: 39943 } has no permanent_uuid. Determining permanent_uuid...
18:21:22.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.927431  3031 log.cc:826] T 00000000000000000000000000000000 P 432e5cbb4d6747b68798520f761d9df9: Log is configured to *not* fsync() on all Append() calls
18:21:22.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.928155  3031 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 432e5cbb4d6747b68798520f761d9df9: No bootstrap required, opened a new log
18:21:22.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.930179  3031 raft_consensus.cc:359] T 00000000000000000000000000000000 P 432e5cbb4d6747b68798520f761d9df9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fcd98e05b3c54e0eb05f1fd8c9ba6462" member_type: VOTER last_known_addr { host: "127.2.208.190" port: 41053 } } peers { permanent_uuid: "432e5cbb4d6747b68798520f761d9df9" member_type: VOTER last_known_addr { host: "127.2.208.189" port: 39943 } } peers { permanent_uuid: "a43125ce329f4b928dd27ce65b1d06a0" member_type: VOTER last_known_addr { host: "127.2.208.188" port: 38465 } }
18:21:22.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.930472  3031 raft_consensus.cc:385] T 00000000000000000000000000000000 P 432e5cbb4d6747b68798520f761d9df9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:22.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.930445  3103 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.208.188" port: 38465 } has no permanent_uuid. Determining permanent_uuid...
18:21:22.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.930721  3031 raft_consensus.cc:740] T 00000000000000000000000000000000 P 432e5cbb4d6747b68798520f761d9df9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 432e5cbb4d6747b68798520f761d9df9, State: Initialized, Role: FOLLOWER
18:21:22.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.930902  3031 consensus_queue.cc:260] T 00000000000000000000000000000000 P 432e5cbb4d6747b68798520f761d9df9 [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: "fcd98e05b3c54e0eb05f1fd8c9ba6462" member_type: VOTER last_known_addr { host: "127.2.208.190" port: 41053 } } peers { permanent_uuid: "432e5cbb4d6747b68798520f761d9df9" member_type: VOTER last_known_addr { host: "127.2.208.189" port: 39943 } } peers { permanent_uuid: "a43125ce329f4b928dd27ce65b1d06a0" member_type: VOTER last_known_addr { host: "127.2.208.188" port: 38465 } }
18:21:22.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.931150  3108 sys_catalog.cc:455] T 00000000000000000000000000000000 P 432e5cbb4d6747b68798520f761d9df9 [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: "fcd98e05b3c54e0eb05f1fd8c9ba6462" member_type: VOTER last_known_addr { host: "127.2.208.190" port: 41053 } } peers { permanent_uuid: "432e5cbb4d6747b68798520f761d9df9" member_type: VOTER last_known_addr { host: "127.2.208.189" port: 39943 } } peers { permanent_uuid: "a43125ce329f4b928dd27ce65b1d06a0" member_type: VOTER last_known_addr { host: "127.2.208.188" port: 38465 } } }
18:21:22.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.931209  3031 sys_catalog.cc:565] T 00000000000000000000000000000000 P 432e5cbb4d6747b68798520f761d9df9 [sys.catalog]: configured and running, proceeding with master startup.
18:21:22.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.931399  3108 sys_catalog.cc:458] T 00000000000000000000000000000000 P 432e5cbb4d6747b68798520f761d9df9 [sys.catalog]: This master's current role is: FOLLOWER
18:21:22.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.933883  3122 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 432e5cbb4d6747b68798520f761d9df9: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:22.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.934156  3122 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:22.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.934051  2963 master_runner.cc:187] Error getting master registration for 127.2.208.190:41053: OK, instance_id { permanent_uuid: "fcd98e05b3c54e0eb05f1fd8c9ba6462" instance_seqno: 1783534882670763 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:21:22.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.935742  2963 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:22.937 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:22.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.938572  3119 client.h:372] Failed to connect to Hive Metastore (localhost:38185): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:22.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.939079  3103 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0: Bootstrap starting.
18:21:22.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.939716  3103 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0: Neither blocks nor log segments found. Creating new log.
18:21:22.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.940022  3103 log.cc:826] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0: Log is configured to *not* fsync() on all Append() calls
18:21:22.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.940753  3103 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0: No bootstrap required, opened a new log
18:21:22.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.942924  3103 raft_consensus.cc:359] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fcd98e05b3c54e0eb05f1fd8c9ba6462" member_type: VOTER last_known_addr { host: "127.2.208.190" port: 41053 } } peers { permanent_uuid: "432e5cbb4d6747b68798520f761d9df9" member_type: VOTER last_known_addr { host: "127.2.208.189" port: 39943 } } peers { permanent_uuid: "a43125ce329f4b928dd27ce65b1d06a0" member_type: VOTER last_known_addr { host: "127.2.208.188" port: 38465 } }
18:21:22.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.943086  3103 raft_consensus.cc:385] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:22.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.943125  3103 raft_consensus.cc:740] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a43125ce329f4b928dd27ce65b1d06a0, State: Initialized, Role: FOLLOWER
18:21:22.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.943254  3103 consensus_queue.cc:260] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0 [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: "fcd98e05b3c54e0eb05f1fd8c9ba6462" member_type: VOTER last_known_addr { host: "127.2.208.190" port: 41053 } } peers { permanent_uuid: "432e5cbb4d6747b68798520f761d9df9" member_type: VOTER last_known_addr { host: "127.2.208.189" port: 39943 } } peers { permanent_uuid: "a43125ce329f4b928dd27ce65b1d06a0" member_type: VOTER last_known_addr { host: "127.2.208.188" port: 38465 } }
18:21:22.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.943557  3103 sys_catalog.cc:565] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0 [sys.catalog]: configured and running, proceeding with master startup.
18:21:22.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.943584  3126 sys_catalog.cc:455] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0 [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: "fcd98e05b3c54e0eb05f1fd8c9ba6462" member_type: VOTER last_known_addr { host: "127.2.208.190" port: 41053 } } peers { permanent_uuid: "432e5cbb4d6747b68798520f761d9df9" member_type: VOTER last_known_addr { host: "127.2.208.189" port: 39943 } } peers { permanent_uuid: "a43125ce329f4b928dd27ce65b1d06a0" member_type: VOTER last_known_addr { host: "127.2.208.188" port: 38465 } } }
18:21:22.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.944041  2882 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:21:22.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.944416  3126 sys_catalog.cc:458] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0 [sys.catalog]: This master's current role is: FOLLOWER
18:21:22.944 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:22.945 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:21:22.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.946844  3140 catalog_manager.cc:1593] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:22.946 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:22.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.947082  3140 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:22.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:22.947510  3137 client.h:372] Failed to connect to Hive Metastore (localhost:38185): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:22.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.946559  3033 master_runner.cc:187] Error getting master registration for 127.2.208.190:41053: OK, instance_id { permanent_uuid: "fcd98e05b3c54e0eb05f1fd8c9ba6462" instance_seqno: 1783534882670763 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:21:22.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:22.948310  3033 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:22.948 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.2.208.190"
      port: 41053
    }
    bound_http_address {
      host: "127.2.208.190"
      port: 44549
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.2.208.189"
      port: 39943
    }
    bound_http_address {
      host: "127.2.208.189"
      port: 40829
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.2.208.188"
      port: 38465
    }
    bound_http_address {
      host: "127.2.208.188"
      port: 46557
    }
  }
}

18:21:22.949 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

18:21:22.950 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:22.951 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=04990b8a-c467-4ec4-a45a-5aabf31dd201, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.2.208.188:38465,127.2.208.190:41053,127.2.208.189:39943}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:22.954 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:21:22.955 [INFO - Metastore-Handler-Pool: Thread-86] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:21:22.955 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@38227110, with PersistenceManager: null will be shutdown
18:21:22.956 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@38227110, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@b14e82f created in the thread with id: 86
18:21:22.961 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@38227110
18:21:23.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.009528  2960 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.208.188" port: 38465 } attempt: 3
18:21:23.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.014740  2960 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fcd98e05b3c54e0eb05f1fd8c9ba6462: Bootstrap starting.
18:21:23.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.016034  2960 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P fcd98e05b3c54e0eb05f1fd8c9ba6462: Neither blocks nor log segments found. Creating new log.
18:21:23.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.016366  2960 log.cc:826] T 00000000000000000000000000000000 P fcd98e05b3c54e0eb05f1fd8c9ba6462: Log is configured to *not* fsync() on all Append() calls
18:21:23.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.022517  2960 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fcd98e05b3c54e0eb05f1fd8c9ba6462: No bootstrap required, opened a new log
18:21:23.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.024798  2960 raft_consensus.cc:359] T 00000000000000000000000000000000 P fcd98e05b3c54e0eb05f1fd8c9ba6462 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fcd98e05b3c54e0eb05f1fd8c9ba6462" member_type: VOTER last_known_addr { host: "127.2.208.190" port: 41053 } } peers { permanent_uuid: "432e5cbb4d6747b68798520f761d9df9" member_type: VOTER last_known_addr { host: "127.2.208.189" port: 39943 } } peers { permanent_uuid: "a43125ce329f4b928dd27ce65b1d06a0" member_type: VOTER last_known_addr { host: "127.2.208.188" port: 38465 } }
18:21:23.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.024947  2960 raft_consensus.cc:385] T 00000000000000000000000000000000 P fcd98e05b3c54e0eb05f1fd8c9ba6462 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:23.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.024977  2960 raft_consensus.cc:740] T 00000000000000000000000000000000 P fcd98e05b3c54e0eb05f1fd8c9ba6462 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fcd98e05b3c54e0eb05f1fd8c9ba6462, State: Initialized, Role: FOLLOWER
18:21:23.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.025084  2960 consensus_queue.cc:260] T 00000000000000000000000000000000 P fcd98e05b3c54e0eb05f1fd8c9ba6462 [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: "fcd98e05b3c54e0eb05f1fd8c9ba6462" member_type: VOTER last_known_addr { host: "127.2.208.190" port: 41053 } } peers { permanent_uuid: "432e5cbb4d6747b68798520f761d9df9" member_type: VOTER last_known_addr { host: "127.2.208.189" port: 39943 } } peers { permanent_uuid: "a43125ce329f4b928dd27ce65b1d06a0" member_type: VOTER last_known_addr { host: "127.2.208.188" port: 38465 } }
18:21:23.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.025404  2960 sys_catalog.cc:565] T 00000000000000000000000000000000 P fcd98e05b3c54e0eb05f1fd8c9ba6462 [sys.catalog]: configured and running, proceeding with master startup.
18:21:23.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.030555  2893 master_runner.cc:264] No leader master found from master fcd98e05b3c54e0eb05f1fd8c9ba6462
18:21:23.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.030619  2893 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:23.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.032954  3145 sys_catalog.cc:455] T 00000000000000000000000000000000 P fcd98e05b3c54e0eb05f1fd8c9ba6462 [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: "fcd98e05b3c54e0eb05f1fd8c9ba6462" member_type: VOTER last_known_addr { host: "127.2.208.190" port: 41053 } } peers { permanent_uuid: "432e5cbb4d6747b68798520f761d9df9" member_type: VOTER last_known_addr { host: "127.2.208.189" port: 39943 } } peers { permanent_uuid: "a43125ce329f4b928dd27ce65b1d06a0" member_type: VOTER last_known_addr { host: "127.2.208.188" port: 38465 } } }
18:21:23.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.033385  3145 sys_catalog.cc:458] T 00000000000000000000000000000000 P fcd98e05b3c54e0eb05f1fd8c9ba6462 [sys.catalog]: This master's current role is: FOLLOWER
18:21:23.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:23.033424  2984 tablet.cc:2406] T 00000000000000000000000000000000 P 432e5cbb4d6747b68798520f761d9df9: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:21:23.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:23.035445  3159 catalog_manager.cc:1593] T 00000000000000000000000000000000 P fcd98e05b3c54e0eb05f1fd8c9ba6462: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:23.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:23.035835  3159 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:23.047 [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=	
18:21:23.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:23.047595  3156 client.h:372] Failed to connect to Hive Metastore (localhost:38185): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:23.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:23.166599  3055 tablet.cc:2406] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:21:23.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:23.168342  2913 tablet.cc:2406] T 00000000000000000000000000000000 P fcd98e05b3c54e0eb05f1fd8c9ba6462: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:21:23.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.220950  3126 raft_consensus.cc:493] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:21:23.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.221091  3126 raft_consensus.cc:515] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fcd98e05b3c54e0eb05f1fd8c9ba6462" member_type: VOTER last_known_addr { host: "127.2.208.190" port: 41053 } } peers { permanent_uuid: "432e5cbb4d6747b68798520f761d9df9" member_type: VOTER last_known_addr { host: "127.2.208.189" port: 39943 } } peers { permanent_uuid: "a43125ce329f4b928dd27ce65b1d06a0" member_type: VOTER last_known_addr { host: "127.2.208.188" port: 38465 } }
18:21:23.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.221351  3126 leader_election.cc:290] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers fcd98e05b3c54e0eb05f1fd8c9ba6462 (127.2.208.190:41053), 432e5cbb4d6747b68798520f761d9df9 (127.2.208.189:39943)
18:21:23.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.222137  3005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a43125ce329f4b928dd27ce65b1d06a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "432e5cbb4d6747b68798520f761d9df9" is_pre_election: true
18:21:23.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.222306  3005 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 432e5cbb4d6747b68798520f761d9df9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a43125ce329f4b928dd27ce65b1d06a0 in term 0.
18:21:23.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.222401  2934 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a43125ce329f4b928dd27ce65b1d06a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fcd98e05b3c54e0eb05f1fd8c9ba6462" is_pre_election: true
18:21:23.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.222534  2934 raft_consensus.cc:2468] T 00000000000000000000000000000000 P fcd98e05b3c54e0eb05f1fd8c9ba6462 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a43125ce329f4b928dd27ce65b1d06a0 in term 0.
18:21:23.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.222554  3051 leader_election.cc:304] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0 [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: 432e5cbb4d6747b68798520f761d9df9, a43125ce329f4b928dd27ce65b1d06a0; no voters: 
18:21:23.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.223063  3126 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0 [term 0 FOLLOWER]: Leader pre-election won for term 1
18:21:23.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.223145  3126 raft_consensus.cc:493] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
18:21:23.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.223170  3126 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0 [term 0 FOLLOWER]: Advancing to term 1
18:21:23.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.224078  3126 raft_consensus.cc:515] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fcd98e05b3c54e0eb05f1fd8c9ba6462" member_type: VOTER last_known_addr { host: "127.2.208.190" port: 41053 } } peers { permanent_uuid: "432e5cbb4d6747b68798520f761d9df9" member_type: VOTER last_known_addr { host: "127.2.208.189" port: 39943 } } peers { permanent_uuid: "a43125ce329f4b928dd27ce65b1d06a0" member_type: VOTER last_known_addr { host: "127.2.208.188" port: 38465 } }
18:21:23.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.224239  3126 leader_election.cc:290] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0 [CANDIDATE]: Term 1 election: Requested vote from peers fcd98e05b3c54e0eb05f1fd8c9ba6462 (127.2.208.190:41053), 432e5cbb4d6747b68798520f761d9df9 (127.2.208.189:39943)
18:21:23.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.224572  3005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a43125ce329f4b928dd27ce65b1d06a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "432e5cbb4d6747b68798520f761d9df9"
18:21:23.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.224659  3005 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 432e5cbb4d6747b68798520f761d9df9 [term 0 FOLLOWER]: Advancing to term 1
18:21:23.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.225515  3005 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 432e5cbb4d6747b68798520f761d9df9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a43125ce329f4b928dd27ce65b1d06a0 in term 1.
18:21:23.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.225687  3051 leader_election.cc:304] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0 [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: 432e5cbb4d6747b68798520f761d9df9, a43125ce329f4b928dd27ce65b1d06a0; no voters: 
18:21:23.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.225812  2934 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a43125ce329f4b928dd27ce65b1d06a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fcd98e05b3c54e0eb05f1fd8c9ba6462"
18:21:23.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.225888  2934 raft_consensus.cc:3060] T 00000000000000000000000000000000 P fcd98e05b3c54e0eb05f1fd8c9ba6462 [term 0 FOLLOWER]: Advancing to term 1
18:21:23.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.226751  2934 raft_consensus.cc:2468] T 00000000000000000000000000000000 P fcd98e05b3c54e0eb05f1fd8c9ba6462 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a43125ce329f4b928dd27ce65b1d06a0 in term 1.
18:21:23.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.227567  3126 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0 [term 1 FOLLOWER]: Leader election won for term 1
18:21:23.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.227766  3126 raft_consensus.cc:697] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0 [term 1 LEADER]: Becoming Leader. State: Replica: a43125ce329f4b928dd27ce65b1d06a0, State: Running, Role: LEADER
18:21:23.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.227859  3126 consensus_queue.cc:237] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0 [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: "fcd98e05b3c54e0eb05f1fd8c9ba6462" member_type: VOTER last_known_addr { host: "127.2.208.190" port: 41053 } } peers { permanent_uuid: "432e5cbb4d6747b68798520f761d9df9" member_type: VOTER last_known_addr { host: "127.2.208.189" port: 39943 } } peers { permanent_uuid: "a43125ce329f4b928dd27ce65b1d06a0" member_type: VOTER last_known_addr { host: "127.2.208.188" port: 38465 } }
18:21:23.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.228267  3126 sys_catalog.cc:455] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a43125ce329f4b928dd27ce65b1d06a0. Latest consensus state: current_term: 1 leader_uuid: "a43125ce329f4b928dd27ce65b1d06a0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fcd98e05b3c54e0eb05f1fd8c9ba6462" member_type: VOTER last_known_addr { host: "127.2.208.190" port: 41053 } } peers { permanent_uuid: "432e5cbb4d6747b68798520f761d9df9" member_type: VOTER last_known_addr { host: "127.2.208.189" port: 39943 } } peers { permanent_uuid: "a43125ce329f4b928dd27ce65b1d06a0" member_type: VOTER last_known_addr { host: "127.2.208.188" port: 38465 } } }
18:21:23.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.228333  3126 sys_catalog.cc:458] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0 [sys.catalog]: This master's current role is: LEADER
18:21:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.233275  3164 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
18:21:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.233737  3164 catalog_manager.cc:1519] Initializing Kudu cluster ID...
18:21:23.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.245537  3005 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 432e5cbb4d6747b68798520f761d9df9 [term 1 FOLLOWER]: Refusing update from remote peer a43125ce329f4b928dd27ce65b1d06a0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:21:23.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.246232  3126 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "432e5cbb4d6747b68798520f761d9df9" member_type: VOTER last_known_addr { host: "127.2.208.189" port: 39943 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:21:23.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.247637  3108 sys_catalog.cc:455] T 00000000000000000000000000000000 P 432e5cbb4d6747b68798520f761d9df9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a43125ce329f4b928dd27ce65b1d06a0. Latest consensus state: current_term: 1 leader_uuid: "a43125ce329f4b928dd27ce65b1d06a0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fcd98e05b3c54e0eb05f1fd8c9ba6462" member_type: VOTER last_known_addr { host: "127.2.208.190" port: 41053 } } peers { permanent_uuid: "432e5cbb4d6747b68798520f761d9df9" member_type: VOTER last_known_addr { host: "127.2.208.189" port: 39943 } } peers { permanent_uuid: "a43125ce329f4b928dd27ce65b1d06a0" member_type: VOTER last_known_addr { host: "127.2.208.188" port: 38465 } } }
18:21:23.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.247725  3108 sys_catalog.cc:458] T 00000000000000000000000000000000 P 432e5cbb4d6747b68798520f761d9df9 [sys.catalog]: This master's current role is: FOLLOWER
18:21:23.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.248303  2934 raft_consensus.cc:1275] T 00000000000000000000000000000000 P fcd98e05b3c54e0eb05f1fd8c9ba6462 [term 1 FOLLOWER]: Refusing update from remote peer a43125ce329f4b928dd27ce65b1d06a0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:21:23.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.248543  3126 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fcd98e05b3c54e0eb05f1fd8c9ba6462" member_type: VOTER last_known_addr { host: "127.2.208.190" port: 41053 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:21:23.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.249624  3145 sys_catalog.cc:455] T 00000000000000000000000000000000 P fcd98e05b3c54e0eb05f1fd8c9ba6462 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a43125ce329f4b928dd27ce65b1d06a0. Latest consensus state: current_term: 1 leader_uuid: "a43125ce329f4b928dd27ce65b1d06a0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fcd98e05b3c54e0eb05f1fd8c9ba6462" member_type: VOTER last_known_addr { host: "127.2.208.190" port: 41053 } } peers { permanent_uuid: "432e5cbb4d6747b68798520f761d9df9" member_type: VOTER last_known_addr { host: "127.2.208.189" port: 39943 } } peers { permanent_uuid: "a43125ce329f4b928dd27ce65b1d06a0" member_type: VOTER last_known_addr { host: "127.2.208.188" port: 38465 } } }
18:21:23.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.249701  3145 sys_catalog.cc:458] T 00000000000000000000000000000000 P fcd98e05b3c54e0eb05f1fd8c9ba6462 [sys.catalog]: This master's current role is: FOLLOWER
18:21:23.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.251012  3126 sys_catalog.cc:455] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a43125ce329f4b928dd27ce65b1d06a0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fcd98e05b3c54e0eb05f1fd8c9ba6462" member_type: VOTER last_known_addr { host: "127.2.208.190" port: 41053 } } peers { permanent_uuid: "432e5cbb4d6747b68798520f761d9df9" member_type: VOTER last_known_addr { host: "127.2.208.189" port: 39943 } } peers { permanent_uuid: "a43125ce329f4b928dd27ce65b1d06a0" member_type: VOTER last_known_addr { host: "127.2.208.188" port: 38465 } } }
18:21:23.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.251103  3126 sys_catalog.cc:458] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0 [sys.catalog]: This master's current role is: LEADER
18:21:23.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.251623  3145 sys_catalog.cc:455] T 00000000000000000000000000000000 P fcd98e05b3c54e0eb05f1fd8c9ba6462 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a43125ce329f4b928dd27ce65b1d06a0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fcd98e05b3c54e0eb05f1fd8c9ba6462" member_type: VOTER last_known_addr { host: "127.2.208.190" port: 41053 } } peers { permanent_uuid: "432e5cbb4d6747b68798520f761d9df9" member_type: VOTER last_known_addr { host: "127.2.208.189" port: 39943 } } peers { permanent_uuid: "a43125ce329f4b928dd27ce65b1d06a0" member_type: VOTER last_known_addr { host: "127.2.208.188" port: 38465 } } }
18:21:23.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.251699  3145 sys_catalog.cc:458] T 00000000000000000000000000000000 P fcd98e05b3c54e0eb05f1fd8c9ba6462 [sys.catalog]: This master's current role is: FOLLOWER
18:21:23.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.252035  3165 mvcc.cc:204] Tried to move back new op lower bound from 7305358881770385408 to 7305358881701879808. Current Snapshot: MvccSnapshot[applied={T|T < 7305358881770385408}]
18:21:23.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.258342  3168 mvcc.cc:204] Tried to move back new op lower bound from 7305358881770385408 to 7305358881701879808. Current Snapshot: MvccSnapshot[applied={T|T < 7305358881770385408}]
18:21:23.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.259116  3164 catalog_manager.cc:1382] Generated new cluster ID: 50683a3823c44dbbb1b8daa80a6dbc03
18:21:23.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.259181  3164 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
18:21:23.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.270421  3126 sys_catalog.cc:455] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a43125ce329f4b928dd27ce65b1d06a0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fcd98e05b3c54e0eb05f1fd8c9ba6462" member_type: VOTER last_known_addr { host: "127.2.208.190" port: 41053 } } peers { permanent_uuid: "432e5cbb4d6747b68798520f761d9df9" member_type: VOTER last_known_addr { host: "127.2.208.189" port: 39943 } } peers { permanent_uuid: "a43125ce329f4b928dd27ce65b1d06a0" member_type: VOTER last_known_addr { host: "127.2.208.188" port: 38465 } } }
18:21:23.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.270556  3126 sys_catalog.cc:458] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0 [sys.catalog]: This master's current role is: LEADER
18:21:23.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.270936  3108 sys_catalog.cc:455] T 00000000000000000000000000000000 P 432e5cbb4d6747b68798520f761d9df9 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a43125ce329f4b928dd27ce65b1d06a0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fcd98e05b3c54e0eb05f1fd8c9ba6462" member_type: VOTER last_known_addr { host: "127.2.208.190" port: 41053 } } peers { permanent_uuid: "432e5cbb4d6747b68798520f761d9df9" member_type: VOTER last_known_addr { host: "127.2.208.189" port: 39943 } } peers { permanent_uuid: "a43125ce329f4b928dd27ce65b1d06a0" member_type: VOTER last_known_addr { host: "127.2.208.188" port: 38465 } } }
18:21:23.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.271023  3108 sys_catalog.cc:458] T 00000000000000000000000000000000 P 432e5cbb4d6747b68798520f761d9df9 [sys.catalog]: This master's current role is: FOLLOWER
18:21:23.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.272024  3166 mvcc.cc:204] Tried to move back new op lower bound from 7305358881770385408 to 7305358881701879808. Current Snapshot: MvccSnapshot[applied={T|T < 7305358881770385408}]
18:21:23.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.333150  3164 catalog_manager.cc:1405] Generated new certificate authority record
18:21:23.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.334227  3164 catalog_manager.cc:1539] Loading token signing keys...
18:21:23.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.361760  3164 catalog_manager.cc:6069] T 00000000000000000000000000000000 P a43125ce329f4b928dd27ce65b1d06a0: Generated new TSK 0
18:21:23.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.362319  3164 catalog_manager.cc:1549] Initializing in-progress tserver states...
18:21:23.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.362607  3164 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
18:21:23.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.362967  3164 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
18:21:23.562 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:21:23.569 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:21:23.570 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:21:23.651 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:23.657 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive1411266809246163965/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=04990b8a-c467-4ec4-a45a-5aabf31dd201, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.2.208.188:38465,127.2.208.190:41053,127.2.208.189:39943}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:21:23.660 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1411266809246163965/external-warehouse/table
18:21:23.764 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:23.809 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:23.811 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:23.916 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:21:23.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.934763  3122 catalog_manager.cc:1294] Loaded cluster ID: 50683a3823c44dbbb1b8daa80a6dbc03
18:21:23.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.934846  3122 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 432e5cbb4d6747b68798520f761d9df9: loading cluster ID for follower catalog manager: success
18:21:23.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.936156  3122 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 432e5cbb4d6747b68798520f761d9df9: acquiring CA information for follower catalog manager: success
18:21:23.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:23.936502  3122 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 432e5cbb4d6747b68798520f761d9df9: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:21:23.946 [INFO - Metastore-Handler-Pool: Thread-93] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:23.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:23.946602  3119 client.h:372] Failed to connect to Hive Metastore (localhost:38185): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:23.951 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:23.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:23.951740  3137 client.h:372] Failed to connect to Hive Metastore (localhost:38185): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:24.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:24.036430  3159 catalog_manager.cc:1294] Loaded cluster ID: 50683a3823c44dbbb1b8daa80a6dbc03
18:21:24.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:24.036523  3159 catalog_manager.cc:1587] T 00000000000000000000000000000000 P fcd98e05b3c54e0eb05f1fd8c9ba6462: loading cluster ID for follower catalog manager: success
18:21:24.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:24.037967  3159 catalog_manager.cc:1609] T 00000000000000000000000000000000 P fcd98e05b3c54e0eb05f1fd8c9ba6462: acquiring CA information for follower catalog manager: success
18:21:24.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:24.038373  3159 catalog_manager.cc:1637] T 00000000000000000000000000000000 P fcd98e05b3c54e0eb05f1fd8c9ba6462: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:21:24.050 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:24.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:24.050631  3156 client.h:372] Failed to connect to Hive Metastore (localhost:38185): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:24.134 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:21:24.178 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:21:24.206 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
18:21:24.329 [DEBUG - Metastore-Handler-Pool: Thread-86] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
18:21:24.330 [DEBUG - Metastore-Handler-Pool: Thread-86] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
18:21:24.331 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.2.208.188:38465(127.2.208.188:38465)] connecting to peer
18:21:24.333 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.2.208.190:41053(127.2.208.190:41053)] connecting to peer
18:21:24.334 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.2.208.189:39943(127.2.208.189:39943)] connecting to peer
18:21:24.341 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.2.208.188:38465(127.2.208.188:38465)] Successfully connected to peer
18:21:24.342 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.2.208.189:39943(127.2.208.189:39943)] Successfully connected to peer
18:21:24.354 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.2.208.190:41053(127.2.208.190:41053)] Successfully connected to peer
18:21:24.358 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.2.208.188
18:21:24.359 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.2.208.189
18:21:24.373 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.2.208.190
18:21:24.387 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:21:24.394 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:21:24.403 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:21:24.406 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x3797ebf2, L:/127.0.0.1:33826 - R:/127.2.208.188:38465] using SASL/PLAIN
18:21:24.407 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x151a2140, L:/127.0.0.1:39548 - R:/127.2.208.189:39943] using SASL/PLAIN
18:21:24.409 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
18:21:24.410 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x7853ea11, L:/127.0.0.1:55326 - R:/127.2.208.190:41053] using SASL/PLAIN
18:21:24.416 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:212)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

18:21:24.417 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:24.443 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:24.445 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:24.491 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
18:21:24.509 [INFO - Metastore-Handler-Pool: Thread-86] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
18:21:24.510 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=04990b8a-c467-4ec4-a45a-5aabf31dd201, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.2.208.188:38465,127.2.208.190:41053,127.2.208.189:39943}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:24.513 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:24.516 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive1411266809246163965/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=04990b8a-c467-4ec4-a45a-5aabf31dd201, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.2.208.188:38465,127.2.208.190:41053,127.2.208.189:39943}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:21:24.518 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1411266809246163965/external-warehouse/table
18:21:24.550 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:24.562 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:24.563 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:24.583 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
18:21:24.599 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:24.602 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:24.604 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive1411266809246163965/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)
18:21:24.605 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive1411266809246163965/external-warehouse/table specified for non-external table:table
18:21:24.606 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1411266809246163965/external-warehouse/table
18:21:24.626 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:24.639 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:24.640 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:24.659 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
18:21:24.675 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

18:21:24.677 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:24.688 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:24.690 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:24.708 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
18:21:24.724 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:24.726 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:24.729 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive1411266809246163965/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)
18:21:24.730 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive1411266809246163965/external-warehouse/table specified for non-external table:table
18:21:24.730 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1411266809246163965/external-warehouse/table
18:21:24.751 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:24.762 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:24.763 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:24.786 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
18:21:24.802 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

18:21:24.802 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:24.815 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:24.816 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:24.835 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
18:21:24.854 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{EXTERNAL=TRUE, external.table.purge=FALSE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:24.857 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:24.860 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive1411266809246163965/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)
18:21:24.862 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1411266809246163965/external-warehouse/table
18:21:24.881 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:24.891 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:24.892 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:24.921 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
18:21:24.936 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:21:24.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:24.937085  2882 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task2Jpcyw/build/release/bin/kudu with pid 2893
18:21:24.937 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
18:21:24.938 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@38227110, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@b14e82f will be shutdown
18:21:24.938 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
18:21:24.946 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.2.208.190:41053(127.2.208.190:41053)] handling channelInactive
18:21:24.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:24.945670  2882 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task2Jpcyw/build/release/bin/kudu with pid 2963
18:21:24.946 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.2.208.190:41053(127.2.208.190:41053)] cleaning up while in state READY due to: connection closed
18:21:24.953 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.2.208.189:39943(127.2.208.189:39943)] handling channelInactive
18:21:24.953 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.2.208.189:39943(127.2.208.189:39943)] cleaning up while in state READY due to: connection closed
18:21:24.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:24.952458  2882 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task2Jpcyw/build/release/bin/kudu with pid 3033
18:21:24.960 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.2.208.188:38465(127.2.208.188:38465)] handling channelInactive
18:21:24.960 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.2.208.188:38465(127.2.208.188:38465)] cleaning up while in state READY due to: connection closed
18:21:24.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:21:24Z chronyd exiting
.18:21:25.002 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:25.002 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:25.003 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:25.028 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive5165111836530897720
18:21:25.029 [INFO - Thread-68] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:21:25.029 [INFO - Thread-68] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:21:25.032 [INFO - Thread-68] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:21:25.032 [INFO - Thread-68] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:21:25.032 [INFO - Thread-68] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
18:21:25.033 [INFO - Thread-68] (HikariDataSource.java:350) objectstore - Shutdown initiated...
18:21:25.035 [INFO - Thread-68] (HikariDataSource.java:352) objectstore - Shutdown completed.
18:21:25.035 [INFO - Thread-68] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
18:21:25.036 [INFO - Thread-68] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
18:21:25.036 [INFO - Thread-68] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:21:25.038 [INFO - Thread-68] (HikariDataSource.java:80) objectstore - Starting...
18:21:25.113 [INFO - Thread-68] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:25.113 [INFO - Thread-68] (HikariDataSource.java:82) objectstore - Start completed.
18:21:25.114 [INFO - Thread-68] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:21:25.115 [INFO - Thread-68] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:21:25.117 [INFO - Thread-68] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:25.118 [INFO - Thread-68] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:21:25.133 [INFO - Thread-68] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:21:25.133 [INFO - Thread-68] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:21:25.134 [INFO - Thread-68] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:21:25.159 [WARN - Thread-68] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:25.160 [WARN - Thread-68] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:25.160 [WARN - Thread-68] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:25.160 [WARN - Thread-68] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:25.161 [WARN - Thread-68] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:25.161 [WARN - Thread-68] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:25.420 [INFO - Thread-68] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:21:25.421 [INFO - Thread-68] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7e510086, with PersistenceManager: null will be shutdown
18:21:25.422 [INFO - Thread-68] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7e510086, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1ed8301e created in the thread with id: 104
18:21:25.424 [WARN - Thread-68] (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
18:21:25.425 [INFO - Thread-68] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7e510086
18:21:25.545 [INFO - Thread-68] (HMSHandler.java:595) Started creating a default database with name: default
18:21:25.568 [INFO - Thread-68] (HMSHandler.java:605) Successfully created a default database with name: default
18:21:25.599 [INFO - Thread-68] (HMSHandler.java:668) Added admin role in metastore
18:21:25.601 [INFO - Thread-68] (HMSHandler.java:677) Added public role in metastore
18:21:25.635 [INFO - Thread-68] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:21:25.636 [INFO - Thread-68] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:21:25.636 [INFO - Thread-68] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:21:25.637 [INFO - Thread-68] (HiveMetaStore.java:697) Direct SQL optimization = true
18:21:25.637 [WARN - Thread-68] (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)
18:21:25.638 [INFO - Thread-68] (HiveMetaStore.java:632) Started the new metaserver on port [40219]...
18:21:25.638 [INFO - Thread-68] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:21:25.638 [INFO - Thread-68] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:21:25.638 [INFO - Thread-68] (HiveMetaStore.java:635) TCP keepalive = true
18:21:25.638 [INFO - Thread-68] (HiveMetaStore.java:636) Enable SSL = false
18:21:26.030 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:26.031 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:26.031 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:26.034 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:21:26.034 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:40219]
18:21:26.034 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:40219) in binary transport mode
18:21:26.035 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:40219) current connections: 1
18:21:26.036 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task2Jpcyw/test-tmp
18:21:26.037 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
18:21:26.037 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task2Jpcyw/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
18:21:26.040 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:40219"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

18:21:26.120 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:26.121 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

18:21:26.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.121608  3218 mini_oidc.cc:150] Starting JWKS server
18:21:26.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.122186  3218 webserver.cc:534] Webserver started at http://127.0.0.1:32881/ using document root <none> and password file <none>
18:21:26.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.122259  3218 mini_oidc.cc:186] Starting OIDC Discovery server
18:21:26.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.122398  3218 webserver.cc:534] Webserver started at http://127.0.0.1:34649/ using document root <none> and password file <none>
18:21:26.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:21:26Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:21:26.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:21:26Z Disabled control of system clock
18:21:26.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.132794  3218 external_mini_cluster.cc:1372] Running /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:26.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:26.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-0/wal
18:21:26.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-0/data
18:21:26.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:26.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:26.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:26.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:26.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:26.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:26.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-0/logs
18:21:26.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-0/data/info.pb
18:21:26.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:26.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:26.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:26.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:26.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:26.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:26.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:26.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:26.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:26.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:26.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:26.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:26.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.36.190:38687
18:21:26.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.36.190
18:21:26.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:26.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.36.148:35379
18:21:26.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:26.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:26.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:26.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:26.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.36.190:38687,127.3.36.189:39035,127.3.36.188:36979
18:21:26.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:26.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32881/jwks.json
18:21:26.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40219 with env {}
18:21:26.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.208864  3229 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:26.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.209079  3229 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:26.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.209110  3229 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:26.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.210757  3229 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:26.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.210836  3229 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:26.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.210858  3229 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:26.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.210878  3229 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:26.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.210894  3229 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:26.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.210909  3229 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:32881/jwks.json
18:21:26.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.212591  3229 master_runner.cc:387] Master server non-default flags:
18:21:26.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:26.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.36.148:35379
18:21:26.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:26.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:26.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-0/data
18:21:26.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-0/wal
18:21:26.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40219
18:21:26.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:26.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.36.190:38687,127.3.36.189:39035,127.3.36.188:36979
18:21:26.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:26.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:26.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:26.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.36.190:38687
18:21:26.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:26.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:26.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:26.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32881/jwks.json
18:21:26.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:26.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:26.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-0/data/info.pb
18:21:26.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.36.190
18:21:26.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:26.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:26.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.3229
18:21:26.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:26.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:26.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:26.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:26.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-0/logs
18:21:26.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:26.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:26.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:26.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:26.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:26.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:21:26.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:26.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:16 UTC on e7f111948823
18:21:26.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16869
18:21:26.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.212883  3229 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:26.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.213155  3229 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:21:26.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.215858  3235 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
18:21:26.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.215865  3237 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
18:21:26.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.215871  3234 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
18:21:26.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.216267  3229 server_base.cc:1061] running on GCE node
18:21:26.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.216485  3229 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:26.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.216686  3229 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:26.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.217828  3229 hybrid_clock.cc:648] HybridClock initialized: now 1783534886217801 us; error 41 us; skew 500 ppm
18:21:26.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.218961  3229 webserver.cc:534] Webserver started at http://127.3.36.190:45607/ using document root <none> and password file <none>
18:21:26.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.219182  3229 fs_manager.cc:362] Metadata directory not provided
18:21:26.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.219226  3229 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:26.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.219300  3229 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:26.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.220121  3229 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-0/data/instance:
18:21:26.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2396f174965240af9ed4e796cbd5dc6e"
18:21:26.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:26 on dist-test-slave-1h44"
18:21:26.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.220384  3229 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-0/wal/instance:
18:21:26.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2396f174965240af9ed4e796cbd5dc6e"
18:21:26.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:26 on dist-test-slave-1h44"
18:21:26.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.221463  3229 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
18:21:26.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.222165  3243 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:26.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.222388  3229 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
18:21:26.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.222458  3229 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-0/data,/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-0/wal
18:21:26.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2396f174965240af9ed4e796cbd5dc6e"
18:21:26.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:26 on dist-test-slave-1h44"
18:21:26.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.222504  3229 fs_report.cc:389] FS layout report
18:21:26.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:26.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-0/wal
18:21:26.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-0/wal
18:21:26.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-0/data/data
18:21:26.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:26.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:26.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:26.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:26.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:26.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:26.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:26.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:26.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:26.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:26.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:26.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.253862  3229 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:26.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.254276  3229 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:21:26.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.254383  3229 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.258528  3229 rpc_server.cc:307] RPC server started. Bound to: 127.3.36.190:38687
18:21:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.258569  3295 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.3.36.190:38687 every 8 connection(s)
18:21:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.258850  3229 server_base.cc:1193] Dumped server information to /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-0/data/info.pb
18:21:26.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.259356  3296 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:26.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.260648  3296 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.36.190" port: 38687 } has no permanent_uuid. Determining permanent_uuid...
18:21:26.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.265620  3296 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.36.189" port: 39035 } has no permanent_uuid. Determining permanent_uuid...
18:21:26.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.266232  3247 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.3.36.189:39035: connect: Connection refused (error 111)
18:21:26.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.266738  3296 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.36.189:39035: Network error: Client connection negotiation failed: client connection to 127.3.36.189:39035: connect: Connection refused (error 111)
18:21:26.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.267122  3218 external_mini_cluster.cc:1434] Started /tmp/dist-test-task2Jpcyw/build/release/bin/kudu as pid 3229
18:21:26.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.267200  3218 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-0/wal/instance
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.267930  3218 external_mini_cluster.cc:1372] Running /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-1/wal
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-1/data
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-1/logs
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-1/data/info.pb
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.36.189:39035
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.36.189
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.36.148:35379
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.36.190:38687,127.3.36.189:39035,127.3.36.188:36979
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32881/jwks.json
18:21:26.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40219 with env {}
18:21:26.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.315979  3296 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.36.189" port: 39035 } attempt: 1
18:21:26.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.316901  3296 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.36.189:39035: Network error: Client connection negotiation failed: client connection to 127.3.36.189:39035: connect: Connection refused (error 111)
18:21:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.350642  3300 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.350823  3300 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.350843  3300 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:26.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.352471  3300 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:26.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.352519  3300 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:26.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.352533  3300 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:26.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.352546  3300 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:26.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.352558  3300 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:26.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.352569  3300 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:32881/jwks.json
18:21:26.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.354130  3300 master_runner.cc:387] Master server non-default flags:
18:21:26.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:26.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.36.148:35379
18:21:26.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:26.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:26.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-1/data
18:21:26.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-1/wal
18:21:26.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40219
18:21:26.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:26.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.36.190:38687,127.3.36.189:39035,127.3.36.188:36979
18:21:26.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:26.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:26.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:26.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.36.189:39035
18:21:26.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:26.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:26.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:26.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32881/jwks.json
18:21:26.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:26.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:26.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-1/data/info.pb
18:21:26.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.36.189
18:21:26.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:26.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:26.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.3300
18:21:26.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:26.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:26.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:26.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:26.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-1/logs
18:21:26.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:26.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:26.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:26.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:26.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:26.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:21:26.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:26.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:16 UTC on e7f111948823
18:21:26.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16869
18:21:26.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.354336  3300 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:26.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.354513  3300 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:21:26.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.356963  3306 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
18:21:26.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.356997  3308 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
18:21:26.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.357070  3305 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
18:21:26.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.357292  3300 server_base.cc:1061] running on GCE node
18:21:26.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.357736  3300 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:26.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.358045  3300 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:26.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.359270  3300 hybrid_clock.cc:648] HybridClock initialized: now 1783534886359243 us; error 45 us; skew 500 ppm
18:21:26.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.360628  3300 webserver.cc:534] Webserver started at http://127.3.36.189:36621/ using document root <none> and password file <none>
18:21:26.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.360852  3300 fs_manager.cc:362] Metadata directory not provided
18:21:26.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.360936  3300 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:26.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.361052  3300 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:26.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.362012  3300 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-1/data/instance:
18:21:26.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "78919cda32fb412bbdd74c7ef0b0127a"
18:21:26.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:26 on dist-test-slave-1h44"
18:21:26.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.362383  3300 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-1/wal/instance:
18:21:26.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "78919cda32fb412bbdd74c7ef0b0127a"
18:21:26.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:26 on dist-test-slave-1h44"
18:21:26.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.363655  3300 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.001s
18:21:26.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.364432  3314 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:26.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.364641  3300 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.001s
18:21:26.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.364719  3300 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-1/data,/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-1/wal
18:21:26.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "78919cda32fb412bbdd74c7ef0b0127a"
18:21:26.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:26 on dist-test-slave-1h44"
18:21:26.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.364777  3300 fs_report.cc:389] FS layout report
18:21:26.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:26.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-1/wal
18:21:26.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-1/wal
18:21:26.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-1/data/data
18:21:26.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:26.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:26.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:26.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:26.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:26.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:26.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:26.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:26.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:26.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:26.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:26.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.385071  3296 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.36.189" port: 39035 } attempt: 2
18:21:26.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.385958  3296 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.36.189:39035: Network error: Client connection negotiation failed: client connection to 127.3.36.189:39035: connect: Connection refused (error 111)
18:21:26.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.386330  3300 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:26.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.386597  3300 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:21:26.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.386691  3300 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:26.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.390959  3300 rpc_server.cc:307] RPC server started. Bound to: 127.3.36.189:39035
18:21:26.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.390993  3366 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.3.36.189:39035 every 8 connection(s)
18:21:26.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.391281  3300 server_base.cc:1193] Dumped server information to /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-1/data/info.pb
18:21:26.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.391798  3367 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:26.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.392251  3218 external_mini_cluster.cc:1434] Started /tmp/dist-test-task2Jpcyw/build/release/bin/kudu as pid 3300
18:21:26.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.392310  3218 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-1/wal/instance
18:21:26.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.392591  3218 external_mini_cluster.cc:1372] Running /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:26.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:26.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-2/wal
18:21:26.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-2/data
18:21:26.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:26.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:26.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:26.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:26.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:26.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:26.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-2/logs
18:21:26.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-2/data/info.pb
18:21:26.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:26.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:26.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:26.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:26.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:26.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:26.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:26.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:26.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:26.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:26.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:26.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:26.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.36.188:36979
18:21:26.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.36.188
18:21:26.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:26.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.36.148:35379
18:21:26.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:26.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:26.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:26.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:26.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.36.190:38687,127.3.36.189:39035,127.3.36.188:36979
18:21:26.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:26.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32881/jwks.json
18:21:26.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40219 with env {}
18:21:26.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.393479  3367 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.36.190" port: 38687 } has no permanent_uuid. Determining permanent_uuid...
18:21:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.398773  3367 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.36.189" port: 39035 } has no permanent_uuid. Determining permanent_uuid...
18:21:26.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.403180  3367 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.36.188" port: 36979 } has no permanent_uuid. Determining permanent_uuid...
18:21:26.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.403627  3317 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.3.36.188:36979: connect: Connection refused (error 111)
18:21:26.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.404055  3367 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.36.188:36979: Network error: Client connection negotiation failed: client connection to 127.3.36.188:36979: connect: Connection refused (error 111)
18:21:26.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.453296  3367 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.36.188" port: 36979 } attempt: 1
18:21:26.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.454285  3367 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.36.188:36979: Network error: Client connection negotiation failed: client connection to 127.3.36.188:36979: connect: Connection refused (error 111)
18:21:26.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.473357  3368 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:26.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.473538  3368 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:26.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.473559  3368 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:26.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.475123  3368 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:26.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.475175  3368 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:26.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.475189  3368 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:26.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.475201  3368 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:26.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.475214  3368 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:26.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.475225  3368 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:32881/jwks.json
18:21:26.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.476718  3368 master_runner.cc:387] Master server non-default flags:
18:21:26.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:26.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.36.148:35379
18:21:26.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:26.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:26.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-2/data
18:21:26.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-2/wal
18:21:26.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40219
18:21:26.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:26.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.36.190:38687,127.3.36.189:39035,127.3.36.188:36979
18:21:26.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:26.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:26.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:26.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.36.188:36979
18:21:26.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:26.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:26.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:26.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32881/jwks.json
18:21:26.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:26.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:26.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-2/data/info.pb
18:21:26.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.36.188
18:21:26.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:26.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:26.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.3368
18:21:26.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:26.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:26.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:26.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:26.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-2/logs
18:21:26.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:26.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:26.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:26.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:26.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:26.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:21:26.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:26.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:16 UTC on e7f111948823
18:21:26.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16869
18:21:26.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.476929  3368 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:26.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.477221  3368 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:21:26.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.477126  3296 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.36.189" port: 39035 } attempt: 3
18:21:26.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.480069  3379 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
18:21:26.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.480356  3368 server_base.cc:1061] running on GCE node
18:21:26.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.480535  3377 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
18:21:26.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.480755  3376 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
18:21:26.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.481233  3368 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:26.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.481252  3296 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.36.188" port: 36979 } has no permanent_uuid. Determining permanent_uuid...
18:21:26.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.481535  3368 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:26.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.481953  3296 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.36.188:36979: Network error: Client connection negotiation failed: client connection to 127.3.36.188:36979: connect: Connection refused (error 111)
18:21:26.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.482731  3368 hybrid_clock.cc:648] HybridClock initialized: now 1783534886482709 us; error 27 us; skew 500 ppm
18:21:26.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.483928  3368 webserver.cc:534] Webserver started at http://127.3.36.188:32819/ using document root <none> and password file <none>
18:21:26.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.484160  3368 fs_manager.cc:362] Metadata directory not provided
18:21:26.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.484272  3368 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:26.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.484387  3368 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:26.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.485247  3368 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-2/data/instance:
18:21:26.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "897df1527fdf48f8a53f6d9305d2ff6b"
18:21:26.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:26 on dist-test-slave-1h44"
18:21:26.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.485616  3368 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-2/wal/instance:
18:21:26.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "897df1527fdf48f8a53f6d9305d2ff6b"
18:21:26.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:26 on dist-test-slave-1h44"
18:21:26.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.486910  3368 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.003s
18:21:26.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.487641  3385 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:26.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.487813  3368 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.001s
18:21:26.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.487890  3368 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-2/data,/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-2/wal
18:21:26.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "897df1527fdf48f8a53f6d9305d2ff6b"
18:21:26.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:26 on dist-test-slave-1h44"
18:21:26.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.487946  3368 fs_report.cc:389] FS layout report
18:21:26.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:26.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-2/wal
18:21:26.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-2/wal
18:21:26.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-2/data/data
18:21:26.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:26.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:26.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:26.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:26.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:26.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:26.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:26.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:26.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:26.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:26.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:26.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.513126  3296 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.36.188" port: 36979 } attempt: 1
18:21:26.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.514025  3296 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.36.188:36979: Network error: Client connection negotiation failed: client connection to 127.3.36.188:36979: connect: Connection refused (error 111)
18:21:26.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.514160  3368 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:26.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.514513  3368 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:21:26.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.514663  3368 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:26.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.518829  3368 rpc_server.cc:307] RPC server started. Bound to: 127.3.36.188:36979
18:21:26.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.518862  3437 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.3.36.188:36979 every 8 connection(s)
18:21:26.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.519264  3368 server_base.cc:1193] Dumped server information to /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-2/data/info.pb
18:21:26.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.519940  3438 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:26.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.521268  3438 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.36.190" port: 38687 } has no permanent_uuid. Determining permanent_uuid...
18:21:26.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.522459  3367 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.36.188" port: 36979 } attempt: 2
18:21:26.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.526698  3438 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.36.189" port: 39035 } has no permanent_uuid. Determining permanent_uuid...
18:21:26.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.527711  3367 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 78919cda32fb412bbdd74c7ef0b0127a: Bootstrap starting.
18:21:26.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.528278  3218 external_mini_cluster.cc:1434] Started /tmp/dist-test-task2Jpcyw/build/release/bin/kudu as pid 3368
18:21:26.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.528366  3218 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4807786208607835183/master-2/wal/instance
18:21:26.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.528435  3367 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 78919cda32fb412bbdd74c7ef0b0127a: Neither blocks nor log segments found. Creating new log.
18:21:26.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.528729  3367 log.cc:826] T 00000000000000000000000000000000 P 78919cda32fb412bbdd74c7ef0b0127a: Log is configured to *not* fsync() on all Append() calls
18:21:26.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.529523  3367 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 78919cda32fb412bbdd74c7ef0b0127a: No bootstrap required, opened a new log
18:21:26.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.530055  3438 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.36.188" port: 36979 } has no permanent_uuid. Determining permanent_uuid...
18:21:26.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.531502  3367 raft_consensus.cc:359] T 00000000000000000000000000000000 P 78919cda32fb412bbdd74c7ef0b0127a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2396f174965240af9ed4e796cbd5dc6e" member_type: VOTER last_known_addr { host: "127.3.36.190" port: 38687 } } peers { permanent_uuid: "78919cda32fb412bbdd74c7ef0b0127a" member_type: VOTER last_known_addr { host: "127.3.36.189" port: 39035 } } peers { permanent_uuid: "897df1527fdf48f8a53f6d9305d2ff6b" member_type: VOTER last_known_addr { host: "127.3.36.188" port: 36979 } }
18:21:26.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.531786  3367 raft_consensus.cc:385] T 00000000000000000000000000000000 P 78919cda32fb412bbdd74c7ef0b0127a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:26.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.531847  3367 raft_consensus.cc:740] T 00000000000000000000000000000000 P 78919cda32fb412bbdd74c7ef0b0127a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 78919cda32fb412bbdd74c7ef0b0127a, State: Initialized, Role: FOLLOWER
18:21:26.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.531966  3367 consensus_queue.cc:260] T 00000000000000000000000000000000 P 78919cda32fb412bbdd74c7ef0b0127a [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: "2396f174965240af9ed4e796cbd5dc6e" member_type: VOTER last_known_addr { host: "127.3.36.190" port: 38687 } } peers { permanent_uuid: "78919cda32fb412bbdd74c7ef0b0127a" member_type: VOTER last_known_addr { host: "127.3.36.189" port: 39035 } } peers { permanent_uuid: "897df1527fdf48f8a53f6d9305d2ff6b" member_type: VOTER last_known_addr { host: "127.3.36.188" port: 36979 } }
18:21:26.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.532248  3367 sys_catalog.cc:565] T 00000000000000000000000000000000 P 78919cda32fb412bbdd74c7ef0b0127a [sys.catalog]: configured and running, proceeding with master startup.
18:21:26.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.533983  3438 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b: Bootstrap starting.
18:21:26.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.534739  3438 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b: Neither blocks nor log segments found. Creating new log.
18:21:26.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.534988  3438 log.cc:826] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b: Log is configured to *not* fsync() on all Append() calls
18:21:26.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.536422  3458 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 78919cda32fb412bbdd74c7ef0b0127a: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:26.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.536695  3458 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:26.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.534909  3300 master_runner.cc:187] Error getting master registration for 127.3.36.190:38687: OK, instance_id { permanent_uuid: "2396f174965240af9ed4e796cbd5dc6e" instance_seqno: 1783534886257383 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:21:26.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.536973  3300 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:26.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.537469  3444 sys_catalog.cc:455] T 00000000000000000000000000000000 P 78919cda32fb412bbdd74c7ef0b0127a [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: "2396f174965240af9ed4e796cbd5dc6e" member_type: VOTER last_known_addr { host: "127.3.36.190" port: 38687 } } peers { permanent_uuid: "78919cda32fb412bbdd74c7ef0b0127a" member_type: VOTER last_known_addr { host: "127.3.36.189" port: 39035 } } peers { permanent_uuid: "897df1527fdf48f8a53f6d9305d2ff6b" member_type: VOTER last_known_addr { host: "127.3.36.188" port: 36979 } } }
18:21:26.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.537691  3438 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b: No bootstrap required, opened a new log
18:21:26.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.537706  3444 sys_catalog.cc:458] T 00000000000000000000000000000000 P 78919cda32fb412bbdd74c7ef0b0127a [sys.catalog]: This master's current role is: FOLLOWER
18:21:26.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.539935  3438 raft_consensus.cc:359] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2396f174965240af9ed4e796cbd5dc6e" member_type: VOTER last_known_addr { host: "127.3.36.190" port: 38687 } } peers { permanent_uuid: "78919cda32fb412bbdd74c7ef0b0127a" member_type: VOTER last_known_addr { host: "127.3.36.189" port: 39035 } } peers { permanent_uuid: "897df1527fdf48f8a53f6d9305d2ff6b" member_type: VOTER last_known_addr { host: "127.3.36.188" port: 36979 } }
18:21:26.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.540050  3438 raft_consensus.cc:385] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:26.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.540079  3438 raft_consensus.cc:740] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 897df1527fdf48f8a53f6d9305d2ff6b, State: Initialized, Role: FOLLOWER
18:21:26.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.540174  3438 consensus_queue.cc:260] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b [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: "2396f174965240af9ed4e796cbd5dc6e" member_type: VOTER last_known_addr { host: "127.3.36.190" port: 38687 } } peers { permanent_uuid: "78919cda32fb412bbdd74c7ef0b0127a" member_type: VOTER last_known_addr { host: "127.3.36.189" port: 39035 } } peers { permanent_uuid: "897df1527fdf48f8a53f6d9305d2ff6b" member_type: VOTER last_known_addr { host: "127.3.36.188" port: 36979 } }
18:21:26.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.540469  3438 sys_catalog.cc:565] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b [sys.catalog]: configured and running, proceeding with master startup.
18:21:26.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.540525  3462 sys_catalog.cc:455] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b [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: "2396f174965240af9ed4e796cbd5dc6e" member_type: VOTER last_known_addr { host: "127.3.36.190" port: 38687 } } peers { permanent_uuid: "78919cda32fb412bbdd74c7ef0b0127a" member_type: VOTER last_known_addr { host: "127.3.36.189" port: 39035 } } peers { permanent_uuid: "897df1527fdf48f8a53f6d9305d2ff6b" member_type: VOTER last_known_addr { host: "127.3.36.188" port: 36979 } } }
18:21:26.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.540606  3462 sys_catalog.cc:458] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b [sys.catalog]: This master's current role is: FOLLOWER
18:21:26.542 [INFO - Metastore-Handler-Pool: Thread-127] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:26.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.542801  3218 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:21:26.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.543105  3455 client.h:372] Failed to connect to Hive Metastore (localhost:40219): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:26.543 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:26.543 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:21:26.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.543627  3368 master_runner.cc:187] Error getting master registration for 127.3.36.190:38687: OK, instance_id { permanent_uuid: "2396f174965240af9ed4e796cbd5dc6e" instance_seqno: 1783534886257383 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:21:26.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.545282  3368 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:26.544 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.3.36.190"
      port: 38687
    }
    bound_http_address {
      host: "127.3.36.190"
      port: 45607
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.3.36.189"
      port: 39035
    }
    bound_http_address {
      host: "127.3.36.189"
      port: 36621
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.3.36.188"
      port: 36979
    }
    bound_http_address {
      host: "127.3.36.188"
      port: 32819
    }
  }
}

18:21:26.546 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

18:21:26.547 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:26.548 [INFO - Metastore-Handler-Pool: Thread-125] (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)	
18:21:26.550 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:21:26.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.550753  3476 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:26.551 [INFO - Metastore-Handler-Pool: Thread-125] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:21:26.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.550977  3476 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:26.551 [INFO - Metastore-Handler-Pool: Thread-125] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@612d794b, with PersistenceManager: null will be shutdown
18:21:26.551 [INFO - Metastore-Handler-Pool: Thread-125] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@612d794b, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@732eacec created in the thread with id: 125
18:21:26.555 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@612d794b
18:21:26.559 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:26.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.559877  3473 client.h:372] Failed to connect to Hive Metastore (localhost:40219): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:26.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.589195  3296 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.36.188" port: 36979 } attempt: 2
18:21:26.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.594708  3296 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2396f174965240af9ed4e796cbd5dc6e: Bootstrap starting.
18:21:26.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.595538  3296 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2396f174965240af9ed4e796cbd5dc6e: Neither blocks nor log segments found. Creating new log.
18:21:26.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.595818  3296 log.cc:826] T 00000000000000000000000000000000 P 2396f174965240af9ed4e796cbd5dc6e: Log is configured to *not* fsync() on all Append() calls
18:21:26.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.596909  3296 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2396f174965240af9ed4e796cbd5dc6e: No bootstrap required, opened a new log
18:21:26.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.599089  3296 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2396f174965240af9ed4e796cbd5dc6e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2396f174965240af9ed4e796cbd5dc6e" member_type: VOTER last_known_addr { host: "127.3.36.190" port: 38687 } } peers { permanent_uuid: "78919cda32fb412bbdd74c7ef0b0127a" member_type: VOTER last_known_addr { host: "127.3.36.189" port: 39035 } } peers { permanent_uuid: "897df1527fdf48f8a53f6d9305d2ff6b" member_type: VOTER last_known_addr { host: "127.3.36.188" port: 36979 } }
18:21:26.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.599208  3296 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2396f174965240af9ed4e796cbd5dc6e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:26.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.599239  3296 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2396f174965240af9ed4e796cbd5dc6e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2396f174965240af9ed4e796cbd5dc6e, State: Initialized, Role: FOLLOWER
18:21:26.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.599334  3296 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2396f174965240af9ed4e796cbd5dc6e [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: "2396f174965240af9ed4e796cbd5dc6e" member_type: VOTER last_known_addr { host: "127.3.36.190" port: 38687 } } peers { permanent_uuid: "78919cda32fb412bbdd74c7ef0b0127a" member_type: VOTER last_known_addr { host: "127.3.36.189" port: 39035 } } peers { permanent_uuid: "897df1527fdf48f8a53f6d9305d2ff6b" member_type: VOTER last_known_addr { host: "127.3.36.188" port: 36979 } }
18:21:26.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.599640  3296 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2396f174965240af9ed4e796cbd5dc6e [sys.catalog]: configured and running, proceeding with master startup.
18:21:26.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.608868  3494 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 2396f174965240af9ed4e796cbd5dc6e: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:26.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.608970  3229 master_runner.cc:264] No leader master found from master 2396f174965240af9ed4e796cbd5dc6e
18:21:26.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.609314  3229 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:26.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.609548  3494 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:26.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.609764  3480 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2396f174965240af9ed4e796cbd5dc6e [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: "2396f174965240af9ed4e796cbd5dc6e" member_type: VOTER last_known_addr { host: "127.3.36.190" port: 38687 } } peers { permanent_uuid: "78919cda32fb412bbdd74c7ef0b0127a" member_type: VOTER last_known_addr { host: "127.3.36.189" port: 39035 } } peers { permanent_uuid: "897df1527fdf48f8a53f6d9305d2ff6b" member_type: VOTER last_known_addr { host: "127.3.36.188" port: 36979 } } }
18:21:26.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.609977  3480 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2396f174965240af9ed4e796cbd5dc6e [sys.catalog]: This master's current role is: FOLLOWER
18:21:26.611 [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=	
18:21:26.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.618322  3491 client.h:372] Failed to connect to Hive Metastore (localhost:40219): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:26.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.624404  3462 raft_consensus.cc:493] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:21:26.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.624536  3462 raft_consensus.cc:515] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2396f174965240af9ed4e796cbd5dc6e" member_type: VOTER last_known_addr { host: "127.3.36.190" port: 38687 } } peers { permanent_uuid: "78919cda32fb412bbdd74c7ef0b0127a" member_type: VOTER last_known_addr { host: "127.3.36.189" port: 39035 } } peers { permanent_uuid: "897df1527fdf48f8a53f6d9305d2ff6b" member_type: VOTER last_known_addr { host: "127.3.36.188" port: 36979 } }
18:21:26.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.624814  3462 leader_election.cc:290] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2396f174965240af9ed4e796cbd5dc6e (127.3.36.190:38687), 78919cda32fb412bbdd74c7ef0b0127a (127.3.36.189:39035)
18:21:26.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.625197  3270 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "897df1527fdf48f8a53f6d9305d2ff6b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2396f174965240af9ed4e796cbd5dc6e" is_pre_election: true
18:21:26.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.625365  3270 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2396f174965240af9ed4e796cbd5dc6e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 897df1527fdf48f8a53f6d9305d2ff6b in term 0.
18:21:26.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.625546  3341 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "897df1527fdf48f8a53f6d9305d2ff6b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "78919cda32fb412bbdd74c7ef0b0127a" is_pre_election: true
18:21:26.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.625591  3387 leader_election.cc:304] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b [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: 2396f174965240af9ed4e796cbd5dc6e, 897df1527fdf48f8a53f6d9305d2ff6b; no voters: 
18:21:26.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.625687  3341 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 78919cda32fb412bbdd74c7ef0b0127a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 897df1527fdf48f8a53f6d9305d2ff6b in term 0.
18:21:26.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.625962  3462 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b [term 0 FOLLOWER]: Leader pre-election won for term 1
18:21:26.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.626016  3462 raft_consensus.cc:493] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
18:21:26.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.626039  3462 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b [term 0 FOLLOWER]: Advancing to term 1
18:21:26.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.626894  3462 raft_consensus.cc:515] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2396f174965240af9ed4e796cbd5dc6e" member_type: VOTER last_known_addr { host: "127.3.36.190" port: 38687 } } peers { permanent_uuid: "78919cda32fb412bbdd74c7ef0b0127a" member_type: VOTER last_known_addr { host: "127.3.36.189" port: 39035 } } peers { permanent_uuid: "897df1527fdf48f8a53f6d9305d2ff6b" member_type: VOTER last_known_addr { host: "127.3.36.188" port: 36979 } }
18:21:26.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.627022  3462 leader_election.cc:290] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b [CANDIDATE]: Term 1 election: Requested vote from peers 2396f174965240af9ed4e796cbd5dc6e (127.3.36.190:38687), 78919cda32fb412bbdd74c7ef0b0127a (127.3.36.189:39035)
18:21:26.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.627339  3341 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "897df1527fdf48f8a53f6d9305d2ff6b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "78919cda32fb412bbdd74c7ef0b0127a"
18:21:26.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.627413  3341 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 78919cda32fb412bbdd74c7ef0b0127a [term 0 FOLLOWER]: Advancing to term 1
18:21:26.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.628243  3341 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 78919cda32fb412bbdd74c7ef0b0127a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 897df1527fdf48f8a53f6d9305d2ff6b in term 1.
18:21:26.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.628423  3389 leader_election.cc:304] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b [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: 78919cda32fb412bbdd74c7ef0b0127a, 897df1527fdf48f8a53f6d9305d2ff6b; no voters: 
18:21:26.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.628521  3270 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "897df1527fdf48f8a53f6d9305d2ff6b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2396f174965240af9ed4e796cbd5dc6e"
18:21:26.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.628600  3270 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2396f174965240af9ed4e796cbd5dc6e [term 0 FOLLOWER]: Advancing to term 1
18:21:26.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.629379  3270 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2396f174965240af9ed4e796cbd5dc6e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 897df1527fdf48f8a53f6d9305d2ff6b in term 1.
18:21:26.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.634047  3462 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b [term 1 FOLLOWER]: Leader election won for term 1
18:21:26.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.634249  3462 raft_consensus.cc:697] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b [term 1 LEADER]: Becoming Leader. State: Replica: 897df1527fdf48f8a53f6d9305d2ff6b, State: Running, Role: LEADER
18:21:26.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.634353  3462 consensus_queue.cc:237] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b [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: "2396f174965240af9ed4e796cbd5dc6e" member_type: VOTER last_known_addr { host: "127.3.36.190" port: 38687 } } peers { permanent_uuid: "78919cda32fb412bbdd74c7ef0b0127a" member_type: VOTER last_known_addr { host: "127.3.36.189" port: 39035 } } peers { permanent_uuid: "897df1527fdf48f8a53f6d9305d2ff6b" member_type: VOTER last_known_addr { host: "127.3.36.188" port: 36979 } }
18:21:26.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.634742  3462 sys_catalog.cc:455] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b [sys.catalog]: SysCatalogTable state changed. Reason: New leader 897df1527fdf48f8a53f6d9305d2ff6b. Latest consensus state: current_term: 1 leader_uuid: "897df1527fdf48f8a53f6d9305d2ff6b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2396f174965240af9ed4e796cbd5dc6e" member_type: VOTER last_known_addr { host: "127.3.36.190" port: 38687 } } peers { permanent_uuid: "78919cda32fb412bbdd74c7ef0b0127a" member_type: VOTER last_known_addr { host: "127.3.36.189" port: 39035 } } peers { permanent_uuid: "897df1527fdf48f8a53f6d9305d2ff6b" member_type: VOTER last_known_addr { host: "127.3.36.188" port: 36979 } } }
18:21:26.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.634804  3462 sys_catalog.cc:458] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b [sys.catalog]: This master's current role is: LEADER
18:21:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:26.637296  3320 tablet.cc:2406] T 00000000000000000000000000000000 P 78919cda32fb412bbdd74c7ef0b0127a: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:21:26.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.638263  3499 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
18:21:26.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.640588  3499 catalog_manager.cc:1519] Initializing Kudu cluster ID...
18:21:26.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.654927  3341 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 78919cda32fb412bbdd74c7ef0b0127a [term 1 FOLLOWER]: Refusing update from remote peer 897df1527fdf48f8a53f6d9305d2ff6b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:21:26.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.655539  3497 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b [LEADER]: Connected to new peer: Peer: permanent_uuid: "78919cda32fb412bbdd74c7ef0b0127a" member_type: VOTER last_known_addr { host: "127.3.36.189" port: 39035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:21:26.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.656896  3444 sys_catalog.cc:455] T 00000000000000000000000000000000 P 78919cda32fb412bbdd74c7ef0b0127a [sys.catalog]: SysCatalogTable state changed. Reason: New leader 897df1527fdf48f8a53f6d9305d2ff6b. Latest consensus state: current_term: 1 leader_uuid: "897df1527fdf48f8a53f6d9305d2ff6b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2396f174965240af9ed4e796cbd5dc6e" member_type: VOTER last_known_addr { host: "127.3.36.190" port: 38687 } } peers { permanent_uuid: "78919cda32fb412bbdd74c7ef0b0127a" member_type: VOTER last_known_addr { host: "127.3.36.189" port: 39035 } } peers { permanent_uuid: "897df1527fdf48f8a53f6d9305d2ff6b" member_type: VOTER last_known_addr { host: "127.3.36.188" port: 36979 } } }
18:21:26.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.656986  3444 sys_catalog.cc:458] T 00000000000000000000000000000000 P 78919cda32fb412bbdd74c7ef0b0127a [sys.catalog]: This master's current role is: FOLLOWER
18:21:26.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.657632  3270 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 2396f174965240af9ed4e796cbd5dc6e [term 1 FOLLOWER]: Refusing update from remote peer 897df1527fdf48f8a53f6d9305d2ff6b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:21:26.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.658017  3497 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b [LEADER]: Connected to new peer: Peer: permanent_uuid: "2396f174965240af9ed4e796cbd5dc6e" member_type: VOTER last_known_addr { host: "127.3.36.190" port: 38687 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:21:26.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.659124  3480 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2396f174965240af9ed4e796cbd5dc6e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 897df1527fdf48f8a53f6d9305d2ff6b. Latest consensus state: current_term: 1 leader_uuid: "897df1527fdf48f8a53f6d9305d2ff6b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2396f174965240af9ed4e796cbd5dc6e" member_type: VOTER last_known_addr { host: "127.3.36.190" port: 38687 } } peers { permanent_uuid: "78919cda32fb412bbdd74c7ef0b0127a" member_type: VOTER last_known_addr { host: "127.3.36.189" port: 39035 } } peers { permanent_uuid: "897df1527fdf48f8a53f6d9305d2ff6b" member_type: VOTER last_known_addr { host: "127.3.36.188" port: 36979 } } }
18:21:26.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.659201  3480 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2396f174965240af9ed4e796cbd5dc6e [sys.catalog]: This master's current role is: FOLLOWER
18:21:26.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.660571  3497 sys_catalog.cc:455] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "897df1527fdf48f8a53f6d9305d2ff6b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2396f174965240af9ed4e796cbd5dc6e" member_type: VOTER last_known_addr { host: "127.3.36.190" port: 38687 } } peers { permanent_uuid: "78919cda32fb412bbdd74c7ef0b0127a" member_type: VOTER last_known_addr { host: "127.3.36.189" port: 39035 } } peers { permanent_uuid: "897df1527fdf48f8a53f6d9305d2ff6b" member_type: VOTER last_known_addr { host: "127.3.36.188" port: 36979 } } }
18:21:26.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.660651  3497 sys_catalog.cc:458] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b [sys.catalog]: This master's current role is: LEADER
18:21:26.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.661270  3480 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2396f174965240af9ed4e796cbd5dc6e [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "897df1527fdf48f8a53f6d9305d2ff6b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2396f174965240af9ed4e796cbd5dc6e" member_type: VOTER last_known_addr { host: "127.3.36.190" port: 38687 } } peers { permanent_uuid: "78919cda32fb412bbdd74c7ef0b0127a" member_type: VOTER last_known_addr { host: "127.3.36.189" port: 39035 } } peers { permanent_uuid: "897df1527fdf48f8a53f6d9305d2ff6b" member_type: VOTER last_known_addr { host: "127.3.36.188" port: 36979 } } }
18:21:26.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.661342  3480 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2396f174965240af9ed4e796cbd5dc6e [sys.catalog]: This master's current role is: FOLLOWER
18:21:26.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.661710  3500 mvcc.cc:204] Tried to move back new op lower bound from 7305358895735615488 to 7305358895654944768. Current Snapshot: MvccSnapshot[applied={T|T < 7305358895735615488}]
18:21:26.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.661978  3503 mvcc.cc:204] Tried to move back new op lower bound from 7305358895735615488 to 7305358895654944768. Current Snapshot: MvccSnapshot[applied={T|T < 7305358895735615488}]
18:21:26.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.662739  3462 sys_catalog.cc:455] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "897df1527fdf48f8a53f6d9305d2ff6b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2396f174965240af9ed4e796cbd5dc6e" member_type: VOTER last_known_addr { host: "127.3.36.190" port: 38687 } } peers { permanent_uuid: "78919cda32fb412bbdd74c7ef0b0127a" member_type: VOTER last_known_addr { host: "127.3.36.189" port: 39035 } } peers { permanent_uuid: "897df1527fdf48f8a53f6d9305d2ff6b" member_type: VOTER last_known_addr { host: "127.3.36.188" port: 36979 } } }
18:21:26.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.662811  3462 sys_catalog.cc:458] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b [sys.catalog]: This master's current role is: LEADER
18:21:26.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.663306  3444 sys_catalog.cc:455] T 00000000000000000000000000000000 P 78919cda32fb412bbdd74c7ef0b0127a [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "897df1527fdf48f8a53f6d9305d2ff6b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2396f174965240af9ed4e796cbd5dc6e" member_type: VOTER last_known_addr { host: "127.3.36.190" port: 38687 } } peers { permanent_uuid: "78919cda32fb412bbdd74c7ef0b0127a" member_type: VOTER last_known_addr { host: "127.3.36.189" port: 39035 } } peers { permanent_uuid: "897df1527fdf48f8a53f6d9305d2ff6b" member_type: VOTER last_known_addr { host: "127.3.36.188" port: 36979 } } }
18:21:26.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.663386  3444 sys_catalog.cc:458] T 00000000000000000000000000000000 P 78919cda32fb412bbdd74c7ef0b0127a [sys.catalog]: This master's current role is: FOLLOWER
18:21:26.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.664146  3501 mvcc.cc:204] Tried to move back new op lower bound from 7305358895735615488 to 7305358895654944768. Current Snapshot: MvccSnapshot[applied={T|T < 7305358895735615488}]
18:21:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.665009  3499 catalog_manager.cc:1382] Generated new cluster ID: 7c35f9094448430c96c72f65b54cdaa0
18:21:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.665059  3499 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
18:21:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.673204  3499 catalog_manager.cc:1405] Generated new certificate authority record
18:21:26.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.674268  3499 catalog_manager.cc:1539] Loading token signing keys...
18:21:26.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.689272  3499 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 897df1527fdf48f8a53f6d9305d2ff6b: Generated new TSK 0
18:21:26.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.689744  3499 catalog_manager.cc:1549] Initializing in-progress tserver states...
18:21:26.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.690055  3499 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
18:21:26.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:26.690287  3499 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
18:21:26.974 [WARN - Metastore-Handler-Pool: Thread-125] (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.
18:21:26.981 [WARN - Metastore-Handler-Pool: Thread-125] (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.
18:21:26.981 [WARN - Metastore-Handler-Pool: Thread-125] (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.
18:21:27.055 [INFO - Metastore-Handler-Pool: Thread-125] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
18:21:27.061 [INFO - Metastore-Handler-Pool: Thread-125] (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/hive5165111836530897720/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)
18:21:27.063 [INFO - Metastore-Handler-Pool: Thread-125] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive5165111836530897720/external-warehouse/legacy_table
18:21:27.159 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
18:21:27.190 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:27.196 [INFO - Metastore-Handler-Pool: Thread-125] (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	
18:21:27.207 [INFO - Metastore-Handler-Pool: Thread-125] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
18:21:27.267 [INFO - Metastore-Handler-Pool: Thread-125] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
18:21:27.267 [INFO - Metastore-Handler-Pool: Thread-125] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
18:21:27.359 [INFO - Metastore-Handler-Pool: Thread-125] (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	
18:21:27.382 [INFO - Metastore-Handler-Pool: Thread-125] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
18:21:27.424 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
18:21:27.434 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:27.435 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
18:21:27.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:27.537649  3458 catalog_manager.cc:1294] Loaded cluster ID: 7c35f9094448430c96c72f65b54cdaa0
18:21:27.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:27.537750  3458 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 78919cda32fb412bbdd74c7ef0b0127a: loading cluster ID for follower catalog manager: success
18:21:27.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:27.539098  3458 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 78919cda32fb412bbdd74c7ef0b0127a: acquiring CA information for follower catalog manager: success
18:21:27.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:27.539450  3458 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 78919cda32fb412bbdd74c7ef0b0127a: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:21:27.545 [INFO - Metastore-Handler-Pool: Thread-132] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:27.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:27.545579  3455 client.h:372] Failed to connect to Hive Metastore (localhost:40219): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:27.562 [INFO - Metastore-Handler-Pool: Thread-133] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:27.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:27.562776  3473 client.h:372] Failed to connect to Hive Metastore (localhost:40219): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:27.583 [WARN - Metastore-Handler-Pool: Thread-125] (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.
18:21:27.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:27.610212  3494 catalog_manager.cc:1294] Loaded cluster ID: 7c35f9094448430c96c72f65b54cdaa0
18:21:27.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:27.610328  3494 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 2396f174965240af9ed4e796cbd5dc6e: loading cluster ID for follower catalog manager: success
18:21:27.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:27.611888  3494 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 2396f174965240af9ed4e796cbd5dc6e: acquiring CA information for follower catalog manager: success
18:21:27.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:27.612287  3494 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 2396f174965240af9ed4e796cbd5dc6e: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:21:27.626 [INFO - Metastore-Handler-Pool: Thread-134] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:27.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:27.626758  3491 client.h:372] Failed to connect to Hive Metastore (localhost:40219): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:27.744 [WARN - Metastore-Handler-Pool: Thread-125] (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.
18:21:27.794 [WARN - Metastore-Handler-Pool: Thread-125] (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.
18:21:27.916 [INFO - Metastore-Handler-Pool: Thread-125] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
18:21:27.917 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:21:27.917 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
18:21:27.918 [INFO - Metastore-Handler-Pool: Thread-125] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@612d794b, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@732eacec will be shutdown
18:21:27.918 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
18:21:27.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:27.918135  3218 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task2Jpcyw/build/release/bin/kudu with pid 3229
18:21:27.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:27.924557  3218 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task2Jpcyw/build/release/bin/kudu with pid 3300
18:21:27.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:27.929818  3218 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task2Jpcyw/build/release/bin/kudu with pid 3368
18:21:27.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:21:27Z chronyd exiting
.18:21:27.977 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:27.978 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:27.978 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:27.998 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive5043160818756439655
18:21:27.999 [INFO - Thread-92] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:21:28.000 [INFO - Thread-92] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:21:28.002 [INFO - Thread-92] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:21:28.002 [INFO - Thread-92] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:21:28.002 [INFO - Thread-92] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
18:21:28.003 [INFO - Thread-92] (HikariDataSource.java:350) objectstore - Shutdown initiated...
18:21:28.006 [INFO - Thread-92] (HikariDataSource.java:352) objectstore - Shutdown completed.
18:21:28.006 [INFO - Thread-92] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
18:21:28.007 [INFO - Thread-92] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
18:21:28.008 [INFO - Thread-92] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:21:28.009 [INFO - Thread-92] (HikariDataSource.java:80) objectstore - Starting...
18:21:28.078 [INFO - Thread-92] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:28.078 [INFO - Thread-92] (HikariDataSource.java:82) objectstore - Start completed.
18:21:28.078 [INFO - Thread-92] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:21:28.079 [INFO - Thread-92] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:21:28.081 [INFO - Thread-92] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:28.082 [INFO - Thread-92] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:21:28.096 [INFO - Thread-92] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:21:28.097 [INFO - Thread-92] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:21:28.097 [INFO - Thread-92] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:21:28.117 [WARN - Thread-92] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:28.117 [WARN - Thread-92] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:28.118 [WARN - Thread-92] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:28.118 [WARN - Thread-92] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:28.118 [WARN - Thread-92] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:28.118 [WARN - Thread-92] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:28.289 [INFO - Thread-92] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:21:28.290 [INFO - Thread-92] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66de8200, with PersistenceManager: null will be shutdown
18:21:28.290 [INFO - Thread-92] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66de8200, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@22354648 created in the thread with id: 135
18:21:28.292 [WARN - Thread-92] (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
18:21:28.293 [INFO - Thread-92] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66de8200
18:21:28.391 [INFO - Thread-92] (HMSHandler.java:595) Started creating a default database with name: default
18:21:28.415 [INFO - Thread-92] (HMSHandler.java:605) Successfully created a default database with name: default
18:21:28.447 [INFO - Thread-92] (HMSHandler.java:668) Added admin role in metastore
18:21:28.449 [INFO - Thread-92] (HMSHandler.java:677) Added public role in metastore
18:21:28.480 [INFO - Thread-92] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:21:28.480 [INFO - Thread-92] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:21:28.481 [INFO - Thread-92] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:21:28.481 [INFO - Thread-92] (HiveMetaStore.java:697) Direct SQL optimization = true
18:21:28.482 [WARN - Thread-92] (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)
18:21:28.482 [INFO - Thread-92] (HiveMetaStore.java:632) Started the new metaserver on port [33629]...
18:21:28.482 [INFO - Thread-92] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:21:28.482 [INFO - Thread-92] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:21:28.482 [INFO - Thread-92] (HiveMetaStore.java:635) TCP keepalive = true
18:21:28.482 [INFO - Thread-92] (HiveMetaStore.java:636) Enable SSL = false
18:21:29.000 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:29.001 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:29.001 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:29.003 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:21:29.003 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:33629]
18:21:29.003 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:33629) in binary transport mode
18:21:29.004 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:33629) current connections: 1
18:21:29.005 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task2Jpcyw/test-tmp
18:21:29.006 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
18:21:29.006 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task2Jpcyw/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
18:21:29.008 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:33629"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

18:21:29.084 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:29.085 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

18:21:29.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.085677  3543 mini_oidc.cc:150] Starting JWKS server
18:21:29.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.086264  3543 webserver.cc:534] Webserver started at http://127.0.0.1:42077/ using document root <none> and password file <none>
18:21:29.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.086350  3543 mini_oidc.cc:186] Starting OIDC Discovery server
18:21:29.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.086473  3543 webserver.cc:534] Webserver started at http://127.0.0.1:34259/ using document root <none> and password file <none>
18:21:29.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:21:29Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:21:29.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:21:29Z Disabled control of system clock
18:21:29.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.097013  3543 external_mini_cluster.cc:1372] Running /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:29.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:29.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-0/wal
18:21:29.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-0/data
18:21:29.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:29.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:29.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:29.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:29.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:29.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:29.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-0/logs
18:21:29.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-0/data/info.pb
18:21:29.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:29.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:29.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:29.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:29.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:29.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:29.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:29.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:29.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:29.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:29.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:29.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:29.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.117.254:32899
18:21:29.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.117.254
18:21:29.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:29.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.117.212:37763
18:21:29.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:29.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:29.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:29.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:29.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.117.254:32899,127.3.117.253:41151,127.3.117.252:36267
18:21:29.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:29.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42077/jwks.json
18:21:29.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33629 with env {}
18:21:29.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.179944  3554 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:29.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.180145  3554 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:29.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.180167  3554 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:29.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.181895  3554 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:29.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.182013  3554 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:29.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.182030  3554 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:29.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.182044  3554 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:29.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.182057  3554 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:29.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.182070  3554 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42077/jwks.json
18:21:29.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.183784  3554 master_runner.cc:387] Master server non-default flags:
18:21:29.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:29.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.117.212:37763
18:21:29.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:29.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:29.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-0/data
18:21:29.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-0/wal
18:21:29.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33629
18:21:29.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:29.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.117.254:32899,127.3.117.253:41151,127.3.117.252:36267
18:21:29.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:29.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:29.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:29.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.117.254:32899
18:21:29.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:29.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:29.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:29.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42077/jwks.json
18:21:29.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:29.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:29.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-0/data/info.pb
18:21:29.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.117.254
18:21:29.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:29.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:29.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.3554
18:21:29.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:29.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:29.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:29.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:29.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-0/logs
18:21:29.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:29.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:29.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:29.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:29.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:29.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:21:29.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:29.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:16 UTC on e7f111948823
18:21:29.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16869
18:21:29.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.183995  3554 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:29.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.184192  3554 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:21:29.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.186573  3559 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
18:21:29.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.186652  3560 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
18:21:29.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.186573  3562 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
18:21:29.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.187017  3554 server_base.cc:1061] running on GCE node
18:21:29.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.187549  3554 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:29.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.187778  3554 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:29.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.188963  3554 hybrid_clock.cc:648] HybridClock initialized: now 1783534889188946 us; error 28 us; skew 500 ppm
18:21:29.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.190219  3554 webserver.cc:534] Webserver started at http://127.3.117.254:36589/ using document root <none> and password file <none>
18:21:29.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.190455  3554 fs_manager.cc:362] Metadata directory not provided
18:21:29.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.190529  3554 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:29.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.190639  3554 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:29.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.191493  3554 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-0/data/instance:
18:21:29.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b7aef78396ad4db8a19ac35fb9066fc2"
18:21:29.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:29 on dist-test-slave-1h44"
18:21:29.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.191854  3554 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-0/wal/instance:
18:21:29.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b7aef78396ad4db8a19ac35fb9066fc2"
18:21:29.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:29 on dist-test-slave-1h44"
18:21:29.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.193118  3554 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
18:21:29.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.193848  3568 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:29.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.194052  3554 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
18:21:29.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.194150  3554 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-0/data,/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-0/wal
18:21:29.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b7aef78396ad4db8a19ac35fb9066fc2"
18:21:29.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:29 on dist-test-slave-1h44"
18:21:29.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.194265  3554 fs_report.cc:389] FS layout report
18:21:29.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:29.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-0/wal
18:21:29.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-0/wal
18:21:29.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-0/data/data
18:21:29.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:29.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:29.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:29.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:29.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:29.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:29.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:29.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:29.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:29.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:29.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:29.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.206199  3554 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:29.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.206521  3554 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:21:29.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.206674  3554 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:29.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.211001  3554 rpc_server.cc:307] RPC server started. Bound to: 127.3.117.254:32899
18:21:29.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.211031  3620 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.3.117.254:32899 every 8 connection(s)
18:21:29.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.211452  3554 server_base.cc:1193] Dumped server information to /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-0/data/info.pb
18:21:29.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.212064  3621 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:29.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.213305  3621 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.117.254" port: 32899 } has no permanent_uuid. Determining permanent_uuid...
18:21:29.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.218585  3621 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.117.253" port: 41151 } has no permanent_uuid. Determining permanent_uuid...
18:21:29.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.218987  3570 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.3.117.253:41151: connect: Connection refused (error 111)
18:21:29.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.219473  3621 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.117.253:41151: Network error: Client connection negotiation failed: client connection to 127.3.117.253:41151: connect: Connection refused (error 111)
18:21:29.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.221189  3543 external_mini_cluster.cc:1434] Started /tmp/dist-test-task2Jpcyw/build/release/bin/kudu as pid 3554
18:21:29.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.221261  3543 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-0/wal/instance
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.222023  3543 external_mini_cluster.cc:1372] Running /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-1/wal
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-1/data
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-1/logs
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-1/data/info.pb
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.117.253:41151
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.117.253
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.117.212:37763
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.117.254:32899,127.3.117.253:41151,127.3.117.252:36267
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42077/jwks.json
18:21:29.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33629 with env {}
18:21:29.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.268685  3621 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.117.253" port: 41151 } attempt: 1
18:21:29.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.269656  3621 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.117.253:41151: Network error: Client connection negotiation failed: client connection to 127.3.117.253:41151: connect: Connection refused (error 111)
18:21:29.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.302896  3625 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:29.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.303088  3625 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:29.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.303110  3625 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:29.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.304638  3625 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:29.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.304692  3625 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:29.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.304708  3625 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:29.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.304719  3625 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:29.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.304733  3625 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:29.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.304744  3625 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42077/jwks.json
18:21:29.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.306437  3625 master_runner.cc:387] Master server non-default flags:
18:21:29.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:29.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.117.212:37763
18:21:29.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:29.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:29.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-1/data
18:21:29.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-1/wal
18:21:29.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33629
18:21:29.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:29.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.117.254:32899,127.3.117.253:41151,127.3.117.252:36267
18:21:29.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:29.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:29.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:29.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.117.253:41151
18:21:29.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:29.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:29.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:29.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42077/jwks.json
18:21:29.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:29.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:29.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-1/data/info.pb
18:21:29.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.117.253
18:21:29.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:29.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:29.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.3625
18:21:29.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:29.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:29.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:29.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:29.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-1/logs
18:21:29.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:29.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:29.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:29.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:29.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:29.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:21:29.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:29.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:16 UTC on e7f111948823
18:21:29.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16869
18:21:29.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.306660  3625 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:29.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.306860  3625 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:21:29.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.309599  3633 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
18:21:29.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.309614  3631 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
18:21:29.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.309634  3630 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
18:21:29.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.309763  3625 server_base.cc:1061] running on GCE node
18:21:29.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.310201  3625 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:29.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.310451  3625 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:29.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.311628  3625 hybrid_clock.cc:648] HybridClock initialized: now 1783534889311612 us; error 26 us; skew 500 ppm
18:21:29.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.312791  3625 webserver.cc:534] Webserver started at http://127.3.117.253:35795/ using document root <none> and password file <none>
18:21:29.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.313028  3625 fs_manager.cc:362] Metadata directory not provided
18:21:29.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.313110  3625 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:29.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.313222  3625 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:29.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.314162  3625 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-1/data/instance:
18:21:29.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3a81beb050674c68a4dc8050f11fe736"
18:21:29.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:29 on dist-test-slave-1h44"
18:21:29.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.314522  3625 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-1/wal/instance:
18:21:29.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3a81beb050674c68a4dc8050f11fe736"
18:21:29.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:29 on dist-test-slave-1h44"
18:21:29.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.315821  3625 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
18:21:29.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.316570  3639 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:29.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.316742  3625 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
18:21:29.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.316812  3625 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-1/data,/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-1/wal
18:21:29.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3a81beb050674c68a4dc8050f11fe736"
18:21:29.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:29 on dist-test-slave-1h44"
18:21:29.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.316855  3625 fs_report.cc:389] FS layout report
18:21:29.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:29.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-1/wal
18:21:29.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-1/wal
18:21:29.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-1/data/data
18:21:29.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:29.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:29.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:29.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:29.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:29.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:29.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:29.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:29.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:29.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:29.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:29.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.334007  3625 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:29.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.334321  3625 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:21:29.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.334412  3625 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:29.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.337818  3621 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.117.253" port: 41151 } attempt: 2
18:21:29.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.338737  3621 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.117.253:41151: Network error: Client connection negotiation failed: client connection to 127.3.117.253:41151: connect: Connection refused (error 111)
18:21:29.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.339670  3625 rpc_server.cc:307] RPC server started. Bound to: 127.3.117.253:41151
18:21:29.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.339761  3691 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.3.117.253:41151 every 8 connection(s)
18:21:29.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.340106  3625 server_base.cc:1193] Dumped server information to /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-1/data/info.pb
18:21:29.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.340713  3692 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:29.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.342028  3692 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.117.254" port: 32899 } has no permanent_uuid. Determining permanent_uuid...
18:21:29.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.347067  3692 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.117.253" port: 41151 } has no permanent_uuid. Determining permanent_uuid...
18:21:29.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.347046  3543 external_mini_cluster.cc:1434] Started /tmp/dist-test-task2Jpcyw/build/release/bin/kudu as pid 3625
18:21:29.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.347172  3543 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-1/wal/instance
18:21:29.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.347579  3543 external_mini_cluster.cc:1372] Running /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:29.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:29.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-2/wal
18:21:29.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-2/data
18:21:29.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:29.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:29.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:29.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:29.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:29.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:29.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-2/logs
18:21:29.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-2/data/info.pb
18:21:29.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:29.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:29.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:29.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:29.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:29.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:29.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:29.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:29.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:29.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:29.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:29.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:29.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.117.252:36267
18:21:29.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.117.252
18:21:29.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:29.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.117.212:37763
18:21:29.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:29.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:29.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:29.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:29.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.117.254:32899,127.3.117.253:41151,127.3.117.252:36267
18:21:29.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:29.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42077/jwks.json
18:21:29.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33629 with env {}
18:21:29.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.352241  3692 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.117.252" port: 36267 } has no permanent_uuid. Determining permanent_uuid...
18:21:29.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.352677  3640 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.3.117.252:36267: connect: Connection refused (error 111)
18:21:29.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.353235  3692 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.117.252:36267: Network error: Client connection negotiation failed: client connection to 127.3.117.252:36267: connect: Connection refused (error 111)
18:21:29.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.402439  3692 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.117.252" port: 36267 } attempt: 1
18:21:29.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.405167  3692 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.117.252:36267: Network error: Client connection negotiation failed: client connection to 127.3.117.252:36267: connect: Connection refused (error 111)
18:21:29.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.429991  3621 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.117.253" port: 41151 } attempt: 3
18:21:29.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.433997  3621 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.117.252" port: 36267 } has no permanent_uuid. Determining permanent_uuid...
18:21:29.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.434430  3695 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:29.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.434667  3695 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:29.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.434702  3695 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:29.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.434732  3621 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.117.252:36267: Network error: Client connection negotiation failed: client connection to 127.3.117.252:36267: connect: Connection refused (error 111)
18:21:29.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.436347  3695 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:29.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.436398  3695 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:29.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.436411  3695 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:29.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.436425  3695 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:29.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.436437  3695 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:29.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.436450  3695 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42077/jwks.json
18:21:29.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.438179  3695 master_runner.cc:387] Master server non-default flags:
18:21:29.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:29.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.117.212:37763
18:21:29.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:29.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:29.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-2/data
18:21:29.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-2/wal
18:21:29.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33629
18:21:29.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:29.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.117.254:32899,127.3.117.253:41151,127.3.117.252:36267
18:21:29.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:29.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:29.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:29.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.117.252:36267
18:21:29.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:29.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:29.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:29.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42077/jwks.json
18:21:29.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:29.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:29.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-2/data/info.pb
18:21:29.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.117.252
18:21:29.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:29.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:29.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.3695
18:21:29.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:29.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:29.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:29.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:29.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-2/logs
18:21:29.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:29.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:29.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:29.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:29.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:29.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:21:29.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:29.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:16 UTC on e7f111948823
18:21:29.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16869
18:21:29.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.438378  3695 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:29.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.438552  3695 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:21:29.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.441280  3701 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
18:21:29.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.441303  3702 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
18:21:29.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.441496  3704 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
18:21:29.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.441807  3695 server_base.cc:1061] running on GCE node
18:21:29.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.442335  3695 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:29.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.442615  3695 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:29.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.443782  3695 hybrid_clock.cc:648] HybridClock initialized: now 1783534889443762 us; error 30 us; skew 500 ppm
18:21:29.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.445016  3695 webserver.cc:534] Webserver started at http://127.3.117.252:43957/ using document root <none> and password file <none>
18:21:29.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.445227  3695 fs_manager.cc:362] Metadata directory not provided
18:21:29.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.445289  3695 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:29.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.445387  3695 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:29.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.446269  3695 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-2/data/instance:
18:21:29.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "93b38aa4b8fc4424a45421939e1c71a4"
18:21:29.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:29 on dist-test-slave-1h44"
18:21:29.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.446619  3695 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-2/wal/instance:
18:21:29.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "93b38aa4b8fc4424a45421939e1c71a4"
18:21:29.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:29 on dist-test-slave-1h44"
18:21:29.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.447827  3695 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
18:21:29.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.448436  3710 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:29.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.448619  3695 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
18:21:29.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.448673  3695 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-2/data,/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-2/wal
18:21:29.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "93b38aa4b8fc4424a45421939e1c71a4"
18:21:29.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:29 on dist-test-slave-1h44"
18:21:29.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.448711  3695 fs_report.cc:389] FS layout report
18:21:29.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:29.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-2/wal
18:21:29.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-2/wal
18:21:29.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-2/data/data
18:21:29.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:29.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:29.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:29.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:29.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:29.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:29.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:29.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:29.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:29.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:29.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:29.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.465884  3621 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.117.252" port: 36267 } attempt: 1
18:21:29.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.466683  3621 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.117.252:36267: Network error: Client connection negotiation failed: client connection to 127.3.117.252:36267: connect: Connection refused (error 111)
18:21:29.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.467281  3695 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:29.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.467541  3695 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:21:29.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.467635  3695 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:29.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.472470  3695 rpc_server.cc:307] RPC server started. Bound to: 127.3.117.252:36267
18:21:29.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.472522  3762 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.3.117.252:36267 every 8 connection(s)
18:21:29.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.472924  3695 server_base.cc:1193] Dumped server information to /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-2/data/info.pb
18:21:29.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.473403  3692 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.117.252" port: 36267 } attempt: 2
18:21:29.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.473556  3763 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:29.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.475979  3763 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.117.254" port: 32899 } has no permanent_uuid. Determining permanent_uuid...
18:21:29.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.478924  3692 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736: Bootstrap starting.
18:21:29.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.479811  3692 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736: Neither blocks nor log segments found. Creating new log.
18:21:29.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.479811  3763 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.117.253" port: 41151 } has no permanent_uuid. Determining permanent_uuid...
18:21:29.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.480098  3692 log.cc:826] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736: Log is configured to *not* fsync() on all Append() calls
18:21:29.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.480765  3692 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736: No bootstrap required, opened a new log
18:21:29.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.482697  3763 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.117.252" port: 36267 } has no permanent_uuid. Determining permanent_uuid...
18:21:29.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.482870  3692 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7aef78396ad4db8a19ac35fb9066fc2" member_type: VOTER last_known_addr { host: "127.3.117.254" port: 32899 } } peers { permanent_uuid: "3a81beb050674c68a4dc8050f11fe736" member_type: VOTER last_known_addr { host: "127.3.117.253" port: 41151 } } peers { permanent_uuid: "93b38aa4b8fc4424a45421939e1c71a4" member_type: VOTER last_known_addr { host: "127.3.117.252" port: 36267 } }
18:21:29.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.483114  3543 external_mini_cluster.cc:1434] Started /tmp/dist-test-task2Jpcyw/build/release/bin/kudu as pid 3695
18:21:29.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.483174  3543 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster5305725708119460331/master-2/wal/instance
18:21:29.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.483258  3692 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:29.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.483310  3692 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3a81beb050674c68a4dc8050f11fe736, State: Initialized, Role: FOLLOWER
18:21:29.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.483424  3692 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736 [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: "b7aef78396ad4db8a19ac35fb9066fc2" member_type: VOTER last_known_addr { host: "127.3.117.254" port: 32899 } } peers { permanent_uuid: "3a81beb050674c68a4dc8050f11fe736" member_type: VOTER last_known_addr { host: "127.3.117.253" port: 41151 } } peers { permanent_uuid: "93b38aa4b8fc4424a45421939e1c71a4" member_type: VOTER last_known_addr { host: "127.3.117.252" port: 36267 } }
18:21:29.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.483726  3692 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736 [sys.catalog]: configured and running, proceeding with master startup.
18:21:29.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.486801  3763 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 93b38aa4b8fc4424a45421939e1c71a4: Bootstrap starting.
18:21:29.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.487413  3763 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 93b38aa4b8fc4424a45421939e1c71a4: Neither blocks nor log segments found. Creating new log.
18:21:29.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.487709  3763 log.cc:826] T 00000000000000000000000000000000 P 93b38aa4b8fc4424a45421939e1c71a4: Log is configured to *not* fsync() on all Append() calls
18:21:29.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.483691  3767 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736 [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: "b7aef78396ad4db8a19ac35fb9066fc2" member_type: VOTER last_known_addr { host: "127.3.117.254" port: 32899 } } peers { permanent_uuid: "3a81beb050674c68a4dc8050f11fe736" member_type: VOTER last_known_addr { host: "127.3.117.253" port: 41151 } } peers { permanent_uuid: "93b38aa4b8fc4424a45421939e1c71a4" member_type: VOTER last_known_addr { host: "127.3.117.252" port: 36267 } } }
18:21:29.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.490007  3767 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736 [sys.catalog]: This master's current role is: FOLLOWER
18:21:29.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.492144  3784 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:29.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.492322  3625 master_runner.cc:187] Error getting master registration for 127.3.117.254:32899: OK, instance_id { permanent_uuid: "b7aef78396ad4db8a19ac35fb9066fc2" instance_seqno: 1783534889209875 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:21:29.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.494156  3625 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:29.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.492339  3784 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:29.496 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:29.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.497097  3781 client.h:372] Failed to connect to Hive Metastore (localhost:33629): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:29.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.497702  3543 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:21:29.498 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:29.498 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:21:29.499 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.3.117.254"
      port: 32899
    }
    bound_http_address {
      host: "127.3.117.254"
      port: 36589
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.3.117.253"
      port: 41151
    }
    bound_http_address {
      host: "127.3.117.253"
      port: 35795
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.3.117.252"
      port: 36267
    }
    bound_http_address {
      host: "127.3.117.252"
      port: 43957
    }
  }
}

18:21:29.500 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

18:21:29.500 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:29.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.498927  3763 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 93b38aa4b8fc4424a45421939e1c71a4: No bootstrap required, opened a new log
18:21:29.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.501650  3763 raft_consensus.cc:359] T 00000000000000000000000000000000 P 93b38aa4b8fc4424a45421939e1c71a4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7aef78396ad4db8a19ac35fb9066fc2" member_type: VOTER last_known_addr { host: "127.3.117.254" port: 32899 } } peers { permanent_uuid: "3a81beb050674c68a4dc8050f11fe736" member_type: VOTER last_known_addr { host: "127.3.117.253" port: 41151 } } peers { permanent_uuid: "93b38aa4b8fc4424a45421939e1c71a4" member_type: VOTER last_known_addr { host: "127.3.117.252" port: 36267 } }
18:21:29.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.501799  3763 raft_consensus.cc:385] T 00000000000000000000000000000000 P 93b38aa4b8fc4424a45421939e1c71a4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:29.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.501829  3763 raft_consensus.cc:740] T 00000000000000000000000000000000 P 93b38aa4b8fc4424a45421939e1c71a4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 93b38aa4b8fc4424a45421939e1c71a4, State: Initialized, Role: FOLLOWER
18:21:29.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.502213  3763 consensus_queue.cc:260] T 00000000000000000000000000000000 P 93b38aa4b8fc4424a45421939e1c71a4 [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: "b7aef78396ad4db8a19ac35fb9066fc2" member_type: VOTER last_known_addr { host: "127.3.117.254" port: 32899 } } peers { permanent_uuid: "3a81beb050674c68a4dc8050f11fe736" member_type: VOTER last_known_addr { host: "127.3.117.253" port: 41151 } } peers { permanent_uuid: "93b38aa4b8fc4424a45421939e1c71a4" member_type: VOTER last_known_addr { host: "127.3.117.252" port: 36267 } }
18:21:29.502 [INFO - Metastore-Handler-Pool: Thread-156] (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=5747c9c2-e984-4770-b599-524d7f651e50, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.3.117.252:36267,127.3.117.254:32899,127.3.117.253:41151}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:29.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.502624  3763 sys_catalog.cc:565] T 00000000000000000000000000000000 P 93b38aa4b8fc4424a45421939e1c71a4 [sys.catalog]: configured and running, proceeding with master startup.
18:21:29.505 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:21:29.505 [INFO - Metastore-Handler-Pool: Thread-156] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:21:29.505 [INFO - Metastore-Handler-Pool: Thread-156] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4e02d0a0, with PersistenceManager: null will be shutdown
18:21:29.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.505282  3695 master_runner.cc:187] Error getting master registration for 127.3.117.254:32899: OK, instance_id { permanent_uuid: "b7aef78396ad4db8a19ac35fb9066fc2" instance_seqno: 1783534889209875 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:21:29.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.506928  3695 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:29.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.507676  3801 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 93b38aa4b8fc4424a45421939e1c71a4: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:29.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.507721  3801 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:29.508 [INFO - Metastore-Handler-Pool: Thread-156] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4e02d0a0, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@e1c9330 created in the thread with id: 156
18:21:29.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.508788  3787 sys_catalog.cc:455] T 00000000000000000000000000000000 P 93b38aa4b8fc4424a45421939e1c71a4 [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: "b7aef78396ad4db8a19ac35fb9066fc2" member_type: VOTER last_known_addr { host: "127.3.117.254" port: 32899 } } peers { permanent_uuid: "3a81beb050674c68a4dc8050f11fe736" member_type: VOTER last_known_addr { host: "127.3.117.253" port: 41151 } } peers { permanent_uuid: "93b38aa4b8fc4424a45421939e1c71a4" member_type: VOTER last_known_addr { host: "127.3.117.252" port: 36267 } } }
18:21:29.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.509013  3787 sys_catalog.cc:458] T 00000000000000000000000000000000 P 93b38aa4b8fc4424a45421939e1c71a4 [sys.catalog]: This master's current role is: FOLLOWER
18:21:29.511 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:29.514 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4e02d0a0
18:21:29.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.539328  3798 client.h:372] Failed to connect to Hive Metastore (localhost:33629): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:29.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.541846  3621 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.117.252" port: 36267 } attempt: 2
18:21:29.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.547114  3621 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b7aef78396ad4db8a19ac35fb9066fc2: Bootstrap starting.
18:21:29.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.547847  3621 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b7aef78396ad4db8a19ac35fb9066fc2: Neither blocks nor log segments found. Creating new log.
18:21:29.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.548094  3621 log.cc:826] T 00000000000000000000000000000000 P b7aef78396ad4db8a19ac35fb9066fc2: Log is configured to *not* fsync() on all Append() calls
18:21:29.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.550428  3621 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b7aef78396ad4db8a19ac35fb9066fc2: No bootstrap required, opened a new log
18:21:29.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.552577  3621 raft_consensus.cc:359] T 00000000000000000000000000000000 P b7aef78396ad4db8a19ac35fb9066fc2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7aef78396ad4db8a19ac35fb9066fc2" member_type: VOTER last_known_addr { host: "127.3.117.254" port: 32899 } } peers { permanent_uuid: "3a81beb050674c68a4dc8050f11fe736" member_type: VOTER last_known_addr { host: "127.3.117.253" port: 41151 } } peers { permanent_uuid: "93b38aa4b8fc4424a45421939e1c71a4" member_type: VOTER last_known_addr { host: "127.3.117.252" port: 36267 } }
18:21:29.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.552690  3621 raft_consensus.cc:385] T 00000000000000000000000000000000 P b7aef78396ad4db8a19ac35fb9066fc2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:29.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.552719  3621 raft_consensus.cc:740] T 00000000000000000000000000000000 P b7aef78396ad4db8a19ac35fb9066fc2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b7aef78396ad4db8a19ac35fb9066fc2, State: Initialized, Role: FOLLOWER
18:21:29.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.552863  3621 consensus_queue.cc:260] T 00000000000000000000000000000000 P b7aef78396ad4db8a19ac35fb9066fc2 [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: "b7aef78396ad4db8a19ac35fb9066fc2" member_type: VOTER last_known_addr { host: "127.3.117.254" port: 32899 } } peers { permanent_uuid: "3a81beb050674c68a4dc8050f11fe736" member_type: VOTER last_known_addr { host: "127.3.117.253" port: 41151 } } peers { permanent_uuid: "93b38aa4b8fc4424a45421939e1c71a4" member_type: VOTER last_known_addr { host: "127.3.117.252" port: 36267 } }
18:21:29.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.553155  3621 sys_catalog.cc:565] T 00000000000000000000000000000000 P b7aef78396ad4db8a19ac35fb9066fc2 [sys.catalog]: configured and running, proceeding with master startup.
18:21:29.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.557737  3554 master_runner.cc:264] No leader master found from master b7aef78396ad4db8a19ac35fb9066fc2
18:21:29.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.557801  3554 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:29.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.558182  3805 sys_catalog.cc:455] T 00000000000000000000000000000000 P b7aef78396ad4db8a19ac35fb9066fc2 [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: "b7aef78396ad4db8a19ac35fb9066fc2" member_type: VOTER last_known_addr { host: "127.3.117.254" port: 32899 } } peers { permanent_uuid: "3a81beb050674c68a4dc8050f11fe736" member_type: VOTER last_known_addr { host: "127.3.117.253" port: 41151 } } peers { permanent_uuid: "93b38aa4b8fc4424a45421939e1c71a4" member_type: VOTER last_known_addr { host: "127.3.117.252" port: 36267 } } }
18:21:29.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.558385  3805 sys_catalog.cc:458] T 00000000000000000000000000000000 P b7aef78396ad4db8a19ac35fb9066fc2 [sys.catalog]: This master's current role is: FOLLOWER
18:21:29.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.562595  3819 catalog_manager.cc:1593] T 00000000000000000000000000000000 P b7aef78396ad4db8a19ac35fb9066fc2: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:29.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.562887  3819 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:29.570 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:29.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.570634  3816 client.h:372] Failed to connect to Hive Metastore (localhost:33629): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:29.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:29.584996  3645 tablet.cc:2406] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:21:29.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.588689  3767 raft_consensus.cc:493] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:21:29.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.588825  3767 raft_consensus.cc:515] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7aef78396ad4db8a19ac35fb9066fc2" member_type: VOTER last_known_addr { host: "127.3.117.254" port: 32899 } } peers { permanent_uuid: "3a81beb050674c68a4dc8050f11fe736" member_type: VOTER last_known_addr { host: "127.3.117.253" port: 41151 } } peers { permanent_uuid: "93b38aa4b8fc4424a45421939e1c71a4" member_type: VOTER last_known_addr { host: "127.3.117.252" port: 36267 } }
18:21:29.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.589074  3767 leader_election.cc:290] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b7aef78396ad4db8a19ac35fb9066fc2 (127.3.117.254:32899), 93b38aa4b8fc4424a45421939e1c71a4 (127.3.117.252:36267)
18:21:29.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.590274  3737 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "3a81beb050674c68a4dc8050f11fe736" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "93b38aa4b8fc4424a45421939e1c71a4" is_pre_election: true
18:21:29.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.590478  3595 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "3a81beb050674c68a4dc8050f11fe736" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b7aef78396ad4db8a19ac35fb9066fc2" is_pre_election: true
18:21:29.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.590525  3737 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 93b38aa4b8fc4424a45421939e1c71a4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3a81beb050674c68a4dc8050f11fe736 in term 0.
18:21:29.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.590596  3595 raft_consensus.cc:2468] T 00000000000000000000000000000000 P b7aef78396ad4db8a19ac35fb9066fc2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3a81beb050674c68a4dc8050f11fe736 in term 0.
18:21:29.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.590889  3643 leader_election.cc:304] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736 [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: 3a81beb050674c68a4dc8050f11fe736, b7aef78396ad4db8a19ac35fb9066fc2; no voters: 
18:21:29.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.591043  3767 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736 [term 0 FOLLOWER]: Leader pre-election won for term 1
18:21:29.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.591091  3767 raft_consensus.cc:493] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
18:21:29.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.591118  3767 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736 [term 0 FOLLOWER]: Advancing to term 1
18:21:29.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.592073  3767 raft_consensus.cc:515] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7aef78396ad4db8a19ac35fb9066fc2" member_type: VOTER last_known_addr { host: "127.3.117.254" port: 32899 } } peers { permanent_uuid: "3a81beb050674c68a4dc8050f11fe736" member_type: VOTER last_known_addr { host: "127.3.117.253" port: 41151 } } peers { permanent_uuid: "93b38aa4b8fc4424a45421939e1c71a4" member_type: VOTER last_known_addr { host: "127.3.117.252" port: 36267 } }
18:21:29.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.592216  3767 leader_election.cc:290] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736 [CANDIDATE]: Term 1 election: Requested vote from peers b7aef78396ad4db8a19ac35fb9066fc2 (127.3.117.254:32899), 93b38aa4b8fc4424a45421939e1c71a4 (127.3.117.252:36267)
18:21:29.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.592370  3737 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "3a81beb050674c68a4dc8050f11fe736" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "93b38aa4b8fc4424a45421939e1c71a4"
18:21:29.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.592450  3737 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 93b38aa4b8fc4424a45421939e1c71a4 [term 0 FOLLOWER]: Advancing to term 1
18:21:29.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.592444  3595 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "3a81beb050674c68a4dc8050f11fe736" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b7aef78396ad4db8a19ac35fb9066fc2"
18:21:29.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.592504  3595 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b7aef78396ad4db8a19ac35fb9066fc2 [term 0 FOLLOWER]: Advancing to term 1
18:21:29.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.593711  3595 raft_consensus.cc:2468] T 00000000000000000000000000000000 P b7aef78396ad4db8a19ac35fb9066fc2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3a81beb050674c68a4dc8050f11fe736 in term 1.
18:21:29.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.593711  3737 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 93b38aa4b8fc4424a45421939e1c71a4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3a81beb050674c68a4dc8050f11fe736 in term 1.
18:21:29.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.593878  3643 leader_election.cc:304] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736 [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: 3a81beb050674c68a4dc8050f11fe736, b7aef78396ad4db8a19ac35fb9066fc2; no voters: 
18:21:29.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.594496  3767 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736 [term 1 FOLLOWER]: Leader election won for term 1
18:21:29.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.594666  3767 raft_consensus.cc:697] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736 [term 1 LEADER]: Becoming Leader. State: Replica: 3a81beb050674c68a4dc8050f11fe736, State: Running, Role: LEADER
18:21:29.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.594763  3767 consensus_queue.cc:237] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736 [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: "b7aef78396ad4db8a19ac35fb9066fc2" member_type: VOTER last_known_addr { host: "127.3.117.254" port: 32899 } } peers { permanent_uuid: "3a81beb050674c68a4dc8050f11fe736" member_type: VOTER last_known_addr { host: "127.3.117.253" port: 41151 } } peers { permanent_uuid: "93b38aa4b8fc4424a45421939e1c71a4" member_type: VOTER last_known_addr { host: "127.3.117.252" port: 36267 } }
18:21:29.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.595117  3767 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3a81beb050674c68a4dc8050f11fe736. Latest consensus state: current_term: 1 leader_uuid: "3a81beb050674c68a4dc8050f11fe736" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7aef78396ad4db8a19ac35fb9066fc2" member_type: VOTER last_known_addr { host: "127.3.117.254" port: 32899 } } peers { permanent_uuid: "3a81beb050674c68a4dc8050f11fe736" member_type: VOTER last_known_addr { host: "127.3.117.253" port: 41151 } } peers { permanent_uuid: "93b38aa4b8fc4424a45421939e1c71a4" member_type: VOTER last_known_addr { host: "127.3.117.252" port: 36267 } } }
18:21:29.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.595178  3767 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736 [sys.catalog]: This master's current role is: LEADER
18:21:29.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.598067  3824 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
18:21:29.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.606266  3824 catalog_manager.cc:1519] Initializing Kudu cluster ID...
18:21:29.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.608764  3737 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 93b38aa4b8fc4424a45421939e1c71a4 [term 1 FOLLOWER]: Refusing update from remote peer 3a81beb050674c68a4dc8050f11fe736: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:21:29.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.608855  3595 raft_consensus.cc:1275] T 00000000000000000000000000000000 P b7aef78396ad4db8a19ac35fb9066fc2 [term 1 FOLLOWER]: Refusing update from remote peer 3a81beb050674c68a4dc8050f11fe736: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:21:29.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.609104  3767 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b7aef78396ad4db8a19ac35fb9066fc2" member_type: VOTER last_known_addr { host: "127.3.117.254" port: 32899 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:21:29.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.609522  3767 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736 [LEADER]: Connected to new peer: Peer: permanent_uuid: "93b38aa4b8fc4424a45421939e1c71a4" member_type: VOTER last_known_addr { host: "127.3.117.252" port: 36267 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:21:29.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.610316  3805 sys_catalog.cc:455] T 00000000000000000000000000000000 P b7aef78396ad4db8a19ac35fb9066fc2 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3a81beb050674c68a4dc8050f11fe736. Latest consensus state: current_term: 1 leader_uuid: "3a81beb050674c68a4dc8050f11fe736" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7aef78396ad4db8a19ac35fb9066fc2" member_type: VOTER last_known_addr { host: "127.3.117.254" port: 32899 } } peers { permanent_uuid: "3a81beb050674c68a4dc8050f11fe736" member_type: VOTER last_known_addr { host: "127.3.117.253" port: 41151 } } peers { permanent_uuid: "93b38aa4b8fc4424a45421939e1c71a4" member_type: VOTER last_known_addr { host: "127.3.117.252" port: 36267 } } }
18:21:29.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.610394  3805 sys_catalog.cc:458] T 00000000000000000000000000000000 P b7aef78396ad4db8a19ac35fb9066fc2 [sys.catalog]: This master's current role is: FOLLOWER
18:21:29.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.610836  3787 sys_catalog.cc:455] T 00000000000000000000000000000000 P 93b38aa4b8fc4424a45421939e1c71a4 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3a81beb050674c68a4dc8050f11fe736. Latest consensus state: current_term: 1 leader_uuid: "3a81beb050674c68a4dc8050f11fe736" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7aef78396ad4db8a19ac35fb9066fc2" member_type: VOTER last_known_addr { host: "127.3.117.254" port: 32899 } } peers { permanent_uuid: "3a81beb050674c68a4dc8050f11fe736" member_type: VOTER last_known_addr { host: "127.3.117.253" port: 41151 } } peers { permanent_uuid: "93b38aa4b8fc4424a45421939e1c71a4" member_type: VOTER last_known_addr { host: "127.3.117.252" port: 36267 } } }
18:21:29.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.610920  3787 sys_catalog.cc:458] T 00000000000000000000000000000000 P 93b38aa4b8fc4424a45421939e1c71a4 [sys.catalog]: This master's current role is: FOLLOWER
18:21:29.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.619094  3822 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "3a81beb050674c68a4dc8050f11fe736" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7aef78396ad4db8a19ac35fb9066fc2" member_type: VOTER last_known_addr { host: "127.3.117.254" port: 32899 } } peers { permanent_uuid: "3a81beb050674c68a4dc8050f11fe736" member_type: VOTER last_known_addr { host: "127.3.117.253" port: 41151 } } peers { permanent_uuid: "93b38aa4b8fc4424a45421939e1c71a4" member_type: VOTER last_known_addr { host: "127.3.117.252" port: 36267 } } }
18:21:29.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.619210  3822 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736 [sys.catalog]: This master's current role is: LEADER
18:21:29.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.619933  3805 sys_catalog.cc:455] T 00000000000000000000000000000000 P b7aef78396ad4db8a19ac35fb9066fc2 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "3a81beb050674c68a4dc8050f11fe736" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7aef78396ad4db8a19ac35fb9066fc2" member_type: VOTER last_known_addr { host: "127.3.117.254" port: 32899 } } peers { permanent_uuid: "3a81beb050674c68a4dc8050f11fe736" member_type: VOTER last_known_addr { host: "127.3.117.253" port: 41151 } } peers { permanent_uuid: "93b38aa4b8fc4424a45421939e1c71a4" member_type: VOTER last_known_addr { host: "127.3.117.252" port: 36267 } } }
18:21:29.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.620025  3805 sys_catalog.cc:458] T 00000000000000000000000000000000 P b7aef78396ad4db8a19ac35fb9066fc2 [sys.catalog]: This master's current role is: FOLLOWER
18:21:29.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.620530  3825 mvcc.cc:204] Tried to move back new op lower bound from 7305358907834519552 to 7305358907780681728. Current Snapshot: MvccSnapshot[applied={T|T < 7305358907834519552}]
18:21:29.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.621485  3826 mvcc.cc:204] Tried to move back new op lower bound from 7305358907834519552 to 7305358907780681728. Current Snapshot: MvccSnapshot[applied={T|T < 7305358907834519552}]
18:21:29.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.622727  3767 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "3a81beb050674c68a4dc8050f11fe736" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7aef78396ad4db8a19ac35fb9066fc2" member_type: VOTER last_known_addr { host: "127.3.117.254" port: 32899 } } peers { permanent_uuid: "3a81beb050674c68a4dc8050f11fe736" member_type: VOTER last_known_addr { host: "127.3.117.253" port: 41151 } } peers { permanent_uuid: "93b38aa4b8fc4424a45421939e1c71a4" member_type: VOTER last_known_addr { host: "127.3.117.252" port: 36267 } } }
18:21:29.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.622833  3767 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736 [sys.catalog]: This master's current role is: LEADER
18:21:29.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.622917  3824 catalog_manager.cc:1382] Generated new cluster ID: 9c093836bd784b6fa0d62ee5670edb38
18:21:29.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.622954  3824 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
18:21:29.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.623593  3787 sys_catalog.cc:455] T 00000000000000000000000000000000 P 93b38aa4b8fc4424a45421939e1c71a4 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "3a81beb050674c68a4dc8050f11fe736" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7aef78396ad4db8a19ac35fb9066fc2" member_type: VOTER last_known_addr { host: "127.3.117.254" port: 32899 } } peers { permanent_uuid: "3a81beb050674c68a4dc8050f11fe736" member_type: VOTER last_known_addr { host: "127.3.117.253" port: 41151 } } peers { permanent_uuid: "93b38aa4b8fc4424a45421939e1c71a4" member_type: VOTER last_known_addr { host: "127.3.117.252" port: 36267 } } }
18:21:29.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.623677  3787 sys_catalog.cc:458] T 00000000000000000000000000000000 P 93b38aa4b8fc4424a45421939e1c71a4 [sys.catalog]: This master's current role is: FOLLOWER
18:21:29.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.624058  3828 mvcc.cc:204] Tried to move back new op lower bound from 7305358907834519552 to 7305358907780681728. Current Snapshot: MvccSnapshot[applied={T|T < 7305358907834519552}]
18:21:29.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.632694  3824 catalog_manager.cc:1405] Generated new certificate authority record
18:21:29.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.633672  3824 catalog_manager.cc:1539] Loading token signing keys...
18:21:29.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.647477  3824 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 3a81beb050674c68a4dc8050f11fe736: Generated new TSK 0
18:21:29.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.647989  3824 catalog_manager.cc:1549] Initializing in-progress tserver states...
18:21:29.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.648314  3824 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
18:21:29.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:29.648540  3824 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
18:21:30.027 [WARN - Metastore-Handler-Pool: Thread-156] (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.
18:21:30.035 [WARN - Metastore-Handler-Pool: Thread-156] (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.
18:21:30.035 [WARN - Metastore-Handler-Pool: Thread-156] (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.
18:21:30.116 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:30.121 [INFO - Metastore-Handler-Pool: Thread-156] (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/hive5043160818756439655/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=5747c9c2-e984-4770-b599-524d7f651e50, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.3.117.252:36267,127.3.117.254:32899,127.3.117.253:41151}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:21:30.123 [INFO - Metastore-Handler-Pool: Thread-156] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive5043160818756439655/external-warehouse/table
18:21:30.215 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:30.253 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:30.254 [INFO - Metastore-Handler-Pool: Thread-156] (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)	
18:21:30.257 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
18:21:30.259 [INFO - Metastore-Handler-Pool: Thread-156] (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/hive5043160818756439655/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)
18:21:30.260 [INFO - Metastore-Handler-Pool: Thread-156] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive5043160818756439655/external-warehouse/legacy_table
18:21:30.278 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
18:21:30.290 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:30.292 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:30.305 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:30.348 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:30.348 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:30.365 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:30.386 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:30.397 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:30.397 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:30.406 [DEBUG - Metastore-Handler-Pool: Thread-156] (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.
18:21:30.407 [DEBUG - Metastore-Handler-Pool: Thread-156] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
18:21:30.408 [DEBUG - Metastore-Handler-Pool: Thread-156] (Connection.java:748) [peer master-127.3.117.252:36267(127.3.117.252:36267)] connecting to peer
18:21:30.409 [DEBUG - Metastore-Handler-Pool: Thread-156] (Connection.java:748) [peer master-127.3.117.254:32899(127.3.117.254:32899)] connecting to peer
18:21:30.411 [DEBUG - Metastore-Handler-Pool: Thread-156] (Connection.java:748) [peer master-127.3.117.253:41151(127.3.117.253:41151)] connecting to peer
18:21:30.412 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.3.117.252:36267(127.3.117.252:36267)] Successfully connected to peer
18:21:30.413 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.3.117.254:32899(127.3.117.254:32899)] Successfully connected to peer
18:21:30.414 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.3.117.253:41151(127.3.117.253:41151)] Successfully connected to peer
18:21:30.425 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.3.117.252
18:21:30.428 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.3.117.254
18:21:30.435 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.3.117.253
18:21:30.448 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:21:30.458 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x374837b9, L:/127.0.0.1:40706 - R:/127.3.117.252:36267] using SASL/PLAIN
18:21:30.457 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:21:30.467 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:21:30.469 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xa9741499, L:/127.0.0.1:34880 - R:/127.3.117.254:32899] using SASL/PLAIN
18:21:30.473 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0xad2e0708, L:/127.0.0.1:42442 - R:/127.3.117.253:41151] using SASL/PLAIN
18:21:30.477 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
18:21:30.478 [ERROR - Metastore-Handler-Pool: Thread-156] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
18:21:30.479 [ERROR - Metastore-Handler-Pool: Thread-156] (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)

18:21:30.480 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:30.493 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:30.501 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:30.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:30.501549  3781 client.h:372] Failed to connect to Hive Metastore (localhost:33629): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:30.506 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:30.506 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:30.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:30.508170  3801 catalog_manager.cc:1294] Loaded cluster ID: 9c093836bd784b6fa0d62ee5670edb38
18:21:30.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:30.508263  3801 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 93b38aa4b8fc4424a45421939e1c71a4: loading cluster ID for follower catalog manager: success
18:21:30.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:30.509632  3801 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 93b38aa4b8fc4424a45421939e1c71a4: acquiring CA information for follower catalog manager: success
18:21:30.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:30.510015  3801 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 93b38aa4b8fc4424a45421939e1c71a4: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:21:30.513 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:30.525 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:30.537 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:30.538 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:30.542 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:30.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:30.542914  3798 client.h:372] Failed to connect to Hive Metastore (localhost:33629): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:30.546 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:30.557 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:30.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:30.563544  3819 catalog_manager.cc:1294] Loaded cluster ID: 9c093836bd784b6fa0d62ee5670edb38
18:21:30.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:30.563647  3819 catalog_manager.cc:1587] T 00000000000000000000000000000000 P b7aef78396ad4db8a19ac35fb9066fc2: loading cluster ID for follower catalog manager: success
18:21:30.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:30.565008  3819 catalog_manager.cc:1609] T 00000000000000000000000000000000 P b7aef78396ad4db8a19ac35fb9066fc2: acquiring CA information for follower catalog manager: success
18:21:30.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:30.565356  3819 catalog_manager.cc:1637] T 00000000000000000000000000000000 P b7aef78396ad4db8a19ac35fb9066fc2: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:21:30.568 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:30.568 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:30.572 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:30.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:30.573374  3816 client.h:372] Failed to connect to Hive Metastore (localhost:33629): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:30.574 [ERROR - Metastore-Handler-Pool: Thread-156] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
18:21:30.576 [ERROR - Metastore-Handler-Pool: Thread-156] (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)

18:21:30.577 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:30.587 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:30.600 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:30.600 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:30.603 [ERROR - Metastore-Handler-Pool: Thread-156] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
18:21:30.604 [ERROR - Metastore-Handler-Pool: Thread-156] (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)

18:21:30.606 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:30.615 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:30.626 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:30.626 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:30.631 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:30.642 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:30.654 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:30.655 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:30.666 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:30.675 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:30.685 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:30.686 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:30.689 [ERROR - Metastore-Handler-Pool: Thread-156] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
18:21:30.690 [ERROR - Metastore-Handler-Pool: Thread-156] (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)

18:21:30.691 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:30.700 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:30.710 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:30.710 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:30.717 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:30.726 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:30.737 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:30.737 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:30.743 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:30.752 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:30.762 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:30.763 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:30.769 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:30.778 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:30.787 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:30.788 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:30.857 [ERROR - Metastore-Handler-Pool: Thread-156] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
18:21:30.860 [ERROR - Metastore-Handler-Pool: Thread-156] (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)

18:21:30.862 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:30.888 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:30.904 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:30.904 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:30.915 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:30.924 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:30.934 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:30.934 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:30.942 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:30.950 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:30.960 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:30.960 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:30.965 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:30.972 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:30.973 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:31.080 [WARN - Metastore-Handler-Pool: Thread-156] (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.
18:21:31.205 [WARN - Metastore-Handler-Pool: Thread-156] (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.
18:21:31.238 [WARN - Metastore-Handler-Pool: Thread-156] (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.
18:21:31.341 [WARN - Metastore-Handler-Pool: Thread-156] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive5043160818756439655/warehouse/default/table
18:21:31.342 [INFO - Metastore-Handler-Pool: Thread-156] (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)	
18:21:31.344 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:31.346 [INFO - Metastore-Handler-Pool: Thread-156] (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/hive5043160818756439655/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)
18:21:31.347 [WARN - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:2452) Location: file:/tmp/hive5043160818756439655/external-warehouse/table specified for non-external table:table
18:21:31.348 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:31.348 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:31.384 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:31.400 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:31.406 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:31.415 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:31.427 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:31.427 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:31.430 [ERROR - Metastore-Handler-Pool: Thread-156] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
18:21:31.431 [ERROR - Metastore-Handler-Pool: Thread-156] (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)

18:21:31.432 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:31.440 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:31.451 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:31.451 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:31.455 [ERROR - Metastore-Handler-Pool: Thread-156] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
18:21:31.456 [ERROR - Metastore-Handler-Pool: Thread-156] (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)

18:21:31.457 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:31.466 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:31.474 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:31.474 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:31.479 [INFO - Metastore-Handler-Pool: Thread-156] (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	
18:21:31.487 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
18:21:31.495 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
18:21:31.495 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
18:21:31.502 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:31.503 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:31.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:31.503902  3781 client.h:372] Failed to connect to Hive Metastore (localhost:33629): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:31.509 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:31.510 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:31.545 [INFO - Metastore-Handler-Pool: Thread-172] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:31.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:31.545611  3798 client.h:372] Failed to connect to Hive Metastore (localhost:33629): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:31.561 [INFO - Metastore-Handler-Pool: Thread-156] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
18:21:31.563 [INFO - Metastore-Handler-Pool: Thread-156] (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=5747c9c2-e984-4770-b599-524d7f651e50, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.3.117.252:36267,127.3.117.254:32899,127.3.117.253:41151}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:31.566 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:31.567 [INFO - Metastore-Handler-Pool: Thread-156] (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/hive5043160818756439655/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=5747c9c2-e984-4770-b599-524d7f651e50, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.3.117.252:36267,127.3.117.254:32899,127.3.117.253:41151}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:21:31.569 [INFO - Metastore-Handler-Pool: Thread-156] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive5043160818756439655/external-warehouse/table
18:21:31.575 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:31.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:31.576035  3816 client.h:372] Failed to connect to Hive Metastore (localhost:33629): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:31.583 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:31.591 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:31.593 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:31.600 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:31.607 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:31.607 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:31.613 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:31.619 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:31.620 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:31.649 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:21:31.649 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
18:21:31.649 [INFO - Metastore-Handler-Pool: Thread-156] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4e02d0a0, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@e1c9330 will be shutdown
18:21:31.649 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
18:21:31.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:31.649361  3543 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task2Jpcyw/build/release/bin/kudu with pid 3554
18:21:31.657 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.3.117.254:32899(127.3.117.254:32899)] handling channelInactive
18:21:31.657 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.3.117.254:32899(127.3.117.254:32899)] cleaning up while in state READY due to: connection closed
18:21:31.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:31.657140  3543 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task2Jpcyw/build/release/bin/kudu with pid 3625
18:21:31.664 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.3.117.253:41151(127.3.117.253:41151)] handling channelInactive
18:21:31.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:31.664094  3543 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task2Jpcyw/build/release/bin/kudu with pid 3695
18:21:31.664 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.3.117.253:41151(127.3.117.253:41151)] cleaning up while in state READY due to: connection closed
18:21:31.670 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.3.117.252:36267(127.3.117.252:36267)] handling channelInactive
18:21:31.670 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.3.117.252:36267(127.3.117.252:36267)] cleaning up while in state READY due to: connection closed
18:21:31.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:21:31Z chronyd exiting
.18:21:31.712 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:31.712 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:31.713 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:31.730 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive2644942779367879954
18:21:31.731 [INFO - Thread-121] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:21:31.731 [INFO - Thread-121] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:21:31.733 [INFO - Thread-121] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:21:31.733 [INFO - Thread-121] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:21:31.733 [INFO - Thread-121] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
18:21:31.733 [INFO - Thread-121] (HikariDataSource.java:350) objectstore - Shutdown initiated...
18:21:31.735 [INFO - Thread-121] (HikariDataSource.java:352) objectstore - Shutdown completed.
18:21:31.735 [INFO - Thread-121] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
18:21:31.736 [INFO - Thread-121] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
18:21:31.736 [INFO - Thread-121] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:21:31.737 [INFO - Thread-121] (HikariDataSource.java:80) objectstore - Starting...
18:21:31.788 [INFO - Thread-121] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:31.789 [INFO - Thread-121] (HikariDataSource.java:82) objectstore - Start completed.
18:21:31.789 [INFO - Thread-121] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:21:31.790 [INFO - Thread-121] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:21:31.795 [INFO - Thread-121] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:31.796 [INFO - Thread-121] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:21:31.809 [INFO - Thread-121] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:21:31.809 [INFO - Thread-121] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:21:31.810 [INFO - Thread-121] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:21:31.828 [WARN - Thread-121] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:31.829 [WARN - Thread-121] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:31.830 [WARN - Thread-121] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:31.830 [WARN - Thread-121] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:31.831 [WARN - Thread-121] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:31.831 [WARN - Thread-121] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:31.990 [INFO - Thread-121] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:21:31.991 [INFO - Thread-121] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35566d14, with PersistenceManager: null will be shutdown
18:21:31.991 [INFO - Thread-121] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35566d14, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@34e412ae created in the thread with id: 175
18:21:31.993 [WARN - Thread-121] (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
18:21:31.994 [INFO - Thread-121] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35566d14
18:21:32.090 [INFO - Thread-121] (HMSHandler.java:595) Started creating a default database with name: default
18:21:32.108 [INFO - Thread-121] (HMSHandler.java:605) Successfully created a default database with name: default
18:21:32.129 [INFO - Thread-121] (HMSHandler.java:668) Added admin role in metastore
18:21:32.130 [INFO - Thread-121] (HMSHandler.java:677) Added public role in metastore
18:21:32.152 [INFO - Thread-121] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:21:32.153 [INFO - Thread-121] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:21:32.153 [INFO - Thread-121] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:21:32.153 [INFO - Thread-121] (HiveMetaStore.java:697) Direct SQL optimization = true
18:21:32.154 [WARN - Thread-121] (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)
18:21:32.154 [INFO - Thread-121] (HiveMetaStore.java:632) Started the new metaserver on port [38531]...
18:21:32.154 [INFO - Thread-121] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:21:32.154 [INFO - Thread-121] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:21:32.154 [INFO - Thread-121] (HiveMetaStore.java:635) TCP keepalive = true
18:21:32.154 [INFO - Thread-121] (HiveMetaStore.java:636) Enable SSL = false
18:21:32.732 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:32.733 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:32.733 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:32.735 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:21:32.735 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:38531]
18:21:32.735 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:38531) in binary transport mode
18:21:32.736 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:38531) current connections: 1
18:21:32.738 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task2Jpcyw/test-tmp
18:21:32.738 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
18:21:32.738 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task2Jpcyw/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
18:21:32.741 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:38531"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

18:21:32.821 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:32.822 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

18:21:32.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.822654  3877 mini_oidc.cc:150] Starting JWKS server
18:21:32.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.823190  3877 webserver.cc:534] Webserver started at http://127.0.0.1:39507/ using document root <none> and password file <none>
18:21:32.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.823320  3877 mini_oidc.cc:186] Starting OIDC Discovery server
18:21:32.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.823504  3877 webserver.cc:534] Webserver started at http://127.0.0.1:44309/ using document root <none> and password file <none>
18:21:32.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:21:32Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:21:32.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:21:32Z Disabled control of system clock
18:21:32.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.834615  3877 external_mini_cluster.cc:1372] Running /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:32.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:32.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-0/wal
18:21:32.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-0/data
18:21:32.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:32.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:32.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:32.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:32.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:32.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:32.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-0/logs
18:21:32.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-0/data/info.pb
18:21:32.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:32.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:32.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:32.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:32.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:32.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:32.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:32.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:32.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:32.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:32.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:32.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:32.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.201.126:37919
18:21:32.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.201.126
18:21:32.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:32.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.201.84:38059
18:21:32.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:32.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:32.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:32.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:32.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.201.126:37919,127.3.201.125:40867,127.3.201.124:35927
18:21:32.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:32.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39507/jwks.json
18:21:32.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38531 with env {}
18:21:32.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:32.913664  3888 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:32.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:32.913852  3888 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:32.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:32.913872  3888 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:32.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:32.915472  3888 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:32.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:32.915524  3888 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:32.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:32.915537  3888 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:32.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:32.915550  3888 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:32.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:32.915563  3888 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:32.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:32.915575  3888 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39507/jwks.json
18:21:32.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.917104  3888 master_runner.cc:387] Master server non-default flags:
18:21:32.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:32.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.201.84:38059
18:21:32.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:32.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:32.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-0/data
18:21:32.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-0/wal
18:21:32.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38531
18:21:32.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:32.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.201.126:37919,127.3.201.125:40867,127.3.201.124:35927
18:21:32.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:32.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:32.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:32.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.201.126:37919
18:21:32.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:32.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:32.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:32.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39507/jwks.json
18:21:32.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:32.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:32.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-0/data/info.pb
18:21:32.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.201.126
18:21:32.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:32.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:32.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.3888
18:21:32.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:32.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:32.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:32.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:32.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-0/logs
18:21:32.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:32.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:32.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:32.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:32.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:32.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:21:32.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:32.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:16 UTC on e7f111948823
18:21:32.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16869
18:21:32.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.917313  3888 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:32.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.917490  3888 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:21:32.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:32.920385  3896 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
18:21:32.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:32.920395  3893 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
18:21:32.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:32.920404  3894 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
18:21:32.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.920603  3888 server_base.cc:1061] running on GCE node
18:21:32.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.920982  3888 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:32.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.921326  3888 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:32.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.922477  3888 hybrid_clock.cc:648] HybridClock initialized: now 1783534892922449 us; error 47 us; skew 500 ppm
18:21:32.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.923666  3888 webserver.cc:534] Webserver started at http://127.3.201.126:41717/ using document root <none> and password file <none>
18:21:32.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.923894  3888 fs_manager.cc:362] Metadata directory not provided
18:21:32.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.923982  3888 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:32.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.924094  3888 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:32.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.925000  3888 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-0/data/instance:
18:21:32.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "632445fa795740c9a357c13da0a87f4f"
18:21:32.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:32 on dist-test-slave-1h44"
18:21:32.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.925384  3888 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-0/wal/instance:
18:21:32.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "632445fa795740c9a357c13da0a87f4f"
18:21:32.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:32 on dist-test-slave-1h44"
18:21:32.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.926834  3888 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.003s
18:21:32.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.927660  3902 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:32.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.927883  3888 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.001s
18:21:32.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.927979  3888 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-0/data,/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-0/wal
18:21:32.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "632445fa795740c9a357c13da0a87f4f"
18:21:32.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:32 on dist-test-slave-1h44"
18:21:32.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.928040  3888 fs_report.cc:389] FS layout report
18:21:32.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:32.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-0/wal
18:21:32.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-0/wal
18:21:32.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-0/data/data
18:21:32.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:32.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:32.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:32.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:32.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:32.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:32.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:32.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:32.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:32.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:32.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:32.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.969287  3888 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:32.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.969693  3888 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:21:32.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.969874  3888 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:32.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.973839  3888 rpc_server.cc:307] RPC server started. Bound to: 127.3.201.126:37919
18:21:32.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.973951  3954 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.3.201.126:37919 every 8 connection(s)
18:21:32.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.974309  3888 server_base.cc:1193] Dumped server information to /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-0/data/info.pb
18:21:32.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.974982  3955 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:32.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.976676  3955 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.201.126" port: 37919 } has no permanent_uuid. Determining permanent_uuid...
18:21:32.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.979471  3877 external_mini_cluster.cc:1434] Started /tmp/dist-test-task2Jpcyw/build/release/bin/kudu as pid 3888
18:21:32.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.979581  3877 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-0/wal/instance
18:21:32.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.980435  3877 external_mini_cluster.cc:1372] Running /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:32.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:32.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-1/wal
18:21:32.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-1/data
18:21:32.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:32.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:32.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:32.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:32.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:32.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:32.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-1/logs
18:21:32.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-1/data/info.pb
18:21:32.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:32.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:32.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:32.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:32.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:32.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:32.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:32.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:32.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:32.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:32.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:32.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:32.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.201.125:40867
18:21:32.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.201.125
18:21:32.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:32.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.201.84:38059
18:21:32.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:32.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:32.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:32.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:32.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.201.126:37919,127.3.201.125:40867,127.3.201.124:35927
18:21:32.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:32.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39507/jwks.json
18:21:32.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38531 with env {}
18:21:32.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:32.983062  3955 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.201.125" port: 40867 } has no permanent_uuid. Determining permanent_uuid...
18:21:32.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:32.983537  3905 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.3.201.125:40867: connect: Connection refused (error 111)
18:21:32.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:32.990543  3955 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.201.125:40867: Network error: Client connection negotiation failed: client connection to 127.3.201.125:40867: connect: Connection refused (error 111)
18:21:33.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.039747  3955 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.201.125" port: 40867 } attempt: 1
18:21:33.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.041085  3955 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.201.125:40867: Network error: Client connection negotiation failed: client connection to 127.3.201.125:40867: connect: Connection refused (error 111)
18:21:33.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.063699  3958 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:33.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.063889  3958 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:33.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.063910  3958 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:33.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.065455  3958 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:33.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.065498  3958 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:33.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.065512  3958 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:33.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.065524  3958 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:33.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.065536  3958 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:33.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.065548  3958 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39507/jwks.json
18:21:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.067152  3958 master_runner.cc:387] Master server non-default flags:
18:21:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.201.84:38059
18:21:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-1/data
18:21:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-1/wal
18:21:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38531
18:21:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.201.126:37919,127.3.201.125:40867,127.3.201.124:35927
18:21:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.201.125:40867
18:21:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39507/jwks.json
18:21:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-1/data/info.pb
18:21:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.201.125
18:21:33.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:33.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:33.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.3958
18:21:33.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:33.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:33.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:33.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:33.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-1/logs
18:21:33.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:33.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:33.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:33.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:33.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:33.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:21:33.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:33.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:16 UTC on e7f111948823
18:21:33.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16869
18:21:33.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.067368  3958 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:33.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.067580  3958 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:21:33.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.069937  3967 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
18:21:33.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.069972  3965 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
18:21:33.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.069934  3964 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
18:21:33.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.070463  3958 server_base.cc:1061] running on GCE node
18:21:33.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.070667  3958 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:33.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.070868  3958 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:33.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.072022  3958 hybrid_clock.cc:648] HybridClock initialized: now 1783534893072002 us; error 33 us; skew 500 ppm
18:21:33.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.073133  3958 webserver.cc:534] Webserver started at http://127.3.201.125:39415/ using document root <none> and password file <none>
18:21:33.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.073364  3958 fs_manager.cc:362] Metadata directory not provided
18:21:33.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.073439  3958 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:33.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.073547  3958 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:33.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.074481  3958 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-1/data/instance:
18:21:33.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "80e6a5df81a5460d958bf0c34a837647"
18:21:33.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:33 on dist-test-slave-1h44"
18:21:33.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.074851  3958 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-1/wal/instance:
18:21:33.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "80e6a5df81a5460d958bf0c34a837647"
18:21:33.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:33 on dist-test-slave-1h44"
18:21:33.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.076177  3958 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
18:21:33.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.076910  3973 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:33.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.077057  3958 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
18:21:33.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.077116  3958 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-1/data,/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-1/wal
18:21:33.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "80e6a5df81a5460d958bf0c34a837647"
18:21:33.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:33 on dist-test-slave-1h44"
18:21:33.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.077164  3958 fs_report.cc:389] FS layout report
18:21:33.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:33.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-1/wal
18:21:33.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-1/wal
18:21:33.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-1/data/data
18:21:33.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:33.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:33.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:33.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:33.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:33.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:33.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:33.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:33.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:33.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:33.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:33.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.094774  3958 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:33.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.095068  3958 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:21:33.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.095160  3958 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:33.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.099938  3958 rpc_server.cc:307] RPC server started. Bound to: 127.3.201.125:40867
18:21:33.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.099956  4025 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.3.201.125:40867 every 8 connection(s)
18:21:33.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.100312  3958 server_base.cc:1193] Dumped server information to /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-1/data/info.pb
18:21:33.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.100894  4026 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:33.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.102747  4026 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.201.126" port: 37919 } has no permanent_uuid. Determining permanent_uuid...
18:21:33.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.105895  3877 external_mini_cluster.cc:1434] Started /tmp/dist-test-task2Jpcyw/build/release/bin/kudu as pid 3958
18:21:33.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.105989  3877 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-1/wal/instance
18:21:33.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.106374  3877 external_mini_cluster.cc:1372] Running /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:33.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:33.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-2/wal
18:21:33.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-2/data
18:21:33.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:33.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:33.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:33.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:33.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:33.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:33.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-2/logs
18:21:33.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-2/data/info.pb
18:21:33.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:33.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:33.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:33.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:33.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:33.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:33.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:33.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:33.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:33.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:33.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:33.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:33.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.201.124:35927
18:21:33.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.201.124
18:21:33.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:33.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.201.84:38059
18:21:33.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:33.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:33.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:33.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:33.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.201.126:37919,127.3.201.125:40867,127.3.201.124:35927
18:21:33.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:33.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39507/jwks.json
18:21:33.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38531 with env {}
18:21:33.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.108065  4026 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.201.125" port: 40867 } has no permanent_uuid. Determining permanent_uuid...
18:21:33.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.109247  3955 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.201.125" port: 40867 } attempt: 2
18:21:33.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.112407  4026 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.201.124" port: 35927 } has no permanent_uuid. Determining permanent_uuid...
18:21:33.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.113376  3977 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.3.201.124:35927: connect: Connection refused (error 111)
18:21:33.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.115376  3955 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.201.124" port: 35927 } has no permanent_uuid. Determining permanent_uuid...
18:21:33.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.116067  3955 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.201.124:35927: Network error: Client connection negotiation failed: client connection to 127.3.201.124:35927: connect: Connection refused (error 111)
18:21:33.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.118381  4026 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.201.124:35927: Network error: Client connection negotiation failed: client connection to 127.3.201.124:35927: connect: Connection refused (error 111)
18:21:33.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.159233  3955 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.201.124" port: 35927 } attempt: 1
18:21:33.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.160115  3955 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.201.124:35927: Network error: Client connection negotiation failed: client connection to 127.3.201.124:35927: connect: Connection refused (error 111)
18:21:33.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.167603  4026 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.201.124" port: 35927 } attempt: 1
18:21:33.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.168437  4026 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.201.124:35927: Network error: Client connection negotiation failed: client connection to 127.3.201.124:35927: connect: Connection refused (error 111)
18:21:33.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.189672  4028 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:33.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.189841  4028 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:33.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.189860  4028 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:33.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.191376  4028 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:33.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.191421  4028 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:33.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.191433  4028 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:33.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.191445  4028 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:33.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.191457  4028 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:33.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.191468  4028 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39507/jwks.json
18:21:33.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.193059  4028 master_runner.cc:387] Master server non-default flags:
18:21:33.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:33.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.201.84:38059
18:21:33.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:33.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:33.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-2/data
18:21:33.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-2/wal
18:21:33.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38531
18:21:33.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:33.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.201.126:37919,127.3.201.125:40867,127.3.201.124:35927
18:21:33.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:33.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:33.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:33.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.201.124:35927
18:21:33.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:33.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:33.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:33.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39507/jwks.json
18:21:33.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:33.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:33.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-2/data/info.pb
18:21:33.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.201.124
18:21:33.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:33.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:33.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.4028
18:21:33.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:33.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:33.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:33.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:33.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-2/logs
18:21:33.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:33.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:33.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:33.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:33.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:33.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:21:33.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:33.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:16 UTC on e7f111948823
18:21:33.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16869
18:21:33.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.193265  4028 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:33.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.193440  4028 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:21:33.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.195912  4037 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
18:21:33.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.195962  4036 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
18:21:33.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.195916  4039 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
18:21:33.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.196285  4028 server_base.cc:1061] running on GCE node
18:21:33.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.196662  4028 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:33.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.196967  4028 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:33.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.198105  4028 hybrid_clock.cc:648] HybridClock initialized: now 1783534893198094 us; error 27 us; skew 500 ppm
18:21:33.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.199167  4028 webserver.cc:534] Webserver started at http://127.3.201.124:36039/ using document root <none> and password file <none>
18:21:33.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.199414  4028 fs_manager.cc:362] Metadata directory not provided
18:21:33.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.199487  4028 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:33.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.199592  4028 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:33.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.200448  4028 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-2/data/instance:
18:21:33.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bf975bedc851478e96d69bea4825c899"
18:21:33.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:33 on dist-test-slave-1h44"
18:21:33.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.200804  4028 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-2/wal/instance:
18:21:33.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bf975bedc851478e96d69bea4825c899"
18:21:33.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:33 on dist-test-slave-1h44"
18:21:33.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.202077  4028 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
18:21:33.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.202843  4045 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:33.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.203040  4028 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
18:21:33.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.203136  4028 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-2/data,/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-2/wal
18:21:33.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bf975bedc851478e96d69bea4825c899"
18:21:33.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:33 on dist-test-slave-1h44"
18:21:33.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.203194  4028 fs_report.cc:389] FS layout report
18:21:33.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:33.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-2/wal
18:21:33.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-2/wal
18:21:33.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-2/data/data
18:21:33.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:33.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:33.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:33.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:33.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:33.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:33.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:33.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:33.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:33.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:33.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:33.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.207263  3955 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.201.124" port: 35927 } attempt: 2
18:21:33.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.207976  3955 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.3.201.124:35927: Network error: Client connection negotiation failed: client connection to 127.3.201.124:35927: connect: Connection refused (error 111)
18:21:33.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.218408  4028 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:33.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.218796  4028 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:21:33.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.218950  4028 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:33.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.223727  4028 rpc_server.cc:307] RPC server started. Bound to: 127.3.201.124:35927
18:21:33.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.223752  4097 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.3.201.124:35927 every 8 connection(s)
18:21:33.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.224392  4028 server_base.cc:1193] Dumped server information to /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-2/data/info.pb
18:21:33.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.224927  4098 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:33.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.226230  4098 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.201.126" port: 37919 } has no permanent_uuid. Determining permanent_uuid...
18:21:33.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.231033  4098 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.201.125" port: 40867 } has no permanent_uuid. Determining permanent_uuid...
18:21:33.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.233064  3877 external_mini_cluster.cc:1434] Started /tmp/dist-test-task2Jpcyw/build/release/bin/kudu as pid 4028
18:21:33.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.233140  3877 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster4367431788011391452/master-2/wal/instance
18:21:33.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.234135  4098 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.201.124" port: 35927 } has no permanent_uuid. Determining permanent_uuid...
18:21:33.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.236610  4026 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.201.124" port: 35927 } attempt: 2
18:21:33.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.239902  4098 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bf975bedc851478e96d69bea4825c899: Bootstrap starting.
18:21:33.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.240710  4098 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P bf975bedc851478e96d69bea4825c899: Neither blocks nor log segments found. Creating new log.
18:21:33.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.240985  4098 log.cc:826] T 00000000000000000000000000000000 P bf975bedc851478e96d69bea4825c899: Log is configured to *not* fsync() on all Append() calls
18:21:33.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.241163  4026 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 80e6a5df81a5460d958bf0c34a837647: Bootstrap starting.
18:21:33.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.241827  4026 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 80e6a5df81a5460d958bf0c34a837647: Neither blocks nor log segments found. Creating new log.
18:21:33.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.242115  4026 log.cc:826] T 00000000000000000000000000000000 P 80e6a5df81a5460d958bf0c34a837647: Log is configured to *not* fsync() on all Append() calls
18:21:33.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.242367  4098 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bf975bedc851478e96d69bea4825c899: No bootstrap required, opened a new log
18:21:33.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.244189  4098 raft_consensus.cc:359] T 00000000000000000000000000000000 P bf975bedc851478e96d69bea4825c899 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "632445fa795740c9a357c13da0a87f4f" member_type: VOTER last_known_addr { host: "127.3.201.126" port: 37919 } } peers { permanent_uuid: "80e6a5df81a5460d958bf0c34a837647" member_type: VOTER last_known_addr { host: "127.3.201.125" port: 40867 } } peers { permanent_uuid: "bf975bedc851478e96d69bea4825c899" member_type: VOTER last_known_addr { host: "127.3.201.124" port: 35927 } }
18:21:33.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.244330  4098 raft_consensus.cc:385] T 00000000000000000000000000000000 P bf975bedc851478e96d69bea4825c899 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:33.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.244385  4098 raft_consensus.cc:740] T 00000000000000000000000000000000 P bf975bedc851478e96d69bea4825c899 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bf975bedc851478e96d69bea4825c899, State: Initialized, Role: FOLLOWER
18:21:33.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.244488  4098 consensus_queue.cc:260] T 00000000000000000000000000000000 P bf975bedc851478e96d69bea4825c899 [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: "632445fa795740c9a357c13da0a87f4f" member_type: VOTER last_known_addr { host: "127.3.201.126" port: 37919 } } peers { permanent_uuid: "80e6a5df81a5460d958bf0c34a837647" member_type: VOTER last_known_addr { host: "127.3.201.125" port: 40867 } } peers { permanent_uuid: "bf975bedc851478e96d69bea4825c899" member_type: VOTER last_known_addr { host: "127.3.201.124" port: 35927 } }
18:21:33.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.244776  4106 sys_catalog.cc:455] T 00000000000000000000000000000000 P bf975bedc851478e96d69bea4825c899 [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: "632445fa795740c9a357c13da0a87f4f" member_type: VOTER last_known_addr { host: "127.3.201.126" port: 37919 } } peers { permanent_uuid: "80e6a5df81a5460d958bf0c34a837647" member_type: VOTER last_known_addr { host: "127.3.201.125" port: 40867 } } peers { permanent_uuid: "bf975bedc851478e96d69bea4825c899" member_type: VOTER last_known_addr { host: "127.3.201.124" port: 35927 } } }
18:21:33.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.244846  4098 sys_catalog.cc:565] T 00000000000000000000000000000000 P bf975bedc851478e96d69bea4825c899 [sys.catalog]: configured and running, proceeding with master startup.
18:21:33.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.245034  4106 sys_catalog.cc:458] T 00000000000000000000000000000000 P bf975bedc851478e96d69bea4825c899 [sys.catalog]: This master's current role is: FOLLOWER
18:21:33.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.246408  4026 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 80e6a5df81a5460d958bf0c34a837647: No bootstrap required, opened a new log
18:21:33.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.247773  4120 catalog_manager.cc:1593] T 00000000000000000000000000000000 P bf975bedc851478e96d69bea4825c899: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:33.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.247828  4120 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:33.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.248200  4026 raft_consensus.cc:359] T 00000000000000000000000000000000 P 80e6a5df81a5460d958bf0c34a837647 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "632445fa795740c9a357c13da0a87f4f" member_type: VOTER last_known_addr { host: "127.3.201.126" port: 37919 } } peers { permanent_uuid: "80e6a5df81a5460d958bf0c34a837647" member_type: VOTER last_known_addr { host: "127.3.201.125" port: 40867 } } peers { permanent_uuid: "bf975bedc851478e96d69bea4825c899" member_type: VOTER last_known_addr { host: "127.3.201.124" port: 35927 } }
18:21:33.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.248301  4026 raft_consensus.cc:385] T 00000000000000000000000000000000 P 80e6a5df81a5460d958bf0c34a837647 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:33.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.248325  4026 raft_consensus.cc:740] T 00000000000000000000000000000000 P 80e6a5df81a5460d958bf0c34a837647 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 80e6a5df81a5460d958bf0c34a837647, State: Initialized, Role: FOLLOWER
18:21:33.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.248409  4026 consensus_queue.cc:260] T 00000000000000000000000000000000 P 80e6a5df81a5460d958bf0c34a837647 [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: "632445fa795740c9a357c13da0a87f4f" member_type: VOTER last_known_addr { host: "127.3.201.126" port: 37919 } } peers { permanent_uuid: "80e6a5df81a5460d958bf0c34a837647" member_type: VOTER last_known_addr { host: "127.3.201.125" port: 40867 } } peers { permanent_uuid: "bf975bedc851478e96d69bea4825c899" member_type: VOTER last_known_addr { host: "127.3.201.124" port: 35927 } }
18:21:33.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.248674  4026 sys_catalog.cc:565] T 00000000000000000000000000000000 P 80e6a5df81a5460d958bf0c34a837647 [sys.catalog]: configured and running, proceeding with master startup.
18:21:33.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.248631  4122 sys_catalog.cc:455] T 00000000000000000000000000000000 P 80e6a5df81a5460d958bf0c34a837647 [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: "632445fa795740c9a357c13da0a87f4f" member_type: VOTER last_known_addr { host: "127.3.201.126" port: 37919 } } peers { permanent_uuid: "80e6a5df81a5460d958bf0c34a837647" member_type: VOTER last_known_addr { host: "127.3.201.125" port: 40867 } } peers { permanent_uuid: "bf975bedc851478e96d69bea4825c899" member_type: VOTER last_known_addr { host: "127.3.201.124" port: 35927 } } }
18:21:33.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.248736  4122 sys_catalog.cc:458] T 00000000000000000000000000000000 P 80e6a5df81a5460d958bf0c34a837647 [sys.catalog]: This master's current role is: FOLLOWER
18:21:33.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.250810  4028 master_runner.cc:187] Error getting master registration for 127.3.201.126:37919: OK, instance_id { permanent_uuid: "632445fa795740c9a357c13da0a87f4f" instance_seqno: 1783534892972848 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:21:33.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.252396  4028 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:33.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.253598  3877 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:21:33.254 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:33.254 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:21:33.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.253777  3958 master_runner.cc:187] Error getting master registration for 127.3.201.126:37919: OK, instance_id { permanent_uuid: "632445fa795740c9a357c13da0a87f4f" instance_seqno: 1783534892972848 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:21:33.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.255496  3958 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:33.255 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.3.201.126"
      port: 37919
    }
    bound_http_address {
      host: "127.3.201.126"
      port: 41717
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.3.201.125"
      port: 40867
    }
    bound_http_address {
      host: "127.3.201.125"
      port: 39415
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.3.201.124"
      port: 35927
    }
    bound_http_address {
      host: "127.3.201.124"
      port: 36039
    }
  }
}

18:21:33.255 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

18:21:33.256 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:33.256 [INFO - Metastore-Handler-Pool: Thread-198] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:33.256 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:21:33.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.256825  4117 client.h:372] Failed to connect to Hive Metastore (localhost:38531): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:33.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.257284  3877 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task2Jpcyw/build/release/bin/kudu with pid 3888
18:21:33.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.262754  4137 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 80e6a5df81a5460d958bf0c34a837647: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:33.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:33.262964  4137 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:33.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.263449  3877 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task2Jpcyw/build/release/bin/kudu with pid 3958
18:21:33.265 [INFO - Metastore-Handler-Pool: Thread-199] (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=	
18:21:33.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:33.274921  3877 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task2Jpcyw/build/release/bin/kudu with pid 4028
18:21:33.274 [ERROR - Metastore-Handler-Pool: Thread-199] (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
18:21:33.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:21:33Z chronyd exiting
.18:21:33.320 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:33.321 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:33.321 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:33.341 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive13961880797824481937
18:21:33.343 [INFO - Thread-139] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:21:33.343 [INFO - Thread-139] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:21:33.345 [INFO - Thread-139] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:21:33.345 [INFO - Thread-139] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:21:33.345 [INFO - Thread-139] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
18:21:33.345 [INFO - Thread-139] (HikariDataSource.java:350) objectstore - Shutdown initiated...
18:21:33.348 [INFO - Thread-139] (HikariDataSource.java:352) objectstore - Shutdown completed.
18:21:33.348 [INFO - Thread-139] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
18:21:33.350 [INFO - Thread-139] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
18:21:33.350 [INFO - Thread-139] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:21:33.352 [INFO - Thread-139] (HikariDataSource.java:80) objectstore - Starting...
18:21:33.422 [INFO - Thread-139] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:33.422 [INFO - Thread-139] (HikariDataSource.java:82) objectstore - Start completed.
18:21:33.423 [INFO - Thread-139] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:21:33.424 [INFO - Thread-139] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:21:33.426 [INFO - Thread-139] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:33.426 [INFO - Thread-139] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:21:33.439 [INFO - Thread-139] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:21:33.439 [INFO - Thread-139] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:21:33.439 [INFO - Thread-139] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:21:33.458 [WARN - Thread-139] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:33.459 [WARN - Thread-139] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:33.459 [WARN - Thread-139] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:33.460 [WARN - Thread-139] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:33.460 [WARN - Thread-139] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:33.460 [WARN - Thread-139] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:33.659 [INFO - Thread-139] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:21:33.659 [INFO - Thread-139] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@71aa54f0, with PersistenceManager: null will be shutdown
18:21:33.659 [INFO - Thread-139] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@71aa54f0, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1a65ad1 created in the thread with id: 200
18:21:33.661 [WARN - Thread-139] (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
18:21:33.662 [INFO - Thread-139] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@71aa54f0
18:21:33.759 [INFO - Thread-139] (HMSHandler.java:595) Started creating a default database with name: default
18:21:33.774 [INFO - Thread-139] (HMSHandler.java:605) Successfully created a default database with name: default
18:21:33.801 [INFO - Thread-139] (HMSHandler.java:668) Added admin role in metastore
18:21:33.803 [INFO - Thread-139] (HMSHandler.java:677) Added public role in metastore
18:21:33.833 [INFO - Thread-139] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:21:33.834 [INFO - Thread-139] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:21:33.835 [INFO - Thread-139] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:21:33.835 [INFO - Thread-139] (HiveMetaStore.java:697) Direct SQL optimization = true
18:21:33.835 [WARN - Thread-139] (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)
18:21:33.836 [INFO - Thread-139] (HiveMetaStore.java:632) Started the new metaserver on port [43447]...
18:21:33.836 [INFO - Thread-139] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:21:33.836 [INFO - Thread-139] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:21:33.836 [INFO - Thread-139] (HiveMetaStore.java:635) TCP keepalive = true
18:21:33.836 [INFO - Thread-139] (HiveMetaStore.java:636) Enable SSL = false
18:21:34.345 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:34.345 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:34.345 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:34.347 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:21:34.347 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:43447]
18:21:34.347 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:43447) in binary transport mode
18:21:34.347 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:43447) current connections: 1
18:21:34.349 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task2Jpcyw/test-tmp
18:21:34.349 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
18:21:34.349 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task2Jpcyw/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
18:21:34.352 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

18:21:34.433 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:34.433 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

18:21:34.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.434253  4163 mini_oidc.cc:150] Starting JWKS server
18:21:34.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.434852  4163 webserver.cc:534] Webserver started at http://127.0.0.1:37349/ using document root <none> and password file <none>
18:21:34.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.434942  4163 mini_oidc.cc:186] Starting OIDC Discovery server
18:21:34.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.435060  4163 webserver.cc:534] Webserver started at http://127.0.0.1:43615/ using document root <none> and password file <none>
18:21:34.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:21:34Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:21:34.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:21:34Z Disabled control of system clock
18:21:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.445221  4163 external_mini_cluster.cc:1372] Running /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-0/wal
18:21:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-0/data
18:21:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-0/logs
18:21:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-0/data/info.pb
18:21:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.16.254:33877
18:21:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.16.254
18:21:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.16.212:35833
18:21:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.16.254:33877,127.4.16.253:34739,127.4.16.252:34713
18:21:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37349/jwks.json with env {}
18:21:34.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.524950  4174 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:34.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.525131  4174 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:34.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.525151  4174 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:34.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.526850  4174 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:34.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.526901  4174 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:34.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.526914  4174 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:34.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.526926  4174 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:34.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.526938  4174 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:34.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.526949  4174 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37349/jwks.json
18:21:34.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.528633  4174 master_runner.cc:387] Master server non-default flags:
18:21:34.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:34.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.16.212:35833
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-0/data
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-0/wal
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.16.254:33877,127.4.16.253:34739,127.4.16.252:34713
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.16.254:33877
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37349/jwks.json
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-0/data/info.pb
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.16.254
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.4174
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-0/logs
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:16 UTC on e7f111948823
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16869
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.528877  4174 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.529067  4174 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:21:34.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.531365  4179 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
18:21:34.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.531358  4180 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
18:21:34.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.531358  4182 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
18:21:34.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.531719  4174 server_base.cc:1061] running on GCE node
18:21:34.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.531919  4174 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:34.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.532155  4174 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:34.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.533313  4174 hybrid_clock.cc:648] HybridClock initialized: now 1783534894533298 us; error 25 us; skew 500 ppm
18:21:34.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.534457  4174 webserver.cc:534] Webserver started at http://127.4.16.254:42129/ using document root <none> and password file <none>
18:21:34.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.534693  4174 fs_manager.cc:362] Metadata directory not provided
18:21:34.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.534765  4174 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:34.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.534873  4174 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:34.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.535712  4174 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-0/data/instance:
18:21:34.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2a3989c72eef4981bdcb6e1ed6c7c0bb"
18:21:34.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:34 on dist-test-slave-1h44"
18:21:34.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.536055  4174 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-0/wal/instance:
18:21:34.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2a3989c72eef4981bdcb6e1ed6c7c0bb"
18:21:34.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:34 on dist-test-slave-1h44"
18:21:34.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.537593  4174 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.002s
18:21:34.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.538427  4188 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:34.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.538614  4174 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.000s
18:21:34.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.538674  4174 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-0/data,/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-0/wal
18:21:34.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2a3989c72eef4981bdcb6e1ed6c7c0bb"
18:21:34.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:34 on dist-test-slave-1h44"
18:21:34.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.538728  4174 fs_report.cc:389] FS layout report
18:21:34.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:34.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-0/wal
18:21:34.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-0/wal
18:21:34.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-0/data/data
18:21:34.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:34.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:34.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:34.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:34.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:34.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:34.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:34.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:34.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:34.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:34.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:34.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.549083  4174 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:34.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.549352  4174 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:21:34.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.549435  4174 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:34.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.553702  4174 rpc_server.cc:307] RPC server started. Bound to: 127.4.16.254:33877
18:21:34.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.553782  4240 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.4.16.254:33877 every 8 connection(s)
18:21:34.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.554083  4174 server_base.cc:1193] Dumped server information to /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-0/data/info.pb
18:21:34.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.554595  4241 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:34.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.555876  4241 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.16.254" port: 33877 } has no permanent_uuid. Determining permanent_uuid...
18:21:34.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.559522  4163 external_mini_cluster.cc:1434] Started /tmp/dist-test-task2Jpcyw/build/release/bin/kudu as pid 4174
18:21:34.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.559633  4163 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-0/wal/instance
18:21:34.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.560563  4163 external_mini_cluster.cc:1372] Running /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:34.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:34.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-1/wal
18:21:34.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-1/data
18:21:34.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:34.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:34.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:34.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:34.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:34.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:34.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-1/logs
18:21:34.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-1/data/info.pb
18:21:34.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:34.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:34.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:34.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:34.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:34.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:34.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:34.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:34.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:34.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:34.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:34.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:34.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.16.253:34739
18:21:34.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.16.253
18:21:34.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:34.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.16.212:35833
18:21:34.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:34.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:34.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:34.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:34.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.16.254:33877,127.4.16.253:34739,127.4.16.252:34713
18:21:34.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:34.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37349/jwks.json with env {}
18:21:34.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.561681  4241 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.16.253" port: 34739 } has no permanent_uuid. Determining permanent_uuid...
18:21:34.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.562079  4190 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.4.16.253:34739: connect: Connection refused (error 111)
18:21:34.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.562636  4241 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.16.253:34739: Network error: Client connection negotiation failed: client connection to 127.4.16.253:34739: connect: Connection refused (error 111)
18:21:34.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.611869  4241 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.16.253" port: 34739 } attempt: 1
18:21:34.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.612855  4241 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.16.253:34739: Network error: Client connection negotiation failed: client connection to 127.4.16.253:34739: connect: Connection refused (error 111)
18:21:34.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.642035  4245 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:34.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.642189  4245 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:34.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.642207  4245 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:34.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.643754  4245 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:34.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.643800  4245 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:34.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.643813  4245 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:34.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.643826  4245 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:34.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.643837  4245 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:34.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.643848  4245 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37349/jwks.json
18:21:34.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.645305  4245 master_runner.cc:387] Master server non-default flags:
18:21:34.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:34.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.16.212:35833
18:21:34.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:34.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:34.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-1/data
18:21:34.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-1/wal
18:21:34.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:34.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.16.254:33877,127.4.16.253:34739,127.4.16.252:34713
18:21:34.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:34.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:34.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:34.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.16.253:34739
18:21:34.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:34.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:34.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:34.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37349/jwks.json
18:21:34.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:34.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:34.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-1/data/info.pb
18:21:34.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.16.253
18:21:34.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:34.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:34.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.4245
18:21:34.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:34.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:34.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:34.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:34.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-1/logs
18:21:34.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:34.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:34.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:34.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:34.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:34.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:21:34.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:34.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:16 UTC on e7f111948823
18:21:34.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16869
18:21:34.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.645488  4245 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:34.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.645661  4245 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:21:34.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.648236  4254 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
18:21:34.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.648309  4251 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
18:21:34.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.648309  4252 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
18:21:34.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.648412  4245 server_base.cc:1061] running on GCE node
18:21:34.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.648761  4245 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:34.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.649029  4245 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:34.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.650187  4245 hybrid_clock.cc:648] HybridClock initialized: now 1783534894650171 us; error 26 us; skew 500 ppm
18:21:34.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.651281  4245 webserver.cc:534] Webserver started at http://127.4.16.253:42359/ using document root <none> and password file <none>
18:21:34.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.651495  4245 fs_manager.cc:362] Metadata directory not provided
18:21:34.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.651576  4245 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:34.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.651702  4245 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:34.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.652520  4245 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-1/data/instance:
18:21:34.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7f3e724ae0744fd0a0318d61abd66e99"
18:21:34.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:34 on dist-test-slave-1h44"
18:21:34.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.652918  4245 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-1/wal/instance:
18:21:34.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7f3e724ae0744fd0a0318d61abd66e99"
18:21:34.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:34 on dist-test-slave-1h44"
18:21:34.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.654148  4245 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
18:21:34.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.654798  4260 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:34.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.654994  4245 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
18:21:34.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.655083  4245 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-1/data,/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-1/wal
18:21:34.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7f3e724ae0744fd0a0318d61abd66e99"
18:21:34.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:34 on dist-test-slave-1h44"
18:21:34.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.655138  4245 fs_report.cc:389] FS layout report
18:21:34.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:34.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-1/wal
18:21:34.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-1/wal
18:21:34.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-1/data/data
18:21:34.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:34.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:34.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:34.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:34.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:34.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:34.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:34.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:34.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:34.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:34.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:34.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.667768  4245 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:34.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.668124  4245 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:21:34.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.668292  4245 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:34.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.673193  4245 rpc_server.cc:307] RPC server started. Bound to: 127.4.16.253:34739
18:21:34.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.673230  4312 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.4.16.253:34739 every 8 connection(s)
18:21:34.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.673606  4245 server_base.cc:1193] Dumped server information to /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-1/data/info.pb
18:21:34.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.674309  4313 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:34.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.675271  4163 external_mini_cluster.cc:1434] Started /tmp/dist-test-task2Jpcyw/build/release/bin/kudu as pid 4245
18:21:34.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.675354  4163 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-1/wal/instance
18:21:34.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.675707  4163 external_mini_cluster.cc:1372] Running /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:34.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task2Jpcyw/build/release/bin/kudu
18:21:34.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-2/wal
18:21:34.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-2/data
18:21:34.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:34.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:34.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:34.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:34.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:34.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:34.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-2/logs
18:21:34.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-2/data/info.pb
18:21:34.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:34.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:34.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:34.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:34.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:34.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:34.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:34.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:34.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:34.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:34.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:34.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:34.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.16.252:34713
18:21:34.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.16.252
18:21:34.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:34.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.16.212:35833
18:21:34.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:34.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:34.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:34.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:34.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.16.254:33877,127.4.16.253:34739,127.4.16.252:34713
18:21:34.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:34.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37349/jwks.json with env {}
18:21:34.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.675727  4313 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.16.254" port: 33877 } has no permanent_uuid. Determining permanent_uuid...
18:21:34.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.681005  4241 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.16.253" port: 34739 } attempt: 2
18:21:34.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.681623  4313 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.16.253" port: 34739 } has no permanent_uuid. Determining permanent_uuid...
18:21:34.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.685405  4241 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.16.252" port: 34713 } has no permanent_uuid. Determining permanent_uuid...
18:21:34.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.685590  4313 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.16.252" port: 34713 } has no permanent_uuid. Determining permanent_uuid...
18:21:34.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.685949  4264 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.4.16.252:34713: connect: Connection refused (error 111)
18:21:34.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.686200  4241 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.16.252:34713: Network error: Client connection negotiation failed: client connection to 127.4.16.252:34713: connect: Connection refused (error 111)
18:21:34.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.686456  4313 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.16.252:34713: Network error: Client connection negotiation failed: client connection to 127.4.16.252:34713: connect: Connection refused (error 111)
18:21:34.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.729370  4241 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.16.252" port: 34713 } attempt: 1
18:21:34.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.730324  4241 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.16.252:34713: Network error: Client connection negotiation failed: client connection to 127.4.16.252:34713: connect: Connection refused (error 111)
18:21:34.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.735642  4313 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.16.252" port: 34713 } attempt: 1
18:21:34.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.736413  4313 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.16.252:34713: Network error: Client connection negotiation failed: client connection to 127.4.16.252:34713: connect: Connection refused (error 111)
18:21:34.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.760372  4315 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:34.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.760601  4315 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:34.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.760643  4315 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.762290  4315 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.762368  4315 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.762393  4315 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.762413  4315 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.762434  4315 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.762449  4315 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37349/jwks.json
18:21:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.764178  4315 master_runner.cc:387] Master server non-default flags:
18:21:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.16.212:35833
18:21:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-2/data
18:21:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-2/wal
18:21:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.16.254:33877,127.4.16.253:34739,127.4.16.252:34713
18:21:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.16.252:34713
18:21:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37349/jwks.json
18:21:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-2/data/info.pb
18:21:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.16.252
18:21:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.4315
18:21:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-2/logs
18:21:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:21:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:16 UTC on e7f111948823
18:21:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16869
18:21:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.764453  4315 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:34.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.764739  4315 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:21:34.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.767455  4325 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
18:21:34.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.767524  4327 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
18:21:34.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.767517  4315 server_base.cc:1061] running on GCE node
18:21:34.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.767468  4324 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
18:21:34.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.767832  4315 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:34.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.768038  4315 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:34.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.769188  4315 hybrid_clock.cc:648] HybridClock initialized: now 1783534894769163 us; error 41 us; skew 500 ppm
18:21:34.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.770457  4315 webserver.cc:534] Webserver started at http://127.4.16.252:44905/ using document root <none> and password file <none>
18:21:34.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.770669  4315 fs_manager.cc:362] Metadata directory not provided
18:21:34.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.770715  4315 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:34.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.770792  4315 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:34.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.771651  4315 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-2/data/instance:
18:21:34.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d01053fd5d0c4e06add5aa9f5a7873ac"
18:21:34.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:34 on dist-test-slave-1h44"
18:21:34.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.771922  4315 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-2/wal/instance:
18:21:34.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d01053fd5d0c4e06add5aa9f5a7873ac"
18:21:34.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:34 on dist-test-slave-1h44"
18:21:34.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.773001  4315 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.002s
18:21:34.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.773610  4333 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:34.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.773829  4315 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.000s
18:21:34.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.773885  4315 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-2/data,/tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-2/wal
18:21:34.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d01053fd5d0c4e06add5aa9f5a7873ac"
18:21:34.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:21:34 on dist-test-slave-1h44"
18:21:34.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.773981  4315 fs_report.cc:389] FS layout report
18:21:34.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:34.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-2/wal
18:21:34.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-2/wal
18:21:34.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-2/data/data
18:21:34.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:34.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:34.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:34.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:34.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:34.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:34.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:34.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:34.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:34.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:34.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:34.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.777480  4241 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.16.252" port: 34713 } attempt: 2
18:21:34.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.778198  4241 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.16.252:34713: Network error: Client connection negotiation failed: client connection to 127.4.16.252:34713: connect: Connection refused (error 111)
18:21:34.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.786092  4315 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:34.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.786475  4315 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:21:34.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.786643  4315 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:34.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.791199  4315 rpc_server.cc:307] RPC server started. Bound to: 127.4.16.252:34713
18:21:34.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.791244  4385 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.4.16.252:34713 every 8 connection(s)
18:21:34.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.791654  4315 server_base.cc:1193] Dumped server information to /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-2/data/info.pb
18:21:34.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.792287  4386 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:34.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.793552  4386 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.16.254" port: 33877 } has no permanent_uuid. Determining permanent_uuid...
18:21:34.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.798007  4386 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.16.253" port: 34739 } has no permanent_uuid. Determining permanent_uuid...
18:21:34.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.800586  4386 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.16.252" port: 34713 } has no permanent_uuid. Determining permanent_uuid...
18:21:34.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.801064  4163 external_mini_cluster.cc:1434] Started /tmp/dist-test-task2Jpcyw/build/release/bin/kudu as pid 4315
18:21:34.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.801172  4163 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task2Jpcyw/test-tmp/mini-kudu-cluster7888480623859241769/master-2/wal/instance
18:21:34.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.804579  4313 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.16.252" port: 34713 } attempt: 2
18:21:34.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.805645  4386 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d01053fd5d0c4e06add5aa9f5a7873ac: Bootstrap starting.
18:21:34.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.806409  4386 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d01053fd5d0c4e06add5aa9f5a7873ac: Neither blocks nor log segments found. Creating new log.
18:21:34.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.806679  4386 log.cc:826] T 00000000000000000000000000000000 P d01053fd5d0c4e06add5aa9f5a7873ac: Log is configured to *not* fsync() on all Append() calls
18:21:34.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.807930  4386 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d01053fd5d0c4e06add5aa9f5a7873ac: No bootstrap required, opened a new log
18:21:34.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.808576  4313 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99: Bootstrap starting.
18:21:34.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.809235  4313 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99: Neither blocks nor log segments found. Creating new log.
18:21:34.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.809506  4313 log.cc:826] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99: Log is configured to *not* fsync() on all Append() calls
18:21:34.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.810444  4313 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99: No bootstrap required, opened a new log
18:21:34.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.810431  4386 raft_consensus.cc:359] T 00000000000000000000000000000000 P d01053fd5d0c4e06add5aa9f5a7873ac [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2a3989c72eef4981bdcb6e1ed6c7c0bb" member_type: VOTER last_known_addr { host: "127.4.16.254" port: 33877 } } peers { permanent_uuid: "7f3e724ae0744fd0a0318d61abd66e99" member_type: VOTER last_known_addr { host: "127.4.16.253" port: 34739 } } peers { permanent_uuid: "d01053fd5d0c4e06add5aa9f5a7873ac" member_type: VOTER last_known_addr { host: "127.4.16.252" port: 34713 } }
18:21:34.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.810557  4386 raft_consensus.cc:385] T 00000000000000000000000000000000 P d01053fd5d0c4e06add5aa9f5a7873ac [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:34.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.810587  4386 raft_consensus.cc:740] T 00000000000000000000000000000000 P d01053fd5d0c4e06add5aa9f5a7873ac [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d01053fd5d0c4e06add5aa9f5a7873ac, State: Initialized, Role: FOLLOWER
18:21:34.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.810679  4386 consensus_queue.cc:260] T 00000000000000000000000000000000 P d01053fd5d0c4e06add5aa9f5a7873ac [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: "2a3989c72eef4981bdcb6e1ed6c7c0bb" member_type: VOTER last_known_addr { host: "127.4.16.254" port: 33877 } } peers { permanent_uuid: "7f3e724ae0744fd0a0318d61abd66e99" member_type: VOTER last_known_addr { host: "127.4.16.253" port: 34739 } } peers { permanent_uuid: "d01053fd5d0c4e06add5aa9f5a7873ac" member_type: VOTER last_known_addr { host: "127.4.16.252" port: 34713 } }
18:21:34.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.810935  4386 sys_catalog.cc:565] T 00000000000000000000000000000000 P d01053fd5d0c4e06add5aa9f5a7873ac [sys.catalog]: configured and running, proceeding with master startup.
18:21:34.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.812927  4313 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2a3989c72eef4981bdcb6e1ed6c7c0bb" member_type: VOTER last_known_addr { host: "127.4.16.254" port: 33877 } } peers { permanent_uuid: "7f3e724ae0744fd0a0318d61abd66e99" member_type: VOTER last_known_addr { host: "127.4.16.253" port: 34739 } } peers { permanent_uuid: "d01053fd5d0c4e06add5aa9f5a7873ac" member_type: VOTER last_known_addr { host: "127.4.16.252" port: 34713 } }
18:21:34.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.813043  4313 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:34.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.813076  4313 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7f3e724ae0744fd0a0318d61abd66e99, State: Initialized, Role: FOLLOWER
18:21:34.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.813242  4405 catalog_manager.cc:1593] T 00000000000000000000000000000000 P d01053fd5d0c4e06add5aa9f5a7873ac: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:34.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.813292  4405 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:34.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.813535  4315 master_runner.cc:187] Error getting master registration for 127.4.16.254:33877: OK, instance_id { permanent_uuid: "2a3989c72eef4981bdcb6e1ed6c7c0bb" instance_seqno: 1783534894552778 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:21:34.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.815460  4315 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:34.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.815697  4313 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99 [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: "2a3989c72eef4981bdcb6e1ed6c7c0bb" member_type: VOTER last_known_addr { host: "127.4.16.254" port: 33877 } } peers { permanent_uuid: "7f3e724ae0744fd0a0318d61abd66e99" member_type: VOTER last_known_addr { host: "127.4.16.253" port: 34739 } } peers { permanent_uuid: "d01053fd5d0c4e06add5aa9f5a7873ac" member_type: VOTER last_known_addr { host: "127.4.16.252" port: 34713 } }
18:21:34.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.816049  4313 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99 [sys.catalog]: configured and running, proceeding with master startup.
18:21:34.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.817786  4394 sys_catalog.cc:455] T 00000000000000000000000000000000 P d01053fd5d0c4e06add5aa9f5a7873ac [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: "2a3989c72eef4981bdcb6e1ed6c7c0bb" member_type: VOTER last_known_addr { host: "127.4.16.254" port: 33877 } } peers { permanent_uuid: "7f3e724ae0744fd0a0318d61abd66e99" member_type: VOTER last_known_addr { host: "127.4.16.253" port: 34739 } } peers { permanent_uuid: "d01053fd5d0c4e06add5aa9f5a7873ac" member_type: VOTER last_known_addr { host: "127.4.16.252" port: 34713 } } }
18:21:34.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.818058  4394 sys_catalog.cc:458] T 00000000000000000000000000000000 P d01053fd5d0c4e06add5aa9f5a7873ac [sys.catalog]: This master's current role is: FOLLOWER
18:21:34.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.818179  4163 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:21:34.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.818221  4418 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:34.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.818284  4418 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:34.819 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:34.819 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:21:34.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.819304  4245 master_runner.cc:187] Error getting master registration for 127.4.16.254:33877: OK, instance_id { permanent_uuid: "2a3989c72eef4981bdcb6e1ed6c7c0bb" instance_seqno: 1783534894552778 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:21:34.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.820778  4245 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:34.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.822050  4407 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99 [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: "2a3989c72eef4981bdcb6e1ed6c7c0bb" member_type: VOTER last_known_addr { host: "127.4.16.254" port: 33877 } } peers { permanent_uuid: "7f3e724ae0744fd0a0318d61abd66e99" member_type: VOTER last_known_addr { host: "127.4.16.253" port: 34739 } } peers { permanent_uuid: "d01053fd5d0c4e06add5aa9f5a7873ac" member_type: VOTER last_known_addr { host: "127.4.16.252" port: 34713 } } }
18:21:34.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.822139  4407 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99 [sys.catalog]: This master's current role is: FOLLOWER
18:21:34.821 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.4.16.254"
      port: 33877
    }
    bound_http_address {
      host: "127.4.16.254"
      port: 42129
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.4.16.253"
      port: 34739
    }
    bound_http_address {
      host: "127.4.16.253"
      port: 42359
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.4.16.252"
      port: 34713
    }
    bound_http_address {
      host: "127.4.16.252"
      port: 44905
    }
  }
}

18:21:34.824 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

18:21:34.824 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:34.826 [INFO - Metastore-Handler-Pool: Thread-221] (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=50ccbbac-ea63-4219-bd42-c33a32e0f1d9, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.4.16.252:34713,127.4.16.254:33877,127.4.16.253:34739}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:34.827 [INFO - Metastore-Handler-Pool: Thread-221] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:21:34.828 [INFO - Metastore-Handler-Pool: Thread-221] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:21:34.828 [INFO - Metastore-Handler-Pool: Thread-221] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6a1fafbd, with PersistenceManager: null will be shutdown
18:21:34.828 [INFO - Metastore-Handler-Pool: Thread-221] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6a1fafbd, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@650fa2bb created in the thread with id: 221
18:21:34.834 [INFO - Metastore-Handler-Pool: Thread-221] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6a1fafbd
18:21:34.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.885352  4241 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.16.252" port: 34713 } attempt: 3
18:21:34.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.891010  4241 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2a3989c72eef4981bdcb6e1ed6c7c0bb: Bootstrap starting.
18:21:34.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.891772  4241 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2a3989c72eef4981bdcb6e1ed6c7c0bb: Neither blocks nor log segments found. Creating new log.
18:21:34.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.892150  4241 log.cc:826] T 00000000000000000000000000000000 P 2a3989c72eef4981bdcb6e1ed6c7c0bb: Log is configured to *not* fsync() on all Append() calls
18:21:34.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.898545  4241 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2a3989c72eef4981bdcb6e1ed6c7c0bb: No bootstrap required, opened a new log
18:21:34.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.900837  4241 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2a3989c72eef4981bdcb6e1ed6c7c0bb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2a3989c72eef4981bdcb6e1ed6c7c0bb" member_type: VOTER last_known_addr { host: "127.4.16.254" port: 33877 } } peers { permanent_uuid: "7f3e724ae0744fd0a0318d61abd66e99" member_type: VOTER last_known_addr { host: "127.4.16.253" port: 34739 } } peers { permanent_uuid: "d01053fd5d0c4e06add5aa9f5a7873ac" member_type: VOTER last_known_addr { host: "127.4.16.252" port: 34713 } }
18:21:34.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.900982  4241 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2a3989c72eef4981bdcb6e1ed6c7c0bb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:34.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.901016  4241 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2a3989c72eef4981bdcb6e1ed6c7c0bb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2a3989c72eef4981bdcb6e1ed6c7c0bb, State: Initialized, Role: FOLLOWER
18:21:34.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.901130  4241 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2a3989c72eef4981bdcb6e1ed6c7c0bb [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: "2a3989c72eef4981bdcb6e1ed6c7c0bb" member_type: VOTER last_known_addr { host: "127.4.16.254" port: 33877 } } peers { permanent_uuid: "7f3e724ae0744fd0a0318d61abd66e99" member_type: VOTER last_known_addr { host: "127.4.16.253" port: 34739 } } peers { permanent_uuid: "d01053fd5d0c4e06add5aa9f5a7873ac" member_type: VOTER last_known_addr { host: "127.4.16.252" port: 34713 } }
18:21:34.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.901472  4241 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2a3989c72eef4981bdcb6e1ed6c7c0bb [sys.catalog]: configured and running, proceeding with master startup.
18:21:34.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.906628  4174 master_runner.cc:264] No leader master found from master 2a3989c72eef4981bdcb6e1ed6c7c0bb
18:21:34.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.906697  4174 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:34.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.907053  4421 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2a3989c72eef4981bdcb6e1ed6c7c0bb [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: "2a3989c72eef4981bdcb6e1ed6c7c0bb" member_type: VOTER last_known_addr { host: "127.4.16.254" port: 33877 } } peers { permanent_uuid: "7f3e724ae0744fd0a0318d61abd66e99" member_type: VOTER last_known_addr { host: "127.4.16.253" port: 34739 } } peers { permanent_uuid: "d01053fd5d0c4e06add5aa9f5a7873ac" member_type: VOTER last_known_addr { host: "127.4.16.252" port: 34713 } } }
18:21:34.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.907244  4421 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2a3989c72eef4981bdcb6e1ed6c7c0bb [sys.catalog]: This master's current role is: FOLLOWER
18:21:34.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.910672  4432 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 2a3989c72eef4981bdcb6e1ed6c7c0bb: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:34.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.910972  4432 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:34.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:21:34.918888  4266 tablet.cc:2406] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:21:34.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.966859  4407 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:21:34.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.966984  4407 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2a3989c72eef4981bdcb6e1ed6c7c0bb" member_type: VOTER last_known_addr { host: "127.4.16.254" port: 33877 } } peers { permanent_uuid: "7f3e724ae0744fd0a0318d61abd66e99" member_type: VOTER last_known_addr { host: "127.4.16.253" port: 34739 } } peers { permanent_uuid: "d01053fd5d0c4e06add5aa9f5a7873ac" member_type: VOTER last_known_addr { host: "127.4.16.252" port: 34713 } }
18:21:34.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.967229  4407 leader_election.cc:290] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2a3989c72eef4981bdcb6e1ed6c7c0bb (127.4.16.254:33877), d01053fd5d0c4e06add5aa9f5a7873ac (127.4.16.252:34713)
18:21:34.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.967667  4215 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7f3e724ae0744fd0a0318d61abd66e99" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2a3989c72eef4981bdcb6e1ed6c7c0bb" is_pre_election: true
18:21:34.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.967856  4215 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2a3989c72eef4981bdcb6e1ed6c7c0bb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7f3e724ae0744fd0a0318d61abd66e99 in term 0.
18:21:34.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.968034  4360 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7f3e724ae0744fd0a0318d61abd66e99" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d01053fd5d0c4e06add5aa9f5a7873ac" is_pre_election: true
18:21:34.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.968155  4360 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d01053fd5d0c4e06add5aa9f5a7873ac [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7f3e724ae0744fd0a0318d61abd66e99 in term 0.
18:21:34.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.968350  4264 leader_election.cc:304] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99 [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: 7f3e724ae0744fd0a0318d61abd66e99, d01053fd5d0c4e06add5aa9f5a7873ac; no voters: 
18:21:34.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.969007  4407 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99 [term 0 FOLLOWER]: Leader pre-election won for term 1
18:21:34.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.969074  4407 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
18:21:34.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.969099  4407 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99 [term 0 FOLLOWER]: Advancing to term 1
18:21:34.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.970629  4407 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2a3989c72eef4981bdcb6e1ed6c7c0bb" member_type: VOTER last_known_addr { host: "127.4.16.254" port: 33877 } } peers { permanent_uuid: "7f3e724ae0744fd0a0318d61abd66e99" member_type: VOTER last_known_addr { host: "127.4.16.253" port: 34739 } } peers { permanent_uuid: "d01053fd5d0c4e06add5aa9f5a7873ac" member_type: VOTER last_known_addr { host: "127.4.16.252" port: 34713 } }
18:21:34.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.970790  4407 leader_election.cc:290] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99 [CANDIDATE]: Term 1 election: Requested vote from peers 2a3989c72eef4981bdcb6e1ed6c7c0bb (127.4.16.254:33877), d01053fd5d0c4e06add5aa9f5a7873ac (127.4.16.252:34713)
18:21:34.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.971140  4360 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7f3e724ae0744fd0a0318d61abd66e99" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d01053fd5d0c4e06add5aa9f5a7873ac"
18:21:34.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.971223  4360 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d01053fd5d0c4e06add5aa9f5a7873ac [term 0 FOLLOWER]: Advancing to term 1
18:21:34.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.972488  4360 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d01053fd5d0c4e06add5aa9f5a7873ac [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7f3e724ae0744fd0a0318d61abd66e99 in term 1.
18:21:34.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.972692  4264 leader_election.cc:304] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99 [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: 7f3e724ae0744fd0a0318d61abd66e99, d01053fd5d0c4e06add5aa9f5a7873ac; no voters: 
18:21:34.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.972841  4215 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7f3e724ae0744fd0a0318d61abd66e99" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2a3989c72eef4981bdcb6e1ed6c7c0bb"
18:21:34.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.972925  4215 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2a3989c72eef4981bdcb6e1ed6c7c0bb [term 0 FOLLOWER]: Advancing to term 1
18:21:34.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.973847  4215 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2a3989c72eef4981bdcb6e1ed6c7c0bb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7f3e724ae0744fd0a0318d61abd66e99 in term 1.
18:21:34.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.974725  4407 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99 [term 1 FOLLOWER]: Leader election won for term 1
18:21:34.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.974917  4407 raft_consensus.cc:697] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99 [term 1 LEADER]: Becoming Leader. State: Replica: 7f3e724ae0744fd0a0318d61abd66e99, State: Running, Role: LEADER
18:21:34.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.975010  4407 consensus_queue.cc:237] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99 [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: "2a3989c72eef4981bdcb6e1ed6c7c0bb" member_type: VOTER last_known_addr { host: "127.4.16.254" port: 33877 } } peers { permanent_uuid: "7f3e724ae0744fd0a0318d61abd66e99" member_type: VOTER last_known_addr { host: "127.4.16.253" port: 34739 } } peers { permanent_uuid: "d01053fd5d0c4e06add5aa9f5a7873ac" member_type: VOTER last_known_addr { host: "127.4.16.252" port: 34713 } }
18:21:34.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.975386  4407 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7f3e724ae0744fd0a0318d61abd66e99. Latest consensus state: current_term: 1 leader_uuid: "7f3e724ae0744fd0a0318d61abd66e99" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2a3989c72eef4981bdcb6e1ed6c7c0bb" member_type: VOTER last_known_addr { host: "127.4.16.254" port: 33877 } } peers { permanent_uuid: "7f3e724ae0744fd0a0318d61abd66e99" member_type: VOTER last_known_addr { host: "127.4.16.253" port: 34739 } } peers { permanent_uuid: "d01053fd5d0c4e06add5aa9f5a7873ac" member_type: VOTER last_known_addr { host: "127.4.16.252" port: 34713 } } }
18:21:34.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.975463  4407 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99 [sys.catalog]: This master's current role is: LEADER
18:21:34.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.982079  4436 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
18:21:34.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.982574  4436 catalog_manager.cc:1519] Initializing Kudu cluster ID...
18:21:34.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.990931  4360 raft_consensus.cc:1275] T 00000000000000000000000000000000 P d01053fd5d0c4e06add5aa9f5a7873ac [term 1 FOLLOWER]: Refusing update from remote peer 7f3e724ae0744fd0a0318d61abd66e99: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:21:34.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.991509  4407 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d01053fd5d0c4e06add5aa9f5a7873ac" member_type: VOTER last_known_addr { host: "127.4.16.252" port: 34713 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:21:34.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.992919  4394 sys_catalog.cc:455] T 00000000000000000000000000000000 P d01053fd5d0c4e06add5aa9f5a7873ac [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7f3e724ae0744fd0a0318d61abd66e99. Latest consensus state: current_term: 1 leader_uuid: "7f3e724ae0744fd0a0318d61abd66e99" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2a3989c72eef4981bdcb6e1ed6c7c0bb" member_type: VOTER last_known_addr { host: "127.4.16.254" port: 33877 } } peers { permanent_uuid: "7f3e724ae0744fd0a0318d61abd66e99" member_type: VOTER last_known_addr { host: "127.4.16.253" port: 34739 } } peers { permanent_uuid: "d01053fd5d0c4e06add5aa9f5a7873ac" member_type: VOTER last_known_addr { host: "127.4.16.252" port: 34713 } } }
18:21:34.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.993008  4394 sys_catalog.cc:458] T 00000000000000000000000000000000 P d01053fd5d0c4e06add5aa9f5a7873ac [sys.catalog]: This master's current role is: FOLLOWER
18:21:34.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.993604  4215 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 2a3989c72eef4981bdcb6e1ed6c7c0bb [term 1 FOLLOWER]: Refusing update from remote peer 7f3e724ae0744fd0a0318d61abd66e99: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:21:34.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.993876  4407 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2a3989c72eef4981bdcb6e1ed6c7c0bb" member_type: VOTER last_known_addr { host: "127.4.16.254" port: 33877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:21:34.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.995004  4421 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2a3989c72eef4981bdcb6e1ed6c7c0bb [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7f3e724ae0744fd0a0318d61abd66e99. Latest consensus state: current_term: 1 leader_uuid: "7f3e724ae0744fd0a0318d61abd66e99" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2a3989c72eef4981bdcb6e1ed6c7c0bb" member_type: VOTER last_known_addr { host: "127.4.16.254" port: 33877 } } peers { permanent_uuid: "7f3e724ae0744fd0a0318d61abd66e99" member_type: VOTER last_known_addr { host: "127.4.16.253" port: 34739 } } peers { permanent_uuid: "d01053fd5d0c4e06add5aa9f5a7873ac" member_type: VOTER last_known_addr { host: "127.4.16.252" port: 34713 } } }
18:21:34.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.995090  4421 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2a3989c72eef4981bdcb6e1ed6c7c0bb [sys.catalog]: This master's current role is: FOLLOWER
18:21:34.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.998895  4434 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "7f3e724ae0744fd0a0318d61abd66e99" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2a3989c72eef4981bdcb6e1ed6c7c0bb" member_type: VOTER last_known_addr { host: "127.4.16.254" port: 33877 } } peers { permanent_uuid: "7f3e724ae0744fd0a0318d61abd66e99" member_type: VOTER last_known_addr { host: "127.4.16.253" port: 34739 } } peers { permanent_uuid: "d01053fd5d0c4e06add5aa9f5a7873ac" member_type: VOTER last_known_addr { host: "127.4.16.252" port: 34713 } } }
18:21:34.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.998991  4434 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99 [sys.catalog]: This master's current role is: LEADER
18:21:35.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.999653  4421 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2a3989c72eef4981bdcb6e1ed6c7c0bb [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "7f3e724ae0744fd0a0318d61abd66e99" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2a3989c72eef4981bdcb6e1ed6c7c0bb" member_type: VOTER last_known_addr { host: "127.4.16.254" port: 33877 } } peers { permanent_uuid: "7f3e724ae0744fd0a0318d61abd66e99" member_type: VOTER last_known_addr { host: "127.4.16.253" port: 34739 } } peers { permanent_uuid: "d01053fd5d0c4e06add5aa9f5a7873ac" member_type: VOTER last_known_addr { host: "127.4.16.252" port: 34713 } } }
18:21:35.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:34.999766  4421 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2a3989c72eef4981bdcb6e1ed6c7c0bb [sys.catalog]: This master's current role is: FOLLOWER
18:21:35.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:35.000211  4437 mvcc.cc:204] Tried to move back new op lower bound from 7305358929879769088 to 7305358929818230784. Current Snapshot: MvccSnapshot[applied={T|T < 7305358929879769088}]
18:21:35.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:35.000450  4440 mvcc.cc:204] Tried to move back new op lower bound from 7305358929879769088 to 7305358929818230784. Current Snapshot: MvccSnapshot[applied={T|T < 7305358929879769088}]
18:21:35.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:35.000964  4407 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "7f3e724ae0744fd0a0318d61abd66e99" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2a3989c72eef4981bdcb6e1ed6c7c0bb" member_type: VOTER last_known_addr { host: "127.4.16.254" port: 33877 } } peers { permanent_uuid: "7f3e724ae0744fd0a0318d61abd66e99" member_type: VOTER last_known_addr { host: "127.4.16.253" port: 34739 } } peers { permanent_uuid: "d01053fd5d0c4e06add5aa9f5a7873ac" member_type: VOTER last_known_addr { host: "127.4.16.252" port: 34713 } } }
18:21:35.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:35.001042  4407 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99 [sys.catalog]: This master's current role is: LEADER
18:21:35.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:35.001371  4394 sys_catalog.cc:455] T 00000000000000000000000000000000 P d01053fd5d0c4e06add5aa9f5a7873ac [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "7f3e724ae0744fd0a0318d61abd66e99" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2a3989c72eef4981bdcb6e1ed6c7c0bb" member_type: VOTER last_known_addr { host: "127.4.16.254" port: 33877 } } peers { permanent_uuid: "7f3e724ae0744fd0a0318d61abd66e99" member_type: VOTER last_known_addr { host: "127.4.16.253" port: 34739 } } peers { permanent_uuid: "d01053fd5d0c4e06add5aa9f5a7873ac" member_type: VOTER last_known_addr { host: "127.4.16.252" port: 34713 } } }
18:21:35.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:35.001456  4394 sys_catalog.cc:458] T 00000000000000000000000000000000 P d01053fd5d0c4e06add5aa9f5a7873ac [sys.catalog]: This master's current role is: FOLLOWER
18:21:35.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:35.002367  4438 mvcc.cc:204] Tried to move back new op lower bound from 7305358929879769088 to 7305358929818230784. Current Snapshot: MvccSnapshot[applied={T|T < 7305358929879769088}]
18:21:35.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:35.010886  4436 catalog_manager.cc:1382] Generated new cluster ID: 27cfcdc8e03547af808b731e05dd65e3
18:21:35.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:35.010977  4436 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
18:21:35.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:35.044719  4436 catalog_manager.cc:1405] Generated new certificate authority record
18:21:35.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:35.045713  4436 catalog_manager.cc:1539] Loading token signing keys...
18:21:35.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:35.070315  4436 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 7f3e724ae0744fd0a0318d61abd66e99: Generated new TSK 0
18:21:35.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:35.070930  4436 catalog_manager.cc:1549] Initializing in-progress tserver states...
18:21:35.243 [WARN - Metastore-Handler-Pool: Thread-221] (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.
18:21:35.247 [WARN - Metastore-Handler-Pool: Thread-221] (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.
18:21:35.247 [WARN - Metastore-Handler-Pool: Thread-221] (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.
18:21:35.298 [INFO - Metastore-Handler-Pool: Thread-221] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:35.303 [INFO - Metastore-Handler-Pool: Thread-221] (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/hive13961880797824481937/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=50ccbbac-ea63-4219-bd42-c33a32e0f1d9, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.4.16.252:34713,127.4.16.254:33877,127.4.16.253:34739}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:21:35.304 [INFO - Metastore-Handler-Pool: Thread-221] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13961880797824481937/external-warehouse/table
18:21:35.352 [DEBUG - Metastore-Handler-Pool: Thread-221] (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.
18:21:35.353 [DEBUG - Metastore-Handler-Pool: Thread-221] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
18:21:35.354 [DEBUG - Metastore-Handler-Pool: Thread-221] (Connection.java:748) [peer master-127.4.16.252:34713(127.4.16.252:34713)] connecting to peer
18:21:35.356 [DEBUG - Metastore-Handler-Pool: Thread-221] (Connection.java:748) [peer master-127.4.16.254:33877(127.4.16.254:33877)] connecting to peer
18:21:35.357 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.4.16.252:34713(127.4.16.252:34713)] Successfully connected to peer
18:21:35.357 [DEBUG - Metastore-Handler-Pool: Thread-221] (Connection.java:748) [peer master-127.4.16.253:34739(127.4.16.253:34739)] connecting to peer
18:21:35.358 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.4.16.254:33877(127.4.16.254:33877)] Successfully connected to peer
18:21:35.359 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.4.16.253:34739(127.4.16.253:34739)] Successfully connected to peer
18:21:35.361 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.4.16.254
18:21:35.364 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.4.16.252
18:21:35.367 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.4.16.253
18:21:35.378 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:21:35.381 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:21:35.382 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x8aa227c0, L:/127.0.0.1:40762 - R:/127.4.16.252:34713] using SASL/PLAIN
18:21:35.384 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:21:35.388 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0xb3ae963f, L:/127.0.0.1:49810 - R:/127.4.16.253:34739] using SASL/PLAIN
18:21:35.388 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x54c22dc7, L:/127.0.0.1:46252 - R:/127.4.16.254:33877] using SASL/PLAIN
18:21:35.391 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
18:21:35.418 [INFO - Metastore-Handler-Pool: Thread-221] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:35.443 [INFO - Metastore-Handler-Pool: Thread-221] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:35.445 [INFO - Metastore-Handler-Pool: Thread-221] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:35.452 [INFO - Metastore-Handler-Pool: Thread-221] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:35.480 [INFO - Metastore-Handler-Pool: Thread-221] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:35.480 [INFO - Metastore-Handler-Pool: Thread-221] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:35.544 [INFO - Metastore-Handler-Pool: Thread-221] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:35.563 [INFO - Metastore-Handler-Pool: Thread-221] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:35.564 [INFO - Metastore-Handler-Pool: Thread-221] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:35.639 [WARN - Metastore-Handler-Pool: Thread-221] (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.
18:21:35.731 [WARN - Metastore-Handler-Pool: Thread-221] (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.
18:21:35.755 [WARN - Metastore-Handler-Pool: Thread-221] (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.
18:21:35.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:35.813762  4405 catalog_manager.cc:1294] Loaded cluster ID: 27cfcdc8e03547af808b731e05dd65e3
18:21:35.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:35.813865  4405 catalog_manager.cc:1587] T 00000000000000000000000000000000 P d01053fd5d0c4e06add5aa9f5a7873ac: loading cluster ID for follower catalog manager: success
18:21:35.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:35.815220  4405 catalog_manager.cc:1609] T 00000000000000000000000000000000 P d01053fd5d0c4e06add5aa9f5a7873ac: acquiring CA information for follower catalog manager: success
18:21:35.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:35.815574  4405 catalog_manager.cc:1637] T 00000000000000000000000000000000 P d01053fd5d0c4e06add5aa9f5a7873ac: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:21:35.835 [INFO - Metastore-Handler-Pool: Thread-221] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
18:21:35.836 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:21:35.836 [INFO - Metastore-Handler-Pool: Thread-221] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
18:21:35.836 [INFO - Metastore-Handler-Pool: Thread-221] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6a1fafbd, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@650fa2bb will be shutdown
18:21:35.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:35.836704  4163 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task2Jpcyw/build/release/bin/kudu with pid 4174
18:21:35.837 [INFO - Metastore-Handler-Pool: Thread-221] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
18:21:35.844 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.4.16.254:33877(127.4.16.254:33877)] handling channelInactive
18:21:35.844 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.4.16.254:33877(127.4.16.254:33877)] cleaning up while in state READY due to: connection closed
18:21:35.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:35.844348  4163 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task2Jpcyw/build/release/bin/kudu with pid 4245
18:21:35.851 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.4.16.253:34739(127.4.16.253:34739)] handling channelInactive
18:21:35.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:21:35.850839  4163 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task2Jpcyw/build/release/bin/kudu with pid 4315
18:21:35.851 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.4.16.253:34739(127.4.16.253:34739)] cleaning up while in state READY due to: connection closed
18:21:35.856 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.4.16.252:34713(127.4.16.252:34713)] handling channelInactive
18:21:35.856 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.4.16.252:34713(127.4.16.252:34713)] cleaning up while in state READY due to: connection closed
18:21:35.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:21:35Z chronyd exiting

Time: 23.03

OK (6 tests)

