JUnit version 4.13.2
.14:21:14.138 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:21:14.144 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:21:14.145 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:21:14.253 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive2312623327831288
14:21:14.394 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
14:21:14.405 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
14:21:14.652 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:21:14.691 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:21:14.691 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
14:21:14.720 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
14:21:14.731 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
14:21:14.747 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
14:21:15.477 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:21:15.480 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
14:21:15.502 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
14:21:15.504 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
14:21:15.515 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:21:15.516 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
14:21:15.699 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
14:21:15.700 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
14:21:15.701 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
14:21:16.150 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
14:21:16.150 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66f91288, with PersistenceManager: null will be shutdown
14:21:16.175 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66f91288, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@79c7ce6f created in the thread with id: 13
14:21:16.227 [WARN - Thread-0] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
14:21:16.421 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:16.422 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:16.423 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:16.424 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:16.425 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:16.426 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:17.011 [WARN - Thread-0] (ObjectStore.java:10690) Version information not found in metastore. metastore.schema.verification is not enabled so recording the schema version 4.1.0
14:21:17.012 [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.108
14:21:17.012 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66f91288
14:21:17.354 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
14:21:17.406 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
14:21:17.458 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
14:21:17.461 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
14:21:17.543 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
14:21:17.550 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
14:21:17.894 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
14:21:17.901 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
14:21:17.911 [WARN - Thread-0] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
14:21:17.911 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [44083]...
14:21:17.911 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
14:21:17.911 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
14:21:17.912 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
14:21:17.912 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
14:21:18.277 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:21:18.278 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:21:18.278 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:21:18.289 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
14:21:18.290 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:44083]
14:21:18.290 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:44083) in binary transport mode
14:21:18.304 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:44083) current connections: 1
14:21:18.378 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
14:21:18.521 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskxZRYiw/test-tmp
14:21:18.525 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
14:21:18.528 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskxZRYiw/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
14:21:18.563 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:44083"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

14:21:18.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.764756   537 mini_oidc.cc:150] Starting JWKS server
14:21:18.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.765523   537 webserver.cc:533] Webserver started at http://127.0.0.1:40619/ using document root <none> and password file <none>
14:21:18.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.765630   537 mini_oidc.cc:186] Starting OIDC Discovery server
14:21:18.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.765821   537 webserver.cc:533] Webserver started at http://127.0.0.1:46483/ using document root <none> and password file <none>
14:21:18.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:21:18Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
14:21:18.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:21:18Z Disabled control of system clock
14:21:18.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.780360   537 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:18.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:18.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-0/wal
14:21:18.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-0/data
14:21:18.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:21:18.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:21:18.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:21:18.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:18.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:18.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:18.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-0/logs
14:21:18.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-0/data/info.pb
14:21:18.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:18.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:21:18.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:21:18.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:21:18.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:21:18.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:18.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:18.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:18.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:21:18.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:21:18.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:18.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:18.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.134.126:44685
14:21:18.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.134.126
14:21:18.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:18.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.134.84:38473
14:21:18.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:18.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:18.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:18.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:18.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.134.126:44685,127.0.134.125:41263,127.0.134.124:37567
14:21:18.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:18.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40619/jwks.json
14:21:18.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44083 with env {}
14:21:18.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:18.879458   548 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:21:18.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:18.879613   548 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:21:18.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:18.879632   548 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:21:18.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:18.881158   548 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:21:18.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:18.881196   548 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:21:18.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:18.881209   548 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:21:18.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:18.881222   548 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:21:18.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:18.881234   548 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:21:18.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:18.881245   548 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40619/jwks.json
14:21:18.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.883005   548 master_runner.cc:387] Master server non-default flags:
14:21:18.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:18.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.134.84:38473
14:21:18.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:18.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:18.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-0/data
14:21:18.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-0/wal
14:21:18.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44083
14:21:18.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:18.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.134.126:44685,127.0.134.125:41263,127.0.134.124:37567
14:21:18.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:18.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:18.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:18.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.134.126:44685
14:21:18.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:18.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:21:18.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:18.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40619/jwks.json
14:21:18.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:18.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:18.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-0/data/info.pb
14:21:18.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.134.126
14:21:18.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:18.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:21:18.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.548
14:21:18.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:18.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:21:18.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:21:18.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:18.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-0/logs
14:21:18.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:18.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:21:18.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:21:18.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:21:18.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:21:18.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:21:18.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:21:18.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:26 UTC on e7f111948823
14:21:18.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16862
14:21:18.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.883183   548 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:21:18.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.883350   548 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:21:18.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:18.886109   556 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:18.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:18.886561   553 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:18.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.886904   548 server_base.cc:1061] running on GCE node
14:21:18.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:18.887049   554 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:18.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.887250   548 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:21:18.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.887491   548 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:21:18.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.888646   548 hybrid_clock.cc:648] HybridClock initialized: now 1783520478888617 us; error 52 us; skew 500 ppm
14:21:18.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.889883   548 webserver.cc:533] Webserver started at http://127.0.134.126:37565/ using document root <none> and password file <none>
14:21:18.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.890064   548 fs_manager.cc:362] Metadata directory not provided
14:21:18.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.890110   548 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:21:18.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.890200   548 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:21:18.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.891281   548 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-0/data/instance:
14:21:18.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0b8bd51dccf84c6396654b274343a62a"
14:21:18.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:18 on dist-test-slave-gws2"
14:21:18.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.891623   548 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-0/wal/instance:
14:21:18.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0b8bd51dccf84c6396654b274343a62a"
14:21:18.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:18 on dist-test-slave-gws2"
14:21:18.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.893096   548 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
14:21:18.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.894774   562 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:21:18.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.894917   548 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
14:21:18.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.894960   548 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-0/data,/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-0/wal
14:21:18.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0b8bd51dccf84c6396654b274343a62a"
14:21:18.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:18 on dist-test-slave-gws2"
14:21:18.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.895010   548 fs_report.cc:389] FS layout report
14:21:18.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:21:18.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-0/wal
14:21:18.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-0/wal
14:21:18.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-0/data/data
14:21:18.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:21:18.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:21:18.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:21:18.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:21:18.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:21:18.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:21:18.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:21:18.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:21:18.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:21:18.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:21:18.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:21:18.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.912549   548 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:21:18.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.912824   548 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:21:18.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.912971   548 kserver.cc:163] Server-wide thread pool size limit: 3276
14:21:18.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.916814   548 rpc_server.cc:307] RPC server started. Bound to: 127.0.134.126:44685
14:21:18.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.916838   614 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.134.126:44685 every 8 connection(s)
14:21:18.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.917106   548 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-0/data/info.pb
14:21:18.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.917591   615 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:21:18.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.918792   615 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.134.126" port: 44685 } has no permanent_uuid. Determining permanent_uuid...
14:21:18.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.923767   615 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.134.125" port: 41263 } has no permanent_uuid. Determining permanent_uuid...
14:21:18.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:18.924150   564 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.134.125:41263: connect: Connection refused (error 111)
14:21:18.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:18.924603   615 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.134.125:41263: Network error: Client connection negotiation failed: client connection to 127.0.134.125:41263: connect: Connection refused (error 111)
14:21:18.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.926366   537 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxZRYiw/build/release/bin/kudu as pid 548
14:21:18.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.926481   537 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-0/wal/instance
14:21:18.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.927284   537 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:18.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:18.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-1/wal
14:21:18.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-1/data
14:21:18.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:21:18.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:21:18.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:21:18.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:18.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:18.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:18.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-1/logs
14:21:18.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-1/data/info.pb
14:21:18.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:18.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:21:18.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:21:18.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:21:18.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:21:18.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:18.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:18.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:18.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:21:18.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:21:18.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:18.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:18.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.134.125:41263
14:21:18.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.134.125
14:21:18.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:18.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.134.84:38473
14:21:18.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:18.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:18.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:18.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:18.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.134.126:44685,127.0.134.125:41263,127.0.134.124:37567
14:21:18.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:18.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40619/jwks.json
14:21:18.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44083 with env {}
14:21:18.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:18.973802   615 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.134.125" port: 41263 } attempt: 1
14:21:18.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:18.974743   615 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.134.125:41263: Network error: Client connection negotiation failed: client connection to 127.0.134.125:41263: connect: Connection refused (error 111)
14:21:19.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.007827   619 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:21:19.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.007977   619 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:21:19.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.007997   619 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:21:19.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.009459   619 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:21:19.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.009500   619 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:21:19.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.009513   619 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:21:19.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.009526   619 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:21:19.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.009537   619 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:21:19.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.009548   619 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40619/jwks.json
14:21:19.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.011271   619 master_runner.cc:387] Master server non-default flags:
14:21:19.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:19.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.134.84:38473
14:21:19.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:19.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:19.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-1/data
14:21:19.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-1/wal
14:21:19.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44083
14:21:19.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:19.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.134.126:44685,127.0.134.125:41263,127.0.134.124:37567
14:21:19.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:19.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:19.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:19.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.134.125:41263
14:21:19.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:19.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:21:19.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:19.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40619/jwks.json
14:21:19.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:19.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:19.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-1/data/info.pb
14:21:19.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.134.125
14:21:19.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:19.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:21:19.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.619
14:21:19.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:19.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:21:19.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:21:19.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:19.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-1/logs
14:21:19.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:19.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:21:19.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:21:19.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:21:19.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:21:19.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:21:19.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:21:19.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:26 UTC on e7f111948823
14:21:19.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16862
14:21:19.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.011449   619 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:21:19.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.011686   619 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:21:19.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.014258   627 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:19.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.014422   624 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:19.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.014531   625 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:19.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.015429   619 server_base.cc:1061] running on GCE node
14:21:19.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.015640   619 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:21:19.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.015923   619 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:21:19.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.017079   619 hybrid_clock.cc:648] HybridClock initialized: now 1783520479017046 us; error 46 us; skew 500 ppm
14:21:19.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.018177   619 webserver.cc:533] Webserver started at http://127.0.134.125:36741/ using document root <none> and password file <none>
14:21:19.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.018428   619 fs_manager.cc:362] Metadata directory not provided
14:21:19.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.018487   619 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:21:19.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.018595   619 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:21:19.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.019542   619 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-1/data/instance:
14:21:19.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "839e48d6170d47a3831b6ec5dea97ba9"
14:21:19.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:19 on dist-test-slave-gws2"
14:21:19.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.019901   619 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-1/wal/instance:
14:21:19.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "839e48d6170d47a3831b6ec5dea97ba9"
14:21:19.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:19 on dist-test-slave-gws2"
14:21:19.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.021301   619 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
14:21:19.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.022022   633 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:21:19.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.022192   619 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
14:21:19.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.022258   619 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-1/data,/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-1/wal
14:21:19.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "839e48d6170d47a3831b6ec5dea97ba9"
14:21:19.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:19 on dist-test-slave-gws2"
14:21:19.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.022317   619 fs_report.cc:389] FS layout report
14:21:19.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:21:19.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-1/wal
14:21:19.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-1/wal
14:21:19.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-1/data/data
14:21:19.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:21:19.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:21:19.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:21:19.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:21:19.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:21:19.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:21:19.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:21:19.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:21:19.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:21:19.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:21:19.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:21:19.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.029234   619 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:21:19.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.029556   619 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:21:19.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.029680   619 kserver.cc:163] Server-wide thread pool size limit: 3276
14:21:19.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.033617   619 rpc_server.cc:307] RPC server started. Bound to: 127.0.134.125:41263
14:21:19.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.033648   685 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.134.125:41263 every 8 connection(s)
14:21:19.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.034003   619 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-1/data/info.pb
14:21:19.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.034521   686 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:21:19.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.035771   686 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.134.126" port: 44685 } has no permanent_uuid. Determining permanent_uuid...
14:21:19.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.040251   686 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.134.125" port: 41263 } has no permanent_uuid. Determining permanent_uuid...
14:21:19.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.042881   615 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.134.125" port: 41263 } attempt: 2
14:21:19.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.043416   537 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxZRYiw/build/release/bin/kudu as pid 619
14:21:19.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.043495   537 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-1/wal/instance
14:21:19.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.043658   686 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.134.124" port: 37567 } has no permanent_uuid. Determining permanent_uuid...
14:21:19.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.043884   537 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:19.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:19.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-2/wal
14:21:19.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-2/data
14:21:19.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:21:19.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:21:19.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:21:19.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:19.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:19.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:19.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-2/logs
14:21:19.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-2/data/info.pb
14:21:19.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:19.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:21:19.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:21:19.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:21:19.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:21:19.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:19.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:19.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:19.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:21:19.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:21:19.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:19.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:19.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.134.124:37567
14:21:19.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.134.124
14:21:19.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:19.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.134.84:38473
14:21:19.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:19.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:19.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:19.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:19.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.134.126:44685,127.0.134.125:41263,127.0.134.124:37567
14:21:19.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:19.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40619/jwks.json
14:21:19.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44083 with env {}
14:21:19.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.043974   637 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.134.124:37567: connect: Connection refused (error 111)
14:21:19.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.045389   686 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.134.124:37567: Network error: Client connection negotiation failed: client connection to 127.0.134.124:37567: connect: Connection refused (error 111)
14:21:19.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.046336   615 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.134.124" port: 37567 } has no permanent_uuid. Determining permanent_uuid...
14:21:19.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.046852   615 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.134.124:37567: Network error: Client connection negotiation failed: client connection to 127.0.134.124:37567: connect: Connection refused (error 111)
14:21:19.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.090004   615 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.134.124" port: 37567 } attempt: 1
14:21:19.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.090878   615 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.134.124:37567: Network error: Client connection negotiation failed: client connection to 127.0.134.124:37567: connect: Connection refused (error 111)
14:21:19.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.094586   686 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.134.124" port: 37567 } attempt: 1
14:21:19.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.095320   686 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.134.124:37567: Network error: Client connection negotiation failed: client connection to 127.0.134.124:37567: connect: Connection refused (error 111)
14:21:19.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.120234   690 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:21:19.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.120373   690 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:21:19.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.120390   690 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:21:19.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.122112   690 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:21:19.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.122153   690 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:21:19.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.122167   690 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:21:19.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.122179   690 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:21:19.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.122191   690 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:21:19.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.122202   690 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40619/jwks.json
14:21:19.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.124223   690 master_runner.cc:387] Master server non-default flags:
14:21:19.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:19.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.134.84:38473
14:21:19.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:19.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:19.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-2/data
14:21:19.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-2/wal
14:21:19.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44083
14:21:19.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:19.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.134.126:44685,127.0.134.125:41263,127.0.134.124:37567
14:21:19.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:19.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:19.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:19.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.134.124:37567
14:21:19.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:19.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:21:19.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:19.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40619/jwks.json
14:21:19.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:19.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:19.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-2/data/info.pb
14:21:19.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.134.124
14:21:19.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:19.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:21:19.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.690
14:21:19.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:19.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:21:19.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:21:19.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:19.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-2/logs
14:21:19.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:19.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:21:19.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:21:19.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:21:19.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:21:19.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:21:19.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:21:19.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:26 UTC on e7f111948823
14:21:19.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16862
14:21:19.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.124447   690 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:21:19.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.124648   690 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:21:19.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.127089   695 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:19.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.127104   698 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:19.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.127519   696 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:19.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.128104   690 server_base.cc:1061] running on GCE node
14:21:19.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.128309   690 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:21:19.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.128593   690 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:21:19.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.129737   690 hybrid_clock.cc:648] HybridClock initialized: now 1783520479129718 us; error 37 us; skew 500 ppm
14:21:19.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.130753   690 webserver.cc:533] Webserver started at http://127.0.134.124:39147/ using document root <none> and password file <none>
14:21:19.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.130899   690 fs_manager.cc:362] Metadata directory not provided
14:21:19.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.130939   690 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:21:19.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.131006   690 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:21:19.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.131915   690 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-2/data/instance:
14:21:19.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "475a9eb4bc4449b7b79248e06b96eca6"
14:21:19.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:19 on dist-test-slave-gws2"
14:21:19.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.132272   690 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-2/wal/instance:
14:21:19.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "475a9eb4bc4449b7b79248e06b96eca6"
14:21:19.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:19 on dist-test-slave-gws2"
14:21:19.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.133728   690 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.001s
14:21:19.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.134359   704 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:21:19.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.134508   690 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.001s
14:21:19.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.134554   690 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-2/data,/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-2/wal
14:21:19.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "475a9eb4bc4449b7b79248e06b96eca6"
14:21:19.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:19 on dist-test-slave-gws2"
14:21:19.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.134603   690 fs_report.cc:389] FS layout report
14:21:19.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:21:19.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-2/wal
14:21:19.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-2/wal
14:21:19.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-2/data/data
14:21:19.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:21:19.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:21:19.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:21:19.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:21:19.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:21:19.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:21:19.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:21:19.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:21:19.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:21:19.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:21:19.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:21:19.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.138037   615 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.134.124" port: 37567 } attempt: 2
14:21:19.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.138926   615 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.134.124:37567: Network error: Client connection negotiation failed: client connection to 127.0.134.124:37567: connect: Connection refused (error 111)
14:21:19.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.144279   690 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:21:19.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.144484   690 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:21:19.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.144569   690 kserver.cc:163] Server-wide thread pool size limit: 3276
14:21:19.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.148623   690 rpc_server.cc:307] RPC server started. Bound to: 127.0.134.124:37567
14:21:19.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.148686   756 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.134.124:37567 every 8 connection(s)
14:21:19.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.148887   690 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-2/data/info.pb
14:21:19.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.149313   757 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:21:19.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.150416   757 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.134.126" port: 44685 } has no permanent_uuid. Determining permanent_uuid...
14:21:19.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.154373   757 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.134.125" port: 41263 } has no permanent_uuid. Determining permanent_uuid...
14:21:19.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.156929   757 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.134.124" port: 37567 } has no permanent_uuid. Determining permanent_uuid...
14:21:19.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.158785   537 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxZRYiw/build/release/bin/kudu as pid 690
14:21:19.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.158870   537 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster2394131613235439357/master-2/wal/instance
14:21:19.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.160861   757 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 475a9eb4bc4449b7b79248e06b96eca6: Bootstrap starting.
14:21:19.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.161478   757 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 475a9eb4bc4449b7b79248e06b96eca6: Neither blocks nor log segments found. Creating new log.
14:21:19.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.161772   757 log.cc:826] T 00000000000000000000000000000000 P 475a9eb4bc4449b7b79248e06b96eca6: Log is configured to *not* fsync() on all Append() calls
14:21:19.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.162386   757 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 475a9eb4bc4449b7b79248e06b96eca6: No bootstrap required, opened a new log
14:21:19.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.163481   686 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.134.124" port: 37567 } attempt: 2
14:21:19.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.164726   757 raft_consensus.cc:359] T 00000000000000000000000000000000 P 475a9eb4bc4449b7b79248e06b96eca6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b8bd51dccf84c6396654b274343a62a" member_type: VOTER last_known_addr { host: "127.0.134.126" port: 44685 } } peers { permanent_uuid: "839e48d6170d47a3831b6ec5dea97ba9" member_type: VOTER last_known_addr { host: "127.0.134.125" port: 41263 } } peers { permanent_uuid: "475a9eb4bc4449b7b79248e06b96eca6" member_type: VOTER last_known_addr { host: "127.0.134.124" port: 37567 } }
14:21:19.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.164858   757 raft_consensus.cc:385] T 00000000000000000000000000000000 P 475a9eb4bc4449b7b79248e06b96eca6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:21:19.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.164889   757 raft_consensus.cc:740] T 00000000000000000000000000000000 P 475a9eb4bc4449b7b79248e06b96eca6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 475a9eb4bc4449b7b79248e06b96eca6, State: Initialized, Role: FOLLOWER
14:21:19.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.164985   757 consensus_queue.cc:260] T 00000000000000000000000000000000 P 475a9eb4bc4449b7b79248e06b96eca6 [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: "0b8bd51dccf84c6396654b274343a62a" member_type: VOTER last_known_addr { host: "127.0.134.126" port: 44685 } } peers { permanent_uuid: "839e48d6170d47a3831b6ec5dea97ba9" member_type: VOTER last_known_addr { host: "127.0.134.125" port: 41263 } } peers { permanent_uuid: "475a9eb4bc4449b7b79248e06b96eca6" member_type: VOTER last_known_addr { host: "127.0.134.124" port: 37567 } }
14:21:19.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.165212   763 sys_catalog.cc:455] T 00000000000000000000000000000000 P 475a9eb4bc4449b7b79248e06b96eca6 [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: "0b8bd51dccf84c6396654b274343a62a" member_type: VOTER last_known_addr { host: "127.0.134.126" port: 44685 } } peers { permanent_uuid: "839e48d6170d47a3831b6ec5dea97ba9" member_type: VOTER last_known_addr { host: "127.0.134.125" port: 41263 } } peers { permanent_uuid: "475a9eb4bc4449b7b79248e06b96eca6" member_type: VOTER last_known_addr { host: "127.0.134.124" port: 37567 } } }
14:21:19.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.165297   763 sys_catalog.cc:458] T 00000000000000000000000000000000 P 475a9eb4bc4449b7b79248e06b96eca6 [sys.catalog]: This master's current role is: FOLLOWER
14:21:19.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.165223   757 sys_catalog.cc:565] T 00000000000000000000000000000000 P 475a9eb4bc4449b7b79248e06b96eca6 [sys.catalog]: configured and running, proceeding with master startup.
14:21:19.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.169909   686 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 839e48d6170d47a3831b6ec5dea97ba9: Bootstrap starting.
14:21:19.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.170603   686 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 839e48d6170d47a3831b6ec5dea97ba9: Neither blocks nor log segments found. Creating new log.
14:21:19.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.170925   686 log.cc:826] T 00000000000000000000000000000000 P 839e48d6170d47a3831b6ec5dea97ba9: Log is configured to *not* fsync() on all Append() calls
14:21:19.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.171702   686 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 839e48d6170d47a3831b6ec5dea97ba9: No bootstrap required, opened a new log
14:21:19.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.172353   778 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 475a9eb4bc4449b7b79248e06b96eca6: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:21:19.174 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:21:19.175 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

14:21:19.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.172395   778 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:21:19.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.173410   537 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
14:21:19.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.174199   686 raft_consensus.cc:359] T 00000000000000000000000000000000 P 839e48d6170d47a3831b6ec5dea97ba9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b8bd51dccf84c6396654b274343a62a" member_type: VOTER last_known_addr { host: "127.0.134.126" port: 44685 } } peers { permanent_uuid: "839e48d6170d47a3831b6ec5dea97ba9" member_type: VOTER last_known_addr { host: "127.0.134.125" port: 41263 } } peers { permanent_uuid: "475a9eb4bc4449b7b79248e06b96eca6" member_type: VOTER last_known_addr { host: "127.0.134.124" port: 37567 } }
14:21:19.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.174306   686 raft_consensus.cc:385] T 00000000000000000000000000000000 P 839e48d6170d47a3831b6ec5dea97ba9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:21:19.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.174342   686 raft_consensus.cc:740] T 00000000000000000000000000000000 P 839e48d6170d47a3831b6ec5dea97ba9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 839e48d6170d47a3831b6ec5dea97ba9, State: Initialized, Role: FOLLOWER
14:21:19.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.172724   690 master_runner.cc:187] Error getting master registration for 127.0.134.126:44685: OK, instance_id { permanent_uuid: "0b8bd51dccf84c6396654b274343a62a" instance_seqno: 1783520478915756 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:21:19.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.174461   690 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:21:19.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.174470   686 consensus_queue.cc:260] T 00000000000000000000000000000000 P 839e48d6170d47a3831b6ec5dea97ba9 [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: "0b8bd51dccf84c6396654b274343a62a" member_type: VOTER last_known_addr { host: "127.0.134.126" port: 44685 } } peers { permanent_uuid: "839e48d6170d47a3831b6ec5dea97ba9" member_type: VOTER last_known_addr { host: "127.0.134.125" port: 41263 } } peers { permanent_uuid: "475a9eb4bc4449b7b79248e06b96eca6" member_type: VOTER last_known_addr { host: "127.0.134.124" port: 37567 } }
14:21:19.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.174791   686 sys_catalog.cc:565] T 00000000000000000000000000000000 P 839e48d6170d47a3831b6ec5dea97ba9 [sys.catalog]: configured and running, proceeding with master startup.
14:21:19.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.174780   780 sys_catalog.cc:455] T 00000000000000000000000000000000 P 839e48d6170d47a3831b6ec5dea97ba9 [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: "0b8bd51dccf84c6396654b274343a62a" member_type: VOTER last_known_addr { host: "127.0.134.126" port: 44685 } } peers { permanent_uuid: "839e48d6170d47a3831b6ec5dea97ba9" member_type: VOTER last_known_addr { host: "127.0.134.125" port: 41263 } } peers { permanent_uuid: "475a9eb4bc4449b7b79248e06b96eca6" member_type: VOTER last_known_addr { host: "127.0.134.124" port: 37567 } } }
14:21:19.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.174868   780 sys_catalog.cc:458] T 00000000000000000000000000000000 P 839e48d6170d47a3831b6ec5dea97ba9 [sys.catalog]: This master's current role is: FOLLOWER
14:21:19.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.177008   619 master_runner.cc:187] Error getting master registration for 127.0.134.126:44685: OK, instance_id { permanent_uuid: "0b8bd51dccf84c6396654b274343a62a" instance_seqno: 1783520478915756 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:21:19.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.178691   619 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:21:19.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.180063   794 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 839e48d6170d47a3831b6ec5dea97ba9: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:21:19.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.180311   794 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:21:19.183 [INFO - Metastore-Handler-Pool: Thread-39] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:21:19.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.185160   775 client.h:372] Failed to connect to Hive Metastore (localhost:44083): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:21:19.184 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.0.134.126"
      port: 44685
    }
    bound_http_address {
      host: "127.0.134.126"
      port: 37565
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.0.134.125"
      port: 41263
    }
    bound_http_address {
      host: "127.0.134.125"
      port: 36741
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.0.134.124"
      port: 37567
    }
    bound_http_address {
      host: "127.0.134.124"
      port: 39147
    }
  }
}

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

14:21:19.191 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:21:19.195 [INFO - Metastore-Handler-Pool: Thread-40] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:21:19.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.196231   791 client.h:372] Failed to connect to Hive Metastore (localhost:44083): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:21:19.210 [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=aa423db1-65c5-4f10-8e5c-1899467e2e4c, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:21:19.213 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:21:19.213 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:21:19.213 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@151640e2, with PersistenceManager: null will be shutdown
14:21:19.214 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@151640e2, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@43361be3 created in the thread with id: 36
14:21:19.243 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@151640e2
14:21:19.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.246106   615 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.134.124" port: 37567 } attempt: 3
14:21:19.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.250710   615 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a: Bootstrap starting.
14:21:19.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.251417   615 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a: Neither blocks nor log segments found. Creating new log.
14:21:19.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.251673   615 log.cc:826] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a: Log is configured to *not* fsync() on all Append() calls
14:21:19.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.252846   615 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a: No bootstrap required, opened a new log
14:21:19.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.254987   615 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b8bd51dccf84c6396654b274343a62a" member_type: VOTER last_known_addr { host: "127.0.134.126" port: 44685 } } peers { permanent_uuid: "839e48d6170d47a3831b6ec5dea97ba9" member_type: VOTER last_known_addr { host: "127.0.134.125" port: 41263 } } peers { permanent_uuid: "475a9eb4bc4449b7b79248e06b96eca6" member_type: VOTER last_known_addr { host: "127.0.134.124" port: 37567 } }
14:21:19.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.255102   615 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:21:19.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.255131   615 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0b8bd51dccf84c6396654b274343a62a, State: Initialized, Role: FOLLOWER
14:21:19.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.255224   615 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a [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: "0b8bd51dccf84c6396654b274343a62a" member_type: VOTER last_known_addr { host: "127.0.134.126" port: 44685 } } peers { permanent_uuid: "839e48d6170d47a3831b6ec5dea97ba9" member_type: VOTER last_known_addr { host: "127.0.134.125" port: 41263 } } peers { permanent_uuid: "475a9eb4bc4449b7b79248e06b96eca6" member_type: VOTER last_known_addr { host: "127.0.134.124" port: 37567 } }
14:21:19.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.255496   615 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a [sys.catalog]: configured and running, proceeding with master startup.
14:21:19.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.260953   548 master_runner.cc:264] No leader master found from master 0b8bd51dccf84c6396654b274343a62a
14:21:19.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.261003   548 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:21:19.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.279417   814 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:21:19.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.279851   814 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:21:19.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.280272   639 tablet.cc:2406] T 00000000000000000000000000000000 P 839e48d6170d47a3831b6ec5dea97ba9: Can't schedule compaction. Clean time has not been advanced past its initial value.
14:21:19.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.290759   800 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a [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: "0b8bd51dccf84c6396654b274343a62a" member_type: VOTER last_known_addr { host: "127.0.134.126" port: 44685 } } peers { permanent_uuid: "839e48d6170d47a3831b6ec5dea97ba9" member_type: VOTER last_known_addr { host: "127.0.134.125" port: 41263 } } peers { permanent_uuid: "475a9eb4bc4449b7b79248e06b96eca6" member_type: VOTER last_known_addr { host: "127.0.134.124" port: 37567 } } }
14:21:19.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.290886   800 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a [sys.catalog]: This master's current role is: FOLLOWER
14:21:19.291 [INFO - Metastore-Handler-Pool: Thread-41] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:21:19.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.292486   811 client.h:372] Failed to connect to Hive Metastore (localhost:44083): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:21:19.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.388733   800 raft_consensus.cc:493] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
14:21:19.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.388870   800 raft_consensus.cc:515] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b8bd51dccf84c6396654b274343a62a" member_type: VOTER last_known_addr { host: "127.0.134.126" port: 44685 } } peers { permanent_uuid: "839e48d6170d47a3831b6ec5dea97ba9" member_type: VOTER last_known_addr { host: "127.0.134.125" port: 41263 } } peers { permanent_uuid: "475a9eb4bc4449b7b79248e06b96eca6" member_type: VOTER last_known_addr { host: "127.0.134.124" port: 37567 } }
14:21:19.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.389113   800 leader_election.cc:290] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 839e48d6170d47a3831b6ec5dea97ba9 (127.0.134.125:41263), 475a9eb4bc4449b7b79248e06b96eca6 (127.0.134.124:37567)
14:21:19.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.390092   660 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0b8bd51dccf84c6396654b274343a62a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "839e48d6170d47a3831b6ec5dea97ba9" is_pre_election: true
14:21:19.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.390250   660 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 839e48d6170d47a3831b6ec5dea97ba9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0b8bd51dccf84c6396654b274343a62a in term 0.
14:21:19.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.390544   731 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0b8bd51dccf84c6396654b274343a62a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "475a9eb4bc4449b7b79248e06b96eca6" is_pre_election: true
14:21:19.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.390818   564 leader_election.cc:304] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a [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: 0b8bd51dccf84c6396654b274343a62a, 839e48d6170d47a3831b6ec5dea97ba9; no voters: 
14:21:19.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.390964   731 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 475a9eb4bc4449b7b79248e06b96eca6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0b8bd51dccf84c6396654b274343a62a in term 0.
14:21:19.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.391194   800 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a [term 0 FOLLOWER]: Leader pre-election won for term 1
14:21:19.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.391242   800 raft_consensus.cc:493] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
14:21:19.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.391268   800 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a [term 0 FOLLOWER]: Advancing to term 1
14:21:19.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.392135   800 raft_consensus.cc:515] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b8bd51dccf84c6396654b274343a62a" member_type: VOTER last_known_addr { host: "127.0.134.126" port: 44685 } } peers { permanent_uuid: "839e48d6170d47a3831b6ec5dea97ba9" member_type: VOTER last_known_addr { host: "127.0.134.125" port: 41263 } } peers { permanent_uuid: "475a9eb4bc4449b7b79248e06b96eca6" member_type: VOTER last_known_addr { host: "127.0.134.124" port: 37567 } }
14:21:19.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.392271   800 leader_election.cc:290] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a [CANDIDATE]: Term 1 election: Requested vote from peers 839e48d6170d47a3831b6ec5dea97ba9 (127.0.134.125:41263), 475a9eb4bc4449b7b79248e06b96eca6 (127.0.134.124:37567)
14:21:19.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.392542   660 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0b8bd51dccf84c6396654b274343a62a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "839e48d6170d47a3831b6ec5dea97ba9"
14:21:19.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.392613   660 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 839e48d6170d47a3831b6ec5dea97ba9 [term 0 FOLLOWER]: Advancing to term 1
14:21:19.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.393332   731 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0b8bd51dccf84c6396654b274343a62a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "475a9eb4bc4449b7b79248e06b96eca6"
14:21:19.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.393464   731 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 475a9eb4bc4449b7b79248e06b96eca6 [term 0 FOLLOWER]: Advancing to term 1
14:21:19.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.395179   710 tablet.cc:2406] T 00000000000000000000000000000000 P 475a9eb4bc4449b7b79248e06b96eca6: Can't schedule compaction. Clean time has not been advanced past its initial value.
14:21:19.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.401093   731 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 475a9eb4bc4449b7b79248e06b96eca6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0b8bd51dccf84c6396654b274343a62a in term 1.
14:21:19.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.401345   566 leader_election.cc:304] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a [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: 0b8bd51dccf84c6396654b274343a62a, 475a9eb4bc4449b7b79248e06b96eca6; no voters: 
14:21:19.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.401578   660 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 839e48d6170d47a3831b6ec5dea97ba9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0b8bd51dccf84c6396654b274343a62a in term 1.
14:21:19.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.401841   800 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a [term 1 FOLLOWER]: Leader election won for term 1
14:21:19.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.402375   800 raft_consensus.cc:697] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a [term 1 LEADER]: Becoming Leader. State: Replica: 0b8bd51dccf84c6396654b274343a62a, State: Running, Role: LEADER
14:21:19.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.402479   800 consensus_queue.cc:237] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a [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: "0b8bd51dccf84c6396654b274343a62a" member_type: VOTER last_known_addr { host: "127.0.134.126" port: 44685 } } peers { permanent_uuid: "839e48d6170d47a3831b6ec5dea97ba9" member_type: VOTER last_known_addr { host: "127.0.134.125" port: 41263 } } peers { permanent_uuid: "475a9eb4bc4449b7b79248e06b96eca6" member_type: VOTER last_known_addr { host: "127.0.134.124" port: 37567 } }
14:21:19.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.402936   800 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0b8bd51dccf84c6396654b274343a62a. Latest consensus state: current_term: 1 leader_uuid: "0b8bd51dccf84c6396654b274343a62a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b8bd51dccf84c6396654b274343a62a" member_type: VOTER last_known_addr { host: "127.0.134.126" port: 44685 } } peers { permanent_uuid: "839e48d6170d47a3831b6ec5dea97ba9" member_type: VOTER last_known_addr { host: "127.0.134.125" port: 41263 } } peers { permanent_uuid: "475a9eb4bc4449b7b79248e06b96eca6" member_type: VOTER last_known_addr { host: "127.0.134.124" port: 37567 } } }
14:21:19.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.403010   800 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a [sys.catalog]: This master's current role is: LEADER
14:21:19.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.411859   819 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
14:21:19.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.412364   819 catalog_manager.cc:1520] Initializing Kudu cluster ID...
14:21:19.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:19.413676   568 tablet.cc:2406] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a: Can't schedule compaction. Clean time has not been advanced past its initial value.
14:21:19.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.421026   731 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 475a9eb4bc4449b7b79248e06b96eca6 [term 1 FOLLOWER]: Refusing update from remote peer 0b8bd51dccf84c6396654b274343a62a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:21:19.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.421607   800 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a [LEADER]: Connected to new peer: Peer: permanent_uuid: "475a9eb4bc4449b7b79248e06b96eca6" member_type: VOTER last_known_addr { host: "127.0.134.124" port: 37567 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:21:19.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.422994   763 sys_catalog.cc:455] T 00000000000000000000000000000000 P 475a9eb4bc4449b7b79248e06b96eca6 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0b8bd51dccf84c6396654b274343a62a. Latest consensus state: current_term: 1 leader_uuid: "0b8bd51dccf84c6396654b274343a62a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b8bd51dccf84c6396654b274343a62a" member_type: VOTER last_known_addr { host: "127.0.134.126" port: 44685 } } peers { permanent_uuid: "839e48d6170d47a3831b6ec5dea97ba9" member_type: VOTER last_known_addr { host: "127.0.134.125" port: 41263 } } peers { permanent_uuid: "475a9eb4bc4449b7b79248e06b96eca6" member_type: VOTER last_known_addr { host: "127.0.134.124" port: 37567 } } }
14:21:19.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.423094   763 sys_catalog.cc:458] T 00000000000000000000000000000000 P 475a9eb4bc4449b7b79248e06b96eca6 [sys.catalog]: This master's current role is: FOLLOWER
14:21:19.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.423838   660 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 839e48d6170d47a3831b6ec5dea97ba9 [term 1 FOLLOWER]: Refusing update from remote peer 0b8bd51dccf84c6396654b274343a62a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:21:19.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.424095   800 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a [LEADER]: Connected to new peer: Peer: permanent_uuid: "839e48d6170d47a3831b6ec5dea97ba9" member_type: VOTER last_known_addr { host: "127.0.134.125" port: 41263 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:21:19.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.425243   780 sys_catalog.cc:455] T 00000000000000000000000000000000 P 839e48d6170d47a3831b6ec5dea97ba9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0b8bd51dccf84c6396654b274343a62a. Latest consensus state: current_term: 1 leader_uuid: "0b8bd51dccf84c6396654b274343a62a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b8bd51dccf84c6396654b274343a62a" member_type: VOTER last_known_addr { host: "127.0.134.126" port: 44685 } } peers { permanent_uuid: "839e48d6170d47a3831b6ec5dea97ba9" member_type: VOTER last_known_addr { host: "127.0.134.125" port: 41263 } } peers { permanent_uuid: "475a9eb4bc4449b7b79248e06b96eca6" member_type: VOTER last_known_addr { host: "127.0.134.124" port: 37567 } } }
14:21:19.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.425329   780 sys_catalog.cc:458] T 00000000000000000000000000000000 P 839e48d6170d47a3831b6ec5dea97ba9 [sys.catalog]: This master's current role is: FOLLOWER
14:21:19.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.429123   817 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "0b8bd51dccf84c6396654b274343a62a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b8bd51dccf84c6396654b274343a62a" member_type: VOTER last_known_addr { host: "127.0.134.126" port: 44685 } } peers { permanent_uuid: "839e48d6170d47a3831b6ec5dea97ba9" member_type: VOTER last_known_addr { host: "127.0.134.125" port: 41263 } } peers { permanent_uuid: "475a9eb4bc4449b7b79248e06b96eca6" member_type: VOTER last_known_addr { host: "127.0.134.124" port: 37567 } } }
14:21:19.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.429224   817 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a [sys.catalog]: This master's current role is: LEADER
14:21:19.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.429920   763 sys_catalog.cc:455] T 00000000000000000000000000000000 P 475a9eb4bc4449b7b79248e06b96eca6 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "0b8bd51dccf84c6396654b274343a62a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b8bd51dccf84c6396654b274343a62a" member_type: VOTER last_known_addr { host: "127.0.134.126" port: 44685 } } peers { permanent_uuid: "839e48d6170d47a3831b6ec5dea97ba9" member_type: VOTER last_known_addr { host: "127.0.134.125" port: 41263 } } peers { permanent_uuid: "475a9eb4bc4449b7b79248e06b96eca6" member_type: VOTER last_known_addr { host: "127.0.134.124" port: 37567 } } }
14:21:19.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.430011   763 sys_catalog.cc:458] T 00000000000000000000000000000000 P 475a9eb4bc4449b7b79248e06b96eca6 [sys.catalog]: This master's current role is: FOLLOWER
14:21:19.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.430562   820 mvcc.cc:204] Tried to move back new op lower bound from 7305299883694796800 to 7305299883633090560. Current Snapshot: MvccSnapshot[applied={T|T < 7305299883694796800}]
14:21:19.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.431285   821 mvcc.cc:204] Tried to move back new op lower bound from 7305299883694796800 to 7305299883633090560. Current Snapshot: MvccSnapshot[applied={T|T < 7305299883694796800}]
14:21:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.434077   819 catalog_manager.cc:1383] Generated new cluster ID: 86baf2689c044b0e8c13547fa74b1388
14:21:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.434129   819 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
14:21:19.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.438632   800 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "0b8bd51dccf84c6396654b274343a62a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b8bd51dccf84c6396654b274343a62a" member_type: VOTER last_known_addr { host: "127.0.134.126" port: 44685 } } peers { permanent_uuid: "839e48d6170d47a3831b6ec5dea97ba9" member_type: VOTER last_known_addr { host: "127.0.134.125" port: 41263 } } peers { permanent_uuid: "475a9eb4bc4449b7b79248e06b96eca6" member_type: VOTER last_known_addr { host: "127.0.134.124" port: 37567 } } }
14:21:19.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.438747   800 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a [sys.catalog]: This master's current role is: LEADER
14:21:19.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.439193   780 sys_catalog.cc:455] T 00000000000000000000000000000000 P 839e48d6170d47a3831b6ec5dea97ba9 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "0b8bd51dccf84c6396654b274343a62a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b8bd51dccf84c6396654b274343a62a" member_type: VOTER last_known_addr { host: "127.0.134.126" port: 44685 } } peers { permanent_uuid: "839e48d6170d47a3831b6ec5dea97ba9" member_type: VOTER last_known_addr { host: "127.0.134.125" port: 41263 } } peers { permanent_uuid: "475a9eb4bc4449b7b79248e06b96eca6" member_type: VOTER last_known_addr { host: "127.0.134.124" port: 37567 } } }
14:21:19.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.439277   780 sys_catalog.cc:458] T 00000000000000000000000000000000 P 839e48d6170d47a3831b6ec5dea97ba9 [sys.catalog]: This master's current role is: FOLLOWER
14:21:19.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.477344   819 catalog_manager.cc:1406] Generated new certificate authority record
14:21:19.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.478469   819 catalog_manager.cc:1540] Loading token signing keys...
14:21:19.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.504925   819 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 0b8bd51dccf84c6396654b274343a62a: Generated new TSK 0
14:21:19.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.506611   819 catalog_manager.cc:1550] Initializing in-progress tserver states...
14:21:19.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.508164   819 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
14:21:19.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:19.508503   819 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
14:21:19.892 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
14:21:19.903 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
14:21:19.904 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
14:21:20.062 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:21:20.076 [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/hive2312623327831288/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=aa423db1-65c5-4f10-8e5c-1899467e2e4c, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:21:20.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:20.173372   778 catalog_manager.cc:1295] Loaded cluster ID: 86baf2689c044b0e8c13547fa74b1388
14:21:20.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:20.173467   778 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 475a9eb4bc4449b7b79248e06b96eca6: loading cluster ID for follower catalog manager: success
14:21:20.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:20.174837   778 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 475a9eb4bc4449b7b79248e06b96eca6: acquiring CA information for follower catalog manager: success
14:21:20.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:20.175196   778 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 475a9eb4bc4449b7b79248e06b96eca6: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:21:20.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:20.181025   794 catalog_manager.cc:1295] Loaded cluster ID: 86baf2689c044b0e8c13547fa74b1388
14:21:20.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:20.181118   794 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 839e48d6170d47a3831b6ec5dea97ba9: loading cluster ID for follower catalog manager: success
14:21:20.182 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive2312623327831288/external-warehouse/table
14:21:20.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:20.182423   794 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 839e48d6170d47a3831b6ec5dea97ba9: acquiring CA information for follower catalog manager: success
14:21:20.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:20.182797   794 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 839e48d6170d47a3831b6ec5dea97ba9: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:21:20.187 [INFO - Metastore-Handler-Pool: Thread-44] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:21:20.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:20.189182   775 client.h:372] Failed to connect to Hive Metastore (localhost:44083): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:21:20.199 [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=	
14:21:20.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:20.199697   791 client.h:372] Failed to connect to Hive Metastore (localhost:44083): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:21:20.296 [INFO - Metastore-Handler-Pool: Thread-49] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:21:20.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:20.297163   811 client.h:372] Failed to connect to Hive Metastore (localhost:44083): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:21:20.343 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
14:21:20.346 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: non-Kudu table entry must not contain a table ID property (kudu.table_id)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
14:21:20.348 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

14: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 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=93a168c1-5221-4828-8087-a552532714eb, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.0.134.125:41263,127.0.134.126:44685,127.0.134.124:37567}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:21:20.430 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:21:20.434 [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/hive2312623327831288/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=93a168c1-5221-4828-8087-a552532714eb, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.0.134.125:41263,127.0.134.126:44685,127.0.134.124:37567}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:21:20.436 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive2312623327831288/external-warehouse/table
14:21:20.460 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
14:21:20.465 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
14:21:20.466 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
14:21:20.472 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@4d3a2147
14:21:20.504 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
14:21:20.504 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
14:21:20.505 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
14:21:20.505 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
14:21:20.506 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
14:21:20.507 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
14:21:20.507 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
14:21:20.508 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
14:21:20.508 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
14:21:20.509 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
14:21:20.511 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:515) jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class org.apache.kudu.shaded.io.netty.util.internal.PlatformDependent0$7 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @9225652
14:21:20.512 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
14:21:20.512 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
14:21:20.512 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
14:21:20.513 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
14:21:20.514 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
14:21:20.514 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
14:21:20.515 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
14:21:20.515 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
14:21:20.537 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
14:21:20.569 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
14:21:20.591 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
14:21:20.597 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
14:21:20.597 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
14:21:20.604 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
14:21:20.604 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
14:21:20.649 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
14:21:20.649 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
14:21:20.649 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
14:21:20.649 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
14:21:20.649 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
14:21:20.649 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
14:21:20.649 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
14:21:20.650 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
14:21:20.650 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
14:21:20.650 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
14:21:20.650 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
14:21:20.650 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
14:21:20.650 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
14:21:20.663 [DEBUG - Metastore-Handler-Pool: Thread-36] (CompositeStrategy.java:59) Unable to load modern Subject methods, relying only on legacy methods
java.lang.NoSuchMethodException: javax.security.auth.Subject.current()
	at java.base/java.lang.Class.getDeclaredMethod(Class.java:2677)
	at org.apache.kudu.client.internals.ModernStrategy.<init>(ModernStrategy.java:51)
	at org.apache.kudu.client.internals.CompositeStrategy.<init>(CompositeStrategy.java:52)
	at org.apache.kudu.client.internals.CompositeStrategy.<clinit>(CompositeStrategy.java:41)
	at org.apache.kudu.client.internals.SecurityManagerCompatibility.get(SecurityManagerCompatibility.java:43)
	at org.apache.kudu.client.SecurityContext.setupSubject(SecurityContext.java:155)
	at org.apache.kudu.client.SecurityContext.<init>(SecurityContext.java:138)
	at org.apache.kudu.client.AsyncKuduClient.<init>(AsyncKuduClient.java:431)
	at org.apache.kudu.client.AsyncKuduClient$AsyncKuduClientBuilder.build(AsyncKuduClient.java:3109)
	at org.apache.kudu.client.KuduClient$KuduClientBuilder.build(KuduClient.java:769)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.lambda$getKuduClient$0(KuduMetastorePlugin.java:604)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.getKuduClient(KuduMetastorePlugin.java:600)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.kuduSyncEnabled(KuduMetastorePlugin.java:581)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:154)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
14:21:20.666 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
14:21:20.686 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
14:21:20.817 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.0.134.125:41263(127.0.134.125:41263)] connecting to peer
14:21:20.823 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 485 (auto-detected)
14:21:20.825 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
14:21:20.825 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
14:21:20.827 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
14:21:20.828 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
14:21:20.829 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:63:ff:fe:b5:c8:97 (auto-detected)
14:21:20.847 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
14:21:20.847 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
14:21:20.847 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
14:21:20.852 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
14:21:20.857 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.0.134.126:44685(127.0.134.126:44685)] connecting to peer
14:21:20.858 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.0.134.124:37567(127.0.134.124:37567)] connecting to peer
14:21:20.878 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.0.134.124:37567(127.0.134.124:37567)] Successfully connected to peer
14:21:20.878 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.0.134.125:41263(127.0.134.125:41263)] Successfully connected to peer
14:21:20.879 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.0.134.126:44685(127.0.134.126:44685)] Successfully connected to peer
14:21:20.887 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
14:21:20.887 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
14:21:20.887 [DEBUG - kudu-nio-2] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@15cade7c
14:21:20.891 [DEBUG - kudu-nio-2] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
14:21:20.891 [DEBUG - kudu-nio-2] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
14:21:20.891 [DEBUG - kudu-nio-2] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
14:21:20.892 [DEBUG - kudu-nio-2] (Recycler.java:99) -Dio.netty.recycler.blocking: false
14:21:20.892 [DEBUG - kudu-nio-2] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
14:21:20.956 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.0.134.126
14:21:20.956 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.0.134.125
14:21:20.956 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.0.134.124
14:21:21.161 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:21:21.162 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:21:21.163 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:21:21.191 [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=	
14:21:21.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:21.191843   775 client.h:372] Failed to connect to Hive Metastore (localhost:44083): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:21:21.187 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xa30b08c9, L:/127.0.0.1:46602 - R:/127.0.134.124:37567] using SASL/PLAIN
14:21:21.186 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x4c8aa3fd, L:/127.0.0.1:56734 - R:/127.0.134.126:44685] using SASL/PLAIN
14:21:21.195 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xd5724620, L:/127.0.0.1:46638 - R:/127.0.134.125:41263] using SASL/PLAIN
14:21:21.211 [INFO - Metastore-Handler-Pool: Thread-57] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:21:21.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:21.212177   791 client.h:372] Failed to connect to Hive Metastore (localhost:44083): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:21:21.233 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
14:21:21.240 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu tables may not be created through Hive
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
14:21:21.241 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu tables may not be created through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

14:21:21.243 [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=10ed0b1c-3046-422c-adba-dc3730a9fdc2, external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:21:21.246 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:21:21.249 [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/hive2312623327831288/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=10ed0b1c-3046-422c-adba-dc3730a9fdc2, external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:21:21.252 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive2312623327831288/external-warehouse/table
14:21:21.270 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu table entry must contain a Master addresses property (kudu.master_addresses)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkMasterAddrsProperty(KuduMetastorePlugin.java:394)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:151)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
14:21:21.271 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu table entry must contain a Master addresses property (kudu.master_addresses))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkMasterAddrsProperty(KuduMetastorePlugin.java:394)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:151)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

14:21:21.272 [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=0d8bdabe-2d23-4ebc-a251-88f4e8132ad9, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.0.134.125:41263,127.0.134.126:44685,127.0.134.124:37567}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:21:21.276 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:21:21.279 [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/hive2312623327831288/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=0d8bdabe-2d23-4ebc-a251-88f4e8132ad9, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.0.134.125:41263,127.0.134.126:44685,127.0.134.124:37567}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:21:21.282 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive2312623327831288/external-warehouse/table
14:21:21.299 [INFO - Metastore-Handler-Pool: Thread-60] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:21:21.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:21.299769   811 client.h:372] Failed to connect to Hive Metastore (localhost:44083): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:21:21.362 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:21:21.448 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
14:21:21.458 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:21:21.617 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
14:21:21.882 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
14:21:21.935 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
14:21:21.982 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
14:21:22.147 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=FALSE, EXTERNAL=TRUE, kudu.table_id=59333f44-f04a-4707-8251-801e824282e8, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.0.134.125:41263,127.0.134.126:44685,127.0.134.124:37567}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:21:22.150 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:21:22.153 [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/hive2312623327831288/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=59333f44-f04a-4707-8251-801e824282e8, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.0.134.125:41263,127.0.134.126:44685,127.0.134.124:37567}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:21:22.155 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive2312623327831288/external-warehouse/table
14:21:22.194 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:21:22.198 [INFO - Metastore-Handler-Pool: Thread-62] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:21:22.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:22.199352   775 client.h:372] Failed to connect to Hive Metastore (localhost:44083): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:21:22.214 [INFO - Metastore-Handler-Pool: Thread-63] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:21:22.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:22.214932   791 client.h:372] Failed to connect to Hive Metastore (localhost:44083): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:21:22.225 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
14:21:22.226 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:21:22.287 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
14:21:22.307 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
14:21:22.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:22.307987   537 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxZRYiw/build/release/bin/kudu with pid 548
14:21:22.308 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
14:21:22.308 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@151640e2, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@43361be3 will be shutdown
14:21:22.309 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
14:21:22.309 [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=	
14:21:22.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:22.314817   537 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxZRYiw/build/release/bin/kudu with pid 619
14:21:22.317 [ERROR - Metastore-Handler-Pool: Thread-64] (TThreadPoolServer.java:260) Thrift Error occurred during processing of message.
org.apache.thrift.transport.TTransportException: java.net.SocketException: Connection reset
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:181)
	at org.apache.thrift.transport.TTransport.readAll(TTransport.java:109)
	at org.apache.hadoop.hive.metastore.security.TFilterTransport.readAll(TFilterTransport.java:63)
	at org.apache.thrift.protocol.TBinaryProtocol.readAll(TBinaryProtocol.java:464)
	at org.apache.thrift.protocol.TBinaryProtocol.readI32(TBinaryProtocol.java:362)
	at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:245)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:76)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:328)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:355)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:808)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
	at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:343)
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:177)
	... 10 more
14:21:22.317 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.0.134.126:44685(127.0.134.126:44685)] handling channelInactive
14:21:22.318 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.0.134.126:44685(127.0.134.126:44685)] cleaning up while in state READY due to: connection closed
14:21:22.322 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.0.134.125:41263(127.0.134.125:41263)] handling channelInactive
14:21:22.323 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.0.134.125:41263(127.0.134.125:41263)] cleaning up while in state READY due to: connection closed
14:21:22.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:22.322584   537 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxZRYiw/build/release/bin/kudu with pid 690
14:21:22.329 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.0.134.124:37567(127.0.134.124:37567)] handling channelInactive
14:21:22.329 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.0.134.124:37567(127.0.134.124:37567)] cleaning up while in state READY due to: connection closed
14:21:22.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:21:22Z chronyd exiting
.14:21:22.354 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:21:22.354 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:21:22.355 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:21:22.380 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive4341707989397810533
14:21:22.382 [INFO - Thread-40] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
14:21:22.382 [INFO - Thread-40] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
14:21:22.386 [INFO - Thread-40] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:21:22.386 [INFO - Thread-40] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:21:22.386 [INFO - Thread-40] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
14:21:22.392 [INFO - Thread-40] (HikariDataSource.java:350) objectstore - Shutdown initiated...
14:21:22.396 [INFO - Thread-40] (HikariDataSource.java:352) objectstore - Shutdown completed.
14:21:22.396 [INFO - Thread-40] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
14:21:22.397 [INFO - Thread-40] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
14:21:22.397 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
14:21:22.399 [INFO - Thread-40] (HikariDataSource.java:80) objectstore - Starting...
14:21:22.513 [INFO - Thread-40] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:21:22.514 [INFO - Thread-40] (HikariDataSource.java:82) objectstore - Start completed.
14:21:22.515 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
14:21:22.517 [INFO - Thread-40] (HikariDataSource.java:80) objectstore-secondary - Starting...
14:21:22.518 [INFO - Thread-40] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:21:22.519 [INFO - Thread-40] (HikariDataSource.java:82) objectstore-secondary - Start completed.
14:21:22.542 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
14:21:22.542 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
14:21:22.543 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
14:21:22.579 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:22.580 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:22.581 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:22.581 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:22.581 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:22.582 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:22.815 [INFO - Thread-40] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
14:21:22.816 [INFO - Thread-40] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3d033f68, with PersistenceManager: null will be shutdown
14:21:22.816 [INFO - Thread-40] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3d033f68, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@68a01bcb created in the thread with id: 65
14:21:22.818 [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
14:21:22.819 [INFO - Thread-40] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3d033f68
14:21:22.946 [INFO - Thread-40] (HMSHandler.java:595) Started creating a default database with name: default
14:21:22.967 [INFO - Thread-40] (HMSHandler.java:605) Successfully created a default database with name: default
14:21:22.999 [INFO - Thread-40] (HMSHandler.java:668) Added admin role in metastore
14:21:23.001 [INFO - Thread-40] (HMSHandler.java:677) Added public role in metastore
14:21:23.035 [INFO - Thread-40] (HMSHandler.java:717) No user is added in admin role, since config is empty
14:21:23.036 [INFO - Thread-40] (HMSHandler.java:404) HMS server filtering is disabled by configuration
14:21:23.036 [INFO - Thread-40] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
14:21:23.036 [INFO - Thread-40] (HiveMetaStore.java:697) Direct SQL optimization = true
14:21:23.037 [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)
14:21:23.037 [INFO - Thread-40] (HiveMetaStore.java:632) Started the new metaserver on port [46883]...
14:21:23.037 [INFO - Thread-40] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
14:21:23.037 [INFO - Thread-40] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
14:21:23.037 [INFO - Thread-40] (HiveMetaStore.java:635) TCP keepalive = true
14:21:23.037 [INFO - Thread-40] (HiveMetaStore.java:636) Enable SSL = false
14:21:23.383 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:21:23.383 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:21:23.384 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:21:23.386 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
14:21:23.386 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:46883]
14:21:23.386 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:46883) in binary transport mode
14:21:23.387 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:46883) current connections: 1
14:21:23.388 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskxZRYiw/test-tmp
14:21:23.389 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
14:21:23.389 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskxZRYiw/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
14:21:23.393 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:46883"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

14:21:23.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.468647   884 mini_oidc.cc:150] Starting JWKS server
14:21:23.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.469106   884 webserver.cc:533] Webserver started at http://127.0.0.1:38395/ using document root <none> and password file <none>
14:21:23.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.469164   884 mini_oidc.cc:186] Starting OIDC Discovery server
14:21:23.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.469305   884 webserver.cc:533] Webserver started at http://127.0.0.1:42249/ using document root <none> and password file <none>
14:21:23.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:21:23Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
14:21:23.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:21:23Z Disabled control of system clock
14:21:23.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.478893   884 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:23.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:23.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-0/wal
14:21:23.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-0/data
14:21:23.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:21:23.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:21:23.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:21:23.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:23.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:23.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:23.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-0/logs
14:21:23.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-0/data/info.pb
14:21:23.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:23.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:21:23.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:21:23.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:21:23.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:21:23.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:23.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:23.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:23.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:21:23.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:21:23.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:23.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:23.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.221.62:45151
14:21:23.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.221.62
14:21:23.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:23.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.221.20:34431
14:21:23.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:23.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:23.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:23.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:23.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.221.62:45151,127.0.221.61:45397,127.0.221.60:35305
14:21:23.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:23.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38395/jwks.json
14:21:23.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46883 with env {}
14:21:23.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.551627   895 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:21:23.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.551791   895 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:21:23.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.551810   895 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:21:23.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.553424   895 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:21:23.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.553469   895 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:21:23.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.553483   895 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:21:23.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.553495   895 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:21:23.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.553507   895 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:21:23.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.553519   895 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38395/jwks.json
14:21:23.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.554981   895 master_runner.cc:387] Master server non-default flags:
14:21:23.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:23.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.221.20:34431
14:21:23.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:23.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:23.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-0/data
14:21:23.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-0/wal
14:21:23.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46883
14:21:23.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:23.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.221.62:45151,127.0.221.61:45397,127.0.221.60:35305
14:21:23.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:23.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:23.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:23.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.221.62:45151
14:21:23.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:23.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:21:23.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:23.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38395/jwks.json
14:21:23.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:23.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:23.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-0/data/info.pb
14:21:23.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.221.62
14:21:23.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:23.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:21:23.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.895
14:21:23.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:23.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:21:23.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:21:23.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:23.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-0/logs
14:21:23.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:23.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:21:23.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:21:23.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:21:23.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:21:23.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:21:23.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:21:23.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:26 UTC on e7f111948823
14:21:23.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16862
14:21:23.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.555151   895 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:21:23.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.555394   895 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:21:23.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.558208   903 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:23.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.558399   900 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:23.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.558511   901 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:23.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.559157   895 server_base.cc:1061] running on GCE node
14:21:23.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.559367   895 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:21:23.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.559636   895 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:21:23.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.561046   895 hybrid_clock.cc:648] HybridClock initialized: now 1783520483561024 us; error 34 us; skew 500 ppm
14:21:23.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.562237   895 webserver.cc:533] Webserver started at http://127.0.221.62:43145/ using document root <none> and password file <none>
14:21:23.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.562436   895 fs_manager.cc:362] Metadata directory not provided
14:21:23.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.562505   895 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:21:23.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.562614   895 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:21:23.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.563709   895 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-0/data/instance:
14:21:23.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a7fe4f9a475440c8aacf06f2cf1a5f86"
14:21:23.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:23 on dist-test-slave-gws2"
14:21:23.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.564083   895 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-0/wal/instance:
14:21:23.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a7fe4f9a475440c8aacf06f2cf1a5f86"
14:21:23.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:23 on dist-test-slave-gws2"
14:21:23.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.565497   895 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
14:21:23.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.566107   909 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:21:23.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.566295   895 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
14:21:23.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.566359   895 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-0/data,/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-0/wal
14:21:23.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a7fe4f9a475440c8aacf06f2cf1a5f86"
14:21:23.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:23 on dist-test-slave-gws2"
14:21:23.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.566399   895 fs_report.cc:389] FS layout report
14:21:23.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:21:23.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-0/wal
14:21:23.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-0/wal
14:21:23.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-0/data/data
14:21:23.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:21:23.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:21:23.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:21:23.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:21:23.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:21:23.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:21:23.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:21:23.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:21:23.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:21:23.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:21:23.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:21:23.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.576992   895 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:21:23.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.577211   895 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:21:23.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.577299   895 kserver.cc:163] Server-wide thread pool size limit: 3276
14:21:23.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.580886   895 rpc_server.cc:307] RPC server started. Bound to: 127.0.221.62:45151
14:21:23.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.580979   961 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.221.62:45151 every 8 connection(s)
14:21:23.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.581138   895 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-0/data/info.pb
14:21:23.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.581720   962 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:21:23.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.582824   884 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxZRYiw/build/release/bin/kudu as pid 895
14:21:23.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.582930   884 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-0/wal/instance
14:21:23.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.583233   962 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.221.62" port: 45151 } has no permanent_uuid. Determining permanent_uuid...
14:21:23.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.583786   884 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-1/wal
14:21:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-1/data
14:21:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:21:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:21:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:21:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-1/logs
14:21:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-1/data/info.pb
14:21:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:21:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:21:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:21:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:21:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:21:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:21:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.221.61:45397
14:21:23.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.221.61
14:21:23.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:23.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.221.20:34431
14:21:23.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:23.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:23.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:23.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:23.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.221.62:45151,127.0.221.61:45397,127.0.221.60:35305
14:21:23.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:23.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38395/jwks.json
14:21:23.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46883 with env {}
14:21:23.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.597143   962 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.221.61" port: 45397 } has no permanent_uuid. Determining permanent_uuid...
14:21:23.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.597579   910 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.221.61:45397: connect: Connection refused (error 111)
14:21:23.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.598034   962 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.221.61:45397: Network error: Client connection negotiation failed: client connection to 127.0.221.61:45397: connect: Connection refused (error 111)
14:21:23.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.647210   962 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.221.61" port: 45397 } attempt: 1
14:21:23.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.648087   962 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.221.61:45397: Network error: Client connection negotiation failed: client connection to 127.0.221.61:45397: connect: Connection refused (error 111)
14:21:23.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.660355   965 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:21:23.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.660526   965 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:21:23.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.660555   965 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:21:23.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.662245   965 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:21:23.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.662307   965 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:21:23.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.662329   965 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:21:23.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.662349   965 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:21:23.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.662366   965 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:21:23.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.662384   965 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38395/jwks.json
14:21:23.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.664094   965 master_runner.cc:387] Master server non-default flags:
14:21:23.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:23.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.221.20:34431
14:21:23.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:23.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:23.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-1/data
14:21:23.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-1/wal
14:21:23.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46883
14:21:23.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:23.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.221.62:45151,127.0.221.61:45397,127.0.221.60:35305
14:21:23.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:23.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:23.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:23.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.221.61:45397
14:21:23.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:23.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:21:23.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:23.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38395/jwks.json
14:21:23.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:23.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:23.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-1/data/info.pb
14:21:23.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.221.61
14:21:23.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:23.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:21:23.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.965
14:21:23.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:23.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:21:23.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:21:23.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:23.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-1/logs
14:21:23.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:23.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:21:23.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:21:23.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:21:23.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:21:23.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:21:23.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:21:23.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:26 UTC on e7f111948823
14:21:23.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16862
14:21:23.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.664366   965 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:21:23.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.664639   965 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:21:23.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.667287   974 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:23.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.667277   972 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:23.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.667415   965 server_base.cc:1061] running on GCE node
14:21:23.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.667277   971 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:23.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.667687   965 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:21:23.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.667948   965 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:21:23.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.669106   965 hybrid_clock.cc:648] HybridClock initialized: now 1783520483669080 us; error 36 us; skew 500 ppm
14:21:23.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.670140   965 webserver.cc:533] Webserver started at http://127.0.221.61:37823/ using document root <none> and password file <none>
14:21:23.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.670305   965 fs_manager.cc:362] Metadata directory not provided
14:21:23.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.670346   965 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:21:23.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.670416   965 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:21:23.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.671272   965 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-1/data/instance:
14:21:23.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "93b560f6ecfe45e986d0ffccca8bfe5e"
14:21:23.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:23 on dist-test-slave-gws2"
14:21:23.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.671540   965 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-1/wal/instance:
14:21:23.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "93b560f6ecfe45e986d0ffccca8bfe5e"
14:21:23.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:23 on dist-test-slave-gws2"
14:21:23.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.672581   965 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
14:21:23.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.673214   980 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:21:23.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.673374   965 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
14:21:23.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.673418   965 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-1/data,/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-1/wal
14:21:23.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "93b560f6ecfe45e986d0ffccca8bfe5e"
14:21:23.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:23 on dist-test-slave-gws2"
14:21:23.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.673467   965 fs_report.cc:389] FS layout report
14:21:23.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:21:23.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-1/wal
14:21:23.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-1/wal
14:21:23.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-1/data/data
14:21:23.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:21:23.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:21:23.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:21:23.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:21:23.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:21:23.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:21:23.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:21:23.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:21:23.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:21:23.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:21:23.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:21:23.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.695132   965 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:21:23.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.695395   965 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:21:23.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.695488   965 kserver.cc:163] Server-wide thread pool size limit: 3276
14:21:23.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.699363   965 rpc_server.cc:307] RPC server started. Bound to: 127.0.221.61:45397
14:21:23.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.699396  1032 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.221.61:45397 every 8 connection(s)
14:21:23.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.699671   965 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-1/data/info.pb
14:21:23.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.700166  1033 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:21:23.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.701426  1033 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.221.62" port: 45151 } has no permanent_uuid. Determining permanent_uuid...
14:21:23.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.705637  1033 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.221.61" port: 45397 } has no permanent_uuid. Determining permanent_uuid...
14:21:23.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.708699  1033 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.221.60" port: 35305 } has no permanent_uuid. Determining permanent_uuid...
14:21:23.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.709076   981 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.221.60:35305: connect: Connection refused (error 111)
14:21:23.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.709081   884 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxZRYiw/build/release/bin/kudu as pid 965
14:21:23.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.709167   884 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-1/wal/instance
14:21:23.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.709491  1033 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.221.60:35305: Network error: Client connection negotiation failed: client connection to 127.0.221.60:35305: connect: Connection refused (error 111)
14:21:23.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.709592   884 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:23.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:23.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-2/wal
14:21:23.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-2/data
14:21:23.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:21:23.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:21:23.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:21:23.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:23.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:23.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:23.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-2/logs
14:21:23.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-2/data/info.pb
14:21:23.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:23.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:21:23.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:21:23.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:21:23.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:21:23.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:23.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:23.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:23.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:21:23.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:21:23.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:23.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:23.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.221.60:35305
14:21:23.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.221.60
14:21:23.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:23.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.221.20:34431
14:21:23.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:23.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:23.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:23.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:23.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.221.62:45151,127.0.221.61:45397,127.0.221.60:35305
14:21:23.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:23.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38395/jwks.json
14:21:23.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46883 with env {}
14:21:23.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.716252   962 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.221.61" port: 45397 } attempt: 2
14:21:23.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.719367   962 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.221.60" port: 35305 } has no permanent_uuid. Determining permanent_uuid...
14:21:23.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.719930   962 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.221.60:35305: Network error: Client connection negotiation failed: client connection to 127.0.221.60:35305: connect: Connection refused (error 111)
14:21:23.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.758708  1033 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.221.60" port: 35305 } attempt: 1
14:21:23.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.759570  1033 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.221.60:35305: Network error: Client connection negotiation failed: client connection to 127.0.221.60:35305: connect: Connection refused (error 111)
14:21:23.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.763072   962 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.221.60" port: 35305 } attempt: 1
14:21:23.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.763753   962 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.221.60:35305: Network error: Client connection negotiation failed: client connection to 127.0.221.60:35305: connect: Connection refused (error 111)
14:21:23.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.785061  1037 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:21:23.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.785210  1037 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:21:23.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.785229  1037 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:21:23.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.786608  1037 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:21:23.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.786643  1037 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:21:23.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.786710  1037 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:21:23.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.786732  1037 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:21:23.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.786744  1037 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:21:23.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.786756  1037 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38395/jwks.json
14:21:23.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.788183  1037 master_runner.cc:387] Master server non-default flags:
14:21:23.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:23.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.221.20:34431
14:21:23.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:23.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:23.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-2/data
14:21:23.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-2/wal
14:21:23.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46883
14:21:23.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:23.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.221.62:45151,127.0.221.61:45397,127.0.221.60:35305
14:21:23.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:23.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:23.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:23.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.221.60:35305
14:21:23.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:23.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:21:23.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:23.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38395/jwks.json
14:21:23.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:23.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:23.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-2/data/info.pb
14:21:23.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.221.60
14:21:23.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:23.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:21:23.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.1037
14:21:23.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:23.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:21:23.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:21:23.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:23.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-2/logs
14:21:23.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:23.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:21:23.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:21:23.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:21:23.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:21:23.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:21:23.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:21:23.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:26 UTC on e7f111948823
14:21:23.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16862
14:21:23.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.788341  1037 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:21:23.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.788515  1037 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:21:23.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.790643  1045 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:23.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.790647  1043 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:23.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.790727  1037 server_base.cc:1061] running on GCE node
14:21:23.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.790795  1042 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:23.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.791319  1037 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:21:23.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.791556  1037 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:21:23.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.792742  1037 hybrid_clock.cc:648] HybridClock initialized: now 1783520483792716 us; error 35 us; skew 500 ppm
14:21:23.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.793768  1037 webserver.cc:533] Webserver started at http://127.0.221.60:36549/ using document root <none> and password file <none>
14:21:23.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.793996  1037 fs_manager.cc:362] Metadata directory not provided
14:21:23.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.794082  1037 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:21:23.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.794186  1037 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:21:23.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.795061  1037 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-2/data/instance:
14:21:23.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "111f07779b69489c82bcc67e77596584"
14:21:23.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:23 on dist-test-slave-gws2"
14:21:23.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.795401  1037 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-2/wal/instance:
14:21:23.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "111f07779b69489c82bcc67e77596584"
14:21:23.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:23 on dist-test-slave-gws2"
14:21:23.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.796559  1037 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
14:21:23.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.797217  1051 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:21:23.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.797379  1037 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
14:21:23.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.797443  1037 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-2/data,/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-2/wal
14:21:23.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "111f07779b69489c82bcc67e77596584"
14:21:23.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:23 on dist-test-slave-gws2"
14:21:23.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.797500  1037 fs_report.cc:389] FS layout report
14:21:23.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:21:23.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-2/wal
14:21:23.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-2/wal
14:21:23.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-2/data/data
14:21:23.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:21:23.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:21:23.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:21:23.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:21:23.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:21:23.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:21:23.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:21:23.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:21:23.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:21:23.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:21:23.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:21:23.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.808970  1037 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:21:23.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.809269  1037 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:21:23.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.809417  1037 kserver.cc:163] Server-wide thread pool size limit: 3276
14:21:23.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.810914   962 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.221.60" port: 35305 } attempt: 2
14:21:23.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.811718   962 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.221.60:35305: Network error: Client connection negotiation failed: client connection to 127.0.221.60:35305: connect: Connection refused (error 111)
14:21:23.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.813555  1037 rpc_server.cc:307] RPC server started. Bound to: 127.0.221.60:35305
14:21:23.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.813586  1103 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.221.60:35305 every 8 connection(s)
14:21:23.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.813908  1037 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-2/data/info.pb
14:21:23.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.814404  1104 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:21:23.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.815585  1104 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.221.62" port: 45151 } has no permanent_uuid. Determining permanent_uuid...
14:21:23.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.819757  1104 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.221.61" port: 45397 } has no permanent_uuid. Determining permanent_uuid...
14:21:23.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.822180  1104 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.221.60" port: 35305 } has no permanent_uuid. Determining permanent_uuid...
14:21:23.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.823408   884 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxZRYiw/build/release/bin/kudu as pid 1037
14:21:23.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.823483   884 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster12597370177585707725/master-2/wal/instance
14:21:23.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.826014  1104 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 111f07779b69489c82bcc67e77596584: Bootstrap starting.
14:21:23.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.826517  1104 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 111f07779b69489c82bcc67e77596584: Neither blocks nor log segments found. Creating new log.
14:21:23.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.826783  1104 log.cc:826] T 00000000000000000000000000000000 P 111f07779b69489c82bcc67e77596584: Log is configured to *not* fsync() on all Append() calls
14:21:23.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.827311  1104 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 111f07779b69489c82bcc67e77596584: No bootstrap required, opened a new log
14:21:23.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.827739  1033 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.221.60" port: 35305 } attempt: 2
14:21:23.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.829342  1104 raft_consensus.cc:359] T 00000000000000000000000000000000 P 111f07779b69489c82bcc67e77596584 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a7fe4f9a475440c8aacf06f2cf1a5f86" member_type: VOTER last_known_addr { host: "127.0.221.62" port: 45151 } } peers { permanent_uuid: "93b560f6ecfe45e986d0ffccca8bfe5e" member_type: VOTER last_known_addr { host: "127.0.221.61" port: 45397 } } peers { permanent_uuid: "111f07779b69489c82bcc67e77596584" member_type: VOTER last_known_addr { host: "127.0.221.60" port: 35305 } }
14:21:23.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.829437  1104 raft_consensus.cc:385] T 00000000000000000000000000000000 P 111f07779b69489c82bcc67e77596584 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:21:23.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.829457  1104 raft_consensus.cc:740] T 00000000000000000000000000000000 P 111f07779b69489c82bcc67e77596584 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 111f07779b69489c82bcc67e77596584, State: Initialized, Role: FOLLOWER
14:21:23.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.829545  1104 consensus_queue.cc:260] T 00000000000000000000000000000000 P 111f07779b69489c82bcc67e77596584 [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: "a7fe4f9a475440c8aacf06f2cf1a5f86" member_type: VOTER last_known_addr { host: "127.0.221.62" port: 45151 } } peers { permanent_uuid: "93b560f6ecfe45e986d0ffccca8bfe5e" member_type: VOTER last_known_addr { host: "127.0.221.61" port: 45397 } } peers { permanent_uuid: "111f07779b69489c82bcc67e77596584" member_type: VOTER last_known_addr { host: "127.0.221.60" port: 35305 } }
14:21:23.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.829805  1104 sys_catalog.cc:565] T 00000000000000000000000000000000 P 111f07779b69489c82bcc67e77596584 [sys.catalog]: configured and running, proceeding with master startup.
14:21:23.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.832055  1124 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 111f07779b69489c82bcc67e77596584: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:21:23.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.832252  1124 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:21:23.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.832651  1033 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e: Bootstrap starting.
14:21:23.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.833295  1033 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e: Neither blocks nor log segments found. Creating new log.
14:21:23.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.833494  1110 sys_catalog.cc:455] T 00000000000000000000000000000000 P 111f07779b69489c82bcc67e77596584 [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: "a7fe4f9a475440c8aacf06f2cf1a5f86" member_type: VOTER last_known_addr { host: "127.0.221.62" port: 45151 } } peers { permanent_uuid: "93b560f6ecfe45e986d0ffccca8bfe5e" member_type: VOTER last_known_addr { host: "127.0.221.61" port: 45397 } } peers { permanent_uuid: "111f07779b69489c82bcc67e77596584" member_type: VOTER last_known_addr { host: "127.0.221.60" port: 35305 } } }
14:21:23.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.833560  1110 sys_catalog.cc:458] T 00000000000000000000000000000000 P 111f07779b69489c82bcc67e77596584 [sys.catalog]: This master's current role is: FOLLOWER
14:21:23.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.833598  1033 log.cc:826] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e: Log is configured to *not* fsync() on all Append() calls
14:21:23.834 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:21:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.834867  1033 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e: No bootstrap required, opened a new log
14:21:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.834183  1037 master_runner.cc:187] Error getting master registration for 127.0.221.62:45151: OK, instance_id { permanent_uuid: "a7fe4f9a475440c8aacf06f2cf1a5f86" instance_seqno: 1783520483579928 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:21:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.835762  1037 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:21:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.836710  1033 raft_consensus.cc:359] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a7fe4f9a475440c8aacf06f2cf1a5f86" member_type: VOTER last_known_addr { host: "127.0.221.62" port: 45151 } } peers { permanent_uuid: "93b560f6ecfe45e986d0ffccca8bfe5e" member_type: VOTER last_known_addr { host: "127.0.221.61" port: 45397 } } peers { permanent_uuid: "111f07779b69489c82bcc67e77596584" member_type: VOTER last_known_addr { host: "127.0.221.60" port: 35305 } }
14:21:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.836827  1033 raft_consensus.cc:385] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:21:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.836860  1033 raft_consensus.cc:740] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 93b560f6ecfe45e986d0ffccca8bfe5e, State: Initialized, Role: FOLLOWER
14:21:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.836961  1033 consensus_queue.cc:260] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e [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: "a7fe4f9a475440c8aacf06f2cf1a5f86" member_type: VOTER last_known_addr { host: "127.0.221.62" port: 45151 } } peers { permanent_uuid: "93b560f6ecfe45e986d0ffccca8bfe5e" member_type: VOTER last_known_addr { host: "127.0.221.61" port: 45397 } } peers { permanent_uuid: "111f07779b69489c82bcc67e77596584" member_type: VOTER last_known_addr { host: "127.0.221.60" port: 35305 } }
14:21:23.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.837245  1033 sys_catalog.cc:565] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e [sys.catalog]: configured and running, proceeding with master startup.
14:21:23.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.838335   884 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
14:21:23.839 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:21:23.839 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

14:21:23.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.839839  1142 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:21:23.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.840014  1142 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:21:23.840 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.0.221.62"
      port: 45151
    }
    bound_http_address {
      host: "127.0.221.62"
      port: 43145
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.0.221.61"
      port: 45397
    }
    bound_http_address {
      host: "127.0.221.61"
      port: 37823
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.0.221.60"
      port: 35305
    }
    bound_http_address {
      host: "127.0.221.60"
      port: 36549
    }
  }
}

14:21:23.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.839890   965 master_runner.cc:187] Error getting master registration for 127.0.221.62:45151: OK, instance_id { permanent_uuid: "a7fe4f9a475440c8aacf06f2cf1a5f86" instance_seqno: 1783520483579928 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:21:23.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.841502   965 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:21:23.841 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

14:21:23.842 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:21:23.844 [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=2007607c-9725-4841-a2e2-2a2017101216, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.0.221.61:45397,127.0.221.60:35305,127.0.221.62:45151}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:21:23.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.846293  1121 client.h:372] Failed to connect to Hive Metastore (localhost:46883): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:21:23.847 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:21:23.847 [INFO - Metastore-Handler-Pool: Thread-86] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:21:23.847 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1415b98e, with PersistenceManager: null will be shutdown
14:21:23.848 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1415b98e, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@35ee7722 created in the thread with id: 86
14:21:23.852 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:21:23.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.852806  1139 client.h:372] Failed to connect to Hive Metastore (localhost:46883): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:21:23.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.853035  1128 sys_catalog.cc:455] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e [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: "a7fe4f9a475440c8aacf06f2cf1a5f86" member_type: VOTER last_known_addr { host: "127.0.221.62" port: 45151 } } peers { permanent_uuid: "93b560f6ecfe45e986d0ffccca8bfe5e" member_type: VOTER last_known_addr { host: "127.0.221.61" port: 45397 } } peers { permanent_uuid: "111f07779b69489c82bcc67e77596584" member_type: VOTER last_known_addr { host: "127.0.221.60" port: 35305 } } }
14:21:23.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.853129  1128 sys_catalog.cc:458] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e [sys.catalog]: This master's current role is: FOLLOWER
14:21:23.853 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1415b98e
14:21:23.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.918859   962 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.221.60" port: 35305 } attempt: 3
14:21:23.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.923992   962 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a7fe4f9a475440c8aacf06f2cf1a5f86: Bootstrap starting.
14:21:23.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.924746   962 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a7fe4f9a475440c8aacf06f2cf1a5f86: Neither blocks nor log segments found. Creating new log.
14:21:23.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.925024   962 log.cc:826] T 00000000000000000000000000000000 P a7fe4f9a475440c8aacf06f2cf1a5f86: Log is configured to *not* fsync() on all Append() calls
14:21:23.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.927608   962 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a7fe4f9a475440c8aacf06f2cf1a5f86: No bootstrap required, opened a new log
14:21:23.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.929744   962 raft_consensus.cc:359] T 00000000000000000000000000000000 P a7fe4f9a475440c8aacf06f2cf1a5f86 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a7fe4f9a475440c8aacf06f2cf1a5f86" member_type: VOTER last_known_addr { host: "127.0.221.62" port: 45151 } } peers { permanent_uuid: "93b560f6ecfe45e986d0ffccca8bfe5e" member_type: VOTER last_known_addr { host: "127.0.221.61" port: 45397 } } peers { permanent_uuid: "111f07779b69489c82bcc67e77596584" member_type: VOTER last_known_addr { host: "127.0.221.60" port: 35305 } }
14:21:23.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.929854   962 raft_consensus.cc:385] T 00000000000000000000000000000000 P a7fe4f9a475440c8aacf06f2cf1a5f86 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:21:23.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.929883   962 raft_consensus.cc:740] T 00000000000000000000000000000000 P a7fe4f9a475440c8aacf06f2cf1a5f86 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a7fe4f9a475440c8aacf06f2cf1a5f86, State: Initialized, Role: FOLLOWER
14:21:23.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.930397   962 consensus_queue.cc:260] T 00000000000000000000000000000000 P a7fe4f9a475440c8aacf06f2cf1a5f86 [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: "a7fe4f9a475440c8aacf06f2cf1a5f86" member_type: VOTER last_known_addr { host: "127.0.221.62" port: 45151 } } peers { permanent_uuid: "93b560f6ecfe45e986d0ffccca8bfe5e" member_type: VOTER last_known_addr { host: "127.0.221.61" port: 45397 } } peers { permanent_uuid: "111f07779b69489c82bcc67e77596584" member_type: VOTER last_known_addr { host: "127.0.221.60" port: 35305 } }
14:21:23.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.930900   962 sys_catalog.cc:565] T 00000000000000000000000000000000 P a7fe4f9a475440c8aacf06f2cf1a5f86 [sys.catalog]: configured and running, proceeding with master startup.
14:21:23.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.935462   895 master_runner.cc:264] No leader master found from master a7fe4f9a475440c8aacf06f2cf1a5f86
14:21:23.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.935505   895 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:21:23.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.936286  1161 catalog_manager.cc:1594] T 00000000000000000000000000000000 P a7fe4f9a475440c8aacf06f2cf1a5f86: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:21:23.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.936472  1161 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:21:23.943 [INFO - Metastore-Handler-Pool: Thread-90] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:21:23.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.944015  1158 client.h:372] Failed to connect to Hive Metastore (localhost:46883): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:21:23.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.944686  1147 sys_catalog.cc:455] T 00000000000000000000000000000000 P a7fe4f9a475440c8aacf06f2cf1a5f86 [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: "a7fe4f9a475440c8aacf06f2cf1a5f86" member_type: VOTER last_known_addr { host: "127.0.221.62" port: 45151 } } peers { permanent_uuid: "93b560f6ecfe45e986d0ffccca8bfe5e" member_type: VOTER last_known_addr { host: "127.0.221.61" port: 45397 } } peers { permanent_uuid: "111f07779b69489c82bcc67e77596584" member_type: VOTER last_known_addr { host: "127.0.221.60" port: 35305 } } }
14:21:23.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.944900  1147 sys_catalog.cc:458] T 00000000000000000000000000000000 P a7fe4f9a475440c8aacf06f2cf1a5f86 [sys.catalog]: This master's current role is: FOLLOWER
14:21:23.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:23.946013   986 tablet.cc:2406] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e: Can't schedule compaction. Clean time has not been advanced past its initial value.
14:21:23.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.999285  1128 raft_consensus.cc:493] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
14:21:23.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.999399  1128 raft_consensus.cc:515] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a7fe4f9a475440c8aacf06f2cf1a5f86" member_type: VOTER last_known_addr { host: "127.0.221.62" port: 45151 } } peers { permanent_uuid: "93b560f6ecfe45e986d0ffccca8bfe5e" member_type: VOTER last_known_addr { host: "127.0.221.61" port: 45397 } } peers { permanent_uuid: "111f07779b69489c82bcc67e77596584" member_type: VOTER last_known_addr { host: "127.0.221.60" port: 35305 } }
14:21:23.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:23.999634  1128 leader_election.cc:290] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a7fe4f9a475440c8aacf06f2cf1a5f86 (127.0.221.62:45151), 111f07779b69489c82bcc67e77596584 (127.0.221.60:35305)
14:21:24.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.000288  1078 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "93b560f6ecfe45e986d0ffccca8bfe5e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "111f07779b69489c82bcc67e77596584" is_pre_election: true
14:21:24.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.000437  1078 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 111f07779b69489c82bcc67e77596584 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 93b560f6ecfe45e986d0ffccca8bfe5e in term 0.
14:21:24.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.000733   936 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "93b560f6ecfe45e986d0ffccca8bfe5e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a7fe4f9a475440c8aacf06f2cf1a5f86" is_pre_election: true
14:21:24.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.000852   936 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a7fe4f9a475440c8aacf06f2cf1a5f86 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 93b560f6ecfe45e986d0ffccca8bfe5e in term 0.
14:21:24.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.001072   981 leader_election.cc:304] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e [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: 111f07779b69489c82bcc67e77596584, 93b560f6ecfe45e986d0ffccca8bfe5e; no voters: 
14:21:24.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.001602  1128 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e [term 0 FOLLOWER]: Leader pre-election won for term 1
14:21:24.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.001660  1128 raft_consensus.cc:493] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
14:21:24.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.001683  1128 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e [term 0 FOLLOWER]: Advancing to term 1
14:21:24.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.002854  1128 raft_consensus.cc:515] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a7fe4f9a475440c8aacf06f2cf1a5f86" member_type: VOTER last_known_addr { host: "127.0.221.62" port: 45151 } } peers { permanent_uuid: "93b560f6ecfe45e986d0ffccca8bfe5e" member_type: VOTER last_known_addr { host: "127.0.221.61" port: 45397 } } peers { permanent_uuid: "111f07779b69489c82bcc67e77596584" member_type: VOTER last_known_addr { host: "127.0.221.60" port: 35305 } }
14:21:24.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.002974  1128 leader_election.cc:290] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e [CANDIDATE]: Term 1 election: Requested vote from peers a7fe4f9a475440c8aacf06f2cf1a5f86 (127.0.221.62:45151), 111f07779b69489c82bcc67e77596584 (127.0.221.60:35305)
14:21:24.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.003245   936 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "93b560f6ecfe45e986d0ffccca8bfe5e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a7fe4f9a475440c8aacf06f2cf1a5f86"
14:21:24.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.003306   936 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a7fe4f9a475440c8aacf06f2cf1a5f86 [term 0 FOLLOWER]: Advancing to term 1
14:21:24.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.004048   936 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a7fe4f9a475440c8aacf06f2cf1a5f86 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 93b560f6ecfe45e986d0ffccca8bfe5e in term 1.
14:21:24.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.004209   982 leader_election.cc:304] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e [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: 93b560f6ecfe45e986d0ffccca8bfe5e, a7fe4f9a475440c8aacf06f2cf1a5f86; no voters: 
14:21:24.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.004293  1078 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "93b560f6ecfe45e986d0ffccca8bfe5e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "111f07779b69489c82bcc67e77596584"
14:21:24.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.004354  1078 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 111f07779b69489c82bcc67e77596584 [term 0 FOLLOWER]: Advancing to term 1
14:21:24.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.005082  1078 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 111f07779b69489c82bcc67e77596584 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 93b560f6ecfe45e986d0ffccca8bfe5e in term 1.
14:21:24.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.005862  1128 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e [term 1 FOLLOWER]: Leader election won for term 1
14:21:24.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.006042  1128 raft_consensus.cc:697] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e [term 1 LEADER]: Becoming Leader. State: Replica: 93b560f6ecfe45e986d0ffccca8bfe5e, State: Running, Role: LEADER
14:21:24.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.006124  1128 consensus_queue.cc:237] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e [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: "a7fe4f9a475440c8aacf06f2cf1a5f86" member_type: VOTER last_known_addr { host: "127.0.221.62" port: 45151 } } peers { permanent_uuid: "93b560f6ecfe45e986d0ffccca8bfe5e" member_type: VOTER last_known_addr { host: "127.0.221.61" port: 45397 } } peers { permanent_uuid: "111f07779b69489c82bcc67e77596584" member_type: VOTER last_known_addr { host: "127.0.221.60" port: 35305 } }
14:21:24.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.006439  1128 sys_catalog.cc:455] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 93b560f6ecfe45e986d0ffccca8bfe5e. Latest consensus state: current_term: 1 leader_uuid: "93b560f6ecfe45e986d0ffccca8bfe5e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a7fe4f9a475440c8aacf06f2cf1a5f86" member_type: VOTER last_known_addr { host: "127.0.221.62" port: 45151 } } peers { permanent_uuid: "93b560f6ecfe45e986d0ffccca8bfe5e" member_type: VOTER last_known_addr { host: "127.0.221.61" port: 45397 } } peers { permanent_uuid: "111f07779b69489c82bcc67e77596584" member_type: VOTER last_known_addr { host: "127.0.221.60" port: 35305 } } }
14:21:24.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.006508  1128 sys_catalog.cc:458] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e [sys.catalog]: This master's current role is: LEADER
14:21:24.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.018769  1166 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
14:21:24.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.019188  1166 catalog_manager.cc:1520] Initializing Kudu cluster ID...
14:21:24.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.031520  1078 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 111f07779b69489c82bcc67e77596584 [term 1 FOLLOWER]: Refusing update from remote peer 93b560f6ecfe45e986d0ffccca8bfe5e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:21:24.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.032078  1128 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e [LEADER]: Connected to new peer: Peer: permanent_uuid: "111f07779b69489c82bcc67e77596584" member_type: VOTER last_known_addr { host: "127.0.221.60" port: 35305 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:21:24.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.033316  1110 sys_catalog.cc:455] T 00000000000000000000000000000000 P 111f07779b69489c82bcc67e77596584 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 93b560f6ecfe45e986d0ffccca8bfe5e. Latest consensus state: current_term: 1 leader_uuid: "93b560f6ecfe45e986d0ffccca8bfe5e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a7fe4f9a475440c8aacf06f2cf1a5f86" member_type: VOTER last_known_addr { host: "127.0.221.62" port: 45151 } } peers { permanent_uuid: "93b560f6ecfe45e986d0ffccca8bfe5e" member_type: VOTER last_known_addr { host: "127.0.221.61" port: 45397 } } peers { permanent_uuid: "111f07779b69489c82bcc67e77596584" member_type: VOTER last_known_addr { host: "127.0.221.60" port: 35305 } } }
14:21:24.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.033401  1110 sys_catalog.cc:458] T 00000000000000000000000000000000 P 111f07779b69489c82bcc67e77596584 [sys.catalog]: This master's current role is: FOLLOWER
14:21:24.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.033963   936 raft_consensus.cc:1275] T 00000000000000000000000000000000 P a7fe4f9a475440c8aacf06f2cf1a5f86 [term 1 FOLLOWER]: Refusing update from remote peer 93b560f6ecfe45e986d0ffccca8bfe5e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:21:24.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.034174  1128 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e [LEADER]: Connected to new peer: Peer: permanent_uuid: "a7fe4f9a475440c8aacf06f2cf1a5f86" member_type: VOTER last_known_addr { host: "127.0.221.62" port: 45151 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:21:24.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.035176  1147 sys_catalog.cc:455] T 00000000000000000000000000000000 P a7fe4f9a475440c8aacf06f2cf1a5f86 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 93b560f6ecfe45e986d0ffccca8bfe5e. Latest consensus state: current_term: 1 leader_uuid: "93b560f6ecfe45e986d0ffccca8bfe5e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a7fe4f9a475440c8aacf06f2cf1a5f86" member_type: VOTER last_known_addr { host: "127.0.221.62" port: 45151 } } peers { permanent_uuid: "93b560f6ecfe45e986d0ffccca8bfe5e" member_type: VOTER last_known_addr { host: "127.0.221.61" port: 45397 } } peers { permanent_uuid: "111f07779b69489c82bcc67e77596584" member_type: VOTER last_known_addr { host: "127.0.221.60" port: 35305 } } }
14:21:24.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.035247  1147 sys_catalog.cc:458] T 00000000000000000000000000000000 P a7fe4f9a475440c8aacf06f2cf1a5f86 [sys.catalog]: This master's current role is: FOLLOWER
14:21:24.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.037221  1147 sys_catalog.cc:455] T 00000000000000000000000000000000 P a7fe4f9a475440c8aacf06f2cf1a5f86 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "93b560f6ecfe45e986d0ffccca8bfe5e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a7fe4f9a475440c8aacf06f2cf1a5f86" member_type: VOTER last_known_addr { host: "127.0.221.62" port: 45151 } } peers { permanent_uuid: "93b560f6ecfe45e986d0ffccca8bfe5e" member_type: VOTER last_known_addr { host: "127.0.221.61" port: 45397 } } peers { permanent_uuid: "111f07779b69489c82bcc67e77596584" member_type: VOTER last_known_addr { host: "127.0.221.60" port: 35305 } } }
14:21:24.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.037293  1147 sys_catalog.cc:458] T 00000000000000000000000000000000 P a7fe4f9a475440c8aacf06f2cf1a5f86 [sys.catalog]: This master's current role is: FOLLOWER
14:21:24.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.037746  1164 sys_catalog.cc:455] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "93b560f6ecfe45e986d0ffccca8bfe5e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a7fe4f9a475440c8aacf06f2cf1a5f86" member_type: VOTER last_known_addr { host: "127.0.221.62" port: 45151 } } peers { permanent_uuid: "93b560f6ecfe45e986d0ffccca8bfe5e" member_type: VOTER last_known_addr { host: "127.0.221.61" port: 45397 } } peers { permanent_uuid: "111f07779b69489c82bcc67e77596584" member_type: VOTER last_known_addr { host: "127.0.221.60" port: 35305 } } }
14:21:24.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.037988  1164 sys_catalog.cc:458] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e [sys.catalog]: This master's current role is: LEADER
14:21:24.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.038156  1167 mvcc.cc:204] Tried to move back new op lower bound from 7305299902590337024 to 7305299902489456640. Current Snapshot: MvccSnapshot[applied={T|T < 7305299902590337024}]
14:21:24.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.038338  1170 mvcc.cc:204] Tried to move back new op lower bound from 7305299902590337024 to 7305299902489456640. Current Snapshot: MvccSnapshot[applied={T|T < 7305299902590337024}]
14:21:24.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.038900  1128 sys_catalog.cc:455] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "93b560f6ecfe45e986d0ffccca8bfe5e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a7fe4f9a475440c8aacf06f2cf1a5f86" member_type: VOTER last_known_addr { host: "127.0.221.62" port: 45151 } } peers { permanent_uuid: "93b560f6ecfe45e986d0ffccca8bfe5e" member_type: VOTER last_known_addr { host: "127.0.221.61" port: 45397 } } peers { permanent_uuid: "111f07779b69489c82bcc67e77596584" member_type: VOTER last_known_addr { host: "127.0.221.60" port: 35305 } } }
14:21:24.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.038971  1128 sys_catalog.cc:458] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e [sys.catalog]: This master's current role is: LEADER
14:21:24.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.039251  1110 sys_catalog.cc:455] T 00000000000000000000000000000000 P 111f07779b69489c82bcc67e77596584 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "93b560f6ecfe45e986d0ffccca8bfe5e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a7fe4f9a475440c8aacf06f2cf1a5f86" member_type: VOTER last_known_addr { host: "127.0.221.62" port: 45151 } } peers { permanent_uuid: "93b560f6ecfe45e986d0ffccca8bfe5e" member_type: VOTER last_known_addr { host: "127.0.221.61" port: 45397 } } peers { permanent_uuid: "111f07779b69489c82bcc67e77596584" member_type: VOTER last_known_addr { host: "127.0.221.60" port: 35305 } } }
14:21:24.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.039320  1110 sys_catalog.cc:458] T 00000000000000000000000000000000 P 111f07779b69489c82bcc67e77596584 [sys.catalog]: This master's current role is: FOLLOWER
14:21:24.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.040095  1168 mvcc.cc:204] Tried to move back new op lower bound from 7305299902590337024 to 7305299902489456640. Current Snapshot: MvccSnapshot[applied={T|T < 7305299902590337024}]
14:21:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.040939  1166 catalog_manager.cc:1383] Generated new cluster ID: 03592a9a33b84861b4dc397661970592
14:21:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.040985  1166 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
14:21:24.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.090307  1166 catalog_manager.cc:1406] Generated new certificate authority record
14:21:24.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.091346  1166 catalog_manager.cc:1540] Loading token signing keys...
14:21:24.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.121482  1166 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 93b560f6ecfe45e986d0ffccca8bfe5e: Generated new TSK 0
14:21:24.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.121963  1166 catalog_manager.cc:1550] Initializing in-progress tserver states...
14:21:24.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.122259  1166 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
14:21:24.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.122504  1166 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
14:21:24.365 [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.
14:21:24.372 [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.
14:21:24.372 [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.
14:21:24.437 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:21:24.443 [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/hive4341707989397810533/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=2007607c-9725-4841-a2e2-2a2017101216, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.0.221.61:45397,127.0.221.60:35305,127.0.221.62:45151}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:21:24.445 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4341707989397810533/external-warehouse/table
14:21:24.529 [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	
14:21:24.567 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
14:21:24.568 [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	
14:21:24.683 [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.
14:21:24.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.832835  1124 catalog_manager.cc:1295] Loaded cluster ID: 03592a9a33b84861b4dc397661970592
14:21:24.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.832916  1124 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 111f07779b69489c82bcc67e77596584: loading cluster ID for follower catalog manager: success
14:21:24.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.834304  1124 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 111f07779b69489c82bcc67e77596584: acquiring CA information for follower catalog manager: success
14:21:24.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.834615  1124 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 111f07779b69489c82bcc67e77596584: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:21:24.848 [INFO - Metastore-Handler-Pool: Thread-93] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:21:24.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:24.849153  1121 client.h:372] Failed to connect to Hive Metastore (localhost:46883): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:21:24.858 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:21:24.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:24.858752  1139 client.h:372] Failed to connect to Hive Metastore (localhost:46883): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:21:24.873 [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.
14:21:24.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.937018  1161 catalog_manager.cc:1295] Loaded cluster ID: 03592a9a33b84861b4dc397661970592
14:21:24.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.937105  1161 catalog_manager.cc:1588] T 00000000000000000000000000000000 P a7fe4f9a475440c8aacf06f2cf1a5f86: loading cluster ID for follower catalog manager: success
14:21:24.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.938586  1161 catalog_manager.cc:1610] T 00000000000000000000000000000000 P a7fe4f9a475440c8aacf06f2cf1a5f86: acquiring CA information for follower catalog manager: success
14:21:24.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:24.938944  1161 catalog_manager.cc:1638] T 00000000000000000000000000000000 P a7fe4f9a475440c8aacf06f2cf1a5f86: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:21:24.940 [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.
14:21:24.955 [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=	
14:21:24.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:24.956065  1158 client.h:372] Failed to connect to Hive Metastore (localhost:46883): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:21:25.040 [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
14:21:25.129 [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.
14:21:25.130 [DEBUG - Metastore-Handler-Pool: Thread-86] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
14:21:25.131 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.0.221.61:45397(127.0.221.61:45397)] connecting to peer
14:21:25.133 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.0.221.60:35305(127.0.221.60:35305)] connecting to peer
14:21:25.133 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.0.221.61:45397(127.0.221.61:45397)] Successfully connected to peer
14:21:25.138 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.0.221.62:45151(127.0.221.62:45151)] connecting to peer
14:21:25.139 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.0.221.60:35305(127.0.221.60:35305)] Successfully connected to peer
14:21:25.143 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.0.221.62:45151(127.0.221.62:45151)] Successfully connected to peer
14:21:25.149 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.0.221.61
14:21:25.151 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.0.221.60
14:21:25.155 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.0.221.62
14:21:25.206 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:21:25.209 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:21:25.219 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:21:25.223 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x11ec95fb, L:/127.0.0.1:41948 - R:/127.0.221.60:35305] using SASL/PLAIN
14:21:25.230 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x97007e94, L:/127.0.0.1:47528 - R:/127.0.221.62:45151] using SASL/PLAIN
14:21:25.230 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xbfd27bf2, L:/127.0.0.1:44224 - R:/127.0.221.61:45397] using SASL/PLAIN
14:21:25.235 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
14:21:25.264 [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)

14:21:25.267 [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	
14:21:25.290 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
14:21:25.294 [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	
14:21:25.335 [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
14:21:25.349 [INFO - Metastore-Handler-Pool: Thread-86] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
14:21:25.351 [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=2007607c-9725-4841-a2e2-2a2017101216, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.0.221.61:45397,127.0.221.60:35305,127.0.221.62:45151}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:21:25.353 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:21:25.356 [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/hive4341707989397810533/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=2007607c-9725-4841-a2e2-2a2017101216, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.0.221.61:45397,127.0.221.60:35305,127.0.221.62:45151}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:21:25.358 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4341707989397810533/external-warehouse/table
14:21:25.386 [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	
14:21:25.398 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
14:21:25.399 [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	
14:21:25.416 [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
14:21:25.430 [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)	
14:21:25.433 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:21:25.435 [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/hive4341707989397810533/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:21:25.436 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive4341707989397810533/external-warehouse/table specified for non-external table:table
14:21:25.437 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4341707989397810533/external-warehouse/table
14:21:25.454 [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	
14:21:25.465 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
14:21:25.475 [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	
14:21:25.515 [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
14:21:25.532 [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)

14:21:25.534 [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	
14:21:25.548 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
14:21:25.549 [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	
14:21:25.569 [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
14:21:25.586 [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)	
14:21:25.588 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:21:25.590 [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/hive4341707989397810533/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:21:25.591 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive4341707989397810533/external-warehouse/table specified for non-external table:table
14:21:25.592 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4341707989397810533/external-warehouse/table
14:21:25.609 [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	
14:21:25.619 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
14:21:25.620 [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	
14:21:25.640 [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
14:21:25.655 [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)

14:21:25.656 [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	
14:21:25.667 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
14:21:25.668 [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	
14:21:25.686 [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
14:21:25.701 [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)	
14:21:25.704 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:21:25.706 [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/hive4341707989397810533/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{EXTERNAL=TRUE, external.table.purge=FALSE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:21:25.708 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4341707989397810533/external-warehouse/table
14:21:25.726 [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	
14:21:25.736 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
14:21:25.737 [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	
14:21:25.766 [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
14:21:25.778 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
14:21:25.778 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
14:21:25.779 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1415b98e, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@35ee7722 will be shutdown
14:21:25.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:25.779066   884 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxZRYiw/build/release/bin/kudu with pid 895
14:21:25.779 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
14:21:25.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:25.785738   884 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxZRYiw/build/release/bin/kudu with pid 965
14:21:25.785 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.0.221.62:45151(127.0.221.62:45151)] handling channelInactive
14:21:25.786 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.0.221.62:45151(127.0.221.62:45151)] cleaning up while in state READY due to: connection closed
14:21:25.792 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.0.221.61:45397(127.0.221.61:45397)] handling channelInactive
14:21:25.792 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.0.221.61:45397(127.0.221.61:45397)] cleaning up while in state READY due to: connection closed
14:21:25.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:25.792106   884 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxZRYiw/build/release/bin/kudu with pid 1037
14:21:25.799 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.0.221.60:35305(127.0.221.60:35305)] handling channelInactive
14:21:25.799 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.0.221.60:35305(127.0.221.60:35305)] cleaning up while in state READY due to: connection closed
14:21:25.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:21:25Z chronyd exiting
.14:21:25.842 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:21:25.842 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:21:25.842 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:21:25.863 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive873620332857586801
14:21:25.864 [INFO - Thread-68] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
14:21:25.865 [INFO - Thread-68] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
14:21:25.867 [INFO - Thread-68] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:21:25.867 [INFO - Thread-68] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:21:25.867 [INFO - Thread-68] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
14:21:25.868 [INFO - Thread-68] (HikariDataSource.java:350) objectstore - Shutdown initiated...
14:21:25.870 [INFO - Thread-68] (HikariDataSource.java:352) objectstore - Shutdown completed.
14:21:25.870 [INFO - Thread-68] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
14:21:25.871 [INFO - Thread-68] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
14:21:25.871 [INFO - Thread-68] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
14:21:25.873 [INFO - Thread-68] (HikariDataSource.java:80) objectstore - Starting...
14:21:25.972 [INFO - Thread-68] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:21:25.972 [INFO - Thread-68] (HikariDataSource.java:82) objectstore - Start completed.
14:21:25.973 [INFO - Thread-68] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
14:21:25.974 [INFO - Thread-68] (HikariDataSource.java:80) objectstore-secondary - Starting...
14:21:25.976 [INFO - Thread-68] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:21:25.976 [INFO - Thread-68] (HikariDataSource.java:82) objectstore-secondary - Start completed.
14:21:26.001 [INFO - Thread-68] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
14:21:26.001 [INFO - Thread-68] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
14:21:26.001 [INFO - Thread-68] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
14:21:26.032 [WARN - Thread-68] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:26.033 [WARN - Thread-68] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:26.034 [WARN - Thread-68] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:26.034 [WARN - Thread-68] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:26.035 [WARN - Thread-68] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:26.035 [WARN - Thread-68] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:26.249 [INFO - Thread-68] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
14:21:26.249 [INFO - Thread-68] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@207bd9b3, with PersistenceManager: null will be shutdown
14:21:26.250 [INFO - Thread-68] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@207bd9b3, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6467809d created in the thread with id: 104
14:21:26.252 [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
14:21:26.253 [INFO - Thread-68] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@207bd9b3
14:21:26.409 [INFO - Thread-68] (HMSHandler.java:595) Started creating a default database with name: default
14:21:26.431 [INFO - Thread-68] (HMSHandler.java:605) Successfully created a default database with name: default
14:21:26.457 [INFO - Thread-68] (HMSHandler.java:668) Added admin role in metastore
14:21:26.458 [INFO - Thread-68] (HMSHandler.java:677) Added public role in metastore
14:21:26.482 [INFO - Thread-68] (HMSHandler.java:717) No user is added in admin role, since config is empty
14:21:26.483 [INFO - Thread-68] (HMSHandler.java:404) HMS server filtering is disabled by configuration
14:21:26.483 [INFO - Thread-68] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
14:21:26.483 [INFO - Thread-68] (HiveMetaStore.java:697) Direct SQL optimization = true
14:21:26.483 [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)
14:21:26.484 [INFO - Thread-68] (HiveMetaStore.java:632) Started the new metaserver on port [36729]...
14:21:26.484 [INFO - Thread-68] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
14:21:26.484 [INFO - Thread-68] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
14:21:26.484 [INFO - Thread-68] (HiveMetaStore.java:635) TCP keepalive = true
14:21:26.484 [INFO - Thread-68] (HiveMetaStore.java:636) Enable SSL = false
14:21:26.866 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:21:26.866 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:21:26.867 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:21:26.868 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
14:21:26.868 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:36729]
14:21:26.869 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:36729) in binary transport mode
14:21:26.869 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:36729) current connections: 1
14:21:26.870 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskxZRYiw/test-tmp
14:21:26.871 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
14:21:26.871 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskxZRYiw/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
14:21:26.873 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:36729"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

14:21:26.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:26.948787  1220 mini_oidc.cc:150] Starting JWKS server
14:21:26.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:26.949249  1220 webserver.cc:533] Webserver started at http://127.0.0.1:37391/ using document root <none> and password file <none>
14:21:26.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:26.949306  1220 mini_oidc.cc:186] Starting OIDC Discovery server
14:21:26.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:26.949404  1220 webserver.cc:533] Webserver started at http://127.0.0.1:40837/ using document root <none> and password file <none>
14:21:26.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:21:26Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
14:21:26.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:21:26Z Disabled control of system clock
14:21:26.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:26.959244  1220 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:26.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:26.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-0/wal
14:21:26.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-0/data
14:21:26.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:21:26.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:21:26.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:21:26.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:26.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:26.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:26.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-0/logs
14:21:26.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-0/data/info.pb
14:21:26.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:26.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:21:26.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:21:26.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:21:26.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:21:26.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:26.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:26.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:26.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:21:26.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:21:26.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:26.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:26.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.49.62:41655
14:21:26.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.49.62
14:21:26.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:26.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.49.20:35647
14:21:26.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:26.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:26.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:26.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:26.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.49.62:41655,127.1.49.61:43205,127.1.49.60:44701
14:21:26.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:26.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37391/jwks.json
14:21:26.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36729 with env {}
14:21:27.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.032775  1231 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:21:27.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.032925  1231 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:21:27.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.032945  1231 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:21:27.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.034341  1231 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:21:27.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.034380  1231 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:21:27.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.034394  1231 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:21:27.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.034406  1231 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:21:27.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.034423  1231 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:21:27.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.034435  1231 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37391/jwks.json
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.035880  1231 master_runner.cc:387] Master server non-default flags:
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.49.20:35647
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-0/data
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-0/wal
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36729
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.49.62:41655,127.1.49.61:43205,127.1.49.60:44701
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.49.62:41655
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37391/jwks.json
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-0/data/info.pb
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.49.62
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.1231
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-0/logs
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:26 UTC on e7f111948823
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16862
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.036051  1231 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:21:27.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.036212  1231 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:21:27.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.038461  1239 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:27.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.038470  1237 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:27.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.038499  1231 server_base.cc:1061] running on GCE node
14:21:27.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.038489  1236 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:27.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.039223  1231 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:21:27.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.039494  1231 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:21:27.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.040648  1231 hybrid_clock.cc:648] HybridClock initialized: now 1783520487040622 us; error 36 us; skew 500 ppm
14:21:27.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.041697  1231 webserver.cc:533] Webserver started at http://127.1.49.62:43553/ using document root <none> and password file <none>
14:21:27.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.041934  1231 fs_manager.cc:362] Metadata directory not provided
14:21:27.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.042028  1231 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:21:27.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.042135  1231 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:21:27.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.043044  1231 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-0/data/instance:
14:21:27.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1de480afb9d64ac0ab4932db9932f0cb"
14:21:27.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:27 on dist-test-slave-gws2"
14:21:27.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.043401  1231 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-0/wal/instance:
14:21:27.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1de480afb9d64ac0ab4932db9932f0cb"
14:21:27.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:27 on dist-test-slave-gws2"
14:21:27.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.044596  1231 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
14:21:27.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.045286  1245 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:21:27.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.045457  1231 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
14:21:27.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.045536  1231 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-0/data,/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-0/wal
14:21:27.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1de480afb9d64ac0ab4932db9932f0cb"
14:21:27.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:27 on dist-test-slave-gws2"
14:21:27.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.045590  1231 fs_report.cc:389] FS layout report
14:21:27.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:21:27.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-0/wal
14:21:27.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-0/wal
14:21:27.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-0/data/data
14:21:27.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:21:27.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:21:27.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:21:27.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:21:27.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:21:27.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:21:27.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:21:27.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:21:27.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:21:27.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:21:27.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:21:27.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.059473  1231 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:21:27.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.059806  1231 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:21:27.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.059960  1231 kserver.cc:163] Server-wide thread pool size limit: 3276
14:21:27.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.064321  1231 rpc_server.cc:307] RPC server started. Bound to: 127.1.49.62:41655
14:21:27.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.064383  1297 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.49.62:41655 every 8 connection(s)
14:21:27.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.064705  1231 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-0/data/info.pb
14:21:27.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.065275  1298 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:21:27.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.066463  1298 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.49.62" port: 41655 } has no permanent_uuid. Determining permanent_uuid...
14:21:27.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.071174  1298 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.49.61" port: 43205 } has no permanent_uuid. Determining permanent_uuid...
14:21:27.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.071555  1248 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.1.49.61:43205: connect: Connection refused (error 111)
14:21:27.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.071978  1298 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.49.61:43205: Network error: Client connection negotiation failed: client connection to 127.1.49.61:43205: connect: Connection refused (error 111)
14:21:27.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.072857  1220 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxZRYiw/build/release/bin/kudu as pid 1231
14:21:27.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.072964  1220 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-0/wal/instance
14:21:27.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.073689  1220 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:27.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:27.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-1/wal
14:21:27.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-1/data
14:21:27.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:21:27.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:21:27.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:21:27.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:27.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:27.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:27.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-1/logs
14:21:27.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-1/data/info.pb
14:21:27.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:27.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:21:27.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:21:27.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:21:27.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:21:27.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:27.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:27.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:27.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:21:27.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:21:27.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:27.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:27.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.49.61:43205
14:21:27.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.49.61
14:21:27.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:27.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.49.20:35647
14:21:27.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:27.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:27.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:27.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:27.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.49.62:41655,127.1.49.61:43205,127.1.49.60:44701
14:21:27.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:27.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37391/jwks.json
14:21:27.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36729 with env {}
14:21:27.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.121268  1298 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.49.61" port: 43205 } attempt: 1
14:21:27.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.122093  1298 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.49.61:43205: Network error: Client connection negotiation failed: client connection to 127.1.49.61:43205: connect: Connection refused (error 111)
14:21:27.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.152688  1302 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:21:27.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.152872  1302 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:21:27.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.152904  1302 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:21:27.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.154457  1302 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:21:27.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.154542  1302 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:21:27.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.154565  1302 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:21:27.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.154584  1302 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:21:27.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.154599  1302 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:21:27.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.154614  1302 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37391/jwks.json
14:21:27.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.156237  1302 master_runner.cc:387] Master server non-default flags:
14:21:27.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:27.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.49.20:35647
14:21:27.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:27.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:27.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-1/data
14:21:27.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-1/wal
14:21:27.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36729
14:21:27.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:27.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.49.62:41655,127.1.49.61:43205,127.1.49.60:44701
14:21:27.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:27.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:27.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:27.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.49.61:43205
14:21:27.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:27.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:21:27.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:27.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37391/jwks.json
14:21:27.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:27.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:27.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-1/data/info.pb
14:21:27.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.49.61
14:21:27.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:27.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:21:27.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.1302
14:21:27.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:27.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:21:27.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:21:27.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:27.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-1/logs
14:21:27.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:27.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:21:27.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:21:27.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:21:27.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:21:27.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:21:27.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:21:27.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:26 UTC on e7f111948823
14:21:27.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16862
14:21:27.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.156507  1302 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:21:27.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.156756  1302 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:21:27.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.159271  1307 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:27.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.159276  1308 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:27.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.159268  1310 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:27.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.159511  1302 server_base.cc:1061] running on GCE node
14:21:27.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.159793  1302 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:21:27.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.160043  1302 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:21:27.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.161201  1302 hybrid_clock.cc:648] HybridClock initialized: now 1783520487161183 us; error 29 us; skew 500 ppm
14:21:27.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.162202  1302 webserver.cc:533] Webserver started at http://127.1.49.61:37547/ using document root <none> and password file <none>
14:21:27.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.162410  1302 fs_manager.cc:362] Metadata directory not provided
14:21:27.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.162509  1302 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:21:27.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.162616  1302 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:21:27.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.163458  1302 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-1/data/instance:
14:21:27.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d2639881d790401a9a7cd0342ddc6553"
14:21:27.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:27 on dist-test-slave-gws2"
14:21:27.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.163807  1302 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-1/wal/instance:
14:21:27.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d2639881d790401a9a7cd0342ddc6553"
14:21:27.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:27 on dist-test-slave-gws2"
14:21:27.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.165001  1302 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
14:21:27.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.165702  1316 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:21:27.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.165864  1302 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
14:21:27.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.165944  1302 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-1/data,/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-1/wal
14:21:27.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d2639881d790401a9a7cd0342ddc6553"
14:21:27.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:27 on dist-test-slave-gws2"
14:21:27.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.165999  1302 fs_report.cc:389] FS layout report
14:21:27.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:21:27.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-1/wal
14:21:27.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-1/wal
14:21:27.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-1/data/data
14:21:27.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:21:27.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:21:27.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:21:27.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:21:27.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:21:27.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:21:27.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:21:27.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:21:27.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:21:27.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:21:27.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:21:27.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.175076  1302 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:21:27.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.175405  1302 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:21:27.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.175563  1302 kserver.cc:163] Server-wide thread pool size limit: 3276
14:21:27.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.179306  1302 rpc_server.cc:307] RPC server started. Bound to: 127.1.49.61:43205
14:21:27.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.179335  1368 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.49.61:43205 every 8 connection(s)
14:21:27.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.179692  1302 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-1/data/info.pb
14:21:27.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.180217  1369 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:21:27.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.181362  1369 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.49.62" port: 41655 } has no permanent_uuid. Determining permanent_uuid...
14:21:27.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.185869  1369 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.49.61" port: 43205 } has no permanent_uuid. Determining permanent_uuid...
14:21:27.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.187985  1220 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxZRYiw/build/release/bin/kudu as pid 1302
14:21:27.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.188059  1220 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-1/wal/instance
14:21:27.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.188453  1220 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:27.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:27.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-2/wal
14:21:27.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-2/data
14:21:27.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:21:27.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:21:27.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:21:27.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:27.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:27.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:27.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-2/logs
14:21:27.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-2/data/info.pb
14:21:27.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:27.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:21:27.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:21:27.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:21:27.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:21:27.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:27.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:27.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:27.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:21:27.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:21:27.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:27.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:27.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.49.60:44701
14:21:27.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.49.60
14:21:27.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:27.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.49.20:35647
14:21:27.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:27.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:27.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:27.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:27.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.49.62:41655,127.1.49.61:43205,127.1.49.60:44701
14:21:27.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:27.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37391/jwks.json
14:21:27.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36729 with env {}
14:21:27.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.189394  1369 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.49.60" port: 44701 } has no permanent_uuid. Determining permanent_uuid...
14:21:27.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.190254  1298 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.49.61" port: 43205 } attempt: 2
14:21:27.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.193531  1298 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.49.60" port: 44701 } has no permanent_uuid. Determining permanent_uuid...
14:21:27.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.194180  1298 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.49.60:44701: Network error: Client connection negotiation failed: client connection to 127.1.49.60:44701: connect: Connection refused (error 111)
14:21:27.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.197530  1317 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.1.49.60:44701: connect: Connection refused (error 111)
14:21:27.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.198040  1369 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.49.60:44701: Network error: Client connection negotiation failed: client connection to 127.1.49.60:44701: connect: Connection refused (error 111)
14:21:27.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.237335  1298 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.49.60" port: 44701 } attempt: 1
14:21:27.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.238086  1298 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.49.60:44701: Network error: Client connection negotiation failed: client connection to 127.1.49.60:44701: connect: Connection refused (error 111)
14:21:27.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.247207  1369 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.49.60" port: 44701 } attempt: 1
14:21:27.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.247900  1369 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.49.60:44701: Network error: Client connection negotiation failed: client connection to 127.1.49.60:44701: connect: Connection refused (error 111)
14:21:27.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.265089  1372 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:21:27.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.265269  1372 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:21:27.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.265300  1372 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:21:27.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.266865  1372 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:21:27.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.266939  1372 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:21:27.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.266964  1372 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:21:27.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.266983  1372 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:21:27.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.266999  1372 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:21:27.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.267014  1372 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37391/jwks.json
14:21:27.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.268602  1372 master_runner.cc:387] Master server non-default flags:
14:21:27.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:27.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.49.20:35647
14:21:27.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:27.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:27.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-2/data
14:21:27.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-2/wal
14:21:27.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36729
14:21:27.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:27.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.49.62:41655,127.1.49.61:43205,127.1.49.60:44701
14:21:27.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:27.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:27.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:27.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.49.60:44701
14:21:27.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:27.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:21:27.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:27.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37391/jwks.json
14:21:27.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:27.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:27.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-2/data/info.pb
14:21:27.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.49.60
14:21:27.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:27.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:21:27.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.1372
14:21:27.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:27.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:21:27.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:21:27.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:27.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-2/logs
14:21:27.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:27.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:21:27.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:21:27.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:21:27.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:21:27.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:21:27.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:21:27.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:26 UTC on e7f111948823
14:21:27.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16862
14:21:27.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.268844  1372 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:21:27.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.269093  1372 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:21:27.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.271633  1379 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:27.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.271765  1372 server_base.cc:1061] running on GCE node
14:21:27.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.271646  1381 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:27.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.271656  1378 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:27.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.272038  1372 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:21:27.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.272282  1372 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:21:27.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.273432  1372 hybrid_clock.cc:648] HybridClock initialized: now 1783520487273421 us; error 26 us; skew 500 ppm
14:21:27.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.274461  1372 webserver.cc:533] Webserver started at http://127.1.49.60:33989/ using document root <none> and password file <none>
14:21:27.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.274621  1372 fs_manager.cc:362] Metadata directory not provided
14:21:27.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.274695  1372 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:21:27.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.274778  1372 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:21:27.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.275501  1372 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-2/data/instance:
14:21:27.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "77b1bd7cb36840b8b3e113f8433488c0"
14:21:27.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:27 on dist-test-slave-gws2"
14:21:27.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.275746  1372 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-2/wal/instance:
14:21:27.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "77b1bd7cb36840b8b3e113f8433488c0"
14:21:27.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:27 on dist-test-slave-gws2"
14:21:27.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.276809  1372 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
14:21:27.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.277391  1387 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:21:27.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.277578  1372 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
14:21:27.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.277624  1372 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-2/data,/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-2/wal
14:21:27.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "77b1bd7cb36840b8b3e113f8433488c0"
14:21:27.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:27 on dist-test-slave-gws2"
14:21:27.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.277658  1372 fs_report.cc:389] FS layout report
14:21:27.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:21:27.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-2/wal
14:21:27.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-2/wal
14:21:27.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-2/data/data
14:21:27.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:21:27.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:21:27.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:21:27.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:21:27.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:21:27.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:21:27.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:21:27.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:21:27.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:21:27.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:21:27.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:21:27.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.285230  1298 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.49.60" port: 44701 } attempt: 2
14:21:27.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.285899  1298 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.49.60:44701: Network error: Client connection negotiation failed: client connection to 127.1.49.60:44701: connect: Connection refused (error 111)
14:21:27.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.288432  1372 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:21:27.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.288640  1372 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:21:27.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.288727  1372 kserver.cc:163] Server-wide thread pool size limit: 3276
14:21:27.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.292553  1372 rpc_server.cc:307] RPC server started. Bound to: 127.1.49.60:44701
14:21:27.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.292582  1439 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.49.60:44701 every 8 connection(s)
14:21:27.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.292862  1372 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-2/data/info.pb
14:21:27.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.293285  1440 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:21:27.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.294523  1440 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.49.62" port: 41655 } has no permanent_uuid. Determining permanent_uuid...
14:21:27.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.298496  1440 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.49.61" port: 43205 } has no permanent_uuid. Determining permanent_uuid...
14:21:27.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.301111  1440 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.49.60" port: 44701 } has no permanent_uuid. Determining permanent_uuid...
14:21:27.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.302625  1220 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxZRYiw/build/release/bin/kudu as pid 1372
14:21:27.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.302729  1220 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1921988058854944331/master-2/wal/instance
14:21:27.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.305140  1440 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0: Bootstrap starting.
14:21:27.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.305789  1440 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0: Neither blocks nor log segments found. Creating new log.
14:21:27.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.306044  1440 log.cc:826] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0: Log is configured to *not* fsync() on all Append() calls
14:21:27.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.306636  1440 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0: No bootstrap required, opened a new log
14:21:27.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.308624  1440 raft_consensus.cc:359] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1de480afb9d64ac0ab4932db9932f0cb" member_type: VOTER last_known_addr { host: "127.1.49.62" port: 41655 } } peers { permanent_uuid: "d2639881d790401a9a7cd0342ddc6553" member_type: VOTER last_known_addr { host: "127.1.49.61" port: 43205 } } peers { permanent_uuid: "77b1bd7cb36840b8b3e113f8433488c0" member_type: VOTER last_known_addr { host: "127.1.49.60" port: 44701 } }
14:21:27.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.308710  1440 raft_consensus.cc:385] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:21:27.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.308729  1440 raft_consensus.cc:740] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 77b1bd7cb36840b8b3e113f8433488c0, State: Initialized, Role: FOLLOWER
14:21:27.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.308789  1440 consensus_queue.cc:260] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0 [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: "1de480afb9d64ac0ab4932db9932f0cb" member_type: VOTER last_known_addr { host: "127.1.49.62" port: 41655 } } peers { permanent_uuid: "d2639881d790401a9a7cd0342ddc6553" member_type: VOTER last_known_addr { host: "127.1.49.61" port: 43205 } } peers { permanent_uuid: "77b1bd7cb36840b8b3e113f8433488c0" member_type: VOTER last_known_addr { host: "127.1.49.60" port: 44701 } }
14:21:27.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.308971  1446 sys_catalog.cc:455] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0 [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: "1de480afb9d64ac0ab4932db9932f0cb" member_type: VOTER last_known_addr { host: "127.1.49.62" port: 41655 } } peers { permanent_uuid: "d2639881d790401a9a7cd0342ddc6553" member_type: VOTER last_known_addr { host: "127.1.49.61" port: 43205 } } peers { permanent_uuid: "77b1bd7cb36840b8b3e113f8433488c0" member_type: VOTER last_known_addr { host: "127.1.49.60" port: 44701 } } }
14:21:27.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.309029  1440 sys_catalog.cc:565] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0 [sys.catalog]: configured and running, proceeding with master startup.
14:21:27.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.309046  1446 sys_catalog.cc:458] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0 [sys.catalog]: This master's current role is: FOLLOWER
14:21:27.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.311718  1460 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:21:27.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.311779  1460 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:21:27.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.311496  1372 master_runner.cc:187] Error getting master registration for 127.1.49.62:41655: OK, instance_id { permanent_uuid: "1de480afb9d64ac0ab4932db9932f0cb" instance_seqno: 1783520487063274 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:21:27.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.312774  1372 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:21:27.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.315440  1220 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
14:21:27.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.316082  1369 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.49.60" port: 44701 } attempt: 2
14:21:27.316 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:21:27.316 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

14:21:27.317 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.1.49.62"
      port: 41655
    }
    bound_http_address {
      host: "127.1.49.62"
      port: 43553
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.1.49.61"
      port: 43205
    }
    bound_http_address {
      host: "127.1.49.61"
      port: 37547
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.1.49.60"
      port: 44701
    }
    bound_http_address {
      host: "127.1.49.60"
      port: 33989
    }
  }
}

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

14:21:27.319 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:21:27.320 [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)	
14:21:27.322 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:21:27.322 [INFO - Metastore-Handler-Pool: Thread-125] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:21:27.322 [INFO - Metastore-Handler-Pool: Thread-125] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3eef356b, with PersistenceManager: null will be shutdown
14:21:27.322 [INFO - Metastore-Handler-Pool: Thread-125] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3eef356b, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@615d906b created in the thread with id: 125
14:21:27.323 [INFO - Metastore-Handler-Pool: Thread-127] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:21:27.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.323900  1457 client.h:372] Failed to connect to Hive Metastore (localhost:36729): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:21:27.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.325768  1369 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d2639881d790401a9a7cd0342ddc6553: Bootstrap starting.
14:21:27.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.326445  1369 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d2639881d790401a9a7cd0342ddc6553: Neither blocks nor log segments found. Creating new log.
14:21:27.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.326696  1369 log.cc:826] T 00000000000000000000000000000000 P d2639881d790401a9a7cd0342ddc6553: Log is configured to *not* fsync() on all Append() calls
14:21:27.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.327373  1369 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d2639881d790401a9a7cd0342ddc6553: No bootstrap required, opened a new log
14:21:27.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.328663  1369 raft_consensus.cc:359] T 00000000000000000000000000000000 P d2639881d790401a9a7cd0342ddc6553 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1de480afb9d64ac0ab4932db9932f0cb" member_type: VOTER last_known_addr { host: "127.1.49.62" port: 41655 } } peers { permanent_uuid: "d2639881d790401a9a7cd0342ddc6553" member_type: VOTER last_known_addr { host: "127.1.49.61" port: 43205 } } peers { permanent_uuid: "77b1bd7cb36840b8b3e113f8433488c0" member_type: VOTER last_known_addr { host: "127.1.49.60" port: 44701 } }
14:21:27.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.328784  1369 raft_consensus.cc:385] T 00000000000000000000000000000000 P d2639881d790401a9a7cd0342ddc6553 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:21:27.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.328819  1369 raft_consensus.cc:740] T 00000000000000000000000000000000 P d2639881d790401a9a7cd0342ddc6553 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d2639881d790401a9a7cd0342ddc6553, State: Initialized, Role: FOLLOWER
14:21:27.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.328933  1369 consensus_queue.cc:260] T 00000000000000000000000000000000 P d2639881d790401a9a7cd0342ddc6553 [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: "1de480afb9d64ac0ab4932db9932f0cb" member_type: VOTER last_known_addr { host: "127.1.49.62" port: 41655 } } peers { permanent_uuid: "d2639881d790401a9a7cd0342ddc6553" member_type: VOTER last_known_addr { host: "127.1.49.61" port: 43205 } } peers { permanent_uuid: "77b1bd7cb36840b8b3e113f8433488c0" member_type: VOTER last_known_addr { host: "127.1.49.60" port: 44701 } }
14:21:27.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.329218  1369 sys_catalog.cc:565] T 00000000000000000000000000000000 P d2639881d790401a9a7cd0342ddc6553 [sys.catalog]: configured and running, proceeding with master startup.
14:21:27.334 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3eef356b
14:21:27.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.333319  1302 master_runner.cc:187] Error getting master registration for 127.1.49.62:41655: OK, instance_id { permanent_uuid: "1de480afb9d64ac0ab4932db9932f0cb" instance_seqno: 1783520487063274 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:21:27.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.334522  1302 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:21:27.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.338804  1464 sys_catalog.cc:455] T 00000000000000000000000000000000 P d2639881d790401a9a7cd0342ddc6553 [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: "1de480afb9d64ac0ab4932db9932f0cb" member_type: VOTER last_known_addr { host: "127.1.49.62" port: 41655 } } peers { permanent_uuid: "d2639881d790401a9a7cd0342ddc6553" member_type: VOTER last_known_addr { host: "127.1.49.61" port: 43205 } } peers { permanent_uuid: "77b1bd7cb36840b8b3e113f8433488c0" member_type: VOTER last_known_addr { host: "127.1.49.60" port: 44701 } } }
14:21:27.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.338907  1464 sys_catalog.cc:458] T 00000000000000000000000000000000 P d2639881d790401a9a7cd0342ddc6553 [sys.catalog]: This master's current role is: FOLLOWER
14:21:27.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.339498  1478 catalog_manager.cc:1594] T 00000000000000000000000000000000 P d2639881d790401a9a7cd0342ddc6553: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:21:27.339 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:21:27.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.339715  1478 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:21:27.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.340219  1475 client.h:372] Failed to connect to Hive Metastore (localhost:36729): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:21:27.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.377838  1446 raft_consensus.cc:493] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
14:21:27.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.377965  1446 raft_consensus.cc:515] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1de480afb9d64ac0ab4932db9932f0cb" member_type: VOTER last_known_addr { host: "127.1.49.62" port: 41655 } } peers { permanent_uuid: "d2639881d790401a9a7cd0342ddc6553" member_type: VOTER last_known_addr { host: "127.1.49.61" port: 43205 } } peers { permanent_uuid: "77b1bd7cb36840b8b3e113f8433488c0" member_type: VOTER last_known_addr { host: "127.1.49.60" port: 44701 } }
14:21:27.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.378293  1446 leader_election.cc:290] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1de480afb9d64ac0ab4932db9932f0cb (127.1.49.62:41655), d2639881d790401a9a7cd0342ddc6553 (127.1.49.61:43205)
14:21:27.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.379364  1343 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "77b1bd7cb36840b8b3e113f8433488c0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2639881d790401a9a7cd0342ddc6553" is_pre_election: true
14:21:27.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.379961  1343 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d2639881d790401a9a7cd0342ddc6553 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 77b1bd7cb36840b8b3e113f8433488c0 in term 0.
14:21:27.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.380241  1390 leader_election.cc:304] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0 [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: 77b1bd7cb36840b8b3e113f8433488c0, d2639881d790401a9a7cd0342ddc6553; no voters: 
14:21:27.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.380751  1446 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0 [term 0 FOLLOWER]: Leader pre-election won for term 1
14:21:27.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.380824  1446 raft_consensus.cc:493] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
14:21:27.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.380849  1446 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0 [term 0 FOLLOWER]: Advancing to term 1
14:21:27.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.381708  1446 raft_consensus.cc:515] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1de480afb9d64ac0ab4932db9932f0cb" member_type: VOTER last_known_addr { host: "127.1.49.62" port: 41655 } } peers { permanent_uuid: "d2639881d790401a9a7cd0342ddc6553" member_type: VOTER last_known_addr { host: "127.1.49.61" port: 43205 } } peers { permanent_uuid: "77b1bd7cb36840b8b3e113f8433488c0" member_type: VOTER last_known_addr { host: "127.1.49.60" port: 44701 } }
14:21:27.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.381831  1446 leader_election.cc:290] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0 [CANDIDATE]: Term 1 election: Requested vote from peers 1de480afb9d64ac0ab4932db9932f0cb (127.1.49.62:41655), d2639881d790401a9a7cd0342ddc6553 (127.1.49.61:43205)
14:21:27.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.382722  1343 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "77b1bd7cb36840b8b3e113f8433488c0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2639881d790401a9a7cd0342ddc6553"
14:21:27.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.382810  1343 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d2639881d790401a9a7cd0342ddc6553 [term 0 FOLLOWER]: Advancing to term 1
14:21:27.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.383675  1343 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d2639881d790401a9a7cd0342ddc6553 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 77b1bd7cb36840b8b3e113f8433488c0 in term 1.
14:21:27.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.383924  1390 leader_election.cc:304] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0 [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: 77b1bd7cb36840b8b3e113f8433488c0, d2639881d790401a9a7cd0342ddc6553; no voters: 
14:21:27.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.384037  1446 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0 [term 1 FOLLOWER]: Leader election won for term 1
14:21:27.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.384194  1446 raft_consensus.cc:697] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0 [term 1 LEADER]: Becoming Leader. State: Replica: 77b1bd7cb36840b8b3e113f8433488c0, State: Running, Role: LEADER
14:21:27.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.384295  1446 consensus_queue.cc:237] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0 [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: "1de480afb9d64ac0ab4932db9932f0cb" member_type: VOTER last_known_addr { host: "127.1.49.62" port: 41655 } } peers { permanent_uuid: "d2639881d790401a9a7cd0342ddc6553" member_type: VOTER last_known_addr { host: "127.1.49.61" port: 43205 } } peers { permanent_uuid: "77b1bd7cb36840b8b3e113f8433488c0" member_type: VOTER last_known_addr { host: "127.1.49.60" port: 44701 } }
14:21:27.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.384672  1446 sys_catalog.cc:455] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 77b1bd7cb36840b8b3e113f8433488c0. Latest consensus state: current_term: 1 leader_uuid: "77b1bd7cb36840b8b3e113f8433488c0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1de480afb9d64ac0ab4932db9932f0cb" member_type: VOTER last_known_addr { host: "127.1.49.62" port: 41655 } } peers { permanent_uuid: "d2639881d790401a9a7cd0342ddc6553" member_type: VOTER last_known_addr { host: "127.1.49.61" port: 43205 } } peers { permanent_uuid: "77b1bd7cb36840b8b3e113f8433488c0" member_type: VOTER last_known_addr { host: "127.1.49.60" port: 44701 } } }
14:21:27.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.384735  1446 sys_catalog.cc:458] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0 [sys.catalog]: This master's current role is: LEADER
14:21:27.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.388078  1484 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
14:21:27.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.398692  1298 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.49.60" port: 44701 } attempt: 3
14:21:27.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.399729  1484 catalog_manager.cc:1520] Initializing Kudu cluster ID...
14:21:27.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.404059  1298 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1de480afb9d64ac0ab4932db9932f0cb: Bootstrap starting.
14:21:27.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.405238  1298 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1de480afb9d64ac0ab4932db9932f0cb: Neither blocks nor log segments found. Creating new log.
14:21:27.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.405505  1298 log.cc:826] T 00000000000000000000000000000000 P 1de480afb9d64ac0ab4932db9932f0cb: Log is configured to *not* fsync() on all Append() calls
14:21:27.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.410578  1298 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1de480afb9d64ac0ab4932db9932f0cb: No bootstrap required, opened a new log
14:21:27.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.413002  1298 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1de480afb9d64ac0ab4932db9932f0cb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1de480afb9d64ac0ab4932db9932f0cb" member_type: VOTER last_known_addr { host: "127.1.49.62" port: 41655 } } peers { permanent_uuid: "d2639881d790401a9a7cd0342ddc6553" member_type: VOTER last_known_addr { host: "127.1.49.61" port: 43205 } } peers { permanent_uuid: "77b1bd7cb36840b8b3e113f8433488c0" member_type: VOTER last_known_addr { host: "127.1.49.60" port: 44701 } }
14:21:27.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.413118  1298 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1de480afb9d64ac0ab4932db9932f0cb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:21:27.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.413146  1298 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1de480afb9d64ac0ab4932db9932f0cb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1de480afb9d64ac0ab4932db9932f0cb, State: Initialized, Role: FOLLOWER
14:21:27.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.413240  1298 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1de480afb9d64ac0ab4932db9932f0cb [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: "1de480afb9d64ac0ab4932db9932f0cb" member_type: VOTER last_known_addr { host: "127.1.49.62" port: 41655 } } peers { permanent_uuid: "d2639881d790401a9a7cd0342ddc6553" member_type: VOTER last_known_addr { host: "127.1.49.61" port: 43205 } } peers { permanent_uuid: "77b1bd7cb36840b8b3e113f8433488c0" member_type: VOTER last_known_addr { host: "127.1.49.60" port: 44701 } }
14:21:27.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.419250  1298 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1de480afb9d64ac0ab4932db9932f0cb [sys.catalog]: configured and running, proceeding with master startup.
14:21:27.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.420898  1271 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "77b1bd7cb36840b8b3e113f8433488c0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1de480afb9d64ac0ab4932db9932f0cb"
14:21:27.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.421007  1271 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1de480afb9d64ac0ab4932db9932f0cb [term 0 FOLLOWER]: Advancing to term 1
14:21:27.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.421851  1271 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1de480afb9d64ac0ab4932db9932f0cb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 77b1bd7cb36840b8b3e113f8433488c0 in term 1.
14:21:27.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.422139  1272 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "77b1bd7cb36840b8b3e113f8433488c0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1de480afb9d64ac0ab4932db9932f0cb" is_pre_election: true
14:21:27.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.422210  1272 raft_consensus.cc:2376] T 00000000000000000000000000000000 P 1de480afb9d64ac0ab4932db9932f0cb [term 1 FOLLOWER]: Leader pre-election vote request: Already granted yes vote for candidate 77b1bd7cb36840b8b3e113f8433488c0 in term 1. Re-sending same reply.
14:21:27.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.426117  1322 tablet.cc:2406] T 00000000000000000000000000000000 P d2639881d790401a9a7cd0342ddc6553: Can't schedule compaction. Clean time has not been advanced past its initial value.
14:21:27.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.432478  1343 raft_consensus.cc:1275] T 00000000000000000000000000000000 P d2639881d790401a9a7cd0342ddc6553 [term 1 FOLLOWER]: Refusing update from remote peer 77b1bd7cb36840b8b3e113f8433488c0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:21:27.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.432893  1482 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d2639881d790401a9a7cd0342ddc6553" member_type: VOTER last_known_addr { host: "127.1.49.61" port: 43205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:21:27.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.434152  1464 sys_catalog.cc:455] T 00000000000000000000000000000000 P d2639881d790401a9a7cd0342ddc6553 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 77b1bd7cb36840b8b3e113f8433488c0. Latest consensus state: current_term: 1 leader_uuid: "77b1bd7cb36840b8b3e113f8433488c0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1de480afb9d64ac0ab4932db9932f0cb" member_type: VOTER last_known_addr { host: "127.1.49.62" port: 41655 } } peers { permanent_uuid: "d2639881d790401a9a7cd0342ddc6553" member_type: VOTER last_known_addr { host: "127.1.49.61" port: 43205 } } peers { permanent_uuid: "77b1bd7cb36840b8b3e113f8433488c0" member_type: VOTER last_known_addr { host: "127.1.49.60" port: 44701 } } }
14:21:27.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.434228  1464 sys_catalog.cc:458] T 00000000000000000000000000000000 P d2639881d790401a9a7cd0342ddc6553 [sys.catalog]: This master's current role is: FOLLOWER
14:21:27.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.434784  1272 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 1de480afb9d64ac0ab4932db9932f0cb [term 1 FOLLOWER]: Refusing update from remote peer 77b1bd7cb36840b8b3e113f8433488c0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:21:27.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.435014  1482 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1de480afb9d64ac0ab4932db9932f0cb" member_type: VOTER last_known_addr { host: "127.1.49.62" port: 41655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:21:27.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.437135  1501 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 1de480afb9d64ac0ab4932db9932f0cb: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:21:27.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.438086  1501 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:21:27.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.438369  1487 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1de480afb9d64ac0ab4932db9932f0cb [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "77b1bd7cb36840b8b3e113f8433488c0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1de480afb9d64ac0ab4932db9932f0cb" member_type: VOTER last_known_addr { host: "127.1.49.62" port: 41655 } } peers { permanent_uuid: "d2639881d790401a9a7cd0342ddc6553" member_type: VOTER last_known_addr { host: "127.1.49.61" port: 43205 } } peers { permanent_uuid: "77b1bd7cb36840b8b3e113f8433488c0" member_type: VOTER last_known_addr { host: "127.1.49.60" port: 44701 } } }
14:21:27.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.438540  1487 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1de480afb9d64ac0ab4932db9932f0cb [sys.catalog]: This master's current role is: FOLLOWER
14:21:27.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.438617  1487 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1de480afb9d64ac0ab4932db9932f0cb [sys.catalog]: SysCatalogTable state changed. Reason: New leader 77b1bd7cb36840b8b3e113f8433488c0. Latest consensus state: current_term: 1 leader_uuid: "77b1bd7cb36840b8b3e113f8433488c0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1de480afb9d64ac0ab4932db9932f0cb" member_type: VOTER last_known_addr { host: "127.1.49.62" port: 41655 } } peers { permanent_uuid: "d2639881d790401a9a7cd0342ddc6553" member_type: VOTER last_known_addr { host: "127.1.49.61" port: 43205 } } peers { permanent_uuid: "77b1bd7cb36840b8b3e113f8433488c0" member_type: VOTER last_known_addr { host: "127.1.49.60" port: 44701 } } }
14:21:27.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.438706  1487 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1de480afb9d64ac0ab4932db9932f0cb [sys.catalog]: This master's current role is: FOLLOWER
14:21:27.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.442780  1482 sys_catalog.cc:455] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "77b1bd7cb36840b8b3e113f8433488c0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1de480afb9d64ac0ab4932db9932f0cb" member_type: VOTER last_known_addr { host: "127.1.49.62" port: 41655 } } peers { permanent_uuid: "d2639881d790401a9a7cd0342ddc6553" member_type: VOTER last_known_addr { host: "127.1.49.61" port: 43205 } } peers { permanent_uuid: "77b1bd7cb36840b8b3e113f8433488c0" member_type: VOTER last_known_addr { host: "127.1.49.60" port: 44701 } } }
14:21:27.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.442857  1482 sys_catalog.cc:458] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0 [sys.catalog]: This master's current role is: LEADER
14:21:27.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.443298  1464 sys_catalog.cc:455] T 00000000000000000000000000000000 P d2639881d790401a9a7cd0342ddc6553 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "77b1bd7cb36840b8b3e113f8433488c0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1de480afb9d64ac0ab4932db9932f0cb" member_type: VOTER last_known_addr { host: "127.1.49.62" port: 41655 } } peers { permanent_uuid: "d2639881d790401a9a7cd0342ddc6553" member_type: VOTER last_known_addr { host: "127.1.49.61" port: 43205 } } peers { permanent_uuid: "77b1bd7cb36840b8b3e113f8433488c0" member_type: VOTER last_known_addr { host: "127.1.49.60" port: 44701 } } }
14:21:27.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.443373  1464 sys_catalog.cc:458] T 00000000000000000000000000000000 P d2639881d790401a9a7cd0342ddc6553 [sys.catalog]: This master's current role is: FOLLOWER
14:21:27.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.443755  1502 mvcc.cc:204] Tried to move back new op lower bound from 7305299916519567360 to 7305299916326735872. Current Snapshot: MvccSnapshot[applied={T|T < 7305299916519567360}]
14:21:27.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.444813  1446 sys_catalog.cc:455] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "77b1bd7cb36840b8b3e113f8433488c0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1de480afb9d64ac0ab4932db9932f0cb" member_type: VOTER last_known_addr { host: "127.1.49.62" port: 41655 } } peers { permanent_uuid: "d2639881d790401a9a7cd0342ddc6553" member_type: VOTER last_known_addr { host: "127.1.49.61" port: 43205 } } peers { permanent_uuid: "77b1bd7cb36840b8b3e113f8433488c0" member_type: VOTER last_known_addr { host: "127.1.49.60" port: 44701 } } }
14:21:27.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.444885  1446 sys_catalog.cc:458] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0 [sys.catalog]: This master's current role is: LEADER
14:21:27.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.445600  1504 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1de480afb9d64ac0ab4932db9932f0cb [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "77b1bd7cb36840b8b3e113f8433488c0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1de480afb9d64ac0ab4932db9932f0cb" member_type: VOTER last_known_addr { host: "127.1.49.62" port: 41655 } } peers { permanent_uuid: "d2639881d790401a9a7cd0342ddc6553" member_type: VOTER last_known_addr { host: "127.1.49.61" port: 43205 } } peers { permanent_uuid: "77b1bd7cb36840b8b3e113f8433488c0" member_type: VOTER last_known_addr { host: "127.1.49.60" port: 44701 } } }
14:21:27.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.445807  1504 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1de480afb9d64ac0ab4932db9932f0cb [sys.catalog]: This master's current role is: FOLLOWER
14:21:27.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.446004  1505 mvcc.cc:204] Tried to move back new op lower bound from 7305299916519567360 to 7305299916326735872. Current Snapshot: MvccSnapshot[applied={T|T < 7305299916519567360}]
14:21:27.450 [INFO - Metastore-Handler-Pool: Thread-129] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:21:27.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.446936  1484 catalog_manager.cc:1383] Generated new cluster ID: 08f5c1a521f74d98a35b5c59f3de3867
14:21:27.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.446997  1484 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
14:21:27.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.447010  1486 mvcc.cc:204] Tried to move back new op lower bound from 7305299916519567360 to 7305299916326735872. Current Snapshot: MvccSnapshot[applied={T|T < 7305299916519567360 or (T in {7305299916519567360})}]
14:21:27.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:27.451112  1498 client.h:372] Failed to connect to Hive Metastore (localhost:36729): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:21:27.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.473397  1484 catalog_manager.cc:1406] Generated new certificate authority record
14:21:27.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.474345  1484 catalog_manager.cc:1540] Loading token signing keys...
14:21:27.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.489902  1484 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 77b1bd7cb36840b8b3e113f8433488c0: Generated new TSK 0
14:21:27.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.490293  1484 catalog_manager.cc:1550] Initializing in-progress tserver states...
14:21:27.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.490576  1484 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
14:21:27.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:27.490816  1484 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
14:21:27.841 [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.
14:21:27.846 [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.
14:21:27.846 [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.
14:21:27.925 [INFO - Metastore-Handler-Pool: Thread-125] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
14:21:27.929 [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/hive873620332857586801/external-warehouse/legacy_table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:21:27.931 [INFO - Metastore-Handler-Pool: Thread-125] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive873620332857586801/external-warehouse/legacy_table
14:21:28.047 [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	
14:21:28.077 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:3711) Skipping translation for processor with null
14:21:28.084 [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	
14:21:28.094 [INFO - Metastore-Handler-Pool: Thread-125] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
14:21:28.150 [INFO - Metastore-Handler-Pool: Thread-125] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
14:21:28.151 [INFO - Metastore-Handler-Pool: Thread-125] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
14:21:28.244 [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	
14:21:28.271 [INFO - Metastore-Handler-Pool: Thread-125] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
14:21:28.317 [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	
14:21:28.326 [INFO - Metastore-Handler-Pool: Thread-132] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:21:28.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:28.327301  1457 client.h:372] Failed to connect to Hive Metastore (localhost:36729): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:21:28.328 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:3711) Skipping translation for processor with null
14:21:28.329 [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	
14:21:28.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:28.340346  1478 catalog_manager.cc:1295] Loaded cluster ID: 08f5c1a521f74d98a35b5c59f3de3867
14:21:28.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:28.340430  1478 catalog_manager.cc:1588] T 00000000000000000000000000000000 P d2639881d790401a9a7cd0342ddc6553: loading cluster ID for follower catalog manager: success
14:21:28.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:28.341833  1478 catalog_manager.cc:1610] T 00000000000000000000000000000000 P d2639881d790401a9a7cd0342ddc6553: acquiring CA information for follower catalog manager: success
14:21:28.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:28.342140  1478 catalog_manager.cc:1638] T 00000000000000000000000000000000 P d2639881d790401a9a7cd0342ddc6553: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:21:28.345 [INFO - Metastore-Handler-Pool: Thread-133] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:21:28.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:28.345846  1475 client.h:372] Failed to connect to Hive Metastore (localhost:36729): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:21:28.437 [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.
14:21:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:28.438735  1501 catalog_manager.cc:1295] Loaded cluster ID: 08f5c1a521f74d98a35b5c59f3de3867
14:21:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:28.438817  1501 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 1de480afb9d64ac0ab4932db9932f0cb: loading cluster ID for follower catalog manager: success
14:21:28.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:28.440186  1501 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 1de480afb9d64ac0ab4932db9932f0cb: acquiring CA information for follower catalog manager: success
14:21:28.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:28.440527  1501 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 1de480afb9d64ac0ab4932db9932f0cb: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:21:28.453 [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=	
14:21:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:28.453505  1498 client.h:372] Failed to connect to Hive Metastore (localhost:36729): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:21:28.588 [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.
14:21:28.665 [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.
14:21:28.776 [INFO - Metastore-Handler-Pool: Thread-125] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
14:21:28.777 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
14:21:28.777 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
14:21:28.777 [INFO - Metastore-Handler-Pool: Thread-125] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3eef356b, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@615d906b will be shutdown
14:21:28.777 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
14:21:28.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:28.777536  1220 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxZRYiw/build/release/bin/kudu with pid 1231
14:21:28.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:28.784549  1220 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxZRYiw/build/release/bin/kudu with pid 1302
14:21:28.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:28.791738  1220 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxZRYiw/build/release/bin/kudu with pid 1372
14:21:28.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:21:28Z chronyd exiting
.14:21:28.837 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:21:28.837 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:21:28.838 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:21:28.856 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive4416326004650623083
14:21:28.857 [INFO - Thread-92] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
14:21:28.857 [INFO - Thread-92] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
14:21:28.860 [INFO - Thread-92] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:21:28.860 [INFO - Thread-92] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:21:28.861 [INFO - Thread-92] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
14:21:28.862 [INFO - Thread-92] (HikariDataSource.java:350) objectstore - Shutdown initiated...
14:21:28.863 [INFO - Thread-92] (HikariDataSource.java:352) objectstore - Shutdown completed.
14:21:28.864 [INFO - Thread-92] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
14:21:28.865 [INFO - Thread-92] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
14:21:28.865 [INFO - Thread-92] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
14:21:28.867 [INFO - Thread-92] (HikariDataSource.java:80) objectstore - Starting...
14:21:28.937 [INFO - Thread-92] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:21:28.937 [INFO - Thread-92] (HikariDataSource.java:82) objectstore - Start completed.
14:21:28.938 [INFO - Thread-92] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
14:21:28.939 [INFO - Thread-92] (HikariDataSource.java:80) objectstore-secondary - Starting...
14:21:28.941 [INFO - Thread-92] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:21:28.942 [INFO - Thread-92] (HikariDataSource.java:82) objectstore-secondary - Start completed.
14:21:28.955 [INFO - Thread-92] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
14:21:28.956 [INFO - Thread-92] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
14:21:28.956 [INFO - Thread-92] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
14:21:28.981 [WARN - Thread-92] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:28.982 [WARN - Thread-92] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:28.982 [WARN - Thread-92] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:28.982 [WARN - Thread-92] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:28.983 [WARN - Thread-92] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:28.983 [WARN - Thread-92] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:29.187 [INFO - Thread-92] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
14:21:29.187 [INFO - Thread-92] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@43364d73, with PersistenceManager: null will be shutdown
14:21:29.188 [INFO - Thread-92] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@43364d73, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@41ede98d created in the thread with id: 135
14:21:29.189 [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
14:21:29.190 [INFO - Thread-92] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@43364d73
14:21:29.285 [INFO - Thread-92] (HMSHandler.java:595) Started creating a default database with name: default
14:21:29.301 [INFO - Thread-92] (HMSHandler.java:605) Successfully created a default database with name: default
14:21:29.322 [INFO - Thread-92] (HMSHandler.java:668) Added admin role in metastore
14:21:29.323 [INFO - Thread-92] (HMSHandler.java:677) Added public role in metastore
14:21:29.351 [INFO - Thread-92] (HMSHandler.java:717) No user is added in admin role, since config is empty
14:21:29.352 [INFO - Thread-92] (HMSHandler.java:404) HMS server filtering is disabled by configuration
14:21:29.352 [INFO - Thread-92] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
14:21:29.352 [INFO - Thread-92] (HiveMetaStore.java:697) Direct SQL optimization = true
14:21:29.353 [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)
14:21:29.353 [INFO - Thread-92] (HiveMetaStore.java:632) Started the new metaserver on port [46785]...
14:21:29.353 [INFO - Thread-92] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
14:21:29.353 [INFO - Thread-92] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
14:21:29.353 [INFO - Thread-92] (HiveMetaStore.java:635) TCP keepalive = true
14:21:29.353 [INFO - Thread-92] (HiveMetaStore.java:636) Enable SSL = false
14:21:29.859 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:21:29.860 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:21:29.860 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:21:29.862 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
14:21:29.862 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:46785]
14:21:29.862 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:46785) in binary transport mode
14:21:29.862 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:46785) current connections: 1
14:21:29.864 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskxZRYiw/test-tmp
14:21:29.864 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
14:21:29.864 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskxZRYiw/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
14:21:29.867 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:46785"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

14:21:29.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:29.940519  1541 mini_oidc.cc:150] Starting JWKS server
14:21:29.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:29.940972  1541 webserver.cc:533] Webserver started at http://127.0.0.1:37725/ using document root <none> and password file <none>
14:21:29.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:29.941030  1541 mini_oidc.cc:186] Starting OIDC Discovery server
14:21:29.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:29.941128  1541 webserver.cc:533] Webserver started at http://127.0.0.1:37115/ using document root <none> and password file <none>
14:21:29.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:21:29Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
14:21:29.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:21:29Z Disabled control of system clock
14:21:29.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:29.950970  1541 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:29.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:29.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-0/wal
14:21:29.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-0/data
14:21:29.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:21:29.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:21:29.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:21:29.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:29.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:29.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:29.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-0/logs
14:21:29.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-0/data/info.pb
14:21:29.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:29.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:21:29.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:21:29.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:21:29.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:21:29.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:29.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:29.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:29.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:21:29.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:21:29.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:29.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:29.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.129.126:34021
14:21:29.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.129.126
14:21:29.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:29.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.129.84:41231
14:21:29.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:29.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:29.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:29.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:29.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.129.126:34021,127.1.129.125:38749,127.1.129.124:35465
14:21:29.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:29.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37725/jwks.json
14:21:29.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46785 with env {}
14:21:30.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.024492  1552 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:21:30.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.024624  1552 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:21:30.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.024642  1552 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:21:30.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.026438  1552 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:21:30.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.026480  1552 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:21:30.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.026494  1552 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:21:30.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.026506  1552 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:21:30.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.026518  1552 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:21:30.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.026530  1552 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37725/jwks.json
14:21:30.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.028007  1552 master_runner.cc:387] Master server non-default flags:
14:21:30.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:30.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.129.84:41231
14:21:30.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:30.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:30.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-0/data
14:21:30.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-0/wal
14:21:30.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46785
14:21:30.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:30.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.129.126:34021,127.1.129.125:38749,127.1.129.124:35465
14:21:30.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:30.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:30.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:30.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.129.126:34021
14:21:30.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:30.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:21:30.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:30.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37725/jwks.json
14:21:30.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:30.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:30.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-0/data/info.pb
14:21:30.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.129.126
14:21:30.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:30.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:21:30.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.1552
14:21:30.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:30.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:21:30.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:21:30.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:30.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-0/logs
14:21:30.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:30.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:21:30.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:21:30.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:21:30.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:21:30.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:21:30.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:21:30.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:26 UTC on e7f111948823
14:21:30.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16862
14:21:30.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.028172  1552 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:21:30.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.028333  1552 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:21:30.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.030707  1552 server_base.cc:1061] running on GCE node
14:21:30.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.030783  1557 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:30.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.030987  1560 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:30.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.030791  1558 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:30.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.031478  1552 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:21:30.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.031806  1552 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:21:30.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.032940  1552 hybrid_clock.cc:648] HybridClock initialized: now 1783520490032920 us; error 36 us; skew 500 ppm
14:21:30.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.033919  1552 webserver.cc:533] Webserver started at http://127.1.129.126:33975/ using document root <none> and password file <none>
14:21:30.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.034055  1552 fs_manager.cc:362] Metadata directory not provided
14:21:30.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.034085  1552 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:21:30.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.034148  1552 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:21:30.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.034963  1552 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-0/data/instance:
14:21:30.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f947c2d377fd43a29dcfe441a46256e0"
14:21:30.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:30 on dist-test-slave-gws2"
14:21:30.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.035216  1552 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-0/wal/instance:
14:21:30.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f947c2d377fd43a29dcfe441a46256e0"
14:21:30.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:30 on dist-test-slave-gws2"
14:21:30.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.036228  1552 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.001s	sys 0.000s
14:21:30.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.036814  1566 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:21:30.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.037021  1552 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
14:21:30.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.037074  1552 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-0/data,/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-0/wal
14:21:30.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f947c2d377fd43a29dcfe441a46256e0"
14:21:30.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:30 on dist-test-slave-gws2"
14:21:30.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.037109  1552 fs_report.cc:389] FS layout report
14:21:30.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:21:30.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-0/wal
14:21:30.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-0/wal
14:21:30.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-0/data/data
14:21:30.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:21:30.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:21:30.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:21:30.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:21:30.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:21:30.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:21:30.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:21:30.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:21:30.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:21:30.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:21:30.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:21:30.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.051221  1552 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:21:30.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.051436  1552 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:21:30.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.051520  1552 kserver.cc:163] Server-wide thread pool size limit: 3276
14:21:30.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.055603  1552 rpc_server.cc:307] RPC server started. Bound to: 127.1.129.126:34021
14:21:30.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.055653  1618 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.129.126:34021 every 8 connection(s)
14:21:30.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.055869  1552 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-0/data/info.pb
14:21:30.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.056337  1619 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:21:30.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.057660  1619 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.129.126" port: 34021 } has no permanent_uuid. Determining permanent_uuid...
14:21:30.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.064860  1541 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxZRYiw/build/release/bin/kudu as pid 1552
14:21:30.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.064939  1541 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-0/wal/instance
14:21:30.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.065613  1541 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:30.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:30.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-1/wal
14:21:30.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-1/data
14:21:30.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:21:30.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:21:30.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:21:30.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:30.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:30.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:30.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-1/logs
14:21:30.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-1/data/info.pb
14:21:30.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:30.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:21:30.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:21:30.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:21:30.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:21:30.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:30.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:30.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:30.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:21:30.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:21:30.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:30.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:30.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.129.125:38749
14:21:30.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.129.125
14:21:30.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:30.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.129.84:41231
14:21:30.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:30.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:30.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:30.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:30.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.129.126:34021,127.1.129.125:38749,127.1.129.124:35465
14:21:30.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:30.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37725/jwks.json
14:21:30.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46785 with env {}
14:21:30.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.068254  1619 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.129.125" port: 38749 } has no permanent_uuid. Determining permanent_uuid...
14:21:30.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.068657  1570 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.1.129.125:38749: connect: Connection refused (error 111)
14:21:30.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.069160  1619 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.129.125:38749: Network error: Client connection negotiation failed: client connection to 127.1.129.125:38749: connect: Connection refused (error 111)
14:21:30.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.118388  1619 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.129.125" port: 38749 } attempt: 1
14:21:30.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.119302  1619 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.129.125:38749: Network error: Client connection negotiation failed: client connection to 127.1.129.125:38749: connect: Connection refused (error 111)
14:21:30.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.142180  1622 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:21:30.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.142338  1622 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:21:30.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.142356  1622 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:21:30.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.143859  1622 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:21:30.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.143920  1622 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:21:30.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.143934  1622 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:21:30.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.143945  1622 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:21:30.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.143957  1622 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:21:30.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.143970  1622 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37725/jwks.json
14:21:30.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.145470  1622 master_runner.cc:387] Master server non-default flags:
14:21:30.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:30.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.129.84:41231
14:21:30.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:30.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:30.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-1/data
14:21:30.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-1/wal
14:21:30.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46785
14:21:30.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:30.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.129.126:34021,127.1.129.125:38749,127.1.129.124:35465
14:21:30.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:30.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:30.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:30.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.129.125:38749
14:21:30.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:30.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:21:30.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:30.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37725/jwks.json
14:21:30.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:30.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:30.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-1/data/info.pb
14:21:30.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.129.125
14:21:30.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:30.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:21:30.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.1622
14:21:30.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:30.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:21:30.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:21:30.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:30.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-1/logs
14:21:30.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:30.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:21:30.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:21:30.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:21:30.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:21:30.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:21:30.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:21:30.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:26 UTC on e7f111948823
14:21:30.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16862
14:21:30.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.145637  1622 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:21:30.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.145798  1622 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:21:30.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.147895  1631 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:30.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.147902  1628 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:30.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.147960  1629 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:30.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.147954  1622 server_base.cc:1061] running on GCE node
14:21:30.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.148345  1622 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:21:30.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.148649  1622 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:21:30.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.149783  1622 hybrid_clock.cc:648] HybridClock initialized: now 1783520490149770 us; error 24 us; skew 500 ppm
14:21:30.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.150835  1622 webserver.cc:533] Webserver started at http://127.1.129.125:40409/ using document root <none> and password file <none>
14:21:30.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.151041  1622 fs_manager.cc:362] Metadata directory not provided
14:21:30.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.151120  1622 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:21:30.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.151223  1622 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:21:30.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.152024  1622 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-1/data/instance:
14:21:30.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "402cf270d4b5410595d2802e8452e0f9"
14:21:30.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:30 on dist-test-slave-gws2"
14:21:30.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.152383  1622 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-1/wal/instance:
14:21:30.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "402cf270d4b5410595d2802e8452e0f9"
14:21:30.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:30 on dist-test-slave-gws2"
14:21:30.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.153553  1622 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.001s	sys 0.001s
14:21:30.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.154174  1637 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:21:30.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.154335  1622 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.000s
14:21:30.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.154409  1622 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-1/data,/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-1/wal
14:21:30.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "402cf270d4b5410595d2802e8452e0f9"
14:21:30.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:30 on dist-test-slave-gws2"
14:21:30.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.154464  1622 fs_report.cc:389] FS layout report
14:21:30.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:21:30.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-1/wal
14:21:30.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-1/wal
14:21:30.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-1/data/data
14:21:30.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:21:30.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:21:30.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:21:30.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:21:30.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:21:30.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:21:30.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:21:30.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:21:30.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:21:30.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:21:30.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:21:30.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.182279  1622 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:21:30.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.182642  1622 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:21:30.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.182801  1622 kserver.cc:163] Server-wide thread pool size limit: 3276
14:21:30.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.186921  1622 rpc_server.cc:307] RPC server started. Bound to: 127.1.129.125:38749
14:21:30.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.186959  1689 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.129.125:38749 every 8 connection(s)
14:21:30.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.187314  1622 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-1/data/info.pb
14:21:30.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.187481  1619 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.129.125" port: 38749 } attempt: 2
14:21:30.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.187938  1690 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:21:30.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.189877  1541 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxZRYiw/build/release/bin/kudu as pid 1622
14:21:30.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.189957  1541 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-1/wal/instance
14:21:30.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.190114  1690 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.129.126" port: 34021 } has no permanent_uuid. Determining permanent_uuid...
14:21:30.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.190323  1541 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:30.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:30.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-2/wal
14:21:30.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-2/data
14:21:30.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:21:30.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:21:30.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:21:30.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:30.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:30.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:30.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-2/logs
14:21:30.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-2/data/info.pb
14:21:30.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:30.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:21:30.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:21:30.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:21:30.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:21:30.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:30.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:30.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:30.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:21:30.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:21:30.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:30.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:30.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.129.124:35465
14:21:30.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.129.124
14:21:30.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:30.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.129.84:41231
14:21:30.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:30.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:30.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:30.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:30.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.129.126:34021,127.1.129.125:38749,127.1.129.124:35465
14:21:30.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:30.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37725/jwks.json
14:21:30.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46785 with env {}
14:21:30.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.193230  1619 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.129.124" port: 35465 } has no permanent_uuid. Determining permanent_uuid...
14:21:30.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.193802  1619 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.129.124:35465: Network error: Client connection negotiation failed: client connection to 127.1.129.124:35465: connect: Connection refused (error 111)
14:21:30.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.196584  1690 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.129.125" port: 38749 } has no permanent_uuid. Determining permanent_uuid...
14:21:30.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.200124  1690 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.129.124" port: 35465 } has no permanent_uuid. Determining permanent_uuid...
14:21:30.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.200531  1639 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.1.129.124:35465: connect: Connection refused (error 111)
14:21:30.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.200989  1690 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.129.124:35465: Network error: Client connection negotiation failed: client connection to 127.1.129.124:35465: connect: Connection refused (error 111)
14:21:30.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.236971  1619 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.129.124" port: 35465 } attempt: 1
14:21:30.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.237843  1619 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.129.124:35465: Network error: Client connection negotiation failed: client connection to 127.1.129.124:35465: connect: Connection refused (error 111)
14:21:30.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.250187  1690 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.129.124" port: 35465 } attempt: 1
14:21:30.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.250989  1690 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.129.124:35465: Network error: Client connection negotiation failed: client connection to 127.1.129.124:35465: connect: Connection refused (error 111)
14:21:30.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.273006  1693 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:21:30.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.273159  1693 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:21:30.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.273178  1693 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:21:30.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.274544  1693 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:21:30.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.274578  1693 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:21:30.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.274592  1693 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:21:30.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.274605  1693 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:21:30.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.274616  1693 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:21:30.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.274627  1693 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37725/jwks.json
14:21:30.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.276201  1693 master_runner.cc:387] Master server non-default flags:
14:21:30.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:30.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.129.84:41231
14:21:30.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:30.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:30.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-2/data
14:21:30.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-2/wal
14:21:30.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46785
14:21:30.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:30.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.129.126:34021,127.1.129.125:38749,127.1.129.124:35465
14:21:30.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:30.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:30.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:30.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.129.124:35465
14:21:30.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:30.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:21:30.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:30.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37725/jwks.json
14:21:30.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:30.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:30.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-2/data/info.pb
14:21:30.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.129.124
14:21:30.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:30.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:21:30.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.1693
14:21:30.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:30.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:21:30.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:21:30.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:30.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-2/logs
14:21:30.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:30.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:21:30.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:21:30.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:21:30.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:21:30.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:21:30.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:21:30.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:26 UTC on e7f111948823
14:21:30.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16862
14:21:30.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.276371  1693 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:21:30.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.276548  1693 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:21:30.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.278852  1700 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:30.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.278859  1702 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:30.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.278859  1699 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:30.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.279498  1693 server_base.cc:1061] running on GCE node
14:21:30.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.279662  1693 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:21:30.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.279842  1693 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:21:30.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.280994  1693 hybrid_clock.cc:648] HybridClock initialized: now 1783520490280972 us; error 40 us; skew 500 ppm
14:21:30.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.282017  1693 webserver.cc:533] Webserver started at http://127.1.129.124:44255/ using document root <none> and password file <none>
14:21:30.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.282244  1693 fs_manager.cc:362] Metadata directory not provided
14:21:30.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.282317  1693 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:21:30.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.282421  1693 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:21:30.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.283300  1693 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-2/data/instance:
14:21:30.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "25920aca2b464db88f179b3e1c6990e6"
14:21:30.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:30 on dist-test-slave-gws2"
14:21:30.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.283658  1693 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-2/wal/instance:
14:21:30.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "25920aca2b464db88f179b3e1c6990e6"
14:21:30.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:30 on dist-test-slave-gws2"
14:21:30.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.284873  1693 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
14:21:30.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.284994  1619 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.129.124" port: 35465 } attempt: 2
14:21:30.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.285663  1708 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:21:30.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.285781  1619 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.129.124:35465: Network error: Client connection negotiation failed: client connection to 127.1.129.124:35465: connect: Connection refused (error 111)
14:21:30.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.285835  1693 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
14:21:30.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.285887  1693 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-2/data,/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-2/wal
14:21:30.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "25920aca2b464db88f179b3e1c6990e6"
14:21:30.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:30 on dist-test-slave-gws2"
14:21:30.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.285939  1693 fs_report.cc:389] FS layout report
14:21:30.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:21:30.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-2/wal
14:21:30.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-2/wal
14:21:30.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-2/data/data
14:21:30.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:21:30.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:21:30.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:21:30.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:21:30.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:21:30.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:21:30.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:21:30.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:21:30.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:21:30.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:21:30.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:21:30.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.308177  1693 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:21:30.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.308437  1693 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:21:30.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.308518  1693 kserver.cc:163] Server-wide thread pool size limit: 3276
14:21:30.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.312763  1693 rpc_server.cc:307] RPC server started. Bound to: 127.1.129.124:35465
14:21:30.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.312791  1760 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.129.124:35465 every 8 connection(s)
14:21:30.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.313179  1693 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-2/data/info.pb
14:21:30.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.313700  1761 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:21:30.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.314940  1761 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.129.126" port: 34021 } has no permanent_uuid. Determining permanent_uuid...
14:21:30.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.315824  1541 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxZRYiw/build/release/bin/kudu as pid 1693
14:21:30.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.315928  1541 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster9086083560779320873/master-2/wal/instance
14:21:30.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.319132  1690 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.129.124" port: 35465 } attempt: 2
14:21:30.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.319612  1761 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.129.125" port: 38749 } has no permanent_uuid. Determining permanent_uuid...
14:21:30.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.323596  1690 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 402cf270d4b5410595d2802e8452e0f9: Bootstrap starting.
14:21:30.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.324172  1690 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 402cf270d4b5410595d2802e8452e0f9: Neither blocks nor log segments found. Creating new log.
14:21:30.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.324440  1690 log.cc:826] T 00000000000000000000000000000000 P 402cf270d4b5410595d2802e8452e0f9: Log is configured to *not* fsync() on all Append() calls
14:21:30.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.325136  1690 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 402cf270d4b5410595d2802e8452e0f9: No bootstrap required, opened a new log
14:21:30.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.325176  1761 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.129.124" port: 35465 } has no permanent_uuid. Determining permanent_uuid...
14:21:30.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.326836  1690 raft_consensus.cc:359] T 00000000000000000000000000000000 P 402cf270d4b5410595d2802e8452e0f9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f947c2d377fd43a29dcfe441a46256e0" member_type: VOTER last_known_addr { host: "127.1.129.126" port: 34021 } } peers { permanent_uuid: "402cf270d4b5410595d2802e8452e0f9" member_type: VOTER last_known_addr { host: "127.1.129.125" port: 38749 } } peers { permanent_uuid: "25920aca2b464db88f179b3e1c6990e6" member_type: VOTER last_known_addr { host: "127.1.129.124" port: 35465 } }
14:21:30.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.327527  1690 raft_consensus.cc:385] T 00000000000000000000000000000000 P 402cf270d4b5410595d2802e8452e0f9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:21:30.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.327705  1690 raft_consensus.cc:740] T 00000000000000000000000000000000 P 402cf270d4b5410595d2802e8452e0f9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 402cf270d4b5410595d2802e8452e0f9, State: Initialized, Role: FOLLOWER
14:21:30.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.327914  1690 consensus_queue.cc:260] T 00000000000000000000000000000000 P 402cf270d4b5410595d2802e8452e0f9 [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: "f947c2d377fd43a29dcfe441a46256e0" member_type: VOTER last_known_addr { host: "127.1.129.126" port: 34021 } } peers { permanent_uuid: "402cf270d4b5410595d2802e8452e0f9" member_type: VOTER last_known_addr { host: "127.1.129.125" port: 38749 } } peers { permanent_uuid: "25920aca2b464db88f179b3e1c6990e6" member_type: VOTER last_known_addr { host: "127.1.129.124" port: 35465 } }
14:21:30.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.328286  1767 sys_catalog.cc:455] T 00000000000000000000000000000000 P 402cf270d4b5410595d2802e8452e0f9 [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: "f947c2d377fd43a29dcfe441a46256e0" member_type: VOTER last_known_addr { host: "127.1.129.126" port: 34021 } } peers { permanent_uuid: "402cf270d4b5410595d2802e8452e0f9" member_type: VOTER last_known_addr { host: "127.1.129.125" port: 38749 } } peers { permanent_uuid: "25920aca2b464db88f179b3e1c6990e6" member_type: VOTER last_known_addr { host: "127.1.129.124" port: 35465 } } }
14:21:30.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.328337  1690 sys_catalog.cc:565] T 00000000000000000000000000000000 P 402cf270d4b5410595d2802e8452e0f9 [sys.catalog]: configured and running, proceeding with master startup.
14:21:30.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.328919  1541 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
14:21:30.329 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:21:30.330 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

14:21:30.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.328559  1767 sys_catalog.cc:458] T 00000000000000000000000000000000 P 402cf270d4b5410595d2802e8452e0f9 [sys.catalog]: This master's current role is: FOLLOWER
14:21:30.330 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.1.129.126"
      port: 34021
    }
    bound_http_address {
      host: "127.1.129.126"
      port: 33975
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.1.129.125"
      port: 38749
    }
    bound_http_address {
      host: "127.1.129.125"
      port: 40409
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.1.129.124"
      port: 35465
    }
    bound_http_address {
      host: "127.1.129.124"
      port: 44255
    }
  }
}

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

14:21:30.332 [INFO - Metastore-Handler-Pool: Thread-158] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:21:30.332 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:21:30.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.332849  1778 client.h:372] Failed to connect to Hive Metastore (localhost:46785): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:21:30.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.331578  1622 master_runner.cc:187] Error getting master registration for 127.1.129.126:34021: OK, instance_id { permanent_uuid: "f947c2d377fd43a29dcfe441a46256e0" instance_seqno: 1783520490054552 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:21:30.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.333415  1622 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:21:30.333 [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=73cbab01-f027-468e-b28b-7110af5b7458, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.1.129.125:38749,127.1.129.124:35465,127.1.129.126:34021}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:21:30.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.335644  1781 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 402cf270d4b5410595d2802e8452e0f9: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:21:30.335 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:21:30.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.335968  1781 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:21:30.336 [INFO - Metastore-Handler-Pool: Thread-156] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:21:30.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.336228  1761 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6: Bootstrap starting.
14:21:30.336 [INFO - Metastore-Handler-Pool: Thread-156] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@65faf051, with PersistenceManager: null will be shutdown
14:21:30.336 [INFO - Metastore-Handler-Pool: Thread-156] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@65faf051, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4fda3765 created in the thread with id: 156
14:21:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.337363  1761 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6: Neither blocks nor log segments found. Creating new log.
14:21:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.337589  1761 log.cc:826] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6: Log is configured to *not* fsync() on all Append() calls
14:21:30.341 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@65faf051
14:21:30.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.343921  1761 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6: No bootstrap required, opened a new log
14:21:30.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.346422  1761 raft_consensus.cc:359] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f947c2d377fd43a29dcfe441a46256e0" member_type: VOTER last_known_addr { host: "127.1.129.126" port: 34021 } } peers { permanent_uuid: "402cf270d4b5410595d2802e8452e0f9" member_type: VOTER last_known_addr { host: "127.1.129.125" port: 38749 } } peers { permanent_uuid: "25920aca2b464db88f179b3e1c6990e6" member_type: VOTER last_known_addr { host: "127.1.129.124" port: 35465 } }
14:21:30.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.346594  1761 raft_consensus.cc:385] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:21:30.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.347119  1761 raft_consensus.cc:740] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 25920aca2b464db88f179b3e1c6990e6, State: Initialized, Role: FOLLOWER
14:21:30.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.347502  1761 consensus_queue.cc:260] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6 [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: "f947c2d377fd43a29dcfe441a46256e0" member_type: VOTER last_known_addr { host: "127.1.129.126" port: 34021 } } peers { permanent_uuid: "402cf270d4b5410595d2802e8452e0f9" member_type: VOTER last_known_addr { host: "127.1.129.125" port: 38749 } } peers { permanent_uuid: "25920aca2b464db88f179b3e1c6990e6" member_type: VOTER last_known_addr { host: "127.1.129.124" port: 35465 } }
14:21:30.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.347851  1761 sys_catalog.cc:565] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6 [sys.catalog]: configured and running, proceeding with master startup.
14:21:30.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.350610  1693 master_runner.cc:187] Error getting master registration for 127.1.129.126:34021: OK, instance_id { permanent_uuid: "f947c2d377fd43a29dcfe441a46256e0" instance_seqno: 1783520490054552 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:21:30.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.352234  1693 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:21:30.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.350612  1799 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:21:30.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.352571  1799 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:21:30.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.362963  1785 sys_catalog.cc:455] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6 [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: "f947c2d377fd43a29dcfe441a46256e0" member_type: VOTER last_known_addr { host: "127.1.129.126" port: 34021 } } peers { permanent_uuid: "402cf270d4b5410595d2802e8452e0f9" member_type: VOTER last_known_addr { host: "127.1.129.125" port: 38749 } } peers { permanent_uuid: "25920aca2b464db88f179b3e1c6990e6" member_type: VOTER last_known_addr { host: "127.1.129.124" port: 35465 } } }
14:21:30.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.363721  1785 sys_catalog.cc:458] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6 [sys.catalog]: This master's current role is: FOLLOWER
14:21:30.364 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:21:30.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.366497  1796 client.h:372] Failed to connect to Hive Metastore (localhost:46785): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:21:30.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.392920  1619 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.129.124" port: 35465 } attempt: 3
14:21:30.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.398828  1619 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f947c2d377fd43a29dcfe441a46256e0: Bootstrap starting.
14:21:30.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.399803  1619 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f947c2d377fd43a29dcfe441a46256e0: Neither blocks nor log segments found. Creating new log.
14:21:30.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.400102  1619 log.cc:826] T 00000000000000000000000000000000 P f947c2d377fd43a29dcfe441a46256e0: Log is configured to *not* fsync() on all Append() calls
14:21:30.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.411250  1619 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f947c2d377fd43a29dcfe441a46256e0: No bootstrap required, opened a new log
14:21:30.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.413579  1619 raft_consensus.cc:359] T 00000000000000000000000000000000 P f947c2d377fd43a29dcfe441a46256e0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f947c2d377fd43a29dcfe441a46256e0" member_type: VOTER last_known_addr { host: "127.1.129.126" port: 34021 } } peers { permanent_uuid: "402cf270d4b5410595d2802e8452e0f9" member_type: VOTER last_known_addr { host: "127.1.129.125" port: 38749 } } peers { permanent_uuid: "25920aca2b464db88f179b3e1c6990e6" member_type: VOTER last_known_addr { host: "127.1.129.124" port: 35465 } }
14:21:30.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.413707  1619 raft_consensus.cc:385] T 00000000000000000000000000000000 P f947c2d377fd43a29dcfe441a46256e0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:21:30.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.413738  1619 raft_consensus.cc:740] T 00000000000000000000000000000000 P f947c2d377fd43a29dcfe441a46256e0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f947c2d377fd43a29dcfe441a46256e0, State: Initialized, Role: FOLLOWER
14:21:30.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.413843  1619 consensus_queue.cc:260] T 00000000000000000000000000000000 P f947c2d377fd43a29dcfe441a46256e0 [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: "f947c2d377fd43a29dcfe441a46256e0" member_type: VOTER last_known_addr { host: "127.1.129.126" port: 34021 } } peers { permanent_uuid: "402cf270d4b5410595d2802e8452e0f9" member_type: VOTER last_known_addr { host: "127.1.129.125" port: 38749 } } peers { permanent_uuid: "25920aca2b464db88f179b3e1c6990e6" member_type: VOTER last_known_addr { host: "127.1.129.124" port: 35465 } }
14:21:30.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.414194  1619 sys_catalog.cc:565] T 00000000000000000000000000000000 P f947c2d377fd43a29dcfe441a46256e0 [sys.catalog]: configured and running, proceeding with master startup.
14:21:30.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.416908  1818 catalog_manager.cc:1594] T 00000000000000000000000000000000 P f947c2d377fd43a29dcfe441a46256e0: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:21:30.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.417126  1818 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:21:30.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.418606  1804 sys_catalog.cc:455] T 00000000000000000000000000000000 P f947c2d377fd43a29dcfe441a46256e0 [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: "f947c2d377fd43a29dcfe441a46256e0" member_type: VOTER last_known_addr { host: "127.1.129.126" port: 34021 } } peers { permanent_uuid: "402cf270d4b5410595d2802e8452e0f9" member_type: VOTER last_known_addr { host: "127.1.129.125" port: 38749 } } peers { permanent_uuid: "25920aca2b464db88f179b3e1c6990e6" member_type: VOTER last_known_addr { host: "127.1.129.124" port: 35465 } } }
14:21:30.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.418926  1804 sys_catalog.cc:458] T 00000000000000000000000000000000 P f947c2d377fd43a29dcfe441a46256e0 [sys.catalog]: This master's current role is: FOLLOWER
14:21:30.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.419420  1552 master_runner.cc:264] No leader master found from master f947c2d377fd43a29dcfe441a46256e0
14:21:30.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.419474  1552 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:21:30.431 [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=	
14:21:30.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.432247  1815 client.h:372] Failed to connect to Hive Metastore (localhost:46785): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:21:30.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.433674  1643 tablet.cc:2406] T 00000000000000000000000000000000 P 402cf270d4b5410595d2802e8452e0f9: Can't schedule compaction. Clean time has not been advanced past its initial value.
14:21:30.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.552119  1572 tablet.cc:2406] T 00000000000000000000000000000000 P f947c2d377fd43a29dcfe441a46256e0: Can't schedule compaction. Clean time has not been advanced past its initial value.
14:21:30.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:30.559022  1714 tablet.cc:2406] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6: Can't schedule compaction. Clean time has not been advanced past its initial value.
14:21:30.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.639787  1785 raft_consensus.cc:493] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
14:21:30.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.639909  1785 raft_consensus.cc:515] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f947c2d377fd43a29dcfe441a46256e0" member_type: VOTER last_known_addr { host: "127.1.129.126" port: 34021 } } peers { permanent_uuid: "402cf270d4b5410595d2802e8452e0f9" member_type: VOTER last_known_addr { host: "127.1.129.125" port: 38749 } } peers { permanent_uuid: "25920aca2b464db88f179b3e1c6990e6" member_type: VOTER last_known_addr { host: "127.1.129.124" port: 35465 } }
14:21:30.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.640130  1785 leader_election.cc:290] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f947c2d377fd43a29dcfe441a46256e0 (127.1.129.126:34021), 402cf270d4b5410595d2802e8452e0f9 (127.1.129.125:38749)
14:21:30.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.641014  1593 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "25920aca2b464db88f179b3e1c6990e6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f947c2d377fd43a29dcfe441a46256e0" is_pre_election: true
14:21:30.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.641160  1593 raft_consensus.cc:2468] T 00000000000000000000000000000000 P f947c2d377fd43a29dcfe441a46256e0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 25920aca2b464db88f179b3e1c6990e6 in term 0.
14:21:30.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.641443  1664 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "25920aca2b464db88f179b3e1c6990e6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "402cf270d4b5410595d2802e8452e0f9" is_pre_election: true
14:21:30.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.641559  1664 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 402cf270d4b5410595d2802e8452e0f9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 25920aca2b464db88f179b3e1c6990e6 in term 0.
14:21:30.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.641770  1710 leader_election.cc:304] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6 [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: 25920aca2b464db88f179b3e1c6990e6, f947c2d377fd43a29dcfe441a46256e0; no voters: 
14:21:30.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.641938  1785 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6 [term 0 FOLLOWER]: Leader pre-election won for term 1
14:21:30.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.641980  1785 raft_consensus.cc:493] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
14:21:30.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.642004  1785 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6 [term 0 FOLLOWER]: Advancing to term 1
14:21:30.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.642885  1785 raft_consensus.cc:515] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f947c2d377fd43a29dcfe441a46256e0" member_type: VOTER last_known_addr { host: "127.1.129.126" port: 34021 } } peers { permanent_uuid: "402cf270d4b5410595d2802e8452e0f9" member_type: VOTER last_known_addr { host: "127.1.129.125" port: 38749 } } peers { permanent_uuid: "25920aca2b464db88f179b3e1c6990e6" member_type: VOTER last_known_addr { host: "127.1.129.124" port: 35465 } }
14:21:30.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.643006  1785 leader_election.cc:290] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6 [CANDIDATE]: Term 1 election: Requested vote from peers f947c2d377fd43a29dcfe441a46256e0 (127.1.129.126:34021), 402cf270d4b5410595d2802e8452e0f9 (127.1.129.125:38749)
14:21:30.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.643172  1664 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "25920aca2b464db88f179b3e1c6990e6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "402cf270d4b5410595d2802e8452e0f9"
14:21:30.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.643232  1664 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 402cf270d4b5410595d2802e8452e0f9 [term 0 FOLLOWER]: Advancing to term 1
14:21:30.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.644011  1664 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 402cf270d4b5410595d2802e8452e0f9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 25920aca2b464db88f179b3e1c6990e6 in term 1.
14:21:30.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.644160  1712 leader_election.cc:304] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6 [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: 25920aca2b464db88f179b3e1c6990e6, 402cf270d4b5410595d2802e8452e0f9; no voters: 
14:21:30.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.644352  1593 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "25920aca2b464db88f179b3e1c6990e6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f947c2d377fd43a29dcfe441a46256e0"
14:21:30.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.644415  1593 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f947c2d377fd43a29dcfe441a46256e0 [term 0 FOLLOWER]: Advancing to term 1
14:21:30.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.645160  1593 raft_consensus.cc:2468] T 00000000000000000000000000000000 P f947c2d377fd43a29dcfe441a46256e0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 25920aca2b464db88f179b3e1c6990e6 in term 1.
14:21:30.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.646188  1785 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6 [term 1 FOLLOWER]: Leader election won for term 1
14:21:30.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.646363  1785 raft_consensus.cc:697] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6 [term 1 LEADER]: Becoming Leader. State: Replica: 25920aca2b464db88f179b3e1c6990e6, State: Running, Role: LEADER
14:21:30.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.646447  1785 consensus_queue.cc:237] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6 [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: "f947c2d377fd43a29dcfe441a46256e0" member_type: VOTER last_known_addr { host: "127.1.129.126" port: 34021 } } peers { permanent_uuid: "402cf270d4b5410595d2802e8452e0f9" member_type: VOTER last_known_addr { host: "127.1.129.125" port: 38749 } } peers { permanent_uuid: "25920aca2b464db88f179b3e1c6990e6" member_type: VOTER last_known_addr { host: "127.1.129.124" port: 35465 } }
14:21:30.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.646803  1785 sys_catalog.cc:455] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 25920aca2b464db88f179b3e1c6990e6. Latest consensus state: current_term: 1 leader_uuid: "25920aca2b464db88f179b3e1c6990e6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f947c2d377fd43a29dcfe441a46256e0" member_type: VOTER last_known_addr { host: "127.1.129.126" port: 34021 } } peers { permanent_uuid: "402cf270d4b5410595d2802e8452e0f9" member_type: VOTER last_known_addr { host: "127.1.129.125" port: 38749 } } peers { permanent_uuid: "25920aca2b464db88f179b3e1c6990e6" member_type: VOTER last_known_addr { host: "127.1.129.124" port: 35465 } } }
14:21:30.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.646869  1785 sys_catalog.cc:458] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6 [sys.catalog]: This master's current role is: LEADER
14:21:30.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.647437  1823 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
14:21:30.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.647715  1823 catalog_manager.cc:1520] Initializing Kudu cluster ID...
14:21:30.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.650228  1664 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 402cf270d4b5410595d2802e8452e0f9 [term 1 FOLLOWER]: Refusing update from remote peer 25920aca2b464db88f179b3e1c6990e6: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:21:30.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.650425  1593 raft_consensus.cc:1275] T 00000000000000000000000000000000 P f947c2d377fd43a29dcfe441a46256e0 [term 1 FOLLOWER]: Refusing update from remote peer 25920aca2b464db88f179b3e1c6990e6: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:21:30.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.650890  1785 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f947c2d377fd43a29dcfe441a46256e0" member_type: VOTER last_known_addr { host: "127.1.129.126" port: 34021 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:21:30.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.651010  1785 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "402cf270d4b5410595d2802e8452e0f9" member_type: VOTER last_known_addr { host: "127.1.129.125" port: 38749 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:21:30.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.652292  1804 sys_catalog.cc:455] T 00000000000000000000000000000000 P f947c2d377fd43a29dcfe441a46256e0 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 25920aca2b464db88f179b3e1c6990e6. Latest consensus state: current_term: 1 leader_uuid: "25920aca2b464db88f179b3e1c6990e6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f947c2d377fd43a29dcfe441a46256e0" member_type: VOTER last_known_addr { host: "127.1.129.126" port: 34021 } } peers { permanent_uuid: "402cf270d4b5410595d2802e8452e0f9" member_type: VOTER last_known_addr { host: "127.1.129.125" port: 38749 } } peers { permanent_uuid: "25920aca2b464db88f179b3e1c6990e6" member_type: VOTER last_known_addr { host: "127.1.129.124" port: 35465 } } }
14:21:30.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.652385  1804 sys_catalog.cc:458] T 00000000000000000000000000000000 P f947c2d377fd43a29dcfe441a46256e0 [sys.catalog]: This master's current role is: FOLLOWER
14:21:30.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.653028  1767 sys_catalog.cc:455] T 00000000000000000000000000000000 P 402cf270d4b5410595d2802e8452e0f9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 25920aca2b464db88f179b3e1c6990e6. Latest consensus state: current_term: 1 leader_uuid: "25920aca2b464db88f179b3e1c6990e6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f947c2d377fd43a29dcfe441a46256e0" member_type: VOTER last_known_addr { host: "127.1.129.126" port: 34021 } } peers { permanent_uuid: "402cf270d4b5410595d2802e8452e0f9" member_type: VOTER last_known_addr { host: "127.1.129.125" port: 38749 } } peers { permanent_uuid: "25920aca2b464db88f179b3e1c6990e6" member_type: VOTER last_known_addr { host: "127.1.129.124" port: 35465 } } }
14:21:30.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.653112  1767 sys_catalog.cc:458] T 00000000000000000000000000000000 P 402cf270d4b5410595d2802e8452e0f9 [sys.catalog]: This master's current role is: FOLLOWER
14:21:30.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.654309  1785 sys_catalog.cc:455] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "25920aca2b464db88f179b3e1c6990e6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f947c2d377fd43a29dcfe441a46256e0" member_type: VOTER last_known_addr { host: "127.1.129.126" port: 34021 } } peers { permanent_uuid: "402cf270d4b5410595d2802e8452e0f9" member_type: VOTER last_known_addr { host: "127.1.129.125" port: 38749 } } peers { permanent_uuid: "25920aca2b464db88f179b3e1c6990e6" member_type: VOTER last_known_addr { host: "127.1.129.124" port: 35465 } } }
14:21:30.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.654381  1785 sys_catalog.cc:458] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6 [sys.catalog]: This master's current role is: LEADER
14:21:30.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.654897  1804 sys_catalog.cc:455] T 00000000000000000000000000000000 P f947c2d377fd43a29dcfe441a46256e0 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "25920aca2b464db88f179b3e1c6990e6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f947c2d377fd43a29dcfe441a46256e0" member_type: VOTER last_known_addr { host: "127.1.129.126" port: 34021 } } peers { permanent_uuid: "402cf270d4b5410595d2802e8452e0f9" member_type: VOTER last_known_addr { host: "127.1.129.125" port: 38749 } } peers { permanent_uuid: "25920aca2b464db88f179b3e1c6990e6" member_type: VOTER last_known_addr { host: "127.1.129.124" port: 35465 } } }
14:21:30.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.654978  1804 sys_catalog.cc:458] T 00000000000000000000000000000000 P f947c2d377fd43a29dcfe441a46256e0 [sys.catalog]: This master's current role is: FOLLOWER
14:21:30.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.655035  1824 mvcc.cc:204] Tried to move back new op lower bound from 7305299929700741120 to 7305299929688236032. Current Snapshot: MvccSnapshot[applied={T|T < 7305299929700741120}]
14:21:30.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.655462  1825 mvcc.cc:204] Tried to move back new op lower bound from 7305299929700741120 to 7305299929688236032. Current Snapshot: MvccSnapshot[applied={T|T < 7305299929700741120}]
14:21:30.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.655854  1823 catalog_manager.cc:1383] Generated new cluster ID: 53e1417acd6b498ca910822a89125f41
14:21:30.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.655908  1823 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
14:21:30.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.663553  1821 sys_catalog.cc:455] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "25920aca2b464db88f179b3e1c6990e6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f947c2d377fd43a29dcfe441a46256e0" member_type: VOTER last_known_addr { host: "127.1.129.126" port: 34021 } } peers { permanent_uuid: "402cf270d4b5410595d2802e8452e0f9" member_type: VOTER last_known_addr { host: "127.1.129.125" port: 38749 } } peers { permanent_uuid: "25920aca2b464db88f179b3e1c6990e6" member_type: VOTER last_known_addr { host: "127.1.129.124" port: 35465 } } }
14:21:30.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.663645  1821 sys_catalog.cc:458] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6 [sys.catalog]: This master's current role is: LEADER
14:21:30.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.664143  1767 sys_catalog.cc:455] T 00000000000000000000000000000000 P 402cf270d4b5410595d2802e8452e0f9 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "25920aca2b464db88f179b3e1c6990e6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f947c2d377fd43a29dcfe441a46256e0" member_type: VOTER last_known_addr { host: "127.1.129.126" port: 34021 } } peers { permanent_uuid: "402cf270d4b5410595d2802e8452e0f9" member_type: VOTER last_known_addr { host: "127.1.129.125" port: 38749 } } peers { permanent_uuid: "25920aca2b464db88f179b3e1c6990e6" member_type: VOTER last_known_addr { host: "127.1.129.124" port: 35465 } } }
14:21:30.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.664244  1767 sys_catalog.cc:458] T 00000000000000000000000000000000 P 402cf270d4b5410595d2802e8452e0f9 [sys.catalog]: This master's current role is: FOLLOWER
14:21:30.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.664719  1823 catalog_manager.cc:1406] Generated new certificate authority record
14:21:30.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.665580  1823 catalog_manager.cc:1540] Loading token signing keys...
14:21:30.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.673962  1823 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 25920aca2b464db88f179b3e1c6990e6: Generated new TSK 0
14:21:30.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.674324  1823 catalog_manager.cc:1550] Initializing in-progress tserver states...
14:21:30.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.674571  1823 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
14:21:30.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:30.674817  1823 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
14:21:30.737 [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.
14:21:30.744 [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.
14:21:30.744 [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.
14:21:30.810 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:21:30.815 [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/hive4416326004650623083/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=73cbab01-f027-468e-b28b-7110af5b7458, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.1.129.125:38749,127.1.129.124:35465,127.1.129.126:34021}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:21:30.817 [INFO - Metastore-Handler-Pool: Thread-156] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4416326004650623083/external-warehouse/table
14:21:30.900 [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	
14:21:30.932 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:3711) Skipping translation for processor with null
14:21:30.934 [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)	
14:21:30.936 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
14:21:30.938 [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/hive4416326004650623083/external-warehouse/legacy_table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:21:30.940 [INFO - Metastore-Handler-Pool: Thread-156] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4416326004650623083/external-warehouse/legacy_table
14:21:30.963 [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	
14:21:30.972 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:3711) Skipping translation for processor with null
14: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 alter_table: hive.default.table newtbl=table	
14:21:30.983 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:21:31.026 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
14:21:31.026 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:21:31.044 [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	
14:21:31.063 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:21:31.072 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
14:21:31.073 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:21:31.080 [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.
14:21:31.080 [DEBUG - Metastore-Handler-Pool: Thread-156] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
14:21:31.081 [DEBUG - Metastore-Handler-Pool: Thread-156] (Connection.java:748) [peer master-127.1.129.125:38749(127.1.129.125:38749)] connecting to peer
14:21:31.083 [DEBUG - Metastore-Handler-Pool: Thread-156] (Connection.java:748) [peer master-127.1.129.124:35465(127.1.129.124:35465)] connecting to peer
14:21:31.083 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.1.129.125:38749(127.1.129.125:38749)] Successfully connected to peer
14:21:31.087 [DEBUG - Metastore-Handler-Pool: Thread-156] (Connection.java:748) [peer master-127.1.129.126:34021(127.1.129.126:34021)] connecting to peer
14:21:31.089 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.1.129.124:35465(127.1.129.124:35465)] Successfully connected to peer
14:21:31.094 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.1.129.125
14:21:31.102 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.1.129.126:34021(127.1.129.126:34021)] Successfully connected to peer
14:21:31.107 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.1.129.124
14:21:31.114 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.1.129.126
14:21:31.130 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:21:31.130 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:21:31.135 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xced71eaf, L:/127.0.0.1:53354 - R:/127.1.129.125:38749] using SASL/PLAIN
14:21:31.135 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x5a0236ce, L:/127.0.0.1:40782 - R:/127.1.129.126:34021] using SASL/PLAIN
14:21:31.139 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:21:31.143 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xa8fdc993, L:/127.0.0.1:53262 - R:/127.1.129.124:35465] using SASL/PLAIN
14:21:31.146 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
14:21:31.147 [ERROR - Metastore-Handler-Pool: Thread-156] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
14:21:31.148 [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)

14:21:31.150 [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	
14:21:31.160 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:21:31.172 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
14:21:31.172 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:21:31.178 [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	
14:21:31.191 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:21:31.202 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
14:21:31.203 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:21:31.208 [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	
14:21:31.218 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:21:31.228 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
14:21:31.228 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:21:31.235 [ERROR - Metastore-Handler-Pool: Thread-156] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
14:21:31.236 [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)

14:21:31.237 [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	
14:21:31.247 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:21:31.260 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
14:21:31.260 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:21:31.264 [ERROR - Metastore-Handler-Pool: Thread-156] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
14:21:31.265 [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)

14:21:31.267 [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	
14:21:31.276 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:21:31.287 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
14:21:31.287 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:21:31.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	
14:21:31.301 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:21:31.312 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
14:21:31.312 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:21:31.325 [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	
14:21:31.334 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:21:31.334 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:21:31.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:31.336521  1781 catalog_manager.cc:1295] Loaded cluster ID: 53e1417acd6b498ca910822a89125f41
14:21:31.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:31.336606  1781 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 402cf270d4b5410595d2802e8452e0f9: loading cluster ID for follower catalog manager: success
14:21:31.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:31.337954  1781 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 402cf270d4b5410595d2802e8452e0f9: acquiring CA information for follower catalog manager: success
14:21:31.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:31.338265  1781 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 402cf270d4b5410595d2802e8452e0f9: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:21:31.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:31.338418  1778 client.h:372] Failed to connect to Hive Metastore (localhost:46785): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:21:31.345 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
14:21:31.345 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:21:31.349 [ERROR - Metastore-Handler-Pool: Thread-156] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
14:21:31.350 [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)

14:21:31.352 [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	
14:21:31.361 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:21:31.370 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
14:21:31.370 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:21:31.373 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:21:31.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:31.373984  1796 client.h:372] Failed to connect to Hive Metastore (localhost:46785): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:21:31.376 [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	
14:21:31.386 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:21:31.400 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
14:21:31.400 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14: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	
14:21:31.414 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:21:31.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:31.417709  1818 catalog_manager.cc:1295] Loaded cluster ID: 53e1417acd6b498ca910822a89125f41
14:21:31.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:31.417800  1818 catalog_manager.cc:1588] T 00000000000000000000000000000000 P f947c2d377fd43a29dcfe441a46256e0: loading cluster ID for follower catalog manager: success
14:21:31.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:31.419145  1818 catalog_manager.cc:1610] T 00000000000000000000000000000000 P f947c2d377fd43a29dcfe441a46256e0: acquiring CA information for follower catalog manager: success
14:21:31.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:31.419476  1818 catalog_manager.cc:1638] T 00000000000000000000000000000000 P f947c2d377fd43a29dcfe441a46256e0: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:21:31.422 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
14:21:31.422 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:21:31.428 [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	
14:21:31.438 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:21:31.436 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:21:31.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:31.439810  1815 client.h:372] Failed to connect to Hive Metastore (localhost:46785): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:21:31.447 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
14:21:31.448 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:21:31.521 [ERROR - Metastore-Handler-Pool: Thread-156] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
14:21:31.524 [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)

14:21:31.525 [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	
14:21:31.547 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:21:31.564 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
14:21:31.564 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:21:31.576 [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	
14:21:31.585 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:21:31.594 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
14:21:31.595 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:21:31.603 [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	
14:21:31.612 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:21:31.622 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
14:21:31.622 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:21:31.629 [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	
14:21:31.638 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:3711) Skipping translation for processor with null
14:21:31.639 [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	
14:21:31.741 [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.
14:21:31.859 [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.
14:21:31.898 [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.
14:21:32.041 [WARN - Metastore-Handler-Pool: Thread-156] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive4416326004650623083/warehouse/default/table
14:21:32.042 [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)	
14:21:32.044 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:21:32.046 [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/hive4416326004650623083/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:21:32.047 [WARN - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:2452) Location: file:/tmp/hive4416326004650623083/external-warehouse/table specified for non-external table:table
14:21:32.048 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
14:21:32.048 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:21:32.067 [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	
14:21:32.084 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:3711) Skipping translation for processor with null
14:21:32.085 [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	
14:21:32.094 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:21:32.109 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
14:21:32.109 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:21:32.112 [ERROR - Metastore-Handler-Pool: Thread-156] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
14:21:32.113 [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)

14:21:32.114 [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	
14:21:32.122 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:21:32.130 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
14:21:32.130 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:21:32.132 [ERROR - Metastore-Handler-Pool: Thread-156] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
14:21:32.134 [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)

14:21:32.134 [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	
14:21:32.142 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:21:32.149 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
14:21:32.149 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:21:32.154 [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	
14:21:32.160 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
14:21:32.167 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
14:21:32.168 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
14:21:32.173 [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	
14:21:32.180 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:3711) Skipping translation for processor with null
14:21:32.181 [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	
14:21:32.223 [INFO - Metastore-Handler-Pool: Thread-156] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
14:21:32.225 [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=73cbab01-f027-468e-b28b-7110af5b7458, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.1.129.125:38749,127.1.129.124:35465,127.1.129.126:34021}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:21:32.227 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:21:32.228 [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/hive4416326004650623083/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=73cbab01-f027-468e-b28b-7110af5b7458, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.1.129.125:38749,127.1.129.124:35465,127.1.129.126:34021}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:21:32.229 [INFO - Metastore-Handler-Pool: Thread-156] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4416326004650623083/external-warehouse/table
14:21:32.249 [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	
14:21:32.257 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:3711) Skipping translation for processor with null
14:21:32.258 [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	
14:21:32.265 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:21:32.273 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
14:21:32.274 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:21:32.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.table	
14:21:32.285 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:3711) Skipping translation for processor with null
14:21:32.286 [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	
14:21:32.317 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
14:21:32.318 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
14:21:32.318 [INFO - Metastore-Handler-Pool: Thread-156] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@65faf051, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4fda3765 will be shutdown
14:21:32.318 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
14:21:32.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:32.318233  1541 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxZRYiw/build/release/bin/kudu with pid 1552
14:21:32.325 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.1.129.126:34021(127.1.129.126:34021)] handling channelInactive
14:21:32.325 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.1.129.126:34021(127.1.129.126:34021)] cleaning up while in state READY due to: connection closed
14:21:32.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:32.326272  1541 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxZRYiw/build/release/bin/kudu with pid 1622
14:21:32.333 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.1.129.125:38749(127.1.129.125:38749)] handling channelInactive
14:21:32.333 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.1.129.125:38749(127.1.129.125:38749)] cleaning up while in state READY due to: connection closed
14:21:32.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:32.332695  1541 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxZRYiw/build/release/bin/kudu with pid 1693
14:21:32.339 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.1.129.124:35465(127.1.129.124:35465)] handling channelInactive
14:21:32.339 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.1.129.124:35465(127.1.129.124:35465)] cleaning up while in state READY due to: connection closed
14:21:32.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:21:32Z chronyd exiting
.14:21:32.383 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:21:32.383 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:21:32.384 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:21:32.408 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive1968282600543277630
14:21:32.408 [INFO - Thread-118] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
14:21:32.409 [INFO - Thread-118] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
14:21:32.410 [INFO - Thread-118] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:21:32.410 [INFO - Thread-118] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:21:32.410 [INFO - Thread-118] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
14:21:32.411 [INFO - Thread-118] (HikariDataSource.java:350) objectstore - Shutdown initiated...
14:21:32.413 [INFO - Thread-118] (HikariDataSource.java:352) objectstore - Shutdown completed.
14:21:32.413 [INFO - Thread-118] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
14:21:32.414 [INFO - Thread-118] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
14:21:32.414 [INFO - Thread-118] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
14:21:32.415 [INFO - Thread-118] (HikariDataSource.java:80) objectstore - Starting...
14:21:32.476 [INFO - Thread-118] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:21:32.477 [INFO - Thread-118] (HikariDataSource.java:82) objectstore - Start completed.
14:21:32.478 [INFO - Thread-118] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
14:21:32.479 [INFO - Thread-118] (HikariDataSource.java:80) objectstore-secondary - Starting...
14:21:32.481 [INFO - Thread-118] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:21:32.481 [INFO - Thread-118] (HikariDataSource.java:82) objectstore-secondary - Start completed.
14:21:32.494 [INFO - Thread-118] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
14:21:32.494 [INFO - Thread-118] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
14:21:32.494 [INFO - Thread-118] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
14:21:32.515 [WARN - Thread-118] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:32.516 [WARN - Thread-118] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:32.516 [WARN - Thread-118] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:32.517 [WARN - Thread-118] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:32.517 [WARN - Thread-118] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:32.517 [WARN - Thread-118] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:32.707 [INFO - Thread-118] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
14:21:32.707 [INFO - Thread-118] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@904ae10, with PersistenceManager: null will be shutdown
14:21:32.708 [INFO - Thread-118] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@904ae10, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@25908025 created in the thread with id: 172
14:21:32.709 [WARN - Thread-118] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
14:21:32.710 [INFO - Thread-118] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@904ae10
14:21:32.808 [INFO - Thread-118] (HMSHandler.java:595) Started creating a default database with name: default
14:21:32.824 [INFO - Thread-118] (HMSHandler.java:605) Successfully created a default database with name: default
14:21:32.848 [INFO - Thread-118] (HMSHandler.java:668) Added admin role in metastore
14:21:32.849 [INFO - Thread-118] (HMSHandler.java:677) Added public role in metastore
14:21:32.875 [INFO - Thread-118] (HMSHandler.java:717) No user is added in admin role, since config is empty
14:21:32.876 [INFO - Thread-118] (HMSHandler.java:404) HMS server filtering is disabled by configuration
14:21:32.876 [INFO - Thread-118] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
14:21:32.877 [INFO - Thread-118] (HiveMetaStore.java:697) Direct SQL optimization = true
14:21:32.877 [WARN - Thread-118] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
14:21:32.877 [INFO - Thread-118] (HiveMetaStore.java:632) Started the new metaserver on port [43721]...
14:21:32.877 [INFO - Thread-118] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
14:21:32.877 [INFO - Thread-118] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
14:21:32.877 [INFO - Thread-118] (HiveMetaStore.java:635) TCP keepalive = true
14:21:32.877 [INFO - Thread-118] (HiveMetaStore.java:636) Enable SSL = false
14:21:33.410 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:21:33.410 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:21:33.410 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:21:33.412 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
14:21:33.413 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:43721]
14:21:33.413 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:43721) in binary transport mode
14:21:33.413 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:43721) current connections: 1
14:21:33.415 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskxZRYiw/test-tmp
14:21:33.415 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
14:21:33.415 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskxZRYiw/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
14:21:33.418 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:43721"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

14:21:33.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.491305  1876 mini_oidc.cc:150] Starting JWKS server
14:21:33.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.491755  1876 webserver.cc:533] Webserver started at http://127.0.0.1:34739/ using document root <none> and password file <none>
14:21:33.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.491853  1876 mini_oidc.cc:186] Starting OIDC Discovery server
14:21:33.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.492013  1876 webserver.cc:533] Webserver started at http://127.0.0.1:40959/ using document root <none> and password file <none>
14:21:33.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:21:33Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
14:21:33.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:21:33Z Disabled control of system clock
14:21:33.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.501870  1876 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:33.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:33.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-0/wal
14:21:33.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-0/data
14:21:33.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:21:33.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:21:33.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:21:33.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:33.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:33.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:33.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-0/logs
14:21:33.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-0/data/info.pb
14:21:33.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:33.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:21:33.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:21:33.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:21:33.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:21:33.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:33.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:33.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:33.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:21:33.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:21:33.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:33.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:33.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.213.62:45329
14:21:33.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.213.62
14:21:33.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:33.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.213.20:41995
14:21:33.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:33.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:33.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:33.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:33.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.213.62:45329,127.1.213.61:42301,127.1.213.60:34209
14:21:33.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:33.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34739/jwks.json
14:21:33.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43721 with env {}
14:21:33.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.574857  1887 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:21:33.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.575006  1887 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:21:33.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.575026  1887 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:21:33.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.576414  1887 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:21:33.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.576457  1887 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:21:33.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.576471  1887 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:21:33.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.576483  1887 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:21:33.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.576495  1887 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:21:33.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.576507  1887 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34739/jwks.json
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.577916  1887 master_runner.cc:387] Master server non-default flags:
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.213.20:41995
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-0/data
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-0/wal
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43721
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.213.62:45329,127.1.213.61:42301,127.1.213.60:34209
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.213.62:45329
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34739/jwks.json
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-0/data/info.pb
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.213.62
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.1887
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-0/logs
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:26 UTC on e7f111948823
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16862
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.578075  1887 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:21:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.578233  1887 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:21:33.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.580482  1893 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:33.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.580509  1892 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:33.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.580495  1895 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:33.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.580555  1887 server_base.cc:1061] running on GCE node
14:21:33.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.581063  1887 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:21:33.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.581244  1887 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:21:33.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.582368  1887 hybrid_clock.cc:648] HybridClock initialized: now 1783520493582358 us; error 31 us; skew 500 ppm
14:21:33.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.583319  1887 webserver.cc:533] Webserver started at http://127.1.213.62:41189/ using document root <none> and password file <none>
14:21:33.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.583457  1887 fs_manager.cc:362] Metadata directory not provided
14:21:33.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.583495  1887 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:21:33.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.583562  1887 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:21:33.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.584316  1887 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-0/data/instance:
14:21:33.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ad47c2192fba49e0a3c1564ebc63b162"
14:21:33.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:33 on dist-test-slave-gws2"
14:21:33.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.584610  1887 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-0/wal/instance:
14:21:33.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ad47c2192fba49e0a3c1564ebc63b162"
14:21:33.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:33 on dist-test-slave-gws2"
14:21:33.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.585736  1887 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
14:21:33.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.586292  1901 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:21:33.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.586499  1887 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
14:21:33.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.586580  1887 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-0/data,/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-0/wal
14:21:33.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ad47c2192fba49e0a3c1564ebc63b162"
14:21:33.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:33 on dist-test-slave-gws2"
14:21:33.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.586633  1887 fs_report.cc:389] FS layout report
14:21:33.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:21:33.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-0/wal
14:21:33.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-0/wal
14:21:33.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-0/data/data
14:21:33.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:21:33.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:21:33.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:21:33.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:21:33.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:21:33.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:21:33.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:21:33.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:21:33.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:21:33.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:21:33.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:21:33.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.607404  1887 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:21:33.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.607760  1887 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:21:33.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.607908  1887 kserver.cc:163] Server-wide thread pool size limit: 3276
14:21:33.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.611775  1887 rpc_server.cc:307] RPC server started. Bound to: 127.1.213.62:45329
14:21:33.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.611807  1953 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.213.62:45329 every 8 connection(s)
14:21:33.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.612190  1887 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-0/data/info.pb
14:21:33.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.612711  1954 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:21:33.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.613855  1954 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.213.62" port: 45329 } has no permanent_uuid. Determining permanent_uuid...
14:21:33.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.615767  1876 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxZRYiw/build/release/bin/kudu as pid 1887
14:21:33.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.615875  1876 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-0/wal/instance
14:21:33.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.616603  1876 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:33.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:33.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-1/wal
14:21:33.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-1/data
14:21:33.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:21:33.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:21:33.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:21:33.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:33.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:33.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:33.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-1/logs
14:21:33.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-1/data/info.pb
14:21:33.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:33.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:21:33.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:21:33.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:21:33.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:21:33.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:33.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:33.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:33.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:21:33.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:21:33.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:33.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:33.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.213.61:42301
14:21:33.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.213.61
14:21:33.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:33.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.213.20:41995
14:21:33.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:33.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:33.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:33.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:33.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.213.62:45329,127.1.213.61:42301,127.1.213.60:34209
14:21:33.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:33.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34739/jwks.json
14:21:33.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43721 with env {}
14:21:33.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.618853  1954 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.213.61" port: 42301 } has no permanent_uuid. Determining permanent_uuid...
14:21:33.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.619205  1904 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.1.213.61:42301: connect: Connection refused (error 111)
14:21:33.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.619633  1954 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.213.61:42301: Network error: Client connection negotiation failed: client connection to 127.1.213.61:42301: connect: Connection refused (error 111)
14:21:33.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.668856  1954 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.213.61" port: 42301 } attempt: 1
14:21:33.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.669827  1954 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.213.61:42301: Network error: Client connection negotiation failed: client connection to 127.1.213.61:42301: connect: Connection refused (error 111)
14:21:33.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.694329  1957 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:21:33.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.694511  1957 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:21:33.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.694530  1957 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:21:33.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.696045  1957 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:21:33.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.696089  1957 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:21:33.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.696103  1957 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:21:33.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.696115  1957 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:21:33.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.696127  1957 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:21:33.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.696138  1957 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34739/jwks.json
14:21:33.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.697870  1957 master_runner.cc:387] Master server non-default flags:
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.213.20:41995
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-1/data
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-1/wal
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43721
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.213.62:45329,127.1.213.61:42301,127.1.213.60:34209
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.213.61:42301
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34739/jwks.json
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-1/data/info.pb
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.213.61
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.1957
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-1/logs
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:26 UTC on e7f111948823
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16862
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.698071  1957 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:21:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.698238  1957 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:21:33.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.700606  1964 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:33.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.700614  1963 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:33.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.700644  1957 server_base.cc:1061] running on GCE node
14:21:33.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.700620  1966 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:33.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.701274  1957 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:21:33.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.701483  1957 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:21:33.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.702628  1957 hybrid_clock.cc:648] HybridClock initialized: now 1783520493702610 us; error 30 us; skew 500 ppm
14:21:33.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.703662  1957 webserver.cc:533] Webserver started at http://127.1.213.61:41941/ using document root <none> and password file <none>
14:21:33.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.703876  1957 fs_manager.cc:362] Metadata directory not provided
14:21:33.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.703946  1957 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:21:33.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.704051  1957 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:21:33.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.704887  1957 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-1/data/instance:
14:21:33.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "436cbc51ecc644bbb2755a43857b5139"
14:21:33.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:33 on dist-test-slave-gws2"
14:21:33.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.705251  1957 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-1/wal/instance:
14:21:33.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "436cbc51ecc644bbb2755a43857b5139"
14:21:33.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:33 on dist-test-slave-gws2"
14:21:33.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.706511  1957 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
14:21:33.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.707185  1972 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:21:33.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.707353  1957 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.000s
14:21:33.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.707461  1957 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-1/data,/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-1/wal
14:21:33.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "436cbc51ecc644bbb2755a43857b5139"
14:21:33.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:33 on dist-test-slave-gws2"
14:21:33.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.707520  1957 fs_report.cc:389] FS layout report
14:21:33.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:21:33.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-1/wal
14:21:33.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-1/wal
14:21:33.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-1/data/data
14:21:33.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:21:33.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:21:33.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:21:33.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:21:33.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:21:33.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:21:33.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:21:33.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:21:33.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:21:33.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:21:33.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:21:33.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.719673  1957 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:21:33.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.719983  1957 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:21:33.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.720124  1957 kserver.cc:163] Server-wide thread pool size limit: 3276
14:21:33.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.724228  1957 rpc_server.cc:307] RPC server started. Bound to: 127.1.213.61:42301
14:21:33.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.724251  2024 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.213.61:42301 every 8 connection(s)
14:21:33.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.724598  1957 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-1/data/info.pb
14:21:33.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.725100  2025 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:21:33.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.726253  2025 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.213.62" port: 45329 } has no permanent_uuid. Determining permanent_uuid...
14:21:33.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.730387  2025 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.213.61" port: 42301 } has no permanent_uuid. Determining permanent_uuid...
14:21:33.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.731348  1876 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxZRYiw/build/release/bin/kudu as pid 1957
14:21:33.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.731453  1876 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-1/wal/instance
14:21:33.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.731845  1876 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:33.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:33.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-2/wal
14:21:33.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-2/data
14:21:33.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:21:33.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:21:33.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:21:33.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:33.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:33.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:33.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-2/logs
14:21:33.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-2/data/info.pb
14:21:33.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:33.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:21:33.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:21:33.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:21:33.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:21:33.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:33.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:33.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:33.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:21:33.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:21:33.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:33.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:33.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.213.60:34209
14:21:33.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.213.60
14:21:33.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:33.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.213.20:41995
14:21:33.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:33.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:33.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:33.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:33.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.213.62:45329,127.1.213.61:42301,127.1.213.60:34209
14:21:33.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:33.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34739/jwks.json
14:21:33.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43721 with env {}
14:21:33.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.734407  2025 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.213.60" port: 34209 } has no permanent_uuid. Determining permanent_uuid...
14:21:33.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.734773  1975 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.1.213.60:34209: connect: Connection refused (error 111)
14:21:33.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.735193  2025 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.213.60:34209: Network error: Client connection negotiation failed: client connection to 127.1.213.60:34209: connect: Connection refused (error 111)
14:21:33.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.737995  1954 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.213.61" port: 42301 } attempt: 2
14:21:33.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.740839  1954 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.213.60" port: 34209 } has no permanent_uuid. Determining permanent_uuid...
14:21:33.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.741398  1954 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.213.60:34209: Network error: Client connection negotiation failed: client connection to 127.1.213.60:34209: connect: Connection refused (error 111)
14:21:33.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.784363  2025 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.213.60" port: 34209 } attempt: 1
14:21:33.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.784591  1954 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.213.60" port: 34209 } attempt: 1
14:21:33.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.785256  2025 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.213.60:34209: Network error: Client connection negotiation failed: client connection to 127.1.213.60:34209: connect: Connection refused (error 111)
14:21:33.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.785349  1954 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.213.60:34209: Network error: Client connection negotiation failed: client connection to 127.1.213.60:34209: connect: Connection refused (error 111)
14:21:33.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.808193  2028 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:21:33.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.808341  2028 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:21:33.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.808359  2028 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:21:33.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.810158  2028 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:21:33.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.810240  2028 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:21:33.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.810264  2028 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:21:33.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.810286  2028 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:21:33.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.810299  2028 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:21:33.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.810315  2028 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34739/jwks.json
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.811985  2028 master_runner.cc:387] Master server non-default flags:
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.213.20:41995
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-2/data
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-2/wal
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43721
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.213.62:45329,127.1.213.61:42301,127.1.213.60:34209
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.213.60:34209
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34739/jwks.json
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-2/data/info.pb
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.213.60
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2028
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-2/logs
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:21:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:21:33.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:21:33.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:21:33.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:26 UTC on e7f111948823
14:21:33.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16862
14:21:33.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.812160  2028 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:21:33.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.812325  2028 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:21:33.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.814565  2037 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:33.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.814584  2034 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:33.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.814704  2028 server_base.cc:1061] running on GCE node
14:21:33.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.814558  2035 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:33.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.815176  2028 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:21:33.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.815440  2028 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:21:33.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.816594  2028 hybrid_clock.cc:648] HybridClock initialized: now 1783520493816576 us; error 33 us; skew 500 ppm
14:21:33.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.817721  2028 webserver.cc:533] Webserver started at http://127.1.213.60:38121/ using document root <none> and password file <none>
14:21:33.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.817929  2028 fs_manager.cc:362] Metadata directory not provided
14:21:33.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.818012  2028 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:21:33.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.818123  2028 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:21:33.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.818998  2028 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-2/data/instance:
14:21:33.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9738f938bc5948e0aa005614d3609677"
14:21:33.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:33 on dist-test-slave-gws2"
14:21:33.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.819348  2028 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-2/wal/instance:
14:21:33.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9738f938bc5948e0aa005614d3609677"
14:21:33.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:33 on dist-test-slave-gws2"
14:21:33.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.820593  2028 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
14:21:33.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.821308  2043 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:21:33.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.821514  2028 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
14:21:33.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.821592  2028 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-2/data,/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-2/wal
14:21:33.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9738f938bc5948e0aa005614d3609677"
14:21:33.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:33 on dist-test-slave-gws2"
14:21:33.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.821645  2028 fs_report.cc:389] FS layout report
14:21:33.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:21:33.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-2/wal
14:21:33.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-2/wal
14:21:33.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-2/data/data
14:21:33.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:21:33.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:21:33.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:21:33.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:21:33.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:21:33.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:21:33.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:21:33.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:21:33.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:21:33.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:21:33.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:21:33.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.830318  2028 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:21:33.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.830632  2028 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:21:33.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.830794  2028 kserver.cc:163] Server-wide thread pool size limit: 3276
14:21:33.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.832508  1954 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.213.60" port: 34209 } attempt: 2
14:21:33.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.833369  1954 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.213.60:34209: Network error: Client connection negotiation failed: client connection to 127.1.213.60:34209: connect: Connection refused (error 111)
14:21:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.834911  2028 rpc_server.cc:307] RPC server started. Bound to: 127.1.213.60:34209
14:21:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.834941  2095 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.213.60:34209 every 8 connection(s)
14:21:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.835196  2028 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-2/data/info.pb
14:21:33.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.835667  2096 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:21:33.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.836058  1876 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxZRYiw/build/release/bin/kudu as pid 2028
14:21:33.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.836117  1876 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster1882615194942621183/master-2/wal/instance
14:21:33.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.837149  2096 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.213.62" port: 45329 } has no permanent_uuid. Determining permanent_uuid...
14:21:33.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.841544  2096 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.213.61" port: 42301 } has no permanent_uuid. Determining permanent_uuid...
14:21:33.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.844456  2096 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.213.60" port: 34209 } has no permanent_uuid. Determining permanent_uuid...
14:21:33.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.848250  2096 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9738f938bc5948e0aa005614d3609677: Bootstrap starting.
14:21:33.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.848850  2096 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9738f938bc5948e0aa005614d3609677: Neither blocks nor log segments found. Creating new log.
14:21:33.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.849125  2096 log.cc:826] T 00000000000000000000000000000000 P 9738f938bc5948e0aa005614d3609677: Log is configured to *not* fsync() on all Append() calls
14:21:33.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.849165  1876 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
14:21:33.849 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:21:33.850 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

14:21:33.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.849782  2096 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9738f938bc5948e0aa005614d3609677: No bootstrap required, opened a new log
14:21:33.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.851298  2096 raft_consensus.cc:359] T 00000000000000000000000000000000 P 9738f938bc5948e0aa005614d3609677 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad47c2192fba49e0a3c1564ebc63b162" member_type: VOTER last_known_addr { host: "127.1.213.62" port: 45329 } } peers { permanent_uuid: "436cbc51ecc644bbb2755a43857b5139" member_type: VOTER last_known_addr { host: "127.1.213.61" port: 42301 } } peers { permanent_uuid: "9738f938bc5948e0aa005614d3609677" member_type: VOTER last_known_addr { host: "127.1.213.60" port: 34209 } }
14:21:33.850 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.1.213.62"
      port: 45329
    }
    bound_http_address {
      host: "127.1.213.62"
      port: 41189
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.1.213.61"
      port: 42301
    }
    bound_http_address {
      host: "127.1.213.61"
      port: 41941
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.1.213.60"
      port: 34209
    }
    bound_http_address {
      host: "127.1.213.60"
      port: 38121
    }
  }
}

14:21:33.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.851737  2096 raft_consensus.cc:385] T 00000000000000000000000000000000 P 9738f938bc5948e0aa005614d3609677 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:21:33.851 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

14:21:33.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.851930  2096 raft_consensus.cc:740] T 00000000000000000000000000000000 P 9738f938bc5948e0aa005614d3609677 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9738f938bc5948e0aa005614d3609677, State: Initialized, Role: FOLLOWER
14:21:33.852 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:21:33.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.852057  2096 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9738f938bc5948e0aa005614d3609677 [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: "ad47c2192fba49e0a3c1564ebc63b162" member_type: VOTER last_known_addr { host: "127.1.213.62" port: 45329 } } peers { permanent_uuid: "436cbc51ecc644bbb2755a43857b5139" member_type: VOTER last_known_addr { host: "127.1.213.61" port: 42301 } } peers { permanent_uuid: "9738f938bc5948e0aa005614d3609677" member_type: VOTER last_known_addr { host: "127.1.213.60" port: 34209 } }
14:21:33.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.852399  2096 sys_catalog.cc:565] T 00000000000000000000000000000000 P 9738f938bc5948e0aa005614d3609677 [sys.catalog]: configured and running, proceeding with master startup.
14:21:33.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.852840  2101 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9738f938bc5948e0aa005614d3609677 [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: "ad47c2192fba49e0a3c1564ebc63b162" member_type: VOTER last_known_addr { host: "127.1.213.62" port: 45329 } } peers { permanent_uuid: "436cbc51ecc644bbb2755a43857b5139" member_type: VOTER last_known_addr { host: "127.1.213.61" port: 42301 } } peers { permanent_uuid: "9738f938bc5948e0aa005614d3609677" member_type: VOTER last_known_addr { host: "127.1.213.60" port: 34209 } } }
14:21:33.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.852932  2101 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9738f938bc5948e0aa005614d3609677 [sys.catalog]: This master's current role is: FOLLOWER
14:21:33.853 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
14:21:33.856 [INFO - Metastore-Handler-Pool: Thread-195] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:21:33.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.853317  1876 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxZRYiw/build/release/bin/kudu with pid 1887
14:21:33.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.853645  2025 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.213.60" port: 34209 } attempt: 2
14:21:33.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.855196  2115 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 9738f938bc5948e0aa005614d3609677: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:21:33.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.855569  2115 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:21:33.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.856562  2112 client.h:372] Failed to connect to Hive Metastore (localhost:43721): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:21:33.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.858369  2025 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 436cbc51ecc644bbb2755a43857b5139: Bootstrap starting.
14:21:33.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.859117  2025 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 436cbc51ecc644bbb2755a43857b5139: Neither blocks nor log segments found. Creating new log.
14:21:33.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:33.859406  2046 connection.cc:573] client connection to 127.1.213.62:45329 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
14:21:33.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.859416  2025 log.cc:826] T 00000000000000000000000000000000 P 436cbc51ecc644bbb2755a43857b5139: Log is configured to *not* fsync() on all Append() calls
14:21:33.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.859965  1876 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxZRYiw/build/release/bin/kudu with pid 1957
14:21:33.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.859508  2028 master_runner.cc:187] Error getting master registration for 127.1.213.62:45329: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107), 
14:21:33.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.860963  2028 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:21:33.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:33.864666  1876 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxZRYiw/build/release/bin/kudu with pid 2028
14:21:33.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:21:33Z chronyd exiting
.14:21:33.909 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:21:33.910 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:21:33.910 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:21:33.925 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive15525095102340396606
14:21:33.926 [INFO - Thread-135] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
14:21:33.926 [INFO - Thread-135] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
14:21:33.928 [INFO - Thread-135] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:21:33.928 [INFO - Thread-135] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:21:33.928 [INFO - Thread-135] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
14:21:33.928 [INFO - Thread-135] (HikariDataSource.java:350) objectstore - Shutdown initiated...
14:21:33.930 [INFO - Thread-135] (HikariDataSource.java:352) objectstore - Shutdown completed.
14:21:33.930 [INFO - Thread-135] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
14:21:33.931 [INFO - Thread-135] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
14:21:33.931 [INFO - Thread-135] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
14:21:33.932 [INFO - Thread-135] (HikariDataSource.java:80) objectstore - Starting...
14:21:33.990 [INFO - Thread-135] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:21:33.990 [INFO - Thread-135] (HikariDataSource.java:82) objectstore - Start completed.
14:21:33.990 [INFO - Thread-135] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
14:21:33.992 [INFO - Thread-135] (HikariDataSource.java:80) objectstore-secondary - Starting...
14:21:33.994 [INFO - Thread-135] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:21:33.994 [INFO - Thread-135] (HikariDataSource.java:82) objectstore-secondary - Start completed.
14:21:34.006 [INFO - Thread-135] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
14:21:34.006 [INFO - Thread-135] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
14:21:34.006 [INFO - Thread-135] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
14:21:34.026 [WARN - Thread-135] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:34.027 [WARN - Thread-135] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:34.027 [WARN - Thread-135] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:34.028 [WARN - Thread-135] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:34.028 [WARN - Thread-135] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:34.028 [WARN - Thread-135] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:21:34.205 [INFO - Thread-135] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
14:21:34.205 [INFO - Thread-135] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@12a68453, with PersistenceManager: null will be shutdown
14:21:34.206 [INFO - Thread-135] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@12a68453, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@de734d9 created in the thread with id: 196
14:21:34.207 [WARN - Thread-135] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
14:21:34.208 [INFO - Thread-135] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@12a68453
14:21:34.301 [INFO - Thread-135] (HMSHandler.java:595) Started creating a default database with name: default
14:21:34.312 [INFO - Thread-135] (HMSHandler.java:605) Successfully created a default database with name: default
14:21:34.331 [INFO - Thread-135] (HMSHandler.java:668) Added admin role in metastore
14:21:34.332 [INFO - Thread-135] (HMSHandler.java:677) Added public role in metastore
14:21:34.359 [INFO - Thread-135] (HMSHandler.java:717) No user is added in admin role, since config is empty
14:21:34.360 [INFO - Thread-135] (HMSHandler.java:404) HMS server filtering is disabled by configuration
14:21:34.360 [INFO - Thread-135] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
14:21:34.361 [INFO - Thread-135] (HiveMetaStore.java:697) Direct SQL optimization = true
14:21:34.361 [WARN - Thread-135] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
14:21:34.361 [INFO - Thread-135] (HiveMetaStore.java:632) Started the new metaserver on port [45561]...
14:21:34.361 [INFO - Thread-135] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
14:21:34.361 [INFO - Thread-135] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
14:21:34.361 [INFO - Thread-135] (HiveMetaStore.java:635) TCP keepalive = true
14:21:34.362 [INFO - Thread-135] (HiveMetaStore.java:636) Enable SSL = false
14:21:34.927 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:21:34.928 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:21:34.928 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:21:34.929 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
14:21:34.929 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:45561]
14:21:34.929 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:45561) in binary transport mode
14:21:34.930 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:45561) current connections: 1
14:21:34.940 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskxZRYiw/test-tmp
14:21:34.940 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
14:21:34.940 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskxZRYiw/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
14:21:34.943 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

14:21:35.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.019275  2142 mini_oidc.cc:150] Starting JWKS server
14:21:35.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.019771  2142 webserver.cc:533] Webserver started at http://127.0.0.1:39185/ using document root <none> and password file <none>
14:21:35.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.019851  2142 mini_oidc.cc:186] Starting OIDC Discovery server
14:21:35.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.019994  2142 webserver.cc:533] Webserver started at http://127.0.0.1:44063/ using document root <none> and password file <none>
14:21:35.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:21:35Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
14:21:35.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:21:35Z Disabled control of system clock
14:21:35.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.030469  2142 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:35.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:35.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-0/wal
14:21:35.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-0/data
14:21:35.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:21:35.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:21:35.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:21:35.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:35.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:35.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:35.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-0/logs
14:21:35.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-0/data/info.pb
14:21:35.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:35.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:21:35.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:21:35.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:21:35.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:21:35.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:35.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:35.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:35.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:21:35.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:21:35.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:35.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:35.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.23.190:39931
14:21:35.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.23.190
14:21:35.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:35.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.23.148:33677
14:21:35.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:35.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:35.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:35.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:35.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.23.190:39931,127.2.23.189:40463,127.2.23.188:35661
14:21:35.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:35.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39185/jwks.json with env {}
14:21:35.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.104862  2153 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:21:35.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.105158  2153 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:21:35.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.105181  2153 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:21:35.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.106601  2153 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:21:35.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.106638  2153 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:21:35.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.106698  2153 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:21:35.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.106724  2153 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:21:35.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.106736  2153 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:21:35.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.106748  2153 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39185/jwks.json
14:21:35.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.108206  2153 master_runner.cc:387] Master server non-default flags:
14:21:35.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:35.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.23.148:33677
14:21:35.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:35.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:35.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-0/data
14:21:35.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-0/wal
14:21:35.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:35.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.23.190:39931,127.2.23.189:40463,127.2.23.188:35661
14:21:35.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:35.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:35.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:35.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.23.190:39931
14:21:35.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:35.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:21:35.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:35.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39185/jwks.json
14:21:35.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:35.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:35.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-0/data/info.pb
14:21:35.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.23.190
14:21:35.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:35.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:21:35.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2153
14:21:35.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:35.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:21:35.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:21:35.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:35.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-0/logs
14:21:35.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:35.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:21:35.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:21:35.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:21:35.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:21:35.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:21:35.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:21:35.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:26 UTC on e7f111948823
14:21:35.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16862
14:21:35.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.108392  2153 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:21:35.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.108561  2153 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:21:35.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.111018  2159 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:35.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.111066  2153 server_base.cc:1061] running on GCE node
14:21:35.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.111034  2161 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:35.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.111037  2158 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:35.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.111613  2153 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:21:35.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.111856  2153 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:21:35.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.113008  2153 hybrid_clock.cc:648] HybridClock initialized: now 1783520495112991 us; error 35 us; skew 500 ppm
14:21:35.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.114197  2153 webserver.cc:533] Webserver started at http://127.2.23.190:40939/ using document root <none> and password file <none>
14:21:35.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.114389  2153 fs_manager.cc:362] Metadata directory not provided
14:21:35.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.114440  2153 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:21:35.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.114527  2153 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:21:35.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.115538  2153 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-0/data/instance:
14:21:35.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "16345f322d3f48799e64081a6a2168ae"
14:21:35.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:35 on dist-test-slave-gws2"
14:21:35.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.115880  2153 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-0/wal/instance:
14:21:35.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "16345f322d3f48799e64081a6a2168ae"
14:21:35.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:35 on dist-test-slave-gws2"
14:21:35.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.117197  2153 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.002s
14:21:35.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.117894  2167 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:21:35.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.118083  2153 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.001s
14:21:35.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.118151  2153 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-0/data,/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-0/wal
14:21:35.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "16345f322d3f48799e64081a6a2168ae"
14:21:35.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:35 on dist-test-slave-gws2"
14:21:35.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.118199  2153 fs_report.cc:389] FS layout report
14:21:35.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:21:35.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-0/wal
14:21:35.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-0/wal
14:21:35.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-0/data/data
14:21:35.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:21:35.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:21:35.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:21:35.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:21:35.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:21:35.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:21:35.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:21:35.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:21:35.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:21:35.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:21:35.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:21:35.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.140499  2153 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:21:35.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.140890  2153 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:21:35.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.141023  2153 kserver.cc:163] Server-wide thread pool size limit: 3276
14:21:35.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.145789  2153 rpc_server.cc:307] RPC server started. Bound to: 127.2.23.190:39931
14:21:35.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.145855  2219 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.2.23.190:39931 every 8 connection(s)
14:21:35.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.146176  2153 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-0/data/info.pb
14:21:35.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.146828  2220 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:21:35.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.148505  2220 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.23.190" port: 39931 } has no permanent_uuid. Determining permanent_uuid...
14:21:35.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.154366  2142 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxZRYiw/build/release/bin/kudu as pid 2153
14:21:35.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.154476  2142 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-0/wal/instance
14:21:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.155314  2142 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-1/wal
14:21:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-1/data
14:21:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:21:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:21:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:21:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-1/logs
14:21:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-1/data/info.pb
14:21:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:35.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:21:35.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:21:35.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:21:35.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:21:35.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:35.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:35.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:35.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:21:35.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:21:35.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:35.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:35.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.23.189:40463
14:21:35.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.23.189
14:21:35.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:35.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.23.148:33677
14:21:35.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:35.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:35.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:35.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:35.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.23.190:39931,127.2.23.189:40463,127.2.23.188:35661
14:21:35.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:35.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39185/jwks.json with env {}
14:21:35.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.160507  2220 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.23.189" port: 40463 } has no permanent_uuid. Determining permanent_uuid...
14:21:35.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.160965  2170 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.2.23.189:40463: connect: Connection refused (error 111)
14:21:35.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.161504  2220 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.23.189:40463: Network error: Client connection negotiation failed: client connection to 127.2.23.189:40463: connect: Connection refused (error 111)
14:21:35.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.210721  2220 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.23.189" port: 40463 } attempt: 1
14:21:35.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.211555  2220 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.23.189:40463: Network error: Client connection negotiation failed: client connection to 127.2.23.189:40463: connect: Connection refused (error 111)
14:21:35.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.237764  2224 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:21:35.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.237946  2224 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:21:35.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.237965  2224 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:21:35.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.239583  2224 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:21:35.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.239631  2224 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:21:35.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.239645  2224 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:21:35.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.239657  2224 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:21:35.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.239670  2224 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:21:35.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.239681  2224 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39185/jwks.json
14:21:35.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.241219  2224 master_runner.cc:387] Master server non-default flags:
14:21:35.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:35.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.23.148:33677
14:21:35.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:35.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:35.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-1/data
14:21:35.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-1/wal
14:21:35.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:35.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.23.190:39931,127.2.23.189:40463,127.2.23.188:35661
14:21:35.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:35.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:35.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:35.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.23.189:40463
14:21:35.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:35.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:21:35.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:35.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39185/jwks.json
14:21:35.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:35.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:35.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-1/data/info.pb
14:21:35.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.23.189
14:21:35.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:35.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:21:35.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2224
14:21:35.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:35.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:21:35.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:21:35.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:35.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-1/logs
14:21:35.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:35.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:21:35.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:21:35.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:21:35.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:21:35.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:21:35.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:21:35.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:26 UTC on e7f111948823
14:21:35.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16862
14:21:35.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.241426  2224 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:21:35.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.241614  2224 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:21:35.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.244087  2231 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:35.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.244132  2233 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:35.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.244369  2224 server_base.cc:1061] running on GCE node
14:21:35.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.244087  2230 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:35.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.244827  2224 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:21:35.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.245121  2224 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:21:35.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.246287  2224 hybrid_clock.cc:648] HybridClock initialized: now 1783520495246261 us; error 39 us; skew 500 ppm
14:21:35.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.251539  2224 webserver.cc:533] Webserver started at http://127.2.23.189:34375/ using document root <none> and password file <none>
14:21:35.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.251757  2224 fs_manager.cc:362] Metadata directory not provided
14:21:35.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.251817  2224 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:21:35.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.251915  2224 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:21:35.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.252988  2224 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-1/data/instance:
14:21:35.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5f4760fee24c4d18b76695f45b641851"
14:21:35.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:35 on dist-test-slave-gws2"
14:21:35.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.253357  2224 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-1/wal/instance:
14:21:35.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5f4760fee24c4d18b76695f45b641851"
14:21:35.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:35 on dist-test-slave-gws2"
14:21:35.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.254823  2224 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.003s
14:21:35.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.255625  2239 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:21:35.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.255803  2224 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.001s
14:21:35.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.255884  2224 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-1/data,/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-1/wal
14:21:35.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5f4760fee24c4d18b76695f45b641851"
14:21:35.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:35 on dist-test-slave-gws2"
14:21:35.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.255944  2224 fs_report.cc:389] FS layout report
14:21:35.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:21:35.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-1/wal
14:21:35.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-1/wal
14:21:35.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-1/data/data
14:21:35.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:21:35.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:21:35.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:21:35.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:21:35.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:21:35.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:21:35.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:21:35.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:21:35.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:21:35.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:21:35.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:21:35.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.267799  2224 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:21:35.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.268137  2224 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:21:35.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.268302  2224 kserver.cc:163] Server-wide thread pool size limit: 3276
14:21:35.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.272799  2224 rpc_server.cc:307] RPC server started. Bound to: 127.2.23.189:40463
14:21:35.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.272843  2291 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.2.23.189:40463 every 8 connection(s)
14:21:35.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.273217  2224 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-1/data/info.pb
14:21:35.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.273883  2292 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:21:35.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.276037  2292 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.23.190" port: 39931 } has no permanent_uuid. Determining permanent_uuid...
14:21:35.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.279698  2220 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.23.189" port: 40463 } attempt: 2
14:21:35.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.279810  2142 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxZRYiw/build/release/bin/kudu as pid 2224
14:21:35.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.279877  2142 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-1/wal/instance
14:21:35.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.280261  2142 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:35.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskxZRYiw/build/release/bin/kudu
14:21:35.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-2/wal
14:21:35.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-2/data
14:21:35.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:21:35.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:21:35.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:21:35.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:35.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:35.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:35.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-2/logs
14:21:35.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-2/data/info.pb
14:21:35.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:35.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:21:35.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:21:35.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:21:35.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:21:35.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:35.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:35.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:35.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:21:35.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:21:35.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:35.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:35.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.23.188:35661
14:21:35.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.23.188
14:21:35.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:35.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.23.148:33677
14:21:35.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:35.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:35.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:35.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:35.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.23.190:39931,127.2.23.189:40463,127.2.23.188:35661
14:21:35.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:35.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39185/jwks.json with env {}
14:21:35.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.281126  2292 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.23.189" port: 40463 } has no permanent_uuid. Determining permanent_uuid...
14:21:35.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.284986  2220 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.23.188" port: 35661 } has no permanent_uuid. Determining permanent_uuid...
14:21:35.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.285583  2220 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.23.188:35661: Network error: Client connection negotiation failed: client connection to 127.2.23.188:35661: connect: Connection refused (error 111)
14:21:35.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.285595  2292 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.23.188" port: 35661 } has no permanent_uuid. Determining permanent_uuid...
14:21:35.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.285949  2243 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.2.23.188:35661: connect: Connection refused (error 111)
14:21:35.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.287137  2292 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.23.188:35661: Network error: Client connection negotiation failed: client connection to 127.2.23.188:35661: connect: Connection refused (error 111)
14:21:35.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.328735  2220 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.23.188" port: 35661 } attempt: 1
14:21:35.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.329535  2220 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.23.188:35661: Network error: Client connection negotiation failed: client connection to 127.2.23.188:35661: connect: Connection refused (error 111)
14:21:35.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.336342  2292 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.23.188" port: 35661 } attempt: 1
14:21:35.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.337039  2292 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.23.188:35661: Network error: Client connection negotiation failed: client connection to 127.2.23.188:35661: connect: Connection refused (error 111)
14:21:35.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.376681  2220 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.23.188" port: 35661 } attempt: 2
14:21:35.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.377489  2220 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.23.188:35661: Network error: Client connection negotiation failed: client connection to 127.2.23.188:35661: connect: Connection refused (error 111)
14:21:35.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.388284  2296 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:21:35.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.388693  2296 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:21:35.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.388751  2296 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:21:35.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.390882  2296 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:21:35.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.390942  2296 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:21:35.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.390962  2296 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:21:35.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.390980  2296 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:21:35.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.390995  2296 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:21:35.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.391010  2296 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39185/jwks.json
14:21:35.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.393350  2296 master_runner.cc:387] Master server non-default flags:
14:21:35.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:21:35.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.23.148:33677
14:21:35.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:21:35.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:21:35.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-2/data
14:21:35.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-2/wal
14:21:35.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:21:35.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.23.190:39931,127.2.23.189:40463,127.2.23.188:35661
14:21:35.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:21:35.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:21:35.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:21:35.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.23.188:35661
14:21:35.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:21:35.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:21:35.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:21:35.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39185/jwks.json
14:21:35.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:21:35.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:21:35.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-2/data/info.pb
14:21:35.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.23.188
14:21:35.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:21:35.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:21:35.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2296
14:21:35.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:21:35.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:21:35.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:21:35.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:21:35.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-2/logs
14:21:35.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:21:35.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:21:35.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:21:35.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:21:35.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:21:35.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision e5736f718e5e433722f6b8766b4c965bea8722fd
14:21:35.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:21:35.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 13:59:26 UTC on e7f111948823
14:21:35.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16862
14:21:35.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.394887  2296 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:21:35.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.395164  2296 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:21:35.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.398018  2303 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:35.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.398030  2304 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:35.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.398244  2306 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
14:21:35.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.398723  2296 server_base.cc:1061] running on GCE node
14:21:35.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.398919  2296 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:21:35.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.399123  2296 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:21:35.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.400290  2296 hybrid_clock.cc:648] HybridClock initialized: now 1783520495400273 us; error 31 us; skew 500 ppm
14:21:35.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.401400  2296 webserver.cc:533] Webserver started at http://127.2.23.188:44203/ using document root <none> and password file <none>
14:21:35.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.401611  2296 fs_manager.cc:362] Metadata directory not provided
14:21:35.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.401664  2296 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:21:35.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.401763  2296 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:21:35.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.402595  2296 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-2/data/instance:
14:21:35.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8862405d9d694ce68f010dae9e051f9d"
14:21:35.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:35 on dist-test-slave-gws2"
14:21:35.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.402997  2296 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-2/wal/instance:
14:21:35.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8862405d9d694ce68f010dae9e051f9d"
14:21:35.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:35 on dist-test-slave-gws2"
14:21:35.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.404211  2296 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.001s	sys 0.000s
14:21:35.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.404865  2313 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:21:35.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.405045  2296 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
14:21:35.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.405156  2296 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-2/data,/tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-2/wal
14:21:35.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8862405d9d694ce68f010dae9e051f9d"
14:21:35.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 14:21:35 on dist-test-slave-gws2"
14:21:35.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.405213  2296 fs_report.cc:389] FS layout report
14:21:35.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:21:35.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-2/wal
14:21:35.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-2/wal
14:21:35.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-2/data/data
14:21:35.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:21:35.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:21:35.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:21:35.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:21:35.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:21:35.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:21:35.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:21:35.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:21:35.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:21:35.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:21:35.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:21:35.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.405236  2292 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.23.188" port: 35661 } attempt: 2
14:21:35.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.405957  2292 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.23.188:35661: Network error: Client connection negotiation failed: client connection to 127.2.23.188:35661: connect: Connection refused (error 111)
14:21:35.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.438910  2296 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:21:35.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.439278  2296 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:21:35.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.439426  2296 kserver.cc:163] Server-wide thread pool size limit: 3276
14:21:35.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.443601  2296 rpc_server.cc:307] RPC server started. Bound to: 127.2.23.188:35661
14:21:35.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.443671  2365 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.2.23.188:35661 every 8 connection(s)
14:21:35.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.443984  2296 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-2/data/info.pb
14:21:35.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.444571  2366 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:21:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.445734  2366 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.23.190" port: 39931 } has no permanent_uuid. Determining permanent_uuid...
14:21:35.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.446197  2142 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskxZRYiw/build/release/bin/kudu as pid 2296
14:21:35.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.446261  2142 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskxZRYiw/test-tmp/mini-kudu-cluster7127437889845098936/master-2/wal/instance
14:21:35.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.450484  2366 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.23.189" port: 40463 } has no permanent_uuid. Determining permanent_uuid...
14:21:35.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.453902  2366 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.23.188" port: 35661 } has no permanent_uuid. Determining permanent_uuid...
14:21:35.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.457679  2366 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d: Bootstrap starting.
14:21:35.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.458371  2366 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d: Neither blocks nor log segments found. Creating new log.
14:21:35.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.458649  2366 log.cc:826] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d: Log is configured to *not* fsync() on all Append() calls
14:21:35.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.459386  2366 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d: No bootstrap required, opened a new log
14:21:35.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.459812  2142 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
14:21:35.460 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:21:35.460 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

14:21:35.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.461377  2366 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "16345f322d3f48799e64081a6a2168ae" member_type: VOTER last_known_addr { host: "127.2.23.190" port: 39931 } } peers { permanent_uuid: "5f4760fee24c4d18b76695f45b641851" member_type: VOTER last_known_addr { host: "127.2.23.189" port: 40463 } } peers { permanent_uuid: "8862405d9d694ce68f010dae9e051f9d" member_type: VOTER last_known_addr { host: "127.2.23.188" port: 35661 } }
14:21:35.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.461618  2366 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:21:35.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.461796  2366 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8862405d9d694ce68f010dae9e051f9d, State: Initialized, Role: FOLLOWER
14:21:35.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.461928  2366 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d [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: "16345f322d3f48799e64081a6a2168ae" member_type: VOTER last_known_addr { host: "127.2.23.190" port: 39931 } } peers { permanent_uuid: "5f4760fee24c4d18b76695f45b641851" member_type: VOTER last_known_addr { host: "127.2.23.189" port: 40463 } } peers { permanent_uuid: "8862405d9d694ce68f010dae9e051f9d" member_type: VOTER last_known_addr { host: "127.2.23.188" port: 35661 } }
14:21:35.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.462234  2366 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d [sys.catalog]: configured and running, proceeding with master startup.
14:21:35.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.462211  2372 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d [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: "16345f322d3f48799e64081a6a2168ae" member_type: VOTER last_known_addr { host: "127.2.23.190" port: 39931 } } peers { permanent_uuid: "5f4760fee24c4d18b76695f45b641851" member_type: VOTER last_known_addr { host: "127.2.23.189" port: 40463 } } peers { permanent_uuid: "8862405d9d694ce68f010dae9e051f9d" member_type: VOTER last_known_addr { host: "127.2.23.188" port: 35661 } } }
14:21:35.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.462520  2372 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d [sys.catalog]: This master's current role is: FOLLOWER
14:21:35.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.464601  2383 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:21:35.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.464778  2383 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:21:35.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.464740  2296 master_runner.cc:187] Error getting master registration for 127.2.23.190:39931: OK, instance_id { permanent_uuid: "16345f322d3f48799e64081a6a2168ae" instance_seqno: 1783520495144523 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:21:35.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.466411  2296 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:21:35.461 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.2.23.190"
      port: 39931
    }
    bound_http_address {
      host: "127.2.23.190"
      port: 40939
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.2.23.189"
      port: 40463
    }
    bound_http_address {
      host: "127.2.23.189"
      port: 34375
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.2.23.188"
      port: 35661
    }
    bound_http_address {
      host: "127.2.23.188"
      port: 44203
    }
  }
}

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

14:21:35.468 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:21:35.469 [INFO - Metastore-Handler-Pool: Thread-217] (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=906ddd73-cbfc-4b1a-9eca-ffaf2669bab1, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.2.23.190:39931,127.2.23.189:40463,127.2.23.188:35661}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:21:35.471 [INFO - Metastore-Handler-Pool: Thread-217] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:21:35.471 [INFO - Metastore-Handler-Pool: Thread-217] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:21:35.471 [INFO - Metastore-Handler-Pool: Thread-217] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@52341570, with PersistenceManager: null will be shutdown
14:21:35.471 [INFO - Metastore-Handler-Pool: Thread-217] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@52341570, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@38842746 created in the thread with id: 217
14:21:35.476 [INFO - Metastore-Handler-Pool: Thread-217] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@52341570
14:21:35.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.484632  2220 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.23.188" port: 35661 } attempt: 3
14:21:35.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.491010  2220 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 16345f322d3f48799e64081a6a2168ae: Bootstrap starting.
14:21:35.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.491690  2220 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 16345f322d3f48799e64081a6a2168ae: Neither blocks nor log segments found. Creating new log.
14:21:35.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.491969  2220 log.cc:826] T 00000000000000000000000000000000 P 16345f322d3f48799e64081a6a2168ae: Log is configured to *not* fsync() on all Append() calls
14:21:35.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.492926  2220 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 16345f322d3f48799e64081a6a2168ae: No bootstrap required, opened a new log
14:21:35.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.495048  2220 raft_consensus.cc:359] T 00000000000000000000000000000000 P 16345f322d3f48799e64081a6a2168ae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "16345f322d3f48799e64081a6a2168ae" member_type: VOTER last_known_addr { host: "127.2.23.190" port: 39931 } } peers { permanent_uuid: "5f4760fee24c4d18b76695f45b641851" member_type: VOTER last_known_addr { host: "127.2.23.189" port: 40463 } } peers { permanent_uuid: "8862405d9d694ce68f010dae9e051f9d" member_type: VOTER last_known_addr { host: "127.2.23.188" port: 35661 } }
14:21:35.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.495157  2220 raft_consensus.cc:385] T 00000000000000000000000000000000 P 16345f322d3f48799e64081a6a2168ae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:21:35.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.495183  2220 raft_consensus.cc:740] T 00000000000000000000000000000000 P 16345f322d3f48799e64081a6a2168ae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 16345f322d3f48799e64081a6a2168ae, State: Initialized, Role: FOLLOWER
14:21:35.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.495267  2220 consensus_queue.cc:260] T 00000000000000000000000000000000 P 16345f322d3f48799e64081a6a2168ae [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: "16345f322d3f48799e64081a6a2168ae" member_type: VOTER last_known_addr { host: "127.2.23.190" port: 39931 } } peers { permanent_uuid: "5f4760fee24c4d18b76695f45b641851" member_type: VOTER last_known_addr { host: "127.2.23.189" port: 40463 } } peers { permanent_uuid: "8862405d9d694ce68f010dae9e051f9d" member_type: VOTER last_known_addr { host: "127.2.23.188" port: 35661 } }
14:21:35.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.495540  2220 sys_catalog.cc:565] T 00000000000000000000000000000000 P 16345f322d3f48799e64081a6a2168ae [sys.catalog]: configured and running, proceeding with master startup.
14:21:35.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.497095  2292 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.23.188" port: 35661 } attempt: 3
14:21:35.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.498247  2397 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 16345f322d3f48799e64081a6a2168ae: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:21:35.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.498430  2397 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:21:35.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.497515  2386 sys_catalog.cc:455] T 00000000000000000000000000000000 P 16345f322d3f48799e64081a6a2168ae [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: "16345f322d3f48799e64081a6a2168ae" member_type: VOTER last_known_addr { host: "127.2.23.190" port: 39931 } } peers { permanent_uuid: "5f4760fee24c4d18b76695f45b641851" member_type: VOTER last_known_addr { host: "127.2.23.189" port: 40463 } } peers { permanent_uuid: "8862405d9d694ce68f010dae9e051f9d" member_type: VOTER last_known_addr { host: "127.2.23.188" port: 35661 } } }
14:21:35.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.498744  2386 sys_catalog.cc:458] T 00000000000000000000000000000000 P 16345f322d3f48799e64081a6a2168ae [sys.catalog]: This master's current role is: FOLLOWER
14:21:35.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.498755  2153 master_runner.cc:187] Error getting master registration for 127.2.23.189:40463: OK, instance_id { permanent_uuid: "5f4760fee24c4d18b76695f45b641851" instance_seqno: 1783520495271658 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:21:35.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.500378  2153 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:21:35.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.501816  2292 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5f4760fee24c4d18b76695f45b641851: Bootstrap starting.
14:21:35.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.502501  2292 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5f4760fee24c4d18b76695f45b641851: Neither blocks nor log segments found. Creating new log.
14:21:35.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.502782  2292 log.cc:826] T 00000000000000000000000000000000 P 5f4760fee24c4d18b76695f45b641851: Log is configured to *not* fsync() on all Append() calls
14:21:35.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.504005  2292 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5f4760fee24c4d18b76695f45b641851: No bootstrap required, opened a new log
14:21:35.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.505769  2292 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5f4760fee24c4d18b76695f45b641851 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "16345f322d3f48799e64081a6a2168ae" member_type: VOTER last_known_addr { host: "127.2.23.190" port: 39931 } } peers { permanent_uuid: "5f4760fee24c4d18b76695f45b641851" member_type: VOTER last_known_addr { host: "127.2.23.189" port: 40463 } } peers { permanent_uuid: "8862405d9d694ce68f010dae9e051f9d" member_type: VOTER last_known_addr { host: "127.2.23.188" port: 35661 } }
14:21:35.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.505867  2292 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5f4760fee24c4d18b76695f45b641851 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:21:35.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.505896  2292 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5f4760fee24c4d18b76695f45b641851 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5f4760fee24c4d18b76695f45b641851, State: Initialized, Role: FOLLOWER
14:21:35.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.506001  2292 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5f4760fee24c4d18b76695f45b641851 [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: "16345f322d3f48799e64081a6a2168ae" member_type: VOTER last_known_addr { host: "127.2.23.190" port: 39931 } } peers { permanent_uuid: "5f4760fee24c4d18b76695f45b641851" member_type: VOTER last_known_addr { host: "127.2.23.189" port: 40463 } } peers { permanent_uuid: "8862405d9d694ce68f010dae9e051f9d" member_type: VOTER last_known_addr { host: "127.2.23.188" port: 35661 } }
14:21:35.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.506261  2292 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5f4760fee24c4d18b76695f45b641851 [sys.catalog]: configured and running, proceeding with master startup.
14:21:35.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.508610  2411 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 5f4760fee24c4d18b76695f45b641851: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:21:35.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.508786  2411 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:21:35.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.509209  2400 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5f4760fee24c4d18b76695f45b641851 [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: "16345f322d3f48799e64081a6a2168ae" member_type: VOTER last_known_addr { host: "127.2.23.190" port: 39931 } } peers { permanent_uuid: "5f4760fee24c4d18b76695f45b641851" member_type: VOTER last_known_addr { host: "127.2.23.189" port: 40463 } } peers { permanent_uuid: "8862405d9d694ce68f010dae9e051f9d" member_type: VOTER last_known_addr { host: "127.2.23.188" port: 35661 } } }
14:21:35.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.509418  2400 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5f4760fee24c4d18b76695f45b641851 [sys.catalog]: This master's current role is: FOLLOWER
14:21:35.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.510478  2224 master_runner.cc:264] No leader master found from master 5f4760fee24c4d18b76695f45b641851
14:21:35.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.510520  2224 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:21:35.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 14:21:35.519279  2245 tablet.cc:2406] T 00000000000000000000000000000000 P 5f4760fee24c4d18b76695f45b641851: Can't schedule compaction. Clean time has not been advanced past its initial value.
14:21:35.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.553507  2372 raft_consensus.cc:493] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
14:21:35.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.553622  2372 raft_consensus.cc:515] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "16345f322d3f48799e64081a6a2168ae" member_type: VOTER last_known_addr { host: "127.2.23.190" port: 39931 } } peers { permanent_uuid: "5f4760fee24c4d18b76695f45b641851" member_type: VOTER last_known_addr { host: "127.2.23.189" port: 40463 } } peers { permanent_uuid: "8862405d9d694ce68f010dae9e051f9d" member_type: VOTER last_known_addr { host: "127.2.23.188" port: 35661 } }
14:21:35.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.553865  2372 leader_election.cc:290] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 16345f322d3f48799e64081a6a2168ae (127.2.23.190:39931), 5f4760fee24c4d18b76695f45b641851 (127.2.23.189:40463)
14:21:35.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.554804  2194 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8862405d9d694ce68f010dae9e051f9d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "16345f322d3f48799e64081a6a2168ae" is_pre_election: true
14:21:35.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.554932  2194 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 16345f322d3f48799e64081a6a2168ae [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8862405d9d694ce68f010dae9e051f9d in term 0.
14:21:35.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.555106  2266 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8862405d9d694ce68f010dae9e051f9d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f4760fee24c4d18b76695f45b641851" is_pre_election: true
14:21:35.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.555212  2266 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 5f4760fee24c4d18b76695f45b641851 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8862405d9d694ce68f010dae9e051f9d in term 0.
14:21:35.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.555461  2316 leader_election.cc:304] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d [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: 16345f322d3f48799e64081a6a2168ae, 8862405d9d694ce68f010dae9e051f9d; no voters: 
14:21:35.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.555634  2372 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d [term 0 FOLLOWER]: Leader pre-election won for term 1
14:21:35.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.555672  2372 raft_consensus.cc:493] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
14:21:35.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.555694  2372 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d [term 0 FOLLOWER]: Advancing to term 1
14:21:35.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.557327  2372 raft_consensus.cc:515] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "16345f322d3f48799e64081a6a2168ae" member_type: VOTER last_known_addr { host: "127.2.23.190" port: 39931 } } peers { permanent_uuid: "5f4760fee24c4d18b76695f45b641851" member_type: VOTER last_known_addr { host: "127.2.23.189" port: 40463 } } peers { permanent_uuid: "8862405d9d694ce68f010dae9e051f9d" member_type: VOTER last_known_addr { host: "127.2.23.188" port: 35661 } }
14:21:35.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.557459  2372 leader_election.cc:290] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d [CANDIDATE]: Term 1 election: Requested vote from peers 16345f322d3f48799e64081a6a2168ae (127.2.23.190:39931), 5f4760fee24c4d18b76695f45b641851 (127.2.23.189:40463)
14:21:35.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.557771  2266 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8862405d9d694ce68f010dae9e051f9d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f4760fee24c4d18b76695f45b641851"
14:21:35.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.557868  2194 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8862405d9d694ce68f010dae9e051f9d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "16345f322d3f48799e64081a6a2168ae"
14:21:35.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.558033  2194 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 16345f322d3f48799e64081a6a2168ae [term 0 FOLLOWER]: Advancing to term 1
14:21:35.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.557951  2266 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5f4760fee24c4d18b76695f45b641851 [term 0 FOLLOWER]: Advancing to term 1
14:21:35.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.562711  2266 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 5f4760fee24c4d18b76695f45b641851 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8862405d9d694ce68f010dae9e051f9d in term 1.
14:21:35.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.562876  2316 leader_election.cc:304] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d [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: 5f4760fee24c4d18b76695f45b641851, 8862405d9d694ce68f010dae9e051f9d; no voters: 
14:21:35.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.563500  2194 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 16345f322d3f48799e64081a6a2168ae [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8862405d9d694ce68f010dae9e051f9d in term 1.
14:21:35.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.563917  2372 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d [term 1 FOLLOWER]: Leader election won for term 1
14:21:35.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.564067  2372 raft_consensus.cc:697] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d [term 1 LEADER]: Becoming Leader. State: Replica: 8862405d9d694ce68f010dae9e051f9d, State: Running, Role: LEADER
14:21:35.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.564146  2372 consensus_queue.cc:237] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d [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: "16345f322d3f48799e64081a6a2168ae" member_type: VOTER last_known_addr { host: "127.2.23.190" port: 39931 } } peers { permanent_uuid: "5f4760fee24c4d18b76695f45b641851" member_type: VOTER last_known_addr { host: "127.2.23.189" port: 40463 } } peers { permanent_uuid: "8862405d9d694ce68f010dae9e051f9d" member_type: VOTER last_known_addr { host: "127.2.23.188" port: 35661 } }
14:21:35.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.564483  2372 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8862405d9d694ce68f010dae9e051f9d. Latest consensus state: current_term: 1 leader_uuid: "8862405d9d694ce68f010dae9e051f9d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "16345f322d3f48799e64081a6a2168ae" member_type: VOTER last_known_addr { host: "127.2.23.190" port: 39931 } } peers { permanent_uuid: "5f4760fee24c4d18b76695f45b641851" member_type: VOTER last_known_addr { host: "127.2.23.189" port: 40463 } } peers { permanent_uuid: "8862405d9d694ce68f010dae9e051f9d" member_type: VOTER last_known_addr { host: "127.2.23.188" port: 35661 } } }
14:21:35.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.564543  2372 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d [sys.catalog]: This master's current role is: LEADER
14:21:35.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.571658  2415 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
14:21:35.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.571997  2415 catalog_manager.cc:1520] Initializing Kudu cluster ID...
14:21:35.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.583910  2266 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 5f4760fee24c4d18b76695f45b641851 [term 1 FOLLOWER]: Refusing update from remote peer 8862405d9d694ce68f010dae9e051f9d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:21:35.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.584174  2194 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 16345f322d3f48799e64081a6a2168ae [term 1 FOLLOWER]: Refusing update from remote peer 8862405d9d694ce68f010dae9e051f9d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:21:35.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.584510  2372 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d [LEADER]: Connected to new peer: Peer: permanent_uuid: "16345f322d3f48799e64081a6a2168ae" member_type: VOTER last_known_addr { host: "127.2.23.190" port: 39931 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:21:35.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.584746  2372 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d [LEADER]: Connected to new peer: Peer: permanent_uuid: "5f4760fee24c4d18b76695f45b641851" member_type: VOTER last_known_addr { host: "127.2.23.189" port: 40463 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:21:35.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.586457  2400 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5f4760fee24c4d18b76695f45b641851 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8862405d9d694ce68f010dae9e051f9d. Latest consensus state: current_term: 1 leader_uuid: "8862405d9d694ce68f010dae9e051f9d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "16345f322d3f48799e64081a6a2168ae" member_type: VOTER last_known_addr { host: "127.2.23.190" port: 39931 } } peers { permanent_uuid: "5f4760fee24c4d18b76695f45b641851" member_type: VOTER last_known_addr { host: "127.2.23.189" port: 40463 } } peers { permanent_uuid: "8862405d9d694ce68f010dae9e051f9d" member_type: VOTER last_known_addr { host: "127.2.23.188" port: 35661 } } }
14:21:35.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.586534  2400 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5f4760fee24c4d18b76695f45b641851 [sys.catalog]: This master's current role is: FOLLOWER
14:21:35.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.587342  2386 sys_catalog.cc:455] T 00000000000000000000000000000000 P 16345f322d3f48799e64081a6a2168ae [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8862405d9d694ce68f010dae9e051f9d. Latest consensus state: current_term: 1 leader_uuid: "8862405d9d694ce68f010dae9e051f9d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "16345f322d3f48799e64081a6a2168ae" member_type: VOTER last_known_addr { host: "127.2.23.190" port: 39931 } } peers { permanent_uuid: "5f4760fee24c4d18b76695f45b641851" member_type: VOTER last_known_addr { host: "127.2.23.189" port: 40463 } } peers { permanent_uuid: "8862405d9d694ce68f010dae9e051f9d" member_type: VOTER last_known_addr { host: "127.2.23.188" port: 35661 } } }
14:21:35.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.587414  2386 sys_catalog.cc:458] T 00000000000000000000000000000000 P 16345f322d3f48799e64081a6a2168ae [sys.catalog]: This master's current role is: FOLLOWER
14:21:35.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.589591  2413 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "8862405d9d694ce68f010dae9e051f9d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "16345f322d3f48799e64081a6a2168ae" member_type: VOTER last_known_addr { host: "127.2.23.190" port: 39931 } } peers { permanent_uuid: "5f4760fee24c4d18b76695f45b641851" member_type: VOTER last_known_addr { host: "127.2.23.189" port: 40463 } } peers { permanent_uuid: "8862405d9d694ce68f010dae9e051f9d" member_type: VOTER last_known_addr { host: "127.2.23.188" port: 35661 } } }
14:21:35.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.589670  2413 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d [sys.catalog]: This master's current role is: LEADER
14:21:35.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.589707  2413 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "8862405d9d694ce68f010dae9e051f9d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "16345f322d3f48799e64081a6a2168ae" member_type: VOTER last_known_addr { host: "127.2.23.190" port: 39931 } } peers { permanent_uuid: "5f4760fee24c4d18b76695f45b641851" member_type: VOTER last_known_addr { host: "127.2.23.189" port: 40463 } } peers { permanent_uuid: "8862405d9d694ce68f010dae9e051f9d" member_type: VOTER last_known_addr { host: "127.2.23.188" port: 35661 } } }
14:21:35.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.589747  2413 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d [sys.catalog]: This master's current role is: LEADER
14:21:35.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.589725  2400 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5f4760fee24c4d18b76695f45b641851 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "8862405d9d694ce68f010dae9e051f9d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "16345f322d3f48799e64081a6a2168ae" member_type: VOTER last_known_addr { host: "127.2.23.190" port: 39931 } } peers { permanent_uuid: "5f4760fee24c4d18b76695f45b641851" member_type: VOTER last_known_addr { host: "127.2.23.189" port: 40463 } } peers { permanent_uuid: "8862405d9d694ce68f010dae9e051f9d" member_type: VOTER last_known_addr { host: "127.2.23.188" port: 35661 } } }
14:21:35.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.589797  2400 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5f4760fee24c4d18b76695f45b641851 [sys.catalog]: This master's current role is: FOLLOWER
14:21:35.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.589941  2417 mvcc.cc:204] Tried to move back new op lower bound from 7305299949908463616 to 7305299949831286784. Current Snapshot: MvccSnapshot[applied={T|T < 7305299949908463616}]
14:21:35.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.590109  2386 sys_catalog.cc:455] T 00000000000000000000000000000000 P 16345f322d3f48799e64081a6a2168ae [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "8862405d9d694ce68f010dae9e051f9d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "16345f322d3f48799e64081a6a2168ae" member_type: VOTER last_known_addr { host: "127.2.23.190" port: 39931 } } peers { permanent_uuid: "5f4760fee24c4d18b76695f45b641851" member_type: VOTER last_known_addr { host: "127.2.23.189" port: 40463 } } peers { permanent_uuid: "8862405d9d694ce68f010dae9e051f9d" member_type: VOTER last_known_addr { host: "127.2.23.188" port: 35661 } } }
14:21:35.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.590188  2386 sys_catalog.cc:458] T 00000000000000000000000000000000 P 16345f322d3f48799e64081a6a2168ae [sys.catalog]: This master's current role is: FOLLOWER
14:21:35.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.590924  2416 mvcc.cc:204] Tried to move back new op lower bound from 7305299949908463616 to 7305299949831286784. Current Snapshot: MvccSnapshot[applied={T|T < 7305299949908463616}]
14:21:35.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.591113  2419 mvcc.cc:204] Tried to move back new op lower bound from 7305299949908463616 to 7305299949831286784. Current Snapshot: MvccSnapshot[applied={T|T < 7305299949908463616}]
14:21:35.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.602063  2415 catalog_manager.cc:1383] Generated new cluster ID: 8ecd288306194749a8c4ffdaa220a9d5
14:21:35.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.602118  2415 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
14:21:35.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.617750  2415 catalog_manager.cc:1406] Generated new certificate authority record
14:21:35.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.618782  2415 catalog_manager.cc:1540] Loading token signing keys...
14:21:35.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.631148  2415 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 8862405d9d694ce68f010dae9e051f9d: Generated new TSK 0
14:21:35.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:35.631541  2415 catalog_manager.cc:1550] Initializing in-progress tserver states...
14:21:35.849 [WARN - Metastore-Handler-Pool: Thread-217] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
14:21:35.853 [WARN - Metastore-Handler-Pool: Thread-217] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
14:21:35.853 [WARN - Metastore-Handler-Pool: Thread-217] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
14:21:35.900 [INFO - Metastore-Handler-Pool: Thread-217] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:21:35.905 [INFO - Metastore-Handler-Pool: Thread-217] (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/hive15525095102340396606/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=906ddd73-cbfc-4b1a-9eca-ffaf2669bab1, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.2.23.190:39931,127.2.23.189:40463,127.2.23.188:35661}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:21:35.906 [INFO - Metastore-Handler-Pool: Thread-217] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15525095102340396606/external-warehouse/table
14:21:35.959 [DEBUG - Metastore-Handler-Pool: Thread-217] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
14:21:35.960 [DEBUG - Metastore-Handler-Pool: Thread-217] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
14:21:35.963 [DEBUG - Metastore-Handler-Pool: Thread-217] (Connection.java:748) [peer master-127.2.23.190:39931(127.2.23.190:39931)] connecting to peer
14:21:35.965 [DEBUG - Metastore-Handler-Pool: Thread-217] (Connection.java:748) [peer master-127.2.23.189:40463(127.2.23.189:40463)] connecting to peer
14:21:35.966 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.2.23.190:39931(127.2.23.190:39931)] Successfully connected to peer
14:21:35.967 [DEBUG - Metastore-Handler-Pool: Thread-217] (Connection.java:748) [peer master-127.2.23.188:35661(127.2.23.188:35661)] connecting to peer
14:21:35.968 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.2.23.189:40463(127.2.23.189:40463)] Successfully connected to peer
14:21:35.972 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.2.23.189
14:21:35.973 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.2.23.190
14:21:35.987 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:21:35.990 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.2.23.188:35661(127.2.23.188:35661)] Successfully connected to peer
14:21:35.991 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x7b5e90d9, L:/127.0.0.1:41118 - R:/127.2.23.189:40463] using SASL/PLAIN
14:21:35.996 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.2.23.188
14:21:36.000 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:21:36.006 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xf96de98e, L:/127.0.0.1:42260 - R:/127.2.23.190:39931] using SASL/PLAIN
14:21:36.014 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:21:36.018 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x3cd8a0e8, L:/127.0.0.1:33088 - R:/127.2.23.188:35661] using SASL/PLAIN
14:21:36.021 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
14:21:36.049 [INFO - Metastore-Handler-Pool: Thread-217] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:21:36.073 [INFO - Metastore-Handler-Pool: Thread-217] (HMSHandler.java:3711) Skipping translation for processor with null
14:21:36.075 [INFO - Metastore-Handler-Pool: Thread-217] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:21:36.082 [INFO - Metastore-Handler-Pool: Thread-217] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:21:36.116 [INFO - Metastore-Handler-Pool: Thread-217] (MetaStoreServerUtils.java:473) Updating table stats for table
14:21:36.116 [INFO - Metastore-Handler-Pool: Thread-217] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:21:36.179 [INFO - Metastore-Handler-Pool: Thread-217] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:21:36.198 [INFO - Metastore-Handler-Pool: Thread-217] (HMSHandler.java:3711) Skipping translation for processor with null
14:21:36.199 [INFO - Metastore-Handler-Pool: Thread-217] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:21:36.299 [WARN - Metastore-Handler-Pool: Thread-217] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
14:21:36.408 [WARN - Metastore-Handler-Pool: Thread-217] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
14:21:36.438 [WARN - Metastore-Handler-Pool: Thread-217] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
14:21:36.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:36.499013  2397 catalog_manager.cc:1295] Loaded cluster ID: 8ecd288306194749a8c4ffdaa220a9d5
14:21:36.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:36.499115  2397 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 16345f322d3f48799e64081a6a2168ae: loading cluster ID for follower catalog manager: success
14:21:36.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:36.500396  2397 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 16345f322d3f48799e64081a6a2168ae: acquiring CA information for follower catalog manager: success
14:21:36.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:36.500725  2397 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 16345f322d3f48799e64081a6a2168ae: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:21:36.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:36.509366  2411 catalog_manager.cc:1295] Loaded cluster ID: 8ecd288306194749a8c4ffdaa220a9d5
14:21:36.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:36.509438  2411 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 5f4760fee24c4d18b76695f45b641851: loading cluster ID for follower catalog manager: success
14:21:36.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:36.510764  2411 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 5f4760fee24c4d18b76695f45b641851: acquiring CA information for follower catalog manager: success
14:21:36.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:36.511073  2411 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 5f4760fee24c4d18b76695f45b641851: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:21:36.536 [INFO - Metastore-Handler-Pool: Thread-217] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
14:21:36.537 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
14:21:36.537 [INFO - Metastore-Handler-Pool: Thread-217] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
14:21:36.537 [INFO - Metastore-Handler-Pool: Thread-217] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@52341570, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@38842746 will be shutdown
14:21:36.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:36.537317  2142 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxZRYiw/build/release/bin/kudu with pid 2153
14:21:36.539 [INFO - Metastore-Handler-Pool: Thread-217] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
14:21:36.544 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.2.23.190:39931(127.2.23.190:39931)] handling channelInactive
14:21:36.544 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.2.23.190:39931(127.2.23.190:39931)] cleaning up while in state READY due to: connection closed
14:21:36.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:36.544226  2142 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxZRYiw/build/release/bin/kudu with pid 2224
14:21:36.550 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.2.23.189:40463(127.2.23.189:40463)] handling channelInactive
14:21:36.550 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.2.23.189:40463(127.2.23.189:40463)] cleaning up while in state READY due to: connection closed
14:21:36.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 14:21:36.551005  2142 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskxZRYiw/build/release/bin/kudu with pid 2296
14:21:36.557 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.2.23.188:35661(127.2.23.188:35661)] handling channelInactive
14:21:36.557 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.2.23.188:35661(127.2.23.188:35661)] cleaning up while in state READY due to: connection closed
14:21:36.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T14:21:36Z chronyd exiting

Time: 22.542

OK (6 tests)

