JUnit version 4.13.2
.00:23:57.154 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:23:57.160 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:23:57.161 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:23:57.292 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive6799705936565755433
00:23:57.463 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
00:23:57.483 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
00:23:57.727 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:23:57.759 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:23:57.760 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
00:23:57.800 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
00:23:57.817 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
00:23:57.848 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
00:23:58.721 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:23:58.724 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
00:23:58.746 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
00:23:58.748 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
00:23:58.762 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:23:58.763 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
00:23:59.023 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
00:23:59.024 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
00:23:59.027 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
00:23:59.759 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
00:23:59.759 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4619e336, with PersistenceManager: null will be shutdown
00:23:59.787 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4619e336, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4624b043 created in the thread with id: 13
00:23:59.867 [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
00:24:00.219 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:00.226 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:00.229 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:00.231 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:00.234 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:00.235 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:00.989 [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
00:24:00.990 [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.105
00:24:00.991 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4619e336
00:24:01.509 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
00:24:01.570 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
00:24:01.628 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
00:24:01.632 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
00:24:01.728 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
00:24:01.735 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
00:24:02.124 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
00:24:02.134 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
00:24:02.147 [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)
00:24:02.148 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [46141]...
00:24:02.149 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
00:24:02.149 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
00:24:02.149 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
00:24:02.149 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
00:24:02.328 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:24:02.328 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:24:02.329 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:24:02.348 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
00:24:02.348 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:46141]
00:24:02.350 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:46141) in binary transport mode
00:24:02.385 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:46141) current connections: 1
00:24:02.573 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
00:24:02.831 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskDU5UYb/test-tmp
00:24:02.836 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
00:24:02.842 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskDU5UYb/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
00:24:02.899 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:46141"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

00:24:03.530 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:24:03.539 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

00:24:03.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:03.543211  5934 mini_oidc.cc:150] Starting JWKS server
00:24:03.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:03.547058  5934 webserver.cc:534] Webserver started at http://127.0.0.1:40483/ using document root <none> and password file <none>
00:24:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:03.547436  5934 mini_oidc.cc:186] Starting OIDC Discovery server
00:24:03.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:03.548308  5934 webserver.cc:534] Webserver started at http://127.0.0.1:40635/ using document root <none> and password file <none>
00:24:03.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:24:03Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
00:24:03.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:24:03Z Disabled control of system clock
00:24:03.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:03.589571  5934 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:03.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:03.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-0/wal
00:24:03.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-0/data
00:24:03.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:24:03.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:24:03.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:24:03.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:03.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:03.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:03.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-0/logs
00:24:03.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-0/data/info.pb
00:24:03.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:03.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:24:03.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:24:03.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:24:03.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:24:03.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:03.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:03.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:03.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:24:03.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:24:03.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:03.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:03.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.203.190:35009
00:24:03.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.203.190
00:24:03.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:03.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.203.148:45663
00:24:03.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:03.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:03.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:03.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:03.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.203.190:35009,127.5.203.189:43249,127.5.203.188:44279
00:24:03.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:03.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40483/jwks.json
00:24:03.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46141 with env {}
00:24:04.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:04.093145  5945 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:24:04.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:04.094056  5945 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:24:04.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:04.094375  5945 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:24:04.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:04.106647  5945 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:24:04.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:04.106827  5945 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:24:04.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:04.106899  5945 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:24:04.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:04.106948  5945 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:24:04.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:04.107012  5945 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:24:04.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:04.107052  5945 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40483/jwks.json
00:24:04.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.125072  5945 master_runner.cc:387] Master server non-default flags:
00:24:04.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:04.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.203.148:45663
00:24:04.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:04.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:04.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-0/data
00:24:04.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-0/wal
00:24:04.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46141
00:24:04.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:04.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.203.190:35009,127.5.203.189:43249,127.5.203.188:44279
00:24:04.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:04.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:04.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:04.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.203.190:35009
00:24:04.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:04.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:24:04.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:04.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40483/jwks.json
00:24:04.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:04.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:04.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-0/data/info.pb
00:24:04.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.203.190
00:24:04.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:04.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:24:04.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:04.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:24:04.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:24:04.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:04.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-0/logs
00:24:04.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:04.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:24:04.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:24:04.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:24:04.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:24:04.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:24:04.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:24:04.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on bdcb31816ec0
00:24:04.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16842
00:24:04.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
00:24:04.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.130452  5945 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:24:04.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.134994  5945 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:24:04.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:04.161839  5950 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
00:24:04.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.161978  5945 server_base.cc:1061] running on GCE node
00:24:04.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:04.161830  5953 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
00:24:04.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:04.163064  5951 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
00:24:04.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.165608  5945 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:24:04.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.169688  5945 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:24:04.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.171446  5945 hybrid_clock.cc:648] HybridClock initialized: now 1783470244171335 us; error 97 us; skew 500 ppm
00:24:04.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.173373  5945 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:24:04.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.178869  5945 webserver.cc:534] Webserver started at http://127.5.203.190:35395/ using document root <none> and password file <none>
00:24:04.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.180799  5945 fs_manager.cc:362] Metadata directory not provided
00:24:04.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.181213  5945 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:24:04.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.183059  5945 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:24:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.189380  5945 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-0/data/instance:
00:24:04.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "80d7af13399045e09fe9b8deed298117"
00:24:04.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:04 on dist-test-slave-fn7j"
00:24:04.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.191210  5945 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-0/wal/instance:
00:24:04.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "80d7af13399045e09fe9b8deed298117"
00:24:04.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:04 on dist-test-slave-fn7j"
00:24:04.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.204311  5945 fs_manager.cc:696] Time spent creating directory manager: real 0.012s	user 0.007s	sys 0.004s
00:24:04.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.212179  5959 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:24:04.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.215476  5945 fs_manager.cc:730] Time spent opening block manager: real 0.007s	user 0.003s	sys 0.001s
00:24:04.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.215999  5945 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-0/data,/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-0/wal
00:24:04.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "80d7af13399045e09fe9b8deed298117"
00:24:04.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:04 on dist-test-slave-fn7j"
00:24:04.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.216553  5945 fs_report.cc:389] FS layout report
00:24:04.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:24:04.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-0/wal
00:24:04.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-0/wal
00:24:04.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-0/data/data
00:24:04.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:24:04.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:24:04.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:24:04.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:24:04.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:24:04.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:24:04.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:24:04.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:24:04.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:24:04.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:24:04.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:24:04.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.248968  5945 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:24:04.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.250877  5945 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:24:04.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.251394  5945 kserver.cc:163] Server-wide thread pool size limit: 3276
00:24:04.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.300122  6010 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.5.203.190:35009 every 8 connection(s)
00:24:04.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.300160  5945 rpc_server.cc:307] RPC server started. Bound to: 127.5.203.190:35009
00:24:04.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.303411  5945 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-0/data/info.pb
00:24:04.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.307868  5934 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu as pid 5945
00:24:04.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.308363  5934 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-0/wal/instance
00:24:04.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.313319  5934 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:04.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:04.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-1/wal
00:24:04.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-1/data
00:24:04.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:24:04.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:24:04.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:24:04.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:04.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:04.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:04.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-1/logs
00:24:04.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-1/data/info.pb
00:24:04.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:04.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:24:04.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:24:04.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:24:04.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:24:04.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:04.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:04.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:04.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:24:04.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:24:04.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:04.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:04.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.203.189:43249
00:24:04.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.203.189
00:24:04.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:04.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.203.148:45663
00:24:04.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:04.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:04.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:04.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:04.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.203.190:35009,127.5.203.189:43249,127.5.203.188:44279
00:24:04.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:04.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40483/jwks.json
00:24:04.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46141 with env {}
00:24:04.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.316146  6011 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:24:04.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.331527  6011 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.203.190" port: 35009 } has no permanent_uuid. Determining permanent_uuid...
00:24:04.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.384143  6011 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.203.189" port: 43249 } has no permanent_uuid. Determining permanent_uuid...
00:24:04.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:04.386782  5962 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.5.203.189:43249: connect: Connection refused (error 111)
00:24:04.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:04.389906  6011 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.203.189:43249: Network error: Client connection negotiation failed: client connection to 127.5.203.189:43249: connect: Connection refused (error 111)
00:24:04.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.439483  6011 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.203.189" port: 43249 } attempt: 1
00:24:04.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:04.442312  6011 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.203.189:43249: Network error: Client connection negotiation failed: client connection to 127.5.203.189:43249: connect: Connection refused (error 111)
00:24:04.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.510671  6011 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.203.189" port: 43249 } attempt: 2
00:24:04.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:04.513975  6011 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.203.189:43249: Network error: Client connection negotiation failed: client connection to 127.5.203.189:43249: connect: Connection refused (error 111)
00:24:04.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.605895  6011 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.203.189" port: 43249 } attempt: 3
00:24:04.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:04.608850  6011 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.203.189:43249: Network error: Client connection negotiation failed: client connection to 127.5.203.189:43249: connect: Connection refused (error 111)
00:24:04.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.752235  6011 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.203.189" port: 43249 } attempt: 4
00:24:04.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:04.755306  6011 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.203.189:43249: Network error: Client connection negotiation failed: client connection to 127.5.203.189:43249: connect: Connection refused (error 111)
00:24:04.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:04.802542  6012 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:24:04.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:04.802947  6012 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:24:04.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:04.803037  6012 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:24:04.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:04.813294  6012 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:24:04.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:04.813432  6012 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:24:04.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:04.813496  6012 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:24:04.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:04.813539  6012 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:24:04.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:04.813593  6012 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:24:04.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:04.813627  6012 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40483/jwks.json
00:24:04.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.826077  6012 master_runner.cc:387] Master server non-default flags:
00:24:04.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:04.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.203.148:45663
00:24:04.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:04.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:04.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-1/data
00:24:04.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-1/wal
00:24:04.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46141
00:24:04.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:04.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.203.190:35009,127.5.203.189:43249,127.5.203.188:44279
00:24:04.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:04.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:04.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:04.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.203.189:43249
00:24:04.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:04.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:24:04.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:04.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40483/jwks.json
00:24:04.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:04.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:04.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-1/data/info.pb
00:24:04.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.203.189
00:24:04.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:04.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:24:04.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:04.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:24:04.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:24:04.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:04.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-1/logs
00:24:04.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:04.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:24:04.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:24:04.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:24:04.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:24:04.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:24:04.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:24:04.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on bdcb31816ec0
00:24:04.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16842
00:24:04.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
00:24:04.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.828471  6012 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:24:04.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.831259  6012 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:24:04.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:04.842208  6020 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
00:24:04.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:04.842453  6021 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
00:24:04.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:04.842494  6023 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
00:24:04.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.844280  6012 server_base.cc:1061] running on GCE node
00:24:04.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.845568  6012 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:24:04.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.847740  6012 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:24:04.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.849072  6012 hybrid_clock.cc:648] HybridClock initialized: now 1783470244848984 us; error 73 us; skew 500 ppm
00:24:04.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.849658  6012 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:24:04.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.853483  6012 webserver.cc:534] Webserver started at http://127.5.203.189:40609/ using document root <none> and password file <none>
00:24:04.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.854633  6012 fs_manager.cc:362] Metadata directory not provided
00:24:04.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.854833  6012 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:24:04.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.855450  6012 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:24:04.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.858865  6012 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-1/data/instance:
00:24:04.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a91e87117c964b35b40c66c1b713e412"
00:24:04.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:04 on dist-test-slave-fn7j"
00:24:04.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.860225  6012 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-1/wal/instance:
00:24:04.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a91e87117c964b35b40c66c1b713e412"
00:24:04.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:04 on dist-test-slave-fn7j"
00:24:04.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.868510  6012 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.007s	sys 0.001s
00:24:04.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.873576  6029 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:24:04.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.875831  6012 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.006s	sys 0.001s
00:24:04.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.876102  6012 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-1/data,/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-1/wal
00:24:04.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a91e87117c964b35b40c66c1b713e412"
00:24:04.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:04 on dist-test-slave-fn7j"
00:24:04.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.876400  6012 fs_report.cc:389] FS layout report
00:24:04.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:24:04.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-1/wal
00:24:04.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-1/wal
00:24:04.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-1/data/data
00:24:04.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:24:04.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:24:04.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:24:04.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:24:04.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:24:04.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:24:04.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:24:04.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:24:04.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:24:04.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:24:04.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:24:04.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.906296  6012 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:24:04.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.907590  6012 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:24:04.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.908174  6012 kserver.cc:163] Server-wide thread pool size limit: 3276
00:24:04.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.936187  6012 rpc_server.cc:307] RPC server started. Bound to: 127.5.203.189:43249
00:24:04.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.936223  6080 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.5.203.189:43249 every 8 connection(s)
00:24:04.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.938419  6012 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-1/data/info.pb
00:24:04.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.940775  5934 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu as pid 6012
00:24:04.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.941181  5934 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-1/wal/instance
00:24:04.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.942781  5934 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:04.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:04.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-2/wal
00:24:04.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-2/data
00:24:04.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:24:04.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:24:04.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:24:04.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:04.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:04.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:04.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-2/logs
00:24:04.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-2/data/info.pb
00:24:04.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:04.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:24:04.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:24:04.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:24:04.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:24:04.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:04.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:04.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:04.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:24:04.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:24:04.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:04.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:04.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.203.188:44279
00:24:04.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.203.188
00:24:04.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:04.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.203.148:45663
00:24:04.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:04.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:04.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:04.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:04.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.203.190:35009,127.5.203.189:43249,127.5.203.188:44279
00:24:04.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:04.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40483/jwks.json
00:24:04.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46141 with env {}
00:24:04.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.945719  6081 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:24:04.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.957566  6081 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.203.190" port: 35009 } has no permanent_uuid. Determining permanent_uuid...
00:24:04.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.979022  6081 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.203.189" port: 43249 } has no permanent_uuid. Determining permanent_uuid...
00:24:04.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:04.990435  6081 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.203.188" port: 44279 } has no permanent_uuid. Determining permanent_uuid...
00:24:04.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:04.992281  6033 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.5.203.188:44279: connect: Connection refused (error 111)
00:24:04.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:04.995169  6081 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.203.188:44279: Network error: Client connection negotiation failed: client connection to 127.5.203.188:44279: connect: Connection refused (error 111)
00:24:05.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.044597  6081 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.203.188" port: 44279 } attempt: 1
00:24:05.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:05.048142  6081 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.203.188:44279: Network error: Client connection negotiation failed: client connection to 127.5.203.188:44279: connect: Connection refused (error 111)
00:24:05.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.054669  6011 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.203.189" port: 43249 } attempt: 5
00:24:05.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.068572  6011 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.203.188" port: 44279 } has no permanent_uuid. Determining permanent_uuid...
00:24:05.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:05.071410  6011 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.203.188:44279: Network error: Client connection negotiation failed: client connection to 127.5.203.188:44279: connect: Connection refused (error 111)
00:24:05.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.116595  6081 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.203.188" port: 44279 } attempt: 2
00:24:05.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:05.119269  6081 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.203.188:44279: Network error: Client connection negotiation failed: client connection to 127.5.203.188:44279: connect: Connection refused (error 111)
00:24:05.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.122957  6011 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.203.188" port: 44279 } attempt: 1
00:24:05.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:05.126468  6011 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.203.188:44279: Network error: Client connection negotiation failed: client connection to 127.5.203.188:44279: connect: Connection refused (error 111)
00:24:05.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.194813  6011 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.203.188" port: 44279 } attempt: 2
00:24:05.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:05.198061  6011 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.203.188:44279: Network error: Client connection negotiation failed: client connection to 127.5.203.188:44279: connect: Connection refused (error 111)
00:24:05.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.210583  6081 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.203.188" port: 44279 } attempt: 3
00:24:05.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:05.214207  6081 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.203.188:44279: Network error: Client connection negotiation failed: client connection to 127.5.203.188:44279: connect: Connection refused (error 111)
00:24:05.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.304394  6011 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.203.188" port: 44279 } attempt: 3
00:24:05.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:05.307085  6011 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.203.188:44279: Network error: Client connection negotiation failed: client connection to 127.5.203.188:44279: connect: Connection refused (error 111)
00:24:05.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.357726  6081 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.203.188" port: 44279 } attempt: 4
00:24:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:05.361567  6081 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.203.188:44279: Network error: Client connection negotiation failed: client connection to 127.5.203.188:44279: connect: Connection refused (error 111)
00:24:05.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:05.438755  6082 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:24:05.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:05.439296  6082 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:24:05.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:05.439419  6082 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:24:05.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:05.454800  6082 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:24:05.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:05.454962  6082 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:24:05.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:05.455030  6082 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:24:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:05.455080  6082 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:24:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:05.455144  6082 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:24:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:05.455183  6082 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40483/jwks.json
00:24:05.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.473734  6082 master_runner.cc:387] Master server non-default flags:
00:24:05.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:05.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.203.148:45663
00:24:05.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:05.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:05.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-2/data
00:24:05.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-2/wal
00:24:05.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46141
00:24:05.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:05.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.203.190:35009,127.5.203.189:43249,127.5.203.188:44279
00:24:05.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:05.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:05.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:05.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.203.188:44279
00:24:05.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:05.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:24:05.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:05.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40483/jwks.json
00:24:05.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:05.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:05.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-2/data/info.pb
00:24:05.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.203.188
00:24:05.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:05.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:24:05.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:05.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:24:05.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:24:05.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:05.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-2/logs
00:24:05.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:05.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:24:05.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:24:05.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:24:05.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:24:05.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:24:05.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:24:05.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on bdcb31816ec0
00:24:05.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16842
00:24:05.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
00:24:05.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.477176  6082 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:24:05.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.480881  6082 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:24:05.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.484396  6011 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.203.188" port: 44279 } attempt: 4
00:24:05.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:05.488096  6011 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.203.188:44279: Network error: Client connection negotiation failed: client connection to 127.5.203.188:44279: connect: Connection refused (error 111)
00:24:05.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:05.499446  6091 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
00:24:05.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:05.500507  6092 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
00:24:05.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.502657  6082 server_base.cc:1061] running on GCE node
00:24:05.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:05.503769  6094 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
00:24:05.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.506738  6082 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:24:05.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.510726  6082 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:24:05.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.515266  6082 hybrid_clock.cc:648] HybridClock initialized: now 1783470245514957 us; error 247 us; skew 500 ppm
00:24:05.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.516660  6082 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:24:05.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.521945  6082 webserver.cc:534] Webserver started at http://127.5.203.188:34989/ using document root <none> and password file <none>
00:24:05.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.524044  6082 fs_manager.cc:362] Metadata directory not provided
00:24:05.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.524509  6082 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:24:05.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.525697  6082 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:24:05.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.530575  6082 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-2/data/instance:
00:24:05.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7ffe1289e74b46d2abd6ea07a2590ece"
00:24:05.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:05 on dist-test-slave-fn7j"
00:24:05.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.532737  6082 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-2/wal/instance:
00:24:05.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7ffe1289e74b46d2abd6ea07a2590ece"
00:24:05.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:05 on dist-test-slave-fn7j"
00:24:05.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.546648  6082 fs_manager.cc:696] Time spent creating directory manager: real 0.012s	user 0.007s	sys 0.005s
00:24:05.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.556850  6100 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:24:05.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.560660  6082 fs_manager.cc:730] Time spent opening block manager: real 0.008s	user 0.005s	sys 0.000s
00:24:05.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.561081  6082 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-2/data,/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-2/wal
00:24:05.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7ffe1289e74b46d2abd6ea07a2590ece"
00:24:05.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:05 on dist-test-slave-fn7j"
00:24:05.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.561493  6082 fs_report.cc:389] FS layout report
00:24:05.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:24:05.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-2/wal
00:24:05.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-2/wal
00:24:05.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-2/data/data
00:24:05.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:24:05.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:24:05.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:24:05.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:24:05.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:24:05.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:24:05.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:24:05.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:24:05.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:24:05.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:24:05.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:24:05.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.594465  6082 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:24:05.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.597020  6082 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:24:05.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.597967  6082 kserver.cc:163] Server-wide thread pool size limit: 3276
00:24:05.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.642656  6082 rpc_server.cc:307] RPC server started. Bound to: 127.5.203.188:44279
00:24:05.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.642645  6151 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.5.203.188:44279 every 8 connection(s)
00:24:05.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.645396  6082 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-2/data/info.pb
00:24:05.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.648602  5934 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu as pid 6082
00:24:05.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.648834  5934 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster5317233610558963512/master-2/wal/instance
00:24:05.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.655390  6152 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:24:05.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.661100  6081 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.203.188" port: 44279 } attempt: 5
00:24:05.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.680984  6152 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.203.190" port: 35009 } has no permanent_uuid. Determining permanent_uuid...
00:24:05.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.713924  6081 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a91e87117c964b35b40c66c1b713e412: Bootstrap starting.
00:24:05.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.725262  6152 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.203.189" port: 43249 } has no permanent_uuid. Determining permanent_uuid...
00:24:05.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.737653  6081 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a91e87117c964b35b40c66c1b713e412: Neither blocks nor log segments found. Creating new log.
00:24:05.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.744149  6081 log.cc:826] T 00000000000000000000000000000000 P a91e87117c964b35b40c66c1b713e412: Log is configured to *not* fsync() on all Append() calls
00:24:05.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.759143  6081 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a91e87117c964b35b40c66c1b713e412: No bootstrap required, opened a new log
00:24:05.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.765453  6011 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.203.188" port: 44279 } attempt: 5
00:24:05.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.769812  6152 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.203.188" port: 44279 } has no permanent_uuid. Determining permanent_uuid...
00:24:05.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.777949  5934 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
00:24:05.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.780618  6081 raft_consensus.cc:359] T 00000000000000000000000000000000 P a91e87117c964b35b40c66c1b713e412 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80d7af13399045e09fe9b8deed298117" member_type: VOTER last_known_addr { host: "127.5.203.190" port: 35009 } } peers { permanent_uuid: "a91e87117c964b35b40c66c1b713e412" member_type: VOTER last_known_addr { host: "127.5.203.189" port: 43249 } } peers { permanent_uuid: "7ffe1289e74b46d2abd6ea07a2590ece" member_type: VOTER last_known_addr { host: "127.5.203.188" port: 44279 } }
00:24:05.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.781178  6081 raft_consensus.cc:385] T 00000000000000000000000000000000 P a91e87117c964b35b40c66c1b713e412 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:24:05.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.781330  6081 raft_consensus.cc:740] T 00000000000000000000000000000000 P a91e87117c964b35b40c66c1b713e412 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a91e87117c964b35b40c66c1b713e412, State: Initialized, Role: FOLLOWER
00:24:05.781 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:24:05.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.782469  6081 consensus_queue.cc:260] T 00000000000000000000000000000000 P a91e87117c964b35b40c66c1b713e412 [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: "80d7af13399045e09fe9b8deed298117" member_type: VOTER last_known_addr { host: "127.5.203.190" port: 35009 } } peers { permanent_uuid: "a91e87117c964b35b40c66c1b713e412" member_type: VOTER last_known_addr { host: "127.5.203.189" port: 43249 } } peers { permanent_uuid: "7ffe1289e74b46d2abd6ea07a2590ece" member_type: VOTER last_known_addr { host: "127.5.203.188" port: 44279 } }
00:24:05.783 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

00:24:05.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.786806  6011 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117: Bootstrap starting.
00:24:05.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.788533  6152 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7ffe1289e74b46d2abd6ea07a2590ece: Bootstrap starting.
00:24:05.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.792910  6011 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117: Neither blocks nor log segments found. Creating new log.
00:24:05.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.794951  6011 log.cc:826] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117: Log is configured to *not* fsync() on all Append() calls
00:24:05.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.795655  6152 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7ffe1289e74b46d2abd6ea07a2590ece: Neither blocks nor log segments found. Creating new log.
00:24:05.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.798740  6152 log.cc:826] T 00000000000000000000000000000000 P 7ffe1289e74b46d2abd6ea07a2590ece: Log is configured to *not* fsync() on all Append() calls
00:24:05.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.809840  6162 sys_catalog.cc:455] T 00000000000000000000000000000000 P a91e87117c964b35b40c66c1b713e412 [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: "80d7af13399045e09fe9b8deed298117" member_type: VOTER last_known_addr { host: "127.5.203.190" port: 35009 } } peers { permanent_uuid: "a91e87117c964b35b40c66c1b713e412" member_type: VOTER last_known_addr { host: "127.5.203.189" port: 43249 } } peers { permanent_uuid: "7ffe1289e74b46d2abd6ea07a2590ece" member_type: VOTER last_known_addr { host: "127.5.203.188" port: 44279 } } }
00:24:05.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.810357  6162 sys_catalog.cc:458] T 00000000000000000000000000000000 P a91e87117c964b35b40c66c1b713e412 [sys.catalog]: This master's current role is: FOLLOWER
00:24:05.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.811985  6081 sys_catalog.cc:565] T 00000000000000000000000000000000 P a91e87117c964b35b40c66c1b713e412 [sys.catalog]: configured and running, proceeding with master startup.
00:24:05.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.812357  6152 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7ffe1289e74b46d2abd6ea07a2590ece: No bootstrap required, opened a new log
00:24:05.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.814543  6011 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117: No bootstrap required, opened a new log
00:24:05.808 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.5.203.190"
      port: 35009
    }
    bound_http_address {
      host: "127.5.203.190"
      port: 35395
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.5.203.189"
      port: 43249
    }
    bound_http_address {
      host: "127.5.203.189"
      port: 40609
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.5.203.188"
      port: 44279
    }
    bound_http_address {
      host: "127.5.203.188"
      port: 34989
    }
  }
}

00:24:05.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.822193  6152 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7ffe1289e74b46d2abd6ea07a2590ece [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80d7af13399045e09fe9b8deed298117" member_type: VOTER last_known_addr { host: "127.5.203.190" port: 35009 } } peers { permanent_uuid: "a91e87117c964b35b40c66c1b713e412" member_type: VOTER last_known_addr { host: "127.5.203.189" port: 43249 } } peers { permanent_uuid: "7ffe1289e74b46d2abd6ea07a2590ece" member_type: VOTER last_known_addr { host: "127.5.203.188" port: 44279 } }
00:24:05.823 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

00:24:05.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.823360  6152 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7ffe1289e74b46d2abd6ea07a2590ece [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:24:05.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.823789  6152 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7ffe1289e74b46d2abd6ea07a2590ece [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7ffe1289e74b46d2abd6ea07a2590ece, State: Initialized, Role: FOLLOWER
00:24:05.824 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:24:05.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.825165  6152 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7ffe1289e74b46d2abd6ea07a2590ece [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: "80d7af13399045e09fe9b8deed298117" member_type: VOTER last_known_addr { host: "127.5.203.190" port: 35009 } } peers { permanent_uuid: "a91e87117c964b35b40c66c1b713e412" member_type: VOTER last_known_addr { host: "127.5.203.189" port: 43249 } } peers { permanent_uuid: "7ffe1289e74b46d2abd6ea07a2590ece" member_type: VOTER last_known_addr { host: "127.5.203.188" port: 44279 } }
00:24:05.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.828298  6011 raft_consensus.cc:359] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80d7af13399045e09fe9b8deed298117" member_type: VOTER last_known_addr { host: "127.5.203.190" port: 35009 } } peers { permanent_uuid: "a91e87117c964b35b40c66c1b713e412" member_type: VOTER last_known_addr { host: "127.5.203.189" port: 43249 } } peers { permanent_uuid: "7ffe1289e74b46d2abd6ea07a2590ece" member_type: VOTER last_known_addr { host: "127.5.203.188" port: 44279 } }
00:24:05.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.829538  6011 raft_consensus.cc:385] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:24:05.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.830186  6011 raft_consensus.cc:740] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 80d7af13399045e09fe9b8deed298117, State: Initialized, Role: FOLLOWER
00:24:05.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.832417  6011 consensus_queue.cc:260] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117 [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: "80d7af13399045e09fe9b8deed298117" member_type: VOTER last_known_addr { host: "127.5.203.190" port: 35009 } } peers { permanent_uuid: "a91e87117c964b35b40c66c1b713e412" member_type: VOTER last_known_addr { host: "127.5.203.189" port: 43249 } } peers { permanent_uuid: "7ffe1289e74b46d2abd6ea07a2590ece" member_type: VOTER last_known_addr { host: "127.5.203.188" port: 44279 } }
00:24:05.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.840731  6167 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7ffe1289e74b46d2abd6ea07a2590ece [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: "80d7af13399045e09fe9b8deed298117" member_type: VOTER last_known_addr { host: "127.5.203.190" port: 35009 } } peers { permanent_uuid: "a91e87117c964b35b40c66c1b713e412" member_type: VOTER last_known_addr { host: "127.5.203.189" port: 43249 } } peers { permanent_uuid: "7ffe1289e74b46d2abd6ea07a2590ece" member_type: VOTER last_known_addr { host: "127.5.203.188" port: 44279 } } }
00:24:05.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.841935  6167 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7ffe1289e74b46d2abd6ea07a2590ece [sys.catalog]: This master's current role is: FOLLOWER
00:24:05.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.842873  6152 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7ffe1289e74b46d2abd6ea07a2590ece [sys.catalog]: configured and running, proceeding with master startup.
00:24:05.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.848933  6169 sys_catalog.cc:455] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117 [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: "80d7af13399045e09fe9b8deed298117" member_type: VOTER last_known_addr { host: "127.5.203.190" port: 35009 } } peers { permanent_uuid: "a91e87117c964b35b40c66c1b713e412" member_type: VOTER last_known_addr { host: "127.5.203.189" port: 43249 } } peers { permanent_uuid: "7ffe1289e74b46d2abd6ea07a2590ece" member_type: VOTER last_known_addr { host: "127.5.203.188" port: 44279 } } }
00:24:05.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:05.852619  6106 tablet.cc:2406] T 00000000000000000000000000000000 P 7ffe1289e74b46d2abd6ea07a2590ece: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:24:05.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.853910  6169 sys_catalog.cc:458] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117 [sys.catalog]: This master's current role is: FOLLOWER
00:24:05.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.852041  6011 sys_catalog.cc:565] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117 [sys.catalog]: configured and running, proceeding with master startup.
00:24:05.874 [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=4285d110-2e71-46f5-bba9-c6f2de9f82ca, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:24:05.880 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:24:05.881 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:24:05.885 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2eb6a4c6, with PersistenceManager: null will be shutdown
00:24:05.904 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2eb6a4c6, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6fe04013 created in the thread with id: 36
00:24:05.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:05.912460  6035 tablet.cc:2406] T 00000000000000000000000000000000 P a91e87117c964b35b40c66c1b713e412: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:24:05.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.915484  6196 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
00:24:05.922 [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=	
00:24:05.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.921137  6082 master_runner.cc:187] Error getting master registration for 127.5.203.190:35009: OK, instance_id { permanent_uuid: "80d7af13399045e09fe9b8deed298117" instance_seqno: 1783470244282717 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:24:05.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.931465  6082 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:24:05.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:05.932186  6189 client.h:373] Failed to connect to Hive Metastore (localhost:46141): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:05.985 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2eb6a4c6
00:24:05.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.996089  6169 raft_consensus.cc:493] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
00:24:06.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:05.997426  6169 raft_consensus.cc:515] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80d7af13399045e09fe9b8deed298117" member_type: VOTER last_known_addr { host: "127.5.203.190" port: 35009 } } peers { permanent_uuid: "a91e87117c964b35b40c66c1b713e412" member_type: VOTER last_known_addr { host: "127.5.203.189" port: 43249 } } peers { permanent_uuid: "7ffe1289e74b46d2abd6ea07a2590ece" member_type: VOTER last_known_addr { host: "127.5.203.188" port: 44279 } }
00:24:06.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.004874  6169 leader_election.cc:290] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a91e87117c964b35b40c66c1b713e412 (127.5.203.189:43249), 7ffe1289e74b46d2abd6ea07a2590ece (127.5.203.188:44279)
00:24:06.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.006017  6056 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "80d7af13399045e09fe9b8deed298117" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a91e87117c964b35b40c66c1b713e412" is_pre_election: true
00:24:06.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.006018  6127 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "80d7af13399045e09fe9b8deed298117" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7ffe1289e74b46d2abd6ea07a2590ece" is_pre_election: true
00:24:06.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.006867  6127 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 7ffe1289e74b46d2abd6ea07a2590ece [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 80d7af13399045e09fe9b8deed298117 in term 0.
00:24:06.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.006880  6056 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a91e87117c964b35b40c66c1b713e412 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 80d7af13399045e09fe9b8deed298117 in term 0.
00:24:06.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.008026  5963 leader_election.cc:304] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117 [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: 7ffe1289e74b46d2abd6ea07a2590ece, 80d7af13399045e09fe9b8deed298117; no voters: 
00:24:06.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:06.009848  5965 tablet.cc:2406] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:24:06.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.010212  6169 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117 [term 0 FOLLOWER]: Leader pre-election won for term 1
00:24:06.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.010450  6169 raft_consensus.cc:493] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
00:24:06.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.010601  6169 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117 [term 0 FOLLOWER]: Advancing to term 1
00:24:06.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.018049  6169 raft_consensus.cc:515] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80d7af13399045e09fe9b8deed298117" member_type: VOTER last_known_addr { host: "127.5.203.190" port: 35009 } } peers { permanent_uuid: "a91e87117c964b35b40c66c1b713e412" member_type: VOTER last_known_addr { host: "127.5.203.189" port: 43249 } } peers { permanent_uuid: "7ffe1289e74b46d2abd6ea07a2590ece" member_type: VOTER last_known_addr { host: "127.5.203.188" port: 44279 } }
00:24:06.026 [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=	
00:24:06.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:06.027554  6204 client.h:373] Failed to connect to Hive Metastore (localhost:46141): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:06.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.027885  6056 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "80d7af13399045e09fe9b8deed298117" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a91e87117c964b35b40c66c1b713e412"
00:24:06.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.028515  6056 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a91e87117c964b35b40c66c1b713e412 [term 0 FOLLOWER]: Advancing to term 1
00:24:06.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.034382  6056 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a91e87117c964b35b40c66c1b713e412 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 80d7af13399045e09fe9b8deed298117 in term 1.
00:24:06.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.036463  5962 leader_election.cc:304] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117 [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: 80d7af13399045e09fe9b8deed298117, a91e87117c964b35b40c66c1b713e412; no voters: 
00:24:06.040 [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=	
00:24:06.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.024114  6211 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
00:24:06.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.046521  6169 leader_election.cc:290] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117 [CANDIDATE]: Term 1 election: Requested vote from peers a91e87117c964b35b40c66c1b713e412 (127.5.203.189:43249), 7ffe1289e74b46d2abd6ea07a2590ece (127.5.203.188:44279)
00:24:06.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.047042  6127 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "80d7af13399045e09fe9b8deed298117" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7ffe1289e74b46d2abd6ea07a2590ece"
00:24:06.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.047374  6127 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7ffe1289e74b46d2abd6ea07a2590ece [term 0 FOLLOWER]: Advancing to term 1
00:24:06.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.048022  6169 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117 [term 1 FOLLOWER]: Leader election won for term 1
00:24:06.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.048226  6169 raft_consensus.cc:697] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117 [term 1 LEADER]: Becoming Leader. State: Replica: 80d7af13399045e09fe9b8deed298117, State: Running, Role: LEADER
00:24:06.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.048266  6210 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
00:24:06.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.049026  6169 consensus_queue.cc:237] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117 [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: "80d7af13399045e09fe9b8deed298117" member_type: VOTER last_known_addr { host: "127.5.203.190" port: 35009 } } peers { permanent_uuid: "a91e87117c964b35b40c66c1b713e412" member_type: VOTER last_known_addr { host: "127.5.203.189" port: 43249 } } peers { permanent_uuid: "7ffe1289e74b46d2abd6ea07a2590ece" member_type: VOTER last_known_addr { host: "127.5.203.188" port: 44279 } }
00:24:06.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:06.044437  6203 client.h:373] Failed to connect to Hive Metastore (localhost:46141): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:06.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.055486  6127 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 7ffe1289e74b46d2abd6ea07a2590ece [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 80d7af13399045e09fe9b8deed298117 in term 1.
00:24:06.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.064992  6213 sys_catalog.cc:455] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 80d7af13399045e09fe9b8deed298117. Latest consensus state: current_term: 1 leader_uuid: "80d7af13399045e09fe9b8deed298117" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80d7af13399045e09fe9b8deed298117" member_type: VOTER last_known_addr { host: "127.5.203.190" port: 35009 } } peers { permanent_uuid: "a91e87117c964b35b40c66c1b713e412" member_type: VOTER last_known_addr { host: "127.5.203.189" port: 43249 } } peers { permanent_uuid: "7ffe1289e74b46d2abd6ea07a2590ece" member_type: VOTER last_known_addr { host: "127.5.203.188" port: 44279 } } }
00:24:06.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.065531  6213 sys_catalog.cc:458] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117 [sys.catalog]: This master's current role is: LEADER
00:24:06.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.091180  6215 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
00:24:06.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.114239  6215 catalog_manager.cc:1519] Initializing Kudu cluster ID...
00:24:06.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.183588  6127 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 7ffe1289e74b46d2abd6ea07a2590ece [term 1 FOLLOWER]: Refusing update from remote peer 80d7af13399045e09fe9b8deed298117: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:24:06.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.187203  6056 raft_consensus.cc:1275] T 00000000000000000000000000000000 P a91e87117c964b35b40c66c1b713e412 [term 1 FOLLOWER]: Refusing update from remote peer 80d7af13399045e09fe9b8deed298117: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:24:06.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.188305  6213 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7ffe1289e74b46d2abd6ea07a2590ece" member_type: VOTER last_known_addr { host: "127.5.203.188" port: 44279 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
00:24:06.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.189724  6213 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a91e87117c964b35b40c66c1b713e412" member_type: VOTER last_known_addr { host: "127.5.203.189" port: 43249 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
00:24:06.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.225505  6167 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7ffe1289e74b46d2abd6ea07a2590ece [sys.catalog]: SysCatalogTable state changed. Reason: New leader 80d7af13399045e09fe9b8deed298117. Latest consensus state: current_term: 1 leader_uuid: "80d7af13399045e09fe9b8deed298117" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80d7af13399045e09fe9b8deed298117" member_type: VOTER last_known_addr { host: "127.5.203.190" port: 35009 } } peers { permanent_uuid: "a91e87117c964b35b40c66c1b713e412" member_type: VOTER last_known_addr { host: "127.5.203.189" port: 43249 } } peers { permanent_uuid: "7ffe1289e74b46d2abd6ea07a2590ece" member_type: VOTER last_known_addr { host: "127.5.203.188" port: 44279 } } }
00:24:06.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.226150  6167 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7ffe1289e74b46d2abd6ea07a2590ece [sys.catalog]: This master's current role is: FOLLOWER
00:24:06.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.234965  6169 sys_catalog.cc:455] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "80d7af13399045e09fe9b8deed298117" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80d7af13399045e09fe9b8deed298117" member_type: VOTER last_known_addr { host: "127.5.203.190" port: 35009 } } peers { permanent_uuid: "a91e87117c964b35b40c66c1b713e412" member_type: VOTER last_known_addr { host: "127.5.203.189" port: 43249 } } peers { permanent_uuid: "7ffe1289e74b46d2abd6ea07a2590ece" member_type: VOTER last_known_addr { host: "127.5.203.188" port: 44279 } } }
00:24:06.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.235394  6169 sys_catalog.cc:458] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117 [sys.catalog]: This master's current role is: LEADER
00:24:06.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.236312  6219 mvcc.cc:204] Tried to move back new op lower bound from 7305094128275922944 to 7305094127835521024. Current Snapshot: MvccSnapshot[applied={T|T < 7305094128275922944}]
00:24:06.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.244745  6162 sys_catalog.cc:455] T 00000000000000000000000000000000 P a91e87117c964b35b40c66c1b713e412 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 80d7af13399045e09fe9b8deed298117. Latest consensus state: current_term: 1 leader_uuid: "80d7af13399045e09fe9b8deed298117" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80d7af13399045e09fe9b8deed298117" member_type: VOTER last_known_addr { host: "127.5.203.190" port: 35009 } } peers { permanent_uuid: "a91e87117c964b35b40c66c1b713e412" member_type: VOTER last_known_addr { host: "127.5.203.189" port: 43249 } } peers { permanent_uuid: "7ffe1289e74b46d2abd6ea07a2590ece" member_type: VOTER last_known_addr { host: "127.5.203.188" port: 44279 } } }
00:24:06.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.245137  6162 sys_catalog.cc:458] T 00000000000000000000000000000000 P a91e87117c964b35b40c66c1b713e412 [sys.catalog]: This master's current role is: FOLLOWER
00:24:06.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.245270  6167 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7ffe1289e74b46d2abd6ea07a2590ece [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "80d7af13399045e09fe9b8deed298117" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80d7af13399045e09fe9b8deed298117" member_type: VOTER last_known_addr { host: "127.5.203.190" port: 35009 } } peers { permanent_uuid: "a91e87117c964b35b40c66c1b713e412" member_type: VOTER last_known_addr { host: "127.5.203.189" port: 43249 } } peers { permanent_uuid: "7ffe1289e74b46d2abd6ea07a2590ece" member_type: VOTER last_known_addr { host: "127.5.203.188" port: 44279 } } }
00:24:06.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.245556  6167 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7ffe1289e74b46d2abd6ea07a2590ece [sys.catalog]: This master's current role is: FOLLOWER
00:24:06.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.245656  6213 sys_catalog.cc:455] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "80d7af13399045e09fe9b8deed298117" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80d7af13399045e09fe9b8deed298117" member_type: VOTER last_known_addr { host: "127.5.203.190" port: 35009 } } peers { permanent_uuid: "a91e87117c964b35b40c66c1b713e412" member_type: VOTER last_known_addr { host: "127.5.203.189" port: 43249 } } peers { permanent_uuid: "7ffe1289e74b46d2abd6ea07a2590ece" member_type: VOTER last_known_addr { host: "127.5.203.188" port: 44279 } } }
00:24:06.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.245924  6213 sys_catalog.cc:458] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117 [sys.catalog]: This master's current role is: LEADER
00:24:06.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.250125  6218 mvcc.cc:204] Tried to move back new op lower bound from 7305094128275922944 to 7305094127835521024. Current Snapshot: MvccSnapshot[applied={T|T < 7305094128275922944}]
00:24:06.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.258275  6162 sys_catalog.cc:455] T 00000000000000000000000000000000 P a91e87117c964b35b40c66c1b713e412 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "80d7af13399045e09fe9b8deed298117" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80d7af13399045e09fe9b8deed298117" member_type: VOTER last_known_addr { host: "127.5.203.190" port: 35009 } } peers { permanent_uuid: "a91e87117c964b35b40c66c1b713e412" member_type: VOTER last_known_addr { host: "127.5.203.189" port: 43249 } } peers { permanent_uuid: "7ffe1289e74b46d2abd6ea07a2590ece" member_type: VOTER last_known_addr { host: "127.5.203.188" port: 44279 } } }
00:24:06.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.258687  6162 sys_catalog.cc:458] T 00000000000000000000000000000000 P a91e87117c964b35b40c66c1b713e412 [sys.catalog]: This master's current role is: FOLLOWER
00:24:06.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.262982  6215 catalog_manager.cc:1382] Generated new cluster ID: 7579fc523c454efca9b336bed915643d
00:24:06.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.263182  6215 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
00:24:06.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.295586  6215 catalog_manager.cc:1405] Generated new certificate authority record
00:24:06.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.301815  6215 catalog_manager.cc:1539] Loading token signing keys...
00:24:06.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.338137  6215 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 80d7af13399045e09fe9b8deed298117: Generated new TSK 0
00:24:06.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.340574  6215 catalog_manager.cc:1549] Initializing in-progress tserver states...
00:24:06.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.342700  6215 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
00:24:06.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.349431  6215 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
00:24:06.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.930305  6196 catalog_manager.cc:1294] Loaded cluster ID: 7579fc523c454efca9b336bed915643d
00:24:06.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.930460  6196 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 7ffe1289e74b46d2abd6ea07a2590ece: loading cluster ID for follower catalog manager: success
00:24:06.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.934938  6196 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 7ffe1289e74b46d2abd6ea07a2590ece: acquiring CA information for follower catalog manager: success
00:24:06.943 [INFO - Metastore-Handler-Pool: Thread-42] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:24:06.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:06.948566  6189 client.h:373] Failed to connect to Hive Metastore (localhost:46141): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:06.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:06.950356  6196 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 7ffe1289e74b46d2abd6ea07a2590ece: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:24:07.045 [INFO - Metastore-Handler-Pool: Thread-43] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:24:07.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:07.046336  6204 client.h:373] Failed to connect to Hive Metastore (localhost:46141): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:07.058 [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.
00:24:07.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:07.065433  6210 catalog_manager.cc:1294] Loaded cluster ID: 7579fc523c454efca9b336bed915643d
00:24:07.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:07.065585  6210 catalog_manager.cc:1587] T 00000000000000000000000000000000 P a91e87117c964b35b40c66c1b713e412: loading cluster ID for follower catalog manager: success
00:24:07.065 [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=	
00:24:07.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:07.066920  6203 client.h:373] Failed to connect to Hive Metastore (localhost:46141): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:07.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:07.070449  6210 catalog_manager.cc:1609] T 00000000000000000000000000000000 P a91e87117c964b35b40c66c1b713e412: acquiring CA information for follower catalog manager: success
00:24:07.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:07.073743  6210 catalog_manager.cc:1637] T 00000000000000000000000000000000 P a91e87117c964b35b40c66c1b713e412: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:24:07.103 [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.
00:24:07.103 [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.
00:24:07.535 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:24:07.591 [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/hive6799705936565755433/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=4285d110-2e71-46f5-bba9-c6f2de9f82ca, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:24:07.781 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive6799705936565755433/external-warehouse/table
00:24:07.952 [INFO - Metastore-Handler-Pool: Thread-50] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:24:07.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:07.954650  6189 client.h:373] Failed to connect to Hive Metastore (localhost:46141): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:07.997 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
00:24:08.004 [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)
00:24:08.009 [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)

00:24:08.049 [INFO - Metastore-Handler-Pool: Thread-51] (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=	
00:24:08.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:08.050295  6204 client.h:373] Failed to connect to Hive Metastore (localhost:46141): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:08.055 [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.5.203.189:43249,127.5.203.188:44279,127.5.203.190:35009}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:24:08.072 [INFO - Metastore-Handler-Pool: Thread-52] (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=	
00:24:08.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:08.073812  6203 client.h:373] Failed to connect to Hive Metastore (localhost:46141): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:08.090 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:24:08.095 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive6799705936565755433/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.5.203.189:43249,127.5.203.188:44279,127.5.203.190:35009}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:24:08.099 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive6799705936565755433/external-warehouse/table
00:24:08.127 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
00:24:08.128 [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)
00:24:08.129 [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)

00:24:08.131 [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=d6c6bebd-e33b-4a49-82cb-6afa2e05ba1c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.5.203.189:43249,127.5.203.188:44279,127.5.203.190:35009}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:24:08.135 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:24:08.139 [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/hive6799705936565755433/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=d6c6bebd-e33b-4a49-82cb-6afa2e05ba1c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.5.203.189:43249,127.5.203.188:44279,127.5.203.190:35009}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:24:08.142 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive6799705936565755433/external-warehouse/table
00:24:08.169 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
00:24:08.175 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
00:24:08.175 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
00:24:08.181 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@1690bfdb
00:24:08.213 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
00:24:08.213 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
00:24:08.214 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
00:24:08.214 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
00:24:08.215 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
00:24:08.216 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
00:24:08.217 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
00:24:08.217 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
00:24:08.218 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
00:24:08.219 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
00:24:08.221 [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
00:24:08.223 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
00:24:08.223 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
00:24:08.223 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
00:24:08.223 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
00:24:08.224 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
00:24:08.224 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
00:24:08.226 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
00:24:08.226 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
00:24:08.234 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
00:24:08.264 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
00:24:08.277 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
00:24:08.282 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
00:24:08.282 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
00:24:08.292 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
00:24:08.292 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
00:24:08.352 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
00:24:08.352 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
00:24:08.353 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
00:24:08.353 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
00:24:08.353 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
00:24:08.353 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
00:24:08.353 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
00:24:08.353 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
00:24:08.353 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
00:24:08.353 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
00:24:08.353 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
00:24:08.353 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
00:24:08.353 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
00:24:08.376 [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)
00:24:08.379 [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.
00:24:08.404 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
00:24:08.561 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.5.203.189:43249(127.5.203.189:43249)] connecting to peer
00:24:08.573 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 5880 (auto-detected)
00:24:08.577 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
00:24:08.577 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
00:24:08.581 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
00:24:08.582 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
00:24:08.583 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:5b:ff:fe:5b:ca:41 (auto-detected)
00:24:08.610 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
00:24:08.610 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
00:24:08.610 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
00:24:08.617 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
00:24:08.622 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.5.203.188:44279(127.5.203.188:44279)] connecting to peer
00:24:08.628 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.5.203.190:35009(127.5.203.190:35009)] connecting to peer
00:24:08.643 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.5.203.188:44279(127.5.203.188:44279)] Successfully connected to peer
00:24:08.648 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.5.203.189:43249(127.5.203.189:43249)] Successfully connected to peer
00:24:08.649 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.5.203.190:35009(127.5.203.190:35009)] Successfully connected to peer
00:24:08.658 [DEBUG - kudu-nio-0] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
00:24:08.658 [DEBUG - kudu-nio-0] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
00:24:08.658 [DEBUG - kudu-nio-0] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@545be168
00:24:08.664 [DEBUG - kudu-nio-0] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
00:24:08.664 [DEBUG - kudu-nio-0] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
00:24:08.664 [DEBUG - kudu-nio-0] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
00:24:08.664 [DEBUG - kudu-nio-0] (Recycler.java:99) -Dio.netty.recycler.blocking: false
00:24:08.665 [DEBUG - kudu-nio-0] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
00:24:08.755 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.5.203.188
00:24:08.755 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.5.203.190
00:24:08.756 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.5.203.189
00:24:08.990 [INFO - Metastore-Handler-Pool: Thread-59] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:24:08.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:08.991883  6189 client.h:373] Failed to connect to Hive Metastore (localhost:46141): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:09.066 [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=	
00:24:09.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:09.066820  6204 client.h:373] Failed to connect to Hive Metastore (localhost:46141): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:09.089 [INFO - Metastore-Handler-Pool: Thread-61] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:24:09.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:09.090375  6203 client.h:373] Failed to connect to Hive Metastore (localhost:46141): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:09.141 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:24:09.141 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:24:09.154 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:24:09.175 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x8e21480b, L:/127.0.0.1:59152 - R:/127.5.203.190:35009] using SASL/PLAIN
00:24:09.176 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x30c28b02, L:/127.0.0.1:46476 - R:/127.5.203.189:43249] using SASL/PLAIN
00:24:09.176 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x196416e4, L:/127.0.0.1:37542 - R:/127.5.203.188:44279] using SASL/PLAIN
00:24:09.275 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
00:24:09.290 [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)
00:24:09.293 [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)

00:24:09.298 [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=5a6c2fb7-9cf1-4108-92fe-059dd07c29eb, 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)	
00:24:09.316 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:24:09.331 [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/hive6799705936565755433/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=5a6c2fb7-9cf1-4108-92fe-059dd07c29eb, 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)
00:24:09.341 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive6799705936565755433/external-warehouse/table
00:24:09.397 [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)
00:24:09.398 [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)

00:24:09.401 [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=def2e193-2382-4ff7-a73f-0bb2f694e835, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.5.203.189:43249,127.5.203.188:44279,127.5.203.190:35009}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:24:09.410 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:24:09.419 [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/hive6799705936565755433/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=def2e193-2382-4ff7-a73f-0bb2f694e835, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.5.203.189:43249,127.5.203.188:44279,127.5.203.190:35009}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:24:09.423 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive6799705936565755433/external-warehouse/table
00:24:09.620 [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	
00:24:09.735 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
00:24:09.748 [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	
00:24:09.980 [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.
00:24:10.002 [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=	
00:24:10.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:10.005028  6189 client.h:373] Failed to connect to Hive Metastore (localhost:46141): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:10.070 [INFO - Metastore-Handler-Pool: Thread-65] (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=	
00:24:10.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:10.073343  6204 client.h:373] Failed to connect to Hive Metastore (localhost:46141): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:10.097 [INFO - Metastore-Handler-Pool: Thread-66] (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=	
00:24:10.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:10.098485  6203 client.h:373] Failed to connect to Hive Metastore (localhost:46141): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:10.396 [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.
00:24:10.465 [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.
00:24:10.523 [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
00:24:10.743 [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=1713d647-ced2-4d08-8187-bb3862fa9b33, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.5.203.189:43249,127.5.203.188:44279,127.5.203.190:35009}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:24:10.748 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:24:10.751 [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/hive6799705936565755433/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=1713d647-ced2-4d08-8187-bb3862fa9b33, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.5.203.189:43249,127.5.203.188:44279,127.5.203.190:35009}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:24:10.754 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive6799705936565755433/external-warehouse/table
00:24:10.799 [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	
00:24:10.852 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
00:24:10.854 [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	
00:24:10.940 [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
00:24:10.978 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
00:24:10.979 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
00:24:10.979 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2eb6a4c6, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6fe04013 will be shutdown
00:24:10.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:10.979588  5934 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu pid 5945
00:24:10.981 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
00:24:10.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:10.982062  6006 generic_service.cc:196] Checking for leaks (request via RPC)
00:24:11.010 [INFO - Metastore-Handler-Pool: Thread-68] (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=	
00:24:11.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:11.011823  6189 client.h:373] Failed to connect to Hive Metastore (localhost:46141): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:11.076 [INFO - Metastore-Handler-Pool: Thread-69] (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=	
00:24:11.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:11.077109  6204 client.h:373] Failed to connect to Hive Metastore (localhost:46141): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:11.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:11.132040  5934 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu with pid 5945
00:24:11.133 [INFO - Metastore-Handler-Pool: Thread-70] (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=	
00:24:11.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:11.157717  6104 connection.cc:573] server connection from 127.0.0.1:44796 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
00:24:11.158 [ERROR - Metastore-Handler-Pool: Thread-70] (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
00:24:11.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:11.159251  6031 connection.cc:573] server connection from 127.0.0.1:48394 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
00:24:11.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:11.159713  5934 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu pid 6012
00:24:11.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:11.161137  6076 generic_service.cc:196] Checking for leaks (request via RPC)
00:24:11.162 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.5.203.190:35009(127.5.203.190:35009)] handling channelInactive
00:24:11.163 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.5.203.190:35009(127.5.203.190:35009)] cleaning up while in state READY due to: connection closed
00:24:11.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:11.283739  5934 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu with pid 6012
00:24:11.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:11.306259  5934 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu pid 6082
00:24:11.307 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.5.203.189:43249(127.5.203.189:43249)] handling channelInactive
00:24:11.307 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.5.203.189:43249(127.5.203.189:43249)] cleaning up while in state READY due to: connection closed
00:24:11.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:11.307865  6147 generic_service.cc:196] Checking for leaks (request via RPC)
00:24:11.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:11.426576  5934 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu with pid 6082
00:24:11.449 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.5.203.188:44279(127.5.203.188:44279)] handling channelInactive
00:24:11.450 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.5.203.188:44279(127.5.203.188:44279)] cleaning up while in state READY due to: connection closed
00:24:11.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:24:11Z chronyd exiting
.00:24:11.591 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:24:11.592 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:24:11.592 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:24:11.614 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive16467901985074587479
00:24:11.616 [INFO - Thread-46] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
00:24:11.616 [INFO - Thread-46] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
00:24:11.622 [INFO - Thread-46] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:24:11.622 [INFO - Thread-46] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:24:11.623 [INFO - Thread-46] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
00:24:11.631 [INFO - Thread-46] (HikariDataSource.java:350) objectstore - Shutdown initiated...
00:24:11.636 [INFO - Thread-46] (HikariDataSource.java:352) objectstore - Shutdown completed.
00:24:11.637 [INFO - Thread-46] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
00:24:11.638 [INFO - Thread-46] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
00:24:11.639 [INFO - Thread-46] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
00:24:11.640 [INFO - Thread-46] (HikariDataSource.java:80) objectstore - Starting...
00:24:11.764 [INFO - Thread-46] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:24:11.765 [INFO - Thread-46] (HikariDataSource.java:82) objectstore - Start completed.
00:24:11.766 [INFO - Thread-46] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
00:24:11.768 [INFO - Thread-46] (HikariDataSource.java:80) objectstore-secondary - Starting...
00:24:11.771 [INFO - Thread-46] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:24:11.772 [INFO - Thread-46] (HikariDataSource.java:82) objectstore-secondary - Start completed.
00:24:11.801 [INFO - Thread-46] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
00:24:11.802 [INFO - Thread-46] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
00:24:11.802 [INFO - Thread-46] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
00:24:11.848 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:11.850 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:11.851 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:11.851 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:11.852 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:11.852 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:12.190 [INFO - Thread-46] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
00:24:12.193 [INFO - Thread-46] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6f09c5d9, with PersistenceManager: null will be shutdown
00:24:12.194 [INFO - Thread-46] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6f09c5d9, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3235dab4 created in the thread with id: 71
00:24:12.197 [WARN - Thread-46] (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
00:24:12.199 [INFO - Thread-46] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6f09c5d9
00:24:12.417 [INFO - Thread-46] (HMSHandler.java:595) Started creating a default database with name: default
00:24:12.456 [INFO - Thread-46] (HMSHandler.java:605) Successfully created a default database with name: default
00:24:12.506 [INFO - Thread-46] (HMSHandler.java:668) Added admin role in metastore
00:24:12.511 [INFO - Thread-46] (HMSHandler.java:677) Added public role in metastore
00:24:12.562 [INFO - Thread-46] (HMSHandler.java:717) No user is added in admin role, since config is empty
00:24:12.563 [INFO - Thread-46] (HMSHandler.java:404) HMS server filtering is disabled by configuration
00:24:12.564 [INFO - Thread-46] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
00:24:12.564 [INFO - Thread-46] (HiveMetaStore.java:697) Direct SQL optimization = true
00:24:12.565 [WARN - Thread-46] (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)
00:24:12.565 [INFO - Thread-46] (HiveMetaStore.java:632) Started the new metaserver on port [36521]...
00:24:12.565 [INFO - Thread-46] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
00:24:12.565 [INFO - Thread-46] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
00:24:12.565 [INFO - Thread-46] (HiveMetaStore.java:635) TCP keepalive = true
00:24:12.565 [INFO - Thread-46] (HiveMetaStore.java:636) Enable SSL = false
00:24:12.618 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:24:12.619 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:24:12.619 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:24:12.623 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
00:24:12.624 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:36521]
00:24:12.624 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:36521) in binary transport mode
00:24:12.625 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:36521) current connections: 1
00:24:12.628 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskDU5UYb/test-tmp
00:24:12.628 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
00:24:12.628 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskDU5UYb/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
00:24:12.632 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:36521"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

00:24:13.029 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:24:13.029 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

00:24:13.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.032555  6294 mini_oidc.cc:150] Starting JWKS server
00:24:13.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.035761  6294 webserver.cc:534] Webserver started at http://127.0.0.1:42613/ using document root <none> and password file <none>
00:24:13.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.036157  6294 mini_oidc.cc:186] Starting OIDC Discovery server
00:24:13.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.037111  6294 webserver.cc:534] Webserver started at http://127.0.0.1:41267/ using document root <none> and password file <none>
00:24:13.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:24:13Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
00:24:13.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:24:13Z Disabled control of system clock
00:24:13.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.074397  6294 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:13.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:13.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-0/wal
00:24:13.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-0/data
00:24:13.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:24:13.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:24:13.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:24:13.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:13.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:13.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:13.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-0/logs
00:24:13.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-0/data/info.pb
00:24:13.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:13.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:24:13.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:24:13.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:24:13.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:24:13.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:13.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:13.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:13.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:24:13.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:24:13.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:13.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:13.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.37.190:37047
00:24:13.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.37.190
00:24:13.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:13.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.37.148:39677
00:24:13.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:13.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:13.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:13.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:13.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.37.190:37047,127.6.37.189:46593,127.6.37.188:43975
00:24:13.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:13.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42613/jwks.json
00:24:13.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36521 with env {}
00:24:13.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:13.476357  6305 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:24:13.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:13.476784  6305 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:24:13.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:13.476915  6305 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:24:13.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:13.487620  6305 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:24:13.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:13.487802  6305 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:24:13.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:13.487869  6305 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:24:13.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:13.487911  6305 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:24:13.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:13.487965  6305 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:24:13.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:13.488000  6305 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42613/jwks.json
00:24:13.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.499142  6305 master_runner.cc:387] Master server non-default flags:
00:24:13.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:13.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.37.148:39677
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-0/data
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-0/wal
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36521
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.37.190:37047,127.6.37.189:46593,127.6.37.188:43975
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.37.190:37047
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42613/jwks.json
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-0/data/info.pb
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.37.190
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-0/logs
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on bdcb31816ec0
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16842
00:24:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
00:24:13.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.501088  6305 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:24:13.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.503156  6305 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:24:13.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:13.514279  6310 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
00:24:13.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.514566  6305 server_base.cc:1061] running on GCE node
00:24:13.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:13.514531  6313 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
00:24:13.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:13.514309  6311 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
00:24:13.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.515892  6305 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:24:13.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.517729  6305 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:24:13.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.519014  6305 hybrid_clock.cc:648] HybridClock initialized: now 1783470253518960 us; error 50 us; skew 500 ppm
00:24:13.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.519627  6305 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:24:13.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.522801  6305 webserver.cc:534] Webserver started at http://127.6.37.190:45805/ using document root <none> and password file <none>
00:24:13.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.523932  6305 fs_manager.cc:362] Metadata directory not provided
00:24:13.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.524092  6305 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:24:13.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.524546  6305 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:24:13.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.527416  6305 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-0/data/instance:
00:24:13.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "819d7286793348aaaa6c07d1c9c02cf1"
00:24:13.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:13 on dist-test-slave-fn7j"
00:24:13.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.528471  6305 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-0/wal/instance:
00:24:13.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "819d7286793348aaaa6c07d1c9c02cf1"
00:24:13.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:13 on dist-test-slave-fn7j"
00:24:13.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.535218  6305 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.000s
00:24:13.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.540107  6319 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:24:13.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.542110  6305 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.004s	sys 0.000s
00:24:13.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.542407  6305 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-0/data,/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-0/wal
00:24:13.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "819d7286793348aaaa6c07d1c9c02cf1"
00:24:13.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:13 on dist-test-slave-fn7j"
00:24:13.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.542734  6305 fs_report.cc:389] FS layout report
00:24:13.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:24:13.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-0/wal
00:24:13.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-0/wal
00:24:13.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-0/data/data
00:24:13.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:24:13.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:24:13.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:24:13.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:24:13.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:24:13.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:24:13.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:24:13.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:24:13.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:24:13.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:24:13.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:24:13.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.561048  6305 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:24:13.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.562191  6305 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:24:13.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.562654  6305 kserver.cc:163] Server-wide thread pool size limit: 3276
00:24:13.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.588459  6305 rpc_server.cc:307] RPC server started. Bound to: 127.6.37.190:37047
00:24:13.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.588472  6370 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.6.37.190:37047 every 8 connection(s)
00:24:13.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.590893  6305 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-0/data/info.pb
00:24:13.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.598115  6371 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:24:13.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.600674  6294 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu as pid 6305
00:24:13.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.600975  6294 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-0/wal/instance
00:24:13.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.603750  6294 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:13.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:13.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-1/wal
00:24:13.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-1/data
00:24:13.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:24:13.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:24:13.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:24:13.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:13.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:13.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:13.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-1/logs
00:24:13.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-1/data/info.pb
00:24:13.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:13.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:24:13.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:24:13.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:24:13.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:24:13.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:13.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:13.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:13.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:24:13.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:24:13.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:13.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:13.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.37.189:46593
00:24:13.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.37.189
00:24:13.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:13.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.37.148:39677
00:24:13.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:13.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:13.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:13.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:13.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.37.190:37047,127.6.37.189:46593,127.6.37.188:43975
00:24:13.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:13.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42613/jwks.json
00:24:13.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36521 with env {}
00:24:13.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.606395  6371 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.37.190" port: 37047 } has no permanent_uuid. Determining permanent_uuid...
00:24:13.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.635378  6371 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.37.189" port: 46593 } has no permanent_uuid. Determining permanent_uuid...
00:24:13.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:13.636919  6323 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.6.37.189:46593: connect: Connection refused (error 111)
00:24:13.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:13.639276  6371 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.37.189:46593: Network error: Client connection negotiation failed: client connection to 127.6.37.189:46593: connect: Connection refused (error 111)
00:24:13.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.689016  6371 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.37.189" port: 46593 } attempt: 1
00:24:13.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:13.692035  6371 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.37.189:46593: Network error: Client connection negotiation failed: client connection to 127.6.37.189:46593: connect: Connection refused (error 111)
00:24:13.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.760591  6371 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.37.189" port: 46593 } attempt: 2
00:24:13.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:13.763283  6371 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.37.189:46593: Network error: Client connection negotiation failed: client connection to 127.6.37.189:46593: connect: Connection refused (error 111)
00:24:13.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:13.854736  6371 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.37.189" port: 46593 } attempt: 3
00:24:13.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:13.858062  6371 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.37.189:46593: Network error: Client connection negotiation failed: client connection to 127.6.37.189:46593: connect: Connection refused (error 111)
00:24:13.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:13.987969  6372 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:24:13.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:13.988427  6372 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:24:13.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:13.988551  6372 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:24:13.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:13.998478  6372 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:24:13.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:13.998719  6372 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:24:13.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:13.998828  6372 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:24:13.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:13.999130  6372 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:24:13.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:13.999238  6372 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:24:13.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:13.999305  6372 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42613/jwks.json
00:24:14.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.001461  6371 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.37.189" port: 46593 } attempt: 4
00:24:14.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:14.004480  6371 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.37.189:46593: Network error: Client connection negotiation failed: client connection to 127.6.37.189:46593: connect: Connection refused (error 111)
00:24:14.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.011874  6372 master_runner.cc:387] Master server non-default flags:
00:24:14.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:14.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.37.148:39677
00:24:14.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:14.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:14.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-1/data
00:24:14.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-1/wal
00:24:14.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36521
00:24:14.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:14.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.37.190:37047,127.6.37.189:46593,127.6.37.188:43975
00:24:14.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:14.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:14.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:14.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.37.189:46593
00:24:14.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:14.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:24:14.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:14.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42613/jwks.json
00:24:14.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:14.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:14.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-1/data/info.pb
00:24:14.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.37.189
00:24:14.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:14.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:24:14.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:14.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:24:14.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:24:14.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:14.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-1/logs
00:24:14.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:14.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:24:14.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:24:14.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:24:14.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:24:14.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:24:14.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:24:14.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on bdcb31816ec0
00:24:14.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16842
00:24:14.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
00:24:14.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.014415  6372 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:24:14.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.016748  6372 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:24:14.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:14.028155  6380 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
00:24:14.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:14.028352  6381 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
00:24:14.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.030002  6372 server_base.cc:1061] running on GCE node
00:24:14.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:14.030416  6383 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
00:24:14.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.031383  6372 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:24:14.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.033514  6372 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:24:14.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.034797  6372 hybrid_clock.cc:648] HybridClock initialized: now 1783470254034661 us; error 132 us; skew 500 ppm
00:24:14.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.035395  6372 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:24:14.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.038314  6372 webserver.cc:534] Webserver started at http://127.6.37.189:36463/ using document root <none> and password file <none>
00:24:14.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.039554  6372 fs_manager.cc:362] Metadata directory not provided
00:24:14.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.039755  6372 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:24:14.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.040230  6372 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:24:14.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.043550  6372 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-1/data/instance:
00:24:14.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1d7e40db724d4338869122420ac72951"
00:24:14.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:14 on dist-test-slave-fn7j"
00:24:14.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.044693  6372 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-1/wal/instance:
00:24:14.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1d7e40db724d4338869122420ac72951"
00:24:14.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:14 on dist-test-slave-fn7j"
00:24:14.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.051750  6372 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.001s
00:24:14.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.056895  6389 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:24:14.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.058727  6372 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
00:24:14.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.059028  6372 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-1/data,/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-1/wal
00:24:14.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1d7e40db724d4338869122420ac72951"
00:24:14.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:14 on dist-test-slave-fn7j"
00:24:14.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.059361  6372 fs_report.cc:389] FS layout report
00:24:14.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:24:14.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-1/wal
00:24:14.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-1/wal
00:24:14.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-1/data/data
00:24:14.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:24:14.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:24:14.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:24:14.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:24:14.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:24:14.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:24:14.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:24:14.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:24:14.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:24:14.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:24:14.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:24:14.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.080371  6372 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:24:14.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.081552  6372 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:24:14.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.081941  6372 kserver.cc:163] Server-wide thread pool size limit: 3276
00:24:14.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.107848  6440 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.6.37.189:46593 every 8 connection(s)
00:24:14.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.107877  6372 rpc_server.cc:307] RPC server started. Bound to: 127.6.37.189:46593
00:24:14.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.110188  6372 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-1/data/info.pb
00:24:14.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.115837  6441 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:24:14.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.118280  6294 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu as pid 6372
00:24:14.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.118443  6294 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-1/wal/instance
00:24:14.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.119434  6294 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:14.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:14.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-2/wal
00:24:14.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-2/data
00:24:14.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:24:14.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:24:14.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:24:14.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:14.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:14.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:14.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-2/logs
00:24:14.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-2/data/info.pb
00:24:14.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:14.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:24:14.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:24:14.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:24:14.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:24:14.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:14.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:14.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:14.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:24:14.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:24:14.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:14.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:14.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.37.188:43975
00:24:14.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.37.188
00:24:14.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:14.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.37.148:39677
00:24:14.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:14.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:14.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:14.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:14.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.37.190:37047,127.6.37.189:46593,127.6.37.188:43975
00:24:14.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:14.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42613/jwks.json
00:24:14.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36521 with env {}
00:24:14.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.124091  6441 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.37.190" port: 37047 } has no permanent_uuid. Determining permanent_uuid...
00:24:14.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.142041  6441 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.37.189" port: 46593 } has no permanent_uuid. Determining permanent_uuid...
00:24:14.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.154651  6441 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.37.188" port: 43975 } has no permanent_uuid. Determining permanent_uuid...
00:24:14.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:14.156684  6390 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.6.37.188:43975: connect: Connection refused (error 111)
00:24:14.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:14.159476  6441 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.37.188:43975: Network error: Client connection negotiation failed: client connection to 127.6.37.188:43975: connect: Connection refused (error 111)
00:24:14.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.209122  6441 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.37.188" port: 43975 } attempt: 1
00:24:14.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:14.212141  6441 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.37.188:43975: Network error: Client connection negotiation failed: client connection to 127.6.37.188:43975: connect: Connection refused (error 111)
00:24:14.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.280458  6441 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.37.188" port: 43975 } attempt: 2
00:24:14.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:14.282948  6441 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.37.188:43975: Network error: Client connection negotiation failed: client connection to 127.6.37.188:43975: connect: Connection refused (error 111)
00:24:14.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.303872  6371 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.37.189" port: 46593 } attempt: 5
00:24:14.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.312151  6371 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.37.188" port: 43975 } has no permanent_uuid. Determining permanent_uuid...
00:24:14.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:14.314585  6371 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.37.188:43975: Network error: Client connection negotiation failed: client connection to 127.6.37.188:43975: connect: Connection refused (error 111)
00:24:14.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.365867  6371 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.37.188" port: 43975 } attempt: 1
00:24:14.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:14.368304  6371 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.37.188:43975: Network error: Client connection negotiation failed: client connection to 127.6.37.188:43975: connect: Connection refused (error 111)
00:24:14.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.374287  6441 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.37.188" port: 43975 } attempt: 3
00:24:14.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:14.377512  6441 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.37.188:43975: Network error: Client connection negotiation failed: client connection to 127.6.37.188:43975: connect: Connection refused (error 111)
00:24:14.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.436586  6371 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.37.188" port: 43975 } attempt: 2
00:24:14.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:14.439157  6371 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.37.188:43975: Network error: Client connection negotiation failed: client connection to 127.6.37.188:43975: connect: Connection refused (error 111)
00:24:14.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:14.512647  6442 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:24:14.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:14.513002  6442 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:24:14.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:14.513087  6442 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:24:14.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.520835  6441 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.37.188" port: 43975 } attempt: 4
00:24:14.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:14.522161  6442 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:24:14.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:14.522316  6442 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:24:14.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:14.522410  6442 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:24:14.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:14.522470  6442 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:24:14.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:14.522553  6442 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:24:14.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:14.522611  6442 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42613/jwks.json
00:24:14.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:14.523128  6441 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.37.188:43975: Network error: Client connection negotiation failed: client connection to 127.6.37.188:43975: connect: Connection refused (error 111)
00:24:14.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.534137  6442 master_runner.cc:387] Master server non-default flags:
00:24:14.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:14.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.37.148:39677
00:24:14.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:14.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:14.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-2/data
00:24:14.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-2/wal
00:24:14.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36521
00:24:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.37.190:37047,127.6.37.189:46593,127.6.37.188:43975
00:24:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.37.188:43975
00:24:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:24:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42613/jwks.json
00:24:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-2/data/info.pb
00:24:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.37.188
00:24:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:24:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:24:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:24:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-2/logs
00:24:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:24:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:24:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:24:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:24:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:24:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:24:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on bdcb31816ec0
00:24:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16842
00:24:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
00:24:14.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.535948  6442 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:24:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.537971  6442 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:24:14.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.545413  6371 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.37.188" port: 43975 } attempt: 3
00:24:14.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:14.549029  6371 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.37.188:43975: Network error: Client connection negotiation failed: client connection to 127.6.37.188:43975: connect: Connection refused (error 111)
00:24:14.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:14.550899  6450 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
00:24:14.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:14.551630  6451 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
00:24:14.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:14.553257  6453 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
00:24:14.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.554304  6442 server_base.cc:1061] running on GCE node
00:24:14.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.555349  6442 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:24:14.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.557225  6442 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:24:14.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.558513  6442 hybrid_clock.cc:648] HybridClock initialized: now 1783470254558448 us; error 71 us; skew 500 ppm
00:24:14.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.558911  6442 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:24:14.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.561805  6442 webserver.cc:534] Webserver started at http://127.6.37.188:35517/ using document root <none> and password file <none>
00:24:14.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.562655  6442 fs_manager.cc:362] Metadata directory not provided
00:24:14.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.562765  6442 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:24:14.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.563122  6442 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:24:14.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.566620  6442 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-2/data/instance:
00:24:14.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a343301257584e99ad6e0c442be63d94"
00:24:14.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:14 on dist-test-slave-fn7j"
00:24:14.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.567625  6442 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-2/wal/instance:
00:24:14.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a343301257584e99ad6e0c442be63d94"
00:24:14.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:14 on dist-test-slave-fn7j"
00:24:14.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.574544  6442 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.000s
00:24:14.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.579016  6459 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:24:14.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.580972  6442 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
00:24:14.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.581256  6442 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-2/data,/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-2/wal
00:24:14.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a343301257584e99ad6e0c442be63d94"
00:24:14.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:14 on dist-test-slave-fn7j"
00:24:14.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.581615  6442 fs_report.cc:389] FS layout report
00:24:14.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:24:14.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-2/wal
00:24:14.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-2/wal
00:24:14.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-2/data/data
00:24:14.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:24:14.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:24:14.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:24:14.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:24:14.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:24:14.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:24:14.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:24:14.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:24:14.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:24:14.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:24:14.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:24:14.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.603128  6442 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:24:14.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.604377  6442 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:24:14.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.604759  6442 kserver.cc:163] Server-wide thread pool size limit: 3276
00:24:14.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.629519  6442 rpc_server.cc:307] RPC server started. Bound to: 127.6.37.188:43975
00:24:14.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.629632  6510 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.6.37.188:43975 every 8 connection(s)
00:24:14.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.631328  6442 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-2/data/info.pb
00:24:14.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.631748  6294 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu as pid 6442
00:24:14.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.631976  6294 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster897574053647291293/master-2/wal/instance
00:24:14.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.636456  6511 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:24:14.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.646967  6511 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.37.190" port: 37047 } has no permanent_uuid. Determining permanent_uuid...
00:24:14.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.661130  6511 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.37.189" port: 46593 } has no permanent_uuid. Determining permanent_uuid...
00:24:14.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.668952  6511 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.37.188" port: 43975 } has no permanent_uuid. Determining permanent_uuid...
00:24:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.683825  6511 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a343301257584e99ad6e0c442be63d94: Bootstrap starting.
00:24:14.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.687218  6294 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
00:24:14.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.687973  6511 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a343301257584e99ad6e0c442be63d94: Neither blocks nor log segments found. Creating new log.
00:24:14.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.689567  6511 log.cc:826] T 00000000000000000000000000000000 P a343301257584e99ad6e0c442be63d94: Log is configured to *not* fsync() on all Append() calls
00:24:14.690 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:24:14.690 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

00:24:14.691 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.6.37.190"
      port: 37047
    }
    bound_http_address {
      host: "127.6.37.190"
      port: 45805
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.6.37.189"
      port: 46593
    }
    bound_http_address {
      host: "127.6.37.189"
      port: 36463
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.6.37.188"
      port: 43975
    }
    bound_http_address {
      host: "127.6.37.188"
      port: 35517
    }
  }
}

00:24:14.693 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

00:24:14.693 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:24:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.693858  6511 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a343301257584e99ad6e0c442be63d94: No bootstrap required, opened a new log
00:24:14.695 [INFO - Metastore-Handler-Pool: Thread-92] (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=f5389a2e-aaa4-49a1-854b-6a89c1024893, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.6.37.190:37047,127.6.37.189:46593,127.6.37.188:43975}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:24:14.697 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:24:14.697 [INFO - Metastore-Handler-Pool: Thread-92] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:24:14.698 [INFO - Metastore-Handler-Pool: Thread-92] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@374aa90e, with PersistenceManager: null will be shutdown
00:24:14.698 [INFO - Metastore-Handler-Pool: Thread-92] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@374aa90e, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4d92577e created in the thread with id: 92
00:24:14.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.701995  6511 raft_consensus.cc:359] T 00000000000000000000000000000000 P a343301257584e99ad6e0c442be63d94 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "819d7286793348aaaa6c07d1c9c02cf1" member_type: VOTER last_known_addr { host: "127.6.37.190" port: 37047 } } peers { permanent_uuid: "1d7e40db724d4338869122420ac72951" member_type: VOTER last_known_addr { host: "127.6.37.189" port: 46593 } } peers { permanent_uuid: "a343301257584e99ad6e0c442be63d94" member_type: VOTER last_known_addr { host: "127.6.37.188" port: 43975 } }
00:24:14.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.702875  6511 raft_consensus.cc:385] T 00000000000000000000000000000000 P a343301257584e99ad6e0c442be63d94 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:24:14.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.703083  6511 raft_consensus.cc:740] T 00000000000000000000000000000000 P a343301257584e99ad6e0c442be63d94 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a343301257584e99ad6e0c442be63d94, State: Initialized, Role: FOLLOWER
00:24:14.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.703970  6511 consensus_queue.cc:260] T 00000000000000000000000000000000 P a343301257584e99ad6e0c442be63d94 [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: "819d7286793348aaaa6c07d1c9c02cf1" member_type: VOTER last_known_addr { host: "127.6.37.190" port: 37047 } } peers { permanent_uuid: "1d7e40db724d4338869122420ac72951" member_type: VOTER last_known_addr { host: "127.6.37.189" port: 46593 } } peers { permanent_uuid: "a343301257584e99ad6e0c442be63d94" member_type: VOTER last_known_addr { host: "127.6.37.188" port: 43975 } }
00:24:14.704 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@374aa90e
00:24:14.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.705349  6517 sys_catalog.cc:455] T 00000000000000000000000000000000 P a343301257584e99ad6e0c442be63d94 [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: "819d7286793348aaaa6c07d1c9c02cf1" member_type: VOTER last_known_addr { host: "127.6.37.190" port: 37047 } } peers { permanent_uuid: "1d7e40db724d4338869122420ac72951" member_type: VOTER last_known_addr { host: "127.6.37.189" port: 46593 } } peers { permanent_uuid: "a343301257584e99ad6e0c442be63d94" member_type: VOTER last_known_addr { host: "127.6.37.188" port: 43975 } } }
00:24:14.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.705724  6517 sys_catalog.cc:458] T 00000000000000000000000000000000 P a343301257584e99ad6e0c442be63d94 [sys.catalog]: This master's current role is: FOLLOWER
00:24:14.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.706766  6511 sys_catalog.cc:565] T 00000000000000000000000000000000 P a343301257584e99ad6e0c442be63d94 [sys.catalog]: configured and running, proceeding with master startup.
00:24:14.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.726454  6371 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.37.188" port: 43975 } attempt: 4
00:24:14.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.729265  6532 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
00:24:14.730 [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=	
00:24:14.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:14.731724  6528 client.h:373] Failed to connect to Hive Metastore (localhost:36521): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:14.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.733629  6442 master_runner.cc:187] Error getting master registration for 127.6.37.190:37047: OK, instance_id { permanent_uuid: "819d7286793348aaaa6c07d1c9c02cf1" instance_seqno: 1783470253581443 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:24:14.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.740612  6442 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:24:14.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.741539  6371 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 819d7286793348aaaa6c07d1c9c02cf1: Bootstrap starting.
00:24:14.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.746381  6371 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 819d7286793348aaaa6c07d1c9c02cf1: Neither blocks nor log segments found. Creating new log.
00:24:14.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.748097  6371 log.cc:826] T 00000000000000000000000000000000 P 819d7286793348aaaa6c07d1c9c02cf1: Log is configured to *not* fsync() on all Append() calls
00:24:14.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.751842  6371 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 819d7286793348aaaa6c07d1c9c02cf1: No bootstrap required, opened a new log
00:24:14.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.760818  6371 raft_consensus.cc:359] T 00000000000000000000000000000000 P 819d7286793348aaaa6c07d1c9c02cf1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "819d7286793348aaaa6c07d1c9c02cf1" member_type: VOTER last_known_addr { host: "127.6.37.190" port: 37047 } } peers { permanent_uuid: "1d7e40db724d4338869122420ac72951" member_type: VOTER last_known_addr { host: "127.6.37.189" port: 46593 } } peers { permanent_uuid: "a343301257584e99ad6e0c442be63d94" member_type: VOTER last_known_addr { host: "127.6.37.188" port: 43975 } }
00:24:14.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.761152  6371 raft_consensus.cc:385] T 00000000000000000000000000000000 P 819d7286793348aaaa6c07d1c9c02cf1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:24:14.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.761262  6371 raft_consensus.cc:740] T 00000000000000000000000000000000 P 819d7286793348aaaa6c07d1c9c02cf1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 819d7286793348aaaa6c07d1c9c02cf1, State: Initialized, Role: FOLLOWER
00:24:14.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.762043  6371 consensus_queue.cc:260] T 00000000000000000000000000000000 P 819d7286793348aaaa6c07d1c9c02cf1 [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: "819d7286793348aaaa6c07d1c9c02cf1" member_type: VOTER last_known_addr { host: "127.6.37.190" port: 37047 } } peers { permanent_uuid: "1d7e40db724d4338869122420ac72951" member_type: VOTER last_known_addr { host: "127.6.37.189" port: 46593 } } peers { permanent_uuid: "a343301257584e99ad6e0c442be63d94" member_type: VOTER last_known_addr { host: "127.6.37.188" port: 43975 } }
00:24:14.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.763291  6534 sys_catalog.cc:455] T 00000000000000000000000000000000 P 819d7286793348aaaa6c07d1c9c02cf1 [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: "819d7286793348aaaa6c07d1c9c02cf1" member_type: VOTER last_known_addr { host: "127.6.37.190" port: 37047 } } peers { permanent_uuid: "1d7e40db724d4338869122420ac72951" member_type: VOTER last_known_addr { host: "127.6.37.189" port: 46593 } } peers { permanent_uuid: "a343301257584e99ad6e0c442be63d94" member_type: VOTER last_known_addr { host: "127.6.37.188" port: 43975 } } }
00:24:14.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.763841  6534 sys_catalog.cc:458] T 00000000000000000000000000000000 P 819d7286793348aaaa6c07d1c9c02cf1 [sys.catalog]: This master's current role is: FOLLOWER
00:24:14.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.764704  6371 sys_catalog.cc:565] T 00000000000000000000000000000000 P 819d7286793348aaaa6c07d1c9c02cf1 [sys.catalog]: configured and running, proceeding with master startup.
00:24:14.793 [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=	
00:24:14.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:14.794237  6545 client.h:373] Failed to connect to Hive Metastore (localhost:36521): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:14.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.798727  6550 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
00:24:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.805104  6305 master_runner.cc:187] Error getting master registration for 127.6.37.189:46593: OK, instance_id { permanent_uuid: "1d7e40db724d4338869122420ac72951" instance_seqno: 1783470254101140 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:24:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.812649  6305 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:24:14.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:14.816677  6325 tablet.cc:2406] T 00000000000000000000000000000000 P 819d7286793348aaaa6c07d1c9c02cf1: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:24:14.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.822427  6441 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.37.188" port: 43975 } attempt: 5
00:24:14.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.844221  6441 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951: Bootstrap starting.
00:24:14.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:14.857379  6465 tablet.cc:2406] T 00000000000000000000000000000000 P a343301257584e99ad6e0c442be63d94: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:24:14.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.857945  6441 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951: Neither blocks nor log segments found. Creating new log.
00:24:14.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.859637  6441 log.cc:826] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951: Log is configured to *not* fsync() on all Append() calls
00:24:14.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.869901  6441 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951: No bootstrap required, opened a new log
00:24:14.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.879866  6441 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "819d7286793348aaaa6c07d1c9c02cf1" member_type: VOTER last_known_addr { host: "127.6.37.190" port: 37047 } } peers { permanent_uuid: "1d7e40db724d4338869122420ac72951" member_type: VOTER last_known_addr { host: "127.6.37.189" port: 46593 } } peers { permanent_uuid: "a343301257584e99ad6e0c442be63d94" member_type: VOTER last_known_addr { host: "127.6.37.188" port: 43975 } }
00:24:14.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.880659  6441 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:24:14.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.880993  6441 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1d7e40db724d4338869122420ac72951, State: Initialized, Role: FOLLOWER
00:24:14.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.882129  6441 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951 [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: "819d7286793348aaaa6c07d1c9c02cf1" member_type: VOTER last_known_addr { host: "127.6.37.190" port: 37047 } } peers { permanent_uuid: "1d7e40db724d4338869122420ac72951" member_type: VOTER last_known_addr { host: "127.6.37.189" port: 46593 } } peers { permanent_uuid: "a343301257584e99ad6e0c442be63d94" member_type: VOTER last_known_addr { host: "127.6.37.188" port: 43975 } }
00:24:14.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.890427  6552 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951 [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: "819d7286793348aaaa6c07d1c9c02cf1" member_type: VOTER last_known_addr { host: "127.6.37.190" port: 37047 } } peers { permanent_uuid: "1d7e40db724d4338869122420ac72951" member_type: VOTER last_known_addr { host: "127.6.37.189" port: 46593 } } peers { permanent_uuid: "a343301257584e99ad6e0c442be63d94" member_type: VOTER last_known_addr { host: "127.6.37.188" port: 43975 } } }
00:24:14.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.891260  6552 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951 [sys.catalog]: This master's current role is: FOLLOWER
00:24:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.892314  6441 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951 [sys.catalog]: configured and running, proceeding with master startup.
00:24:14.977 [INFO - Metastore-Handler-Pool: Thread-96] (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=	
00:24:14.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:14.978547  6563 client.h:373] Failed to connect to Hive Metastore (localhost:36521): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:14.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.990159  6567 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
00:24:14.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.990382  6552 raft_consensus.cc:493] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
00:24:14.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.991349  6552 raft_consensus.cc:515] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "819d7286793348aaaa6c07d1c9c02cf1" member_type: VOTER last_known_addr { host: "127.6.37.190" port: 37047 } } peers { permanent_uuid: "1d7e40db724d4338869122420ac72951" member_type: VOTER last_known_addr { host: "127.6.37.189" port: 46593 } } peers { permanent_uuid: "a343301257584e99ad6e0c442be63d94" member_type: VOTER last_known_addr { host: "127.6.37.188" port: 43975 } }
00:24:15.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.997575  6346 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "1d7e40db724d4338869122420ac72951" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "819d7286793348aaaa6c07d1c9c02cf1" is_pre_election: true
00:24:15.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.998337  6346 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 819d7286793348aaaa6c07d1c9c02cf1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1d7e40db724d4338869122420ac72951 in term 0.
00:24:15.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.000377  6486 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "1d7e40db724d4338869122420ac72951" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a343301257584e99ad6e0c442be63d94" is_pre_election: true
00:24:15.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.001801  6486 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a343301257584e99ad6e0c442be63d94 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1d7e40db724d4338869122420ac72951 in term 0.
00:24:15.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.005906  6390 leader_election.cc:304] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951 [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: 1d7e40db724d4338869122420ac72951, a343301257584e99ad6e0c442be63d94; no voters: 
00:24:15.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:14.994587  6552 leader_election.cc:290] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 819d7286793348aaaa6c07d1c9c02cf1 (127.6.37.190:37047), a343301257584e99ad6e0c442be63d94 (127.6.37.188:43975)
00:24:15.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.020982  6552 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951 [term 0 FOLLOWER]: Leader pre-election won for term 1
00:24:15.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.021435  6552 raft_consensus.cc:493] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
00:24:15.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.021548  6552 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951 [term 0 FOLLOWER]: Advancing to term 1
00:24:15.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.033870  6552 raft_consensus.cc:515] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "819d7286793348aaaa6c07d1c9c02cf1" member_type: VOTER last_known_addr { host: "127.6.37.190" port: 37047 } } peers { permanent_uuid: "1d7e40db724d4338869122420ac72951" member_type: VOTER last_known_addr { host: "127.6.37.189" port: 46593 } } peers { permanent_uuid: "a343301257584e99ad6e0c442be63d94" member_type: VOTER last_known_addr { host: "127.6.37.188" port: 43975 } }
00:24:15.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.037271  6346 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "1d7e40db724d4338869122420ac72951" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "819d7286793348aaaa6c07d1c9c02cf1"
00:24:15.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.037580  6346 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 819d7286793348aaaa6c07d1c9c02cf1 [term 0 FOLLOWER]: Advancing to term 1
00:24:15.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.041930  6346 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 819d7286793348aaaa6c07d1c9c02cf1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1d7e40db724d4338869122420ac72951 in term 1.
00:24:15.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.043740  6392 leader_election.cc:304] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951 [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: 1d7e40db724d4338869122420ac72951, 819d7286793348aaaa6c07d1c9c02cf1; no voters: 
00:24:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.045754  6552 leader_election.cc:290] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951 [CANDIDATE]: Term 1 election: Requested vote from peers 819d7286793348aaaa6c07d1c9c02cf1 (127.6.37.190:37047), a343301257584e99ad6e0c442be63d94 (127.6.37.188:43975)
00:24:15.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.047188  6552 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951 [term 1 FOLLOWER]: Leader election won for term 1
00:24:15.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.049834  6486 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "1d7e40db724d4338869122420ac72951" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a343301257584e99ad6e0c442be63d94"
00:24:15.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.050107  6486 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a343301257584e99ad6e0c442be63d94 [term 0 FOLLOWER]: Advancing to term 1
00:24:15.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.055286  6486 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a343301257584e99ad6e0c442be63d94 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1d7e40db724d4338869122420ac72951 in term 1.
00:24:15.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.057080  6552 raft_consensus.cc:697] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951 [term 1 LEADER]: Becoming Leader. State: Replica: 1d7e40db724d4338869122420ac72951, State: Running, Role: LEADER
00:24:15.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.061058  6372 master_runner.cc:233] Existing masters have differing terms: 0 vs 1
00:24:15.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.061313  6372 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:24:15.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.062420  6552 consensus_queue.cc:237] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951 [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: "819d7286793348aaaa6c07d1c9c02cf1" member_type: VOTER last_known_addr { host: "127.6.37.190" port: 37047 } } peers { permanent_uuid: "1d7e40db724d4338869122420ac72951" member_type: VOTER last_known_addr { host: "127.6.37.189" port: 46593 } } peers { permanent_uuid: "a343301257584e99ad6e0c442be63d94" member_type: VOTER last_known_addr { host: "127.6.37.188" port: 43975 } }
00:24:15.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.077000  6568 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 1d7e40db724d4338869122420ac72951. Latest consensus state: current_term: 1 leader_uuid: "1d7e40db724d4338869122420ac72951" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "819d7286793348aaaa6c07d1c9c02cf1" member_type: VOTER last_known_addr { host: "127.6.37.190" port: 37047 } } peers { permanent_uuid: "1d7e40db724d4338869122420ac72951" member_type: VOTER last_known_addr { host: "127.6.37.189" port: 46593 } } peers { permanent_uuid: "a343301257584e99ad6e0c442be63d94" member_type: VOTER last_known_addr { host: "127.6.37.188" port: 43975 } } }
00:24:15.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.077430  6568 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951 [sys.catalog]: This master's current role is: LEADER
00:24:15.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:15.085747  6395 tablet.cc:2406] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:24:15.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.089030  6570 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
00:24:15.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.120491  6570 catalog_manager.cc:1519] Initializing Kudu cluster ID...
00:24:15.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.147025  6486 raft_consensus.cc:1275] T 00000000000000000000000000000000 P a343301257584e99ad6e0c442be63d94 [term 1 FOLLOWER]: Refusing update from remote peer 1d7e40db724d4338869122420ac72951: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:24:15.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.149266  6568 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a343301257584e99ad6e0c442be63d94" member_type: VOTER last_known_addr { host: "127.6.37.188" port: 43975 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
00:24:15.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.158869  6346 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 819d7286793348aaaa6c07d1c9c02cf1 [term 1 FOLLOWER]: Refusing update from remote peer 1d7e40db724d4338869122420ac72951: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:24:15.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.160503  6568 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951 [LEADER]: Connected to new peer: Peer: permanent_uuid: "819d7286793348aaaa6c07d1c9c02cf1" member_type: VOTER last_known_addr { host: "127.6.37.190" port: 37047 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
00:24:15.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.194689  6534 sys_catalog.cc:455] T 00000000000000000000000000000000 P 819d7286793348aaaa6c07d1c9c02cf1 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 1d7e40db724d4338869122420ac72951. Latest consensus state: current_term: 1 leader_uuid: "1d7e40db724d4338869122420ac72951" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "819d7286793348aaaa6c07d1c9c02cf1" member_type: VOTER last_known_addr { host: "127.6.37.190" port: 37047 } } peers { permanent_uuid: "1d7e40db724d4338869122420ac72951" member_type: VOTER last_known_addr { host: "127.6.37.189" port: 46593 } } peers { permanent_uuid: "a343301257584e99ad6e0c442be63d94" member_type: VOTER last_known_addr { host: "127.6.37.188" port: 43975 } } }
00:24:15.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.195003  6534 sys_catalog.cc:458] T 00000000000000000000000000000000 P 819d7286793348aaaa6c07d1c9c02cf1 [sys.catalog]: This master's current role is: FOLLOWER
00:24:15.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.203492  6572 mvcc.cc:204] Tried to move back new op lower bound from 7305094165046579200 to 7305094164745846784. Current Snapshot: MvccSnapshot[applied={T|T < 7305094165046579200}]
00:24:15.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.216710  6517 sys_catalog.cc:455] T 00000000000000000000000000000000 P a343301257584e99ad6e0c442be63d94 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 1d7e40db724d4338869122420ac72951. Latest consensus state: current_term: 1 leader_uuid: "1d7e40db724d4338869122420ac72951" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "819d7286793348aaaa6c07d1c9c02cf1" member_type: VOTER last_known_addr { host: "127.6.37.190" port: 37047 } } peers { permanent_uuid: "1d7e40db724d4338869122420ac72951" member_type: VOTER last_known_addr { host: "127.6.37.189" port: 46593 } } peers { permanent_uuid: "a343301257584e99ad6e0c442be63d94" member_type: VOTER last_known_addr { host: "127.6.37.188" port: 43975 } } }
00:24:15.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.217006  6517 sys_catalog.cc:458] T 00000000000000000000000000000000 P a343301257584e99ad6e0c442be63d94 [sys.catalog]: This master's current role is: FOLLOWER
00:24:15.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.226886  6574 mvcc.cc:204] Tried to move back new op lower bound from 7305094165046579200 to 7305094164745846784. Current Snapshot: MvccSnapshot[applied={T|T < 7305094165046579200}]
00:24:15.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.242125  6534 sys_catalog.cc:455] T 00000000000000000000000000000000 P 819d7286793348aaaa6c07d1c9c02cf1 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "1d7e40db724d4338869122420ac72951" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "819d7286793348aaaa6c07d1c9c02cf1" member_type: VOTER last_known_addr { host: "127.6.37.190" port: 37047 } } peers { permanent_uuid: "1d7e40db724d4338869122420ac72951" member_type: VOTER last_known_addr { host: "127.6.37.189" port: 46593 } } peers { permanent_uuid: "a343301257584e99ad6e0c442be63d94" member_type: VOTER last_known_addr { host: "127.6.37.188" port: 43975 } } }
00:24:15.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.242413  6534 sys_catalog.cc:458] T 00000000000000000000000000000000 P 819d7286793348aaaa6c07d1c9c02cf1 [sys.catalog]: This master's current role is: FOLLOWER
00:24:15.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.244195  6552 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "1d7e40db724d4338869122420ac72951" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "819d7286793348aaaa6c07d1c9c02cf1" member_type: VOTER last_known_addr { host: "127.6.37.190" port: 37047 } } peers { permanent_uuid: "1d7e40db724d4338869122420ac72951" member_type: VOTER last_known_addr { host: "127.6.37.189" port: 46593 } } peers { permanent_uuid: "a343301257584e99ad6e0c442be63d94" member_type: VOTER last_known_addr { host: "127.6.37.188" port: 43975 } } }
00:24:15.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.244612  6552 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951 [sys.catalog]: This master's current role is: LEADER
00:24:15.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.246657  6552 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "1d7e40db724d4338869122420ac72951" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "819d7286793348aaaa6c07d1c9c02cf1" member_type: VOTER last_known_addr { host: "127.6.37.190" port: 37047 } } peers { permanent_uuid: "1d7e40db724d4338869122420ac72951" member_type: VOTER last_known_addr { host: "127.6.37.189" port: 46593 } } peers { permanent_uuid: "a343301257584e99ad6e0c442be63d94" member_type: VOTER last_known_addr { host: "127.6.37.188" port: 43975 } } }
00:24:15.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.246973  6552 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951 [sys.catalog]: This master's current role is: LEADER
00:24:15.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.250836  6517 sys_catalog.cc:455] T 00000000000000000000000000000000 P a343301257584e99ad6e0c442be63d94 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "1d7e40db724d4338869122420ac72951" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "819d7286793348aaaa6c07d1c9c02cf1" member_type: VOTER last_known_addr { host: "127.6.37.190" port: 37047 } } peers { permanent_uuid: "1d7e40db724d4338869122420ac72951" member_type: VOTER last_known_addr { host: "127.6.37.189" port: 46593 } } peers { permanent_uuid: "a343301257584e99ad6e0c442be63d94" member_type: VOTER last_known_addr { host: "127.6.37.188" port: 43975 } } }
00:24:15.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.251166  6517 sys_catalog.cc:458] T 00000000000000000000000000000000 P a343301257584e99ad6e0c442be63d94 [sys.catalog]: This master's current role is: FOLLOWER
00:24:15.256 [WARN - Metastore-Handler-Pool: Thread-92] (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.
00:24:15.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.257045  6570 catalog_manager.cc:1382] Generated new cluster ID: 84645c4e2fb6423b9ab05d1ba047f4b1
00:24:15.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.257222  6570 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
00:24:15.278 [WARN - Metastore-Handler-Pool: Thread-92] (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.
00:24:15.278 [WARN - Metastore-Handler-Pool: Thread-92] (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.
00:24:15.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.298789  6570 catalog_manager.cc:1405] Generated new certificate authority record
00:24:15.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.301153  6570 catalog_manager.cc:1539] Loading token signing keys...
00:24:15.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.336095  6570 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 1d7e40db724d4338869122420ac72951: Generated new TSK 0
00:24:15.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.338577  6570 catalog_manager.cc:1549] Initializing in-progress tserver states...
00:24:15.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.340509  6570 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
00:24:15.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.342162  6570 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
00:24:15.484 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:24:15.495 [INFO - Metastore-Handler-Pool: Thread-92] (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/hive16467901985074587479/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=f5389a2e-aaa4-49a1-854b-6a89c1024893, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.6.37.190:37047,127.6.37.189:46593,127.6.37.188:43975}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:24:15.501 [INFO - Metastore-Handler-Pool: Thread-92] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16467901985074587479/external-warehouse/table
00:24:15.708 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:24:15.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.753937  6532 catalog_manager.cc:1294] Loaded cluster ID: 84645c4e2fb6423b9ab05d1ba047f4b1
00:24:15.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.754106  6532 catalog_manager.cc:1587] T 00000000000000000000000000000000 P a343301257584e99ad6e0c442be63d94: loading cluster ID for follower catalog manager: success
00:24:15.756 [INFO - Metastore-Handler-Pool: Thread-99] (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=	
00:24:15.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:15.757478  6528 client.h:373] Failed to connect to Hive Metastore (localhost:36521): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:15.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.771126  6532 catalog_manager.cc:1609] T 00000000000000000000000000000000 P a343301257584e99ad6e0c442be63d94: acquiring CA information for follower catalog manager: success
00:24:15.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.778709  6532 catalog_manager.cc:1637] T 00000000000000000000000000000000 P a343301257584e99ad6e0c442be63d94: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:24:15.796 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
00:24:15.797 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:24:15.808 [INFO - Metastore-Handler-Pool: Thread-100] (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=	
00:24:15.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:15.809450  6545 client.h:373] Failed to connect to Hive Metastore (localhost:36521): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:15.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.843866  6550 catalog_manager.cc:1294] Loaded cluster ID: 84645c4e2fb6423b9ab05d1ba047f4b1
00:24:15.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.846182  6550 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 819d7286793348aaaa6c07d1c9c02cf1: loading cluster ID for follower catalog manager: success
00:24:15.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.854729  6550 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 819d7286793348aaaa6c07d1c9c02cf1: acquiring CA information for follower catalog manager: success
00:24:15.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:15.870692  6550 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 819d7286793348aaaa6c07d1c9c02cf1: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:24:15.995 [INFO - Metastore-Handler-Pool: Thread-101] (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=	
00:24:15.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:15.995859  6563 client.h:373] Failed to connect to Hive Metastore (localhost:36521): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:16.249 [WARN - Metastore-Handler-Pool: Thread-92] (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.
00:24:16.761 [INFO - Metastore-Handler-Pool: Thread-102] (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=	
00:24:16.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:16.763374  6528 client.h:373] Failed to connect to Hive Metastore (localhost:36521): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:16.806 [WARN - Metastore-Handler-Pool: Thread-92] (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.
00:24:16.814 [INFO - Metastore-Handler-Pool: Thread-103] (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=	
00:24:16.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:16.814726  6545 client.h:373] Failed to connect to Hive Metastore (localhost:36521): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:16.883 [WARN - Metastore-Handler-Pool: Thread-92] (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.
00:24:16.918 [WARN - Metastore-Handler-Pool: Thread-92] (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
00:24:17.012 [INFO - Metastore-Handler-Pool: Thread-104] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:24:17.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:17.013453  6563 client.h:373] Failed to connect to Hive Metastore (localhost:36521): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:17.089 [DEBUG - Metastore-Handler-Pool: Thread-92] (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.
00:24:17.091 [DEBUG - Metastore-Handler-Pool: Thread-92] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
00:24:17.092 [DEBUG - Metastore-Handler-Pool: Thread-92] (Connection.java:748) [peer master-127.6.37.190:37047(127.6.37.190:37047)] connecting to peer
00:24:17.104 [DEBUG - Metastore-Handler-Pool: Thread-92] (Connection.java:748) [peer master-127.6.37.189:46593(127.6.37.189:46593)] connecting to peer
00:24:17.109 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.6.37.190:37047(127.6.37.190:37047)] Successfully connected to peer
00:24:17.121 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.6.37.190
00:24:17.127 [DEBUG - Metastore-Handler-Pool: Thread-92] (Connection.java:748) [peer master-127.6.37.188:43975(127.6.37.188:43975)] connecting to peer
00:24:17.130 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.6.37.189:46593(127.6.37.189:46593)] Successfully connected to peer
00:24:17.157 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.6.37.188:43975(127.6.37.188:43975)] Successfully connected to peer
00:24:17.158 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:24:17.174 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x4f135cbe, L:/127.0.0.1:33758 - R:/127.6.37.190:37047] using SASL/PLAIN
00:24:17.176 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.6.37.188
00:24:17.180 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.6.37.189
00:24:17.203 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:24:17.218 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:24:17.218 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0xe1c78ddb, L:/127.0.0.1:40768 - R:/127.6.37.188:43975] using SASL/PLAIN
00:24:17.236 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x15f4e9fa, L:/127.0.0.1:36838 - R:/127.6.37.189:46593] using SASL/PLAIN
00:24:17.244 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
00:24:17.257 [ERROR - Metastore-Handler-Pool: Thread-92] (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)

00:24:17.258 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:24:17.295 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
00:24:17.297 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:24:17.372 [WARN - Metastore-Handler-Pool: Thread-92] (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
00:24:17.408 [INFO - Metastore-Handler-Pool: Thread-92] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
00:24:17.410 [INFO - Metastore-Handler-Pool: Thread-92] (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=f5389a2e-aaa4-49a1-854b-6a89c1024893, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.6.37.190:37047,127.6.37.189:46593,127.6.37.188:43975}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:24:17.414 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:24:17.418 [INFO - Metastore-Handler-Pool: Thread-92] (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/hive16467901985074587479/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=f5389a2e-aaa4-49a1-854b-6a89c1024893, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.6.37.190:37047,127.6.37.189:46593,127.6.37.188:43975}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:24:17.421 [INFO - Metastore-Handler-Pool: Thread-92] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16467901985074587479/external-warehouse/table
00:24:17.467 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:24:17.482 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
00:24:17.483 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:24:17.505 [WARN - Metastore-Handler-Pool: Thread-92] (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
00:24:17.527 [INFO - Metastore-Handler-Pool: Thread-92] (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)	
00:24:17.530 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:24:17.533 [INFO - Metastore-Handler-Pool: Thread-92] (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/hive16467901985074587479/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)
00:24:17.535 [WARN - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:2452) Location: file:/tmp/hive16467901985074587479/external-warehouse/table specified for non-external table:table
00:24:17.536 [INFO - Metastore-Handler-Pool: Thread-92] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16467901985074587479/external-warehouse/table
00:24:17.559 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:24:17.575 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
00:24:17.576 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:24:17.606 [WARN - Metastore-Handler-Pool: Thread-92] (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
00:24:17.630 [ERROR - Metastore-Handler-Pool: Thread-92] (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)

00:24:17.634 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:24:17.654 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
00:24:17.655 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:24:17.685 [WARN - Metastore-Handler-Pool: Thread-92] (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
00:24:17.710 [INFO - Metastore-Handler-Pool: Thread-92] (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)	
00:24:17.716 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:24:17.719 [INFO - Metastore-Handler-Pool: Thread-92] (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/hive16467901985074587479/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)
00:24:17.721 [WARN - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:2452) Location: file:/tmp/hive16467901985074587479/external-warehouse/table specified for non-external table:table
00:24:17.722 [INFO - Metastore-Handler-Pool: Thread-92] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16467901985074587479/external-warehouse/table
00:24:17.742 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:24:17.757 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
00:24:17.759 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:24:17.766 [INFO - Metastore-Handler-Pool: Thread-112] (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=	
00:24:17.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:17.766839  6528 client.h:373] Failed to connect to Hive Metastore (localhost:36521): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:17.785 [WARN - Metastore-Handler-Pool: Thread-92] (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
00:24:17.806 [ERROR - Metastore-Handler-Pool: Thread-92] (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)

00:24:17.807 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:24:17.818 [INFO - Metastore-Handler-Pool: Thread-113] (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=	
00:24:17.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:17.819471  6545 client.h:373] Failed to connect to Hive Metastore (localhost:36521): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:17.823 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
00:24:17.824 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:24:17.850 [WARN - Metastore-Handler-Pool: Thread-92] (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
00:24:17.873 [INFO - Metastore-Handler-Pool: Thread-92] (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)	
00:24:17.877 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:24:17.881 [INFO - Metastore-Handler-Pool: Thread-92] (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/hive16467901985074587479/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)
00:24:17.885 [INFO - Metastore-Handler-Pool: Thread-92] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16467901985074587479/external-warehouse/table
00:24:17.910 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:24:17.929 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
00:24:17.931 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:24:17.967 [WARN - Metastore-Handler-Pool: Thread-92] (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
00:24:17.987 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
00:24:17.988 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
00:24:17.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:17.988400  6294 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu pid 6305
00:24:17.988 [INFO - Metastore-Handler-Pool: Thread-92] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@374aa90e, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4d92577e will be shutdown
00:24:17.989 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
00:24:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:17.990329  6366 generic_service.cc:196] Checking for leaks (request via RPC)
00:24:18.016 [INFO - Metastore-Handler-Pool: Thread-115] (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=	
00:24:18.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:18.017174  6563 client.h:373] Failed to connect to Hive Metastore (localhost:36521): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:18.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:18.115000  6294 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu with pid 6305
00:24:18.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:18.143245  6392 connection.cc:573] client connection to 127.6.37.190:37047 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
00:24:18.143 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.6.37.190:37047(127.6.37.190:37047)] handling channelInactive
00:24:18.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:18.143481  6294 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu pid 6372
00:24:18.144 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.6.37.190:37047(127.6.37.190:37047)] cleaning up while in state READY due to: connection closed
00:24:18.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:18.145586  6436 generic_service.cc:196] Checking for leaks (request via RPC)
00:24:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:18.264003  6294 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu with pid 6372
00:24:18.289 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.6.37.189:46593(127.6.37.189:46593)] handling channelInactive
00:24:18.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:18.289079  6294 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu pid 6442
00:24:18.290 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.6.37.189:46593(127.6.37.189:46593)] cleaning up while in state READY due to: connection closed
00:24:18.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:18.290877  6506 generic_service.cc:196] Checking for leaks (request via RPC)
00:24:18.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:18.421142  6294 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu with pid 6442
00:24:18.444 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.6.37.188:43975(127.6.37.188:43975)] handling channelInactive
00:24:18.445 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.6.37.188:43975(127.6.37.188:43975)] cleaning up while in state READY due to: connection closed
00:24:18.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:24:18Z chronyd exiting
.00:24:18.589 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:24:18.590 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:24:18.590 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:24:18.613 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive4029664035755831512
00:24:18.614 [INFO - Thread-80] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
00:24:18.614 [INFO - Thread-80] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
00:24:18.619 [INFO - Thread-80] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:24:18.620 [INFO - Thread-80] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:24:18.620 [INFO - Thread-80] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
00:24:18.621 [INFO - Thread-80] (HikariDataSource.java:350) objectstore - Shutdown initiated...
00:24:18.623 [INFO - Thread-80] (HikariDataSource.java:352) objectstore - Shutdown completed.
00:24:18.623 [INFO - Thread-80] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
00:24:18.626 [INFO - Thread-80] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
00:24:18.626 [INFO - Thread-80] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
00:24:18.628 [INFO - Thread-80] (HikariDataSource.java:80) objectstore - Starting...
00:24:18.741 [INFO - Thread-80] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:24:18.741 [INFO - Thread-80] (HikariDataSource.java:82) objectstore - Start completed.
00:24:18.742 [INFO - Thread-80] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
00:24:18.744 [INFO - Thread-80] (HikariDataSource.java:80) objectstore-secondary - Starting...
00:24:18.745 [INFO - Thread-80] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:24:18.746 [INFO - Thread-80] (HikariDataSource.java:82) objectstore-secondary - Start completed.
00:24:18.767 [INFO - Thread-80] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
00:24:18.767 [INFO - Thread-80] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
00:24:18.768 [INFO - Thread-80] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
00:24:18.799 [WARN - Thread-80] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:18.800 [WARN - Thread-80] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:18.800 [WARN - Thread-80] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:18.800 [WARN - Thread-80] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:18.801 [WARN - Thread-80] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:18.801 [WARN - Thread-80] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:19.035 [INFO - Thread-80] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
00:24:19.035 [INFO - Thread-80] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@207bd9b3, with PersistenceManager: null will be shutdown
00:24:19.036 [INFO - Thread-80] (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: 116
00:24:19.038 [WARN - Thread-80] (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
00:24:19.039 [INFO - Thread-80] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@207bd9b3
00:24:19.167 [INFO - Thread-80] (HMSHandler.java:595) Started creating a default database with name: default
00:24:19.193 [INFO - Thread-80] (HMSHandler.java:605) Successfully created a default database with name: default
00:24:19.251 [INFO - Thread-80] (HMSHandler.java:668) Added admin role in metastore
00:24:19.256 [INFO - Thread-80] (HMSHandler.java:677) Added public role in metastore
00:24:19.315 [INFO - Thread-80] (HMSHandler.java:717) No user is added in admin role, since config is empty
00:24:19.316 [INFO - Thread-80] (HMSHandler.java:404) HMS server filtering is disabled by configuration
00:24:19.317 [INFO - Thread-80] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
00:24:19.318 [INFO - Thread-80] (HiveMetaStore.java:697) Direct SQL optimization = true
00:24:19.320 [WARN - Thread-80] (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)
00:24:19.320 [INFO - Thread-80] (HiveMetaStore.java:632) Started the new metaserver on port [35913]...
00:24:19.320 [INFO - Thread-80] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
00:24:19.320 [INFO - Thread-80] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
00:24:19.320 [INFO - Thread-80] (HiveMetaStore.java:635) TCP keepalive = true
00:24:19.320 [INFO - Thread-80] (HiveMetaStore.java:636) Enable SSL = false
00:24:19.617 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:24:19.617 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:24:19.618 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:24:19.620 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
00:24:19.620 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:35913]
00:24:19.620 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:35913) in binary transport mode
00:24:19.620 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:35913) current connections: 1
00:24:19.622 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskDU5UYb/test-tmp
00:24:19.623 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
00:24:19.623 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskDU5UYb/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
00:24:19.627 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:35913"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

00:24:20.026 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:24:20.026 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

00:24:20.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.030135  6639 mini_oidc.cc:150] Starting JWKS server
00:24:20.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.032959  6639 webserver.cc:534] Webserver started at http://127.0.0.1:39083/ using document root <none> and password file <none>
00:24:20.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.033272  6639 mini_oidc.cc:186] Starting OIDC Discovery server
00:24:20.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.034097  6639 webserver.cc:534] Webserver started at http://127.0.0.1:33753/ using document root <none> and password file <none>
00:24:20.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:24:20Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
00:24:20.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:24:20Z Disabled control of system clock
00:24:20.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.072479  6639 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:20.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:20.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-0/wal
00:24:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-0/data
00:24:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:24:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:24:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:24:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-0/logs
00:24:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-0/data/info.pb
00:24:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:24:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:24:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:24:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:24:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:24:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:24:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.123.254:38427
00:24:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.123.254
00:24:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.123.212:38287
00:24:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.123.254:38427,127.6.123.253:42437,127.6.123.252:42631
00:24:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39083/jwks.json
00:24:20.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35913 with env {}
00:24:20.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:20.475080  6650 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:24:20.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:20.475554  6650 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:24:20.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:20.475661  6650 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:24:20.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:20.485301  6650 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:24:20.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:20.485476  6650 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:24:20.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:20.485543  6650 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:24:20.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:20.485595  6650 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:24:20.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:20.485667  6650 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:24:20.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:20.485704  6650 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39083/jwks.json
00:24:20.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.497979  6650 master_runner.cc:387] Master server non-default flags:
00:24:20.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:20.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.123.212:38287
00:24:20.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:20.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:20.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-0/data
00:24:20.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-0/wal
00:24:20.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35913
00:24:20.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:20.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.123.254:38427,127.6.123.253:42437,127.6.123.252:42631
00:24:20.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:20.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:20.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:20.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.123.254:38427
00:24:20.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:20.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:24:20.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:20.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39083/jwks.json
00:24:20.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:20.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:20.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-0/data/info.pb
00:24:20.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.123.254
00:24:20.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:20.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:24:20.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:20.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:24:20.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:24:20.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:20.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-0/logs
00:24:20.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:20.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:24:20.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:24:20.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:24:20.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:24:20.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:24:20.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:24:20.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on bdcb31816ec0
00:24:20.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16842
00:24:20.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
00:24:20.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.500021  6650 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:24:20.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.502027  6650 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:24:20.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:20.512181  6656 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
00:24:20.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:20.512312  6655 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
00:24:20.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:20.513476  6658 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
00:24:20.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.514451  6650 server_base.cc:1061] running on GCE node
00:24:20.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.515727  6650 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:24:20.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.517961  6650 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:24:20.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.519294  6650 hybrid_clock.cc:648] HybridClock initialized: now 1783470260519234 us; error 49 us; skew 500 ppm
00:24:20.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.519878  6650 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:24:20.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.523937  6650 webserver.cc:534] Webserver started at http://127.6.123.254:33041/ using document root <none> and password file <none>
00:24:20.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.524950  6650 fs_manager.cc:362] Metadata directory not provided
00:24:20.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.525120  6650 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:24:20.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.525592  6650 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:24:20.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.528504  6650 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-0/data/instance:
00:24:20.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "616579c298804472954dbd8b72f6ad30"
00:24:20.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:20 on dist-test-slave-fn7j"
00:24:20.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.529523  6650 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-0/wal/instance:
00:24:20.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "616579c298804472954dbd8b72f6ad30"
00:24:20.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:20 on dist-test-slave-fn7j"
00:24:20.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.536511  6650 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.007s	sys 0.000s
00:24:20.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.540987  6664 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:24:20.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.542732  6650 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
00:24:20.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.543161  6650 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-0/data,/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-0/wal
00:24:20.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "616579c298804472954dbd8b72f6ad30"
00:24:20.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:20 on dist-test-slave-fn7j"
00:24:20.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.543473  6650 fs_report.cc:389] FS layout report
00:24:20.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:24:20.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-0/wal
00:24:20.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-0/wal
00:24:20.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-0/data/data
00:24:20.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:24:20.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:24:20.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:24:20.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:24:20.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:24:20.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:24:20.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:24:20.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:24:20.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:24:20.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:24:20.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:24:20.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.580708  6650 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:24:20.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.581931  6650 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:24:20.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.582361  6650 kserver.cc:163] Server-wide thread pool size limit: 3276
00:24:20.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.609221  6650 rpc_server.cc:307] RPC server started. Bound to: 127.6.123.254:38427
00:24:20.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.609241  6715 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.6.123.254:38427 every 8 connection(s)
00:24:20.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.611121  6650 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-0/data/info.pb
00:24:20.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.616532  6716 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:24:20.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.617157  6639 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu as pid 6650
00:24:20.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.617498  6639 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-0/wal/instance
00:24:20.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.620929  6639 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:20.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:20.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-1/wal
00:24:20.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-1/data
00:24:20.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:24:20.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:24:20.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:24:20.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:20.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:20.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:20.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-1/logs
00:24:20.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-1/data/info.pb
00:24:20.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:20.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:24:20.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:24:20.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:24:20.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:24:20.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:20.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:20.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:20.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:24:20.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:24:20.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:20.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:20.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.123.253:42437
00:24:20.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.123.253
00:24:20.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:20.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.123.212:38287
00:24:20.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:20.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:20.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:20.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:20.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.123.254:38427,127.6.123.253:42437,127.6.123.252:42631
00:24:20.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:20.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39083/jwks.json
00:24:20.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35913 with env {}
00:24:20.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.625808  6716 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.123.254" port: 38427 } has no permanent_uuid. Determining permanent_uuid...
00:24:20.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.647790  6716 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.123.253" port: 42437 } has no permanent_uuid. Determining permanent_uuid...
00:24:20.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:20.649659  6667 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.6.123.253:42437: connect: Connection refused (error 111)
00:24:20.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:20.651826  6716 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.123.253:42437: Network error: Client connection negotiation failed: client connection to 127.6.123.253:42437: connect: Connection refused (error 111)
00:24:20.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.701485  6716 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.123.253" port: 42437 } attempt: 1
00:24:20.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:20.704764  6716 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.123.253:42437: Network error: Client connection negotiation failed: client connection to 127.6.123.253:42437: connect: Connection refused (error 111)
00:24:20.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.773119  6716 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.123.253" port: 42437 } attempt: 2
00:24:20.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:20.775655  6716 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.123.253:42437: Network error: Client connection negotiation failed: client connection to 127.6.123.253:42437: connect: Connection refused (error 111)
00:24:20.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:20.867004  6716 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.123.253" port: 42437 } attempt: 3
00:24:20.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:20.869181  6716 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.123.253:42437: Network error: Client connection negotiation failed: client connection to 127.6.123.253:42437: connect: Connection refused (error 111)
00:24:20.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:20.998653  6717 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:24:20.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:20.999063  6717 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:24:20.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:20.999334  6717 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:24:21.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.009732  6717 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:24:21.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.009865  6717 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:24:21.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.009928  6717 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:24:21.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.009977  6717 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:24:21.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.010036  6717 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:24:21.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.010071  6717 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39083/jwks.json
00:24:21.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.012467  6716 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.123.253" port: 42437 } attempt: 4
00:24:21.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.014979  6716 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.123.253:42437: Network error: Client connection negotiation failed: client connection to 127.6.123.253:42437: connect: Connection refused (error 111)
00:24:21.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.023351  6717 master_runner.cc:387] Master server non-default flags:
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.123.212:38287
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-1/data
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-1/wal
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35913
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.123.254:38427,127.6.123.253:42437,127.6.123.252:42631
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.123.253:42437
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39083/jwks.json
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-1/data/info.pb
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.123.253
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-1/logs
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on bdcb31816ec0
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16842
00:24:21.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
00:24:21.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.025630  6717 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:24:21.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.028518  6717 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:24:21.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.040120  6725 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
00:24:21.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.040370  6728 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
00:24:21.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.040695  6717 server_base.cc:1061] running on GCE node
00:24:21.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.040031  6726 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
00:24:21.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.042176  6717 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:24:21.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.044020  6717 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:24:21.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.045322  6717 hybrid_clock.cc:648] HybridClock initialized: now 1783470261045264 us; error 44 us; skew 500 ppm
00:24:21.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.045827  6717 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:24:21.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.048736  6717 webserver.cc:534] Webserver started at http://127.6.123.253:42147/ using document root <none> and password file <none>
00:24:21.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.049929  6717 fs_manager.cc:362] Metadata directory not provided
00:24:21.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.050098  6717 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:24:21.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.050691  6717 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:24:21.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.053660  6717 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-1/data/instance:
00:24:21.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ae52125d75964cee87262d03d4876796"
00:24:21.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:21 on dist-test-slave-fn7j"
00:24:21.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.055184  6717 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-1/wal/instance:
00:24:21.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ae52125d75964cee87262d03d4876796"
00:24:21.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:21 on dist-test-slave-fn7j"
00:24:21.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.062762  6717 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.005s	sys 0.000s
00:24:21.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.067205  6734 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:24:21.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.069152  6717 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.001s	sys 0.002s
00:24:21.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.069494  6717 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-1/data,/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-1/wal
00:24:21.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ae52125d75964cee87262d03d4876796"
00:24:21.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:21 on dist-test-slave-fn7j"
00:24:21.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.069810  6717 fs_report.cc:389] FS layout report
00:24:21.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:24:21.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-1/wal
00:24:21.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-1/wal
00:24:21.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-1/data/data
00:24:21.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:24:21.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:24:21.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:24:21.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:24:21.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:24:21.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:24:21.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:24:21.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:24:21.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:24:21.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:24:21.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:24:21.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.089920  6717 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:24:21.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.091094  6717 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:24:21.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.091480  6717 kserver.cc:163] Server-wide thread pool size limit: 3276
00:24:21.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.117626  6717 rpc_server.cc:307] RPC server started. Bound to: 127.6.123.253:42437
00:24:21.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.117643  6785 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.6.123.253:42437 every 8 connection(s)
00:24:21.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.119438  6717 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-1/data/info.pb
00:24:21.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.122462  6639 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu as pid 6717
00:24:21.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.122685  6639 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-1/wal/instance
00:24:21.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.124049  6639 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:21.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:21.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-2/wal
00:24:21.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-2/data
00:24:21.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:24:21.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:24:21.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:24:21.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:21.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:21.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:21.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-2/logs
00:24:21.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-2/data/info.pb
00:24:21.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:21.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:24:21.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:24:21.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:24:21.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:24:21.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:21.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:21.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:21.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:24:21.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:24:21.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:21.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:21.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.123.252:42631
00:24:21.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.123.252
00:24:21.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:21.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.123.212:38287
00:24:21.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:21.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:21.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:21.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:21.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.123.254:38427,127.6.123.253:42437,127.6.123.252:42631
00:24:21.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:21.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39083/jwks.json
00:24:21.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35913 with env {}
00:24:21.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.124804  6786 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:24:21.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.135111  6786 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.123.254" port: 38427 } has no permanent_uuid. Determining permanent_uuid...
00:24:21.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.151638  6786 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.123.253" port: 42437 } has no permanent_uuid. Determining permanent_uuid...
00:24:21.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.162703  6786 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.123.252" port: 42631 } has no permanent_uuid. Determining permanent_uuid...
00:24:21.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.164232  6735 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.6.123.252:42631: connect: Connection refused (error 111)
00:24:21.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.166327  6786 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.123.252:42631: Network error: Client connection negotiation failed: client connection to 127.6.123.252:42631: connect: Connection refused (error 111)
00:24:21.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.215742  6786 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.123.252" port: 42631 } attempt: 1
00:24:21.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.218266  6786 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.123.252:42631: Network error: Client connection negotiation failed: client connection to 127.6.123.252:42631: connect: Connection refused (error 111)
00:24:21.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.286592  6786 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.123.252" port: 42631 } attempt: 2
00:24:21.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.289623  6786 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.123.252:42631: Network error: Client connection negotiation failed: client connection to 127.6.123.252:42631: connect: Connection refused (error 111)
00:24:21.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.314430  6716 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.123.253" port: 42437 } attempt: 5
00:24:21.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.323091  6716 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.123.252" port: 42631 } has no permanent_uuid. Determining permanent_uuid...
00:24:21.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.325918  6716 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.123.252:42631: Network error: Client connection negotiation failed: client connection to 127.6.123.252:42631: connect: Connection refused (error 111)
00:24:21.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.377254  6716 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.123.252" port: 42631 } attempt: 1
00:24:21.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.380582  6716 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.123.252:42631: Network error: Client connection negotiation failed: client connection to 127.6.123.252:42631: connect: Connection refused (error 111)
00:24:21.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.381112  6786 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.123.252" port: 42631 } attempt: 3
00:24:21.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.385129  6786 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.123.252:42631: Network error: Client connection negotiation failed: client connection to 127.6.123.252:42631: connect: Connection refused (error 111)
00:24:21.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.448865  6716 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.123.252" port: 42631 } attempt: 2
00:24:21.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.451284  6716 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.123.252:42631: Network error: Client connection negotiation failed: client connection to 127.6.123.252:42631: connect: Connection refused (error 111)
00:24:21.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.528788  6786 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.123.252" port: 42631 } attempt: 4
00:24:21.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.531500  6786 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.123.252:42631: Network error: Client connection negotiation failed: client connection to 127.6.123.252:42631: connect: Connection refused (error 111)
00:24:21.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.532521  6787 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:24:21.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.532877  6787 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:24:21.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.532963  6787 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:24:21.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.542308  6787 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:24:21.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.542441  6787 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:24:21.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.542526  6787 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:24:21.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.542569  6787 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:24:21.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.542623  6787 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:24:21.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.542657  6787 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39083/jwks.json
00:24:21.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.554391  6787 master_runner.cc:387] Master server non-default flags:
00:24:21.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.123.212:38287
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-2/data
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-2/wal
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35913
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.123.254:38427,127.6.123.253:42437,127.6.123.252:42631
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.123.252:42631
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39083/jwks.json
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-2/data/info.pb
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.123.252
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-2/logs
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on bdcb31816ec0
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16842
00:24:21.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
00:24:21.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.556332  6787 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:24:21.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.557654  6716 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.123.252" port: 42631 } attempt: 3
00:24:21.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.558975  6787 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:24:21.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.560461  6716 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.123.252:42631: Network error: Client connection negotiation failed: client connection to 127.6.123.252:42631: connect: Connection refused (error 111)
00:24:21.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.570730  6795 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
00:24:21.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.570763  6796 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
00:24:21.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.571377  6798 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
00:24:21.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.572680  6787 server_base.cc:1061] running on GCE node
00:24:21.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.573814  6787 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:24:21.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.575789  6787 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:24:21.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.577167  6787 hybrid_clock.cc:648] HybridClock initialized: now 1783470261577069 us; error 73 us; skew 500 ppm
00:24:21.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.577675  6787 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:24:21.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.580822  6787 webserver.cc:534] Webserver started at http://127.6.123.252:44745/ using document root <none> and password file <none>
00:24:21.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.581832  6787 fs_manager.cc:362] Metadata directory not provided
00:24:21.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.582000  6787 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:24:21.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.582432  6787 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:24:21.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.585299  6787 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-2/data/instance:
00:24:21.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0abb5bded5654dc58d7378d34b7c0f95"
00:24:21.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:21 on dist-test-slave-fn7j"
00:24:21.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.586292  6787 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-2/wal/instance:
00:24:21.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0abb5bded5654dc58d7378d34b7c0f95"
00:24:21.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:21 on dist-test-slave-fn7j"
00:24:21.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.592839  6787 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.002s	sys 0.005s
00:24:21.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.597559  6804 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:24:21.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.599617  6787 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
00:24:21.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.600104  6787 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-2/data,/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-2/wal
00:24:21.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0abb5bded5654dc58d7378d34b7c0f95"
00:24:21.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:21 on dist-test-slave-fn7j"
00:24:21.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.600430  6787 fs_report.cc:389] FS layout report
00:24:21.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:24:21.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-2/wal
00:24:21.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-2/wal
00:24:21.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-2/data/data
00:24:21.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:24:21.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:24:21.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:24:21.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:24:21.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:24:21.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:24:21.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:24:21.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:24:21.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:24:21.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:24:21.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:24:21.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.646260  6787 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:24:21.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.647496  6787 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:24:21.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.647940  6787 kserver.cc:163] Server-wide thread pool size limit: 3276
00:24:21.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.675238  6787 rpc_server.cc:307] RPC server started. Bound to: 127.6.123.252:42631
00:24:21.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.675257  6855 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.6.123.252:42631 every 8 connection(s)
00:24:21.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.677325  6787 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-2/data/info.pb
00:24:21.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.677949  6639 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu as pid 6787
00:24:21.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.678157  6639 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster9836378121616455759/master-2/wal/instance
00:24:21.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.683254  6856 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:24:21.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.692867  6856 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.123.254" port: 38427 } has no permanent_uuid. Determining permanent_uuid...
00:24:21.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.705614  6856 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.123.253" port: 42437 } has no permanent_uuid. Determining permanent_uuid...
00:24:21.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.713749  6856 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.123.252" port: 42631 } has no permanent_uuid. Determining permanent_uuid...
00:24:21.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.726641  6856 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95: Bootstrap starting.
00:24:21.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.727769  6639 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
00:24:21.729 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:24:21.730 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

00:24:21.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.731164  6856 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95: Neither blocks nor log segments found. Creating new log.
00:24:21.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.732832  6856 log.cc:826] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95: Log is configured to *not* fsync() on all Append() calls
00:24:21.731 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.6.123.254"
      port: 38427
    }
    bound_http_address {
      host: "127.6.123.254"
      port: 33041
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.6.123.253"
      port: 42437
    }
    bound_http_address {
      host: "127.6.123.253"
      port: 42147
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.6.123.252"
      port: 42631
    }
    bound_http_address {
      host: "127.6.123.252"
      port: 44745
    }
  }
}

00:24:21.733 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

00:24:21.734 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:24:21.735 [INFO - Metastore-Handler-Pool: Thread-137] (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)	
00:24:21.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.737089  6856 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95: No bootstrap required, opened a new log
00:24:21.737 [INFO - Metastore-Handler-Pool: Thread-137] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:24:21.737 [INFO - Metastore-Handler-Pool: Thread-137] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:24:21.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.737916  6716 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.123.252" port: 42631 } attempt: 4
00:24:21.738 [INFO - Metastore-Handler-Pool: Thread-137] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@240ecedb, with PersistenceManager: null will be shutdown
00:24:21.738 [INFO - Metastore-Handler-Pool: Thread-137] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@240ecedb, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6e8fd6f3 created in the thread with id: 137
00:24:21.744 [INFO - Metastore-Handler-Pool: Thread-137] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@240ecedb
00:24:21.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.746344  6856 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "616579c298804472954dbd8b72f6ad30" member_type: VOTER last_known_addr { host: "127.6.123.254" port: 38427 } } peers { permanent_uuid: "ae52125d75964cee87262d03d4876796" member_type: VOTER last_known_addr { host: "127.6.123.253" port: 42437 } } peers { permanent_uuid: "0abb5bded5654dc58d7378d34b7c0f95" member_type: VOTER last_known_addr { host: "127.6.123.252" port: 42631 } }
00:24:21.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.746821  6856 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:24:21.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.746969  6856 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0abb5bded5654dc58d7378d34b7c0f95, State: Initialized, Role: FOLLOWER
00:24:21.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.747855  6856 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95 [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: "616579c298804472954dbd8b72f6ad30" member_type: VOTER last_known_addr { host: "127.6.123.254" port: 38427 } } peers { permanent_uuid: "ae52125d75964cee87262d03d4876796" member_type: VOTER last_known_addr { host: "127.6.123.253" port: 42437 } } peers { permanent_uuid: "0abb5bded5654dc58d7378d34b7c0f95" member_type: VOTER last_known_addr { host: "127.6.123.252" port: 42631 } }
00:24:21.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.749322  6862 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95 [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: "616579c298804472954dbd8b72f6ad30" member_type: VOTER last_known_addr { host: "127.6.123.254" port: 38427 } } peers { permanent_uuid: "ae52125d75964cee87262d03d4876796" member_type: VOTER last_known_addr { host: "127.6.123.253" port: 42437 } } peers { permanent_uuid: "0abb5bded5654dc58d7378d34b7c0f95" member_type: VOTER last_known_addr { host: "127.6.123.252" port: 42631 } } }
00:24:21.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.749897  6862 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95 [sys.catalog]: This master's current role is: FOLLOWER
00:24:21.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.751135  6856 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95 [sys.catalog]: configured and running, proceeding with master startup.
00:24:21.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.752441  6716 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 616579c298804472954dbd8b72f6ad30: Bootstrap starting.
00:24:21.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.757550  6716 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 616579c298804472954dbd8b72f6ad30: Neither blocks nor log segments found. Creating new log.
00:24:21.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.759192  6716 log.cc:826] T 00000000000000000000000000000000 P 616579c298804472954dbd8b72f6ad30: Log is configured to *not* fsync() on all Append() calls
00:24:21.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.762749  6716 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 616579c298804472954dbd8b72f6ad30: No bootstrap required, opened a new log
00:24:21.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.770027  6716 raft_consensus.cc:359] T 00000000000000000000000000000000 P 616579c298804472954dbd8b72f6ad30 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "616579c298804472954dbd8b72f6ad30" member_type: VOTER last_known_addr { host: "127.6.123.254" port: 38427 } } peers { permanent_uuid: "ae52125d75964cee87262d03d4876796" member_type: VOTER last_known_addr { host: "127.6.123.253" port: 42437 } } peers { permanent_uuid: "0abb5bded5654dc58d7378d34b7c0f95" member_type: VOTER last_known_addr { host: "127.6.123.252" port: 42631 } }
00:24:21.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.770965  6716 raft_consensus.cc:385] T 00000000000000000000000000000000 P 616579c298804472954dbd8b72f6ad30 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:24:21.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.771471  6716 raft_consensus.cc:740] T 00000000000000000000000000000000 P 616579c298804472954dbd8b72f6ad30 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 616579c298804472954dbd8b72f6ad30, State: Initialized, Role: FOLLOWER
00:24:21.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.773897  6716 consensus_queue.cc:260] T 00000000000000000000000000000000 P 616579c298804472954dbd8b72f6ad30 [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: "616579c298804472954dbd8b72f6ad30" member_type: VOTER last_known_addr { host: "127.6.123.254" port: 38427 } } peers { permanent_uuid: "ae52125d75964cee87262d03d4876796" member_type: VOTER last_known_addr { host: "127.6.123.253" port: 42437 } } peers { permanent_uuid: "0abb5bded5654dc58d7378d34b7c0f95" member_type: VOTER last_known_addr { host: "127.6.123.252" port: 42631 } }
00:24:21.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.781759  6878 sys_catalog.cc:455] T 00000000000000000000000000000000 P 616579c298804472954dbd8b72f6ad30 [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: "616579c298804472954dbd8b72f6ad30" member_type: VOTER last_known_addr { host: "127.6.123.254" port: 38427 } } peers { permanent_uuid: "ae52125d75964cee87262d03d4876796" member_type: VOTER last_known_addr { host: "127.6.123.253" port: 42437 } } peers { permanent_uuid: "0abb5bded5654dc58d7378d34b7c0f95" member_type: VOTER last_known_addr { host: "127.6.123.252" port: 42631 } } }
00:24:21.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.784940  6878 sys_catalog.cc:458] T 00000000000000000000000000000000 P 616579c298804472954dbd8b72f6ad30 [sys.catalog]: This master's current role is: FOLLOWER
00:24:21.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.784722  6716 sys_catalog.cc:565] T 00000000000000000000000000000000 P 616579c298804472954dbd8b72f6ad30 [sys.catalog]: configured and running, proceeding with master startup.
00:24:21.775 [INFO - Metastore-Handler-Pool: Thread-139] (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=	
00:24:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.796110  6874 client.h:373] Failed to connect to Hive Metastore (localhost:35913): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:21.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.811252  6882 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
00:24:21.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.815503  6787 master_runner.cc:187] Error getting master registration for 127.6.123.254:38427: OK, instance_id { permanent_uuid: "616579c298804472954dbd8b72f6ad30" instance_seqno: 1783470260602700 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:24:21.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.822738  6787 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:24:21.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.830821  6786 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.123.252" port: 42631 } attempt: 5
00:24:21.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.836180  6670 tablet.cc:2406] T 00000000000000000000000000000000 P 616579c298804472954dbd8b72f6ad30: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:24:21.847 [INFO - Metastore-Handler-Pool: Thread-140] (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=	
00:24:21.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.847534  6786 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ae52125d75964cee87262d03d4876796: Bootstrap starting.
00:24:21.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.848526  6890 client.h:373] Failed to connect to Hive Metastore (localhost:35913): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:21.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.853645  6786 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ae52125d75964cee87262d03d4876796: Neither blocks nor log segments found. Creating new log.
00:24:21.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.856451  6786 log.cc:826] T 00000000000000000000000000000000 P ae52125d75964cee87262d03d4876796: Log is configured to *not* fsync() on all Append() calls
00:24:21.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.856165  6650 master_runner.cc:187] Error getting master registration for 127.6.123.253:42437: OK, instance_id { permanent_uuid: "ae52125d75964cee87262d03d4876796" instance_seqno: 1783470261110879 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:24:21.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.863121  6650 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:24:21.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.863761  6894 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 616579c298804472954dbd8b72f6ad30: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
00:24:21.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.864131  6894 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
00:24:21.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.866889  6786 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ae52125d75964cee87262d03d4876796: No bootstrap required, opened a new log
00:24:21.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.875845  6786 raft_consensus.cc:359] T 00000000000000000000000000000000 P ae52125d75964cee87262d03d4876796 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "616579c298804472954dbd8b72f6ad30" member_type: VOTER last_known_addr { host: "127.6.123.254" port: 38427 } } peers { permanent_uuid: "ae52125d75964cee87262d03d4876796" member_type: VOTER last_known_addr { host: "127.6.123.253" port: 42437 } } peers { permanent_uuid: "0abb5bded5654dc58d7378d34b7c0f95" member_type: VOTER last_known_addr { host: "127.6.123.252" port: 42631 } }
00:24:21.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.876566  6786 raft_consensus.cc:385] T 00000000000000000000000000000000 P ae52125d75964cee87262d03d4876796 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:24:21.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.876844  6786 raft_consensus.cc:740] T 00000000000000000000000000000000 P ae52125d75964cee87262d03d4876796 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ae52125d75964cee87262d03d4876796, State: Initialized, Role: FOLLOWER
00:24:21.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.877954  6786 consensus_queue.cc:260] T 00000000000000000000000000000000 P ae52125d75964cee87262d03d4876796 [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: "616579c298804472954dbd8b72f6ad30" member_type: VOTER last_known_addr { host: "127.6.123.254" port: 38427 } } peers { permanent_uuid: "ae52125d75964cee87262d03d4876796" member_type: VOTER last_known_addr { host: "127.6.123.253" port: 42437 } } peers { permanent_uuid: "0abb5bded5654dc58d7378d34b7c0f95" member_type: VOTER last_known_addr { host: "127.6.123.252" port: 42631 } }
00:24:21.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.885443  6897 sys_catalog.cc:455] T 00000000000000000000000000000000 P ae52125d75964cee87262d03d4876796 [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: "616579c298804472954dbd8b72f6ad30" member_type: VOTER last_known_addr { host: "127.6.123.254" port: 38427 } } peers { permanent_uuid: "ae52125d75964cee87262d03d4876796" member_type: VOTER last_known_addr { host: "127.6.123.253" port: 42437 } } peers { permanent_uuid: "0abb5bded5654dc58d7378d34b7c0f95" member_type: VOTER last_known_addr { host: "127.6.123.252" port: 42631 } } }
00:24:21.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.888473  6897 sys_catalog.cc:458] T 00000000000000000000000000000000 P ae52125d75964cee87262d03d4876796 [sys.catalog]: This master's current role is: FOLLOWER
00:24:21.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.888286  6786 sys_catalog.cc:565] T 00000000000000000000000000000000 P ae52125d75964cee87262d03d4876796 [sys.catalog]: configured and running, proceeding with master startup.
00:24:21.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.901427  6810 tablet.cc:2406] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:24:21.919 [INFO - Metastore-Handler-Pool: Thread-141] (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=	
00:24:21.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.929426  6912 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
00:24:21.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:21.933213  6908 client.h:373] Failed to connect to Hive Metastore (localhost:35913): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:21.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.940186  6862 raft_consensus.cc:493] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
00:24:21.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.940505  6862 raft_consensus.cc:515] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "616579c298804472954dbd8b72f6ad30" member_type: VOTER last_known_addr { host: "127.6.123.254" port: 38427 } } peers { permanent_uuid: "ae52125d75964cee87262d03d4876796" member_type: VOTER last_known_addr { host: "127.6.123.253" port: 42437 } } peers { permanent_uuid: "0abb5bded5654dc58d7378d34b7c0f95" member_type: VOTER last_known_addr { host: "127.6.123.252" port: 42631 } }
00:24:21.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.942571  6862 leader_election.cc:290] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 616579c298804472954dbd8b72f6ad30 (127.6.123.254:38427), ae52125d75964cee87262d03d4876796 (127.6.123.253:42437)
00:24:21.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.943459  6717 master_runner.cc:264] No leader master found from master ae52125d75964cee87262d03d4876796
00:24:21.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.943612  6717 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:24:21.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.944536  6691 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0abb5bded5654dc58d7378d34b7c0f95" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "616579c298804472954dbd8b72f6ad30" is_pre_election: true
00:24:21.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.944844  6761 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0abb5bded5654dc58d7378d34b7c0f95" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ae52125d75964cee87262d03d4876796" is_pre_election: true
00:24:21.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.945158  6691 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 616579c298804472954dbd8b72f6ad30 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0abb5bded5654dc58d7378d34b7c0f95 in term 0.
00:24:21.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.945411  6761 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ae52125d75964cee87262d03d4876796 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0abb5bded5654dc58d7378d34b7c0f95 in term 0.
00:24:21.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.946130  6806 leader_election.cc:304] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95 [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: 0abb5bded5654dc58d7378d34b7c0f95, 616579c298804472954dbd8b72f6ad30; no voters: 
00:24:21.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.946619  6862 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95 [term 0 FOLLOWER]: Leader pre-election won for term 1
00:24:21.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.946800  6862 raft_consensus.cc:493] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
00:24:21.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.946909  6862 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95 [term 0 FOLLOWER]: Advancing to term 1
00:24:21.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.950742  6862 raft_consensus.cc:515] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "616579c298804472954dbd8b72f6ad30" member_type: VOTER last_known_addr { host: "127.6.123.254" port: 38427 } } peers { permanent_uuid: "ae52125d75964cee87262d03d4876796" member_type: VOTER last_known_addr { host: "127.6.123.253" port: 42437 } } peers { permanent_uuid: "0abb5bded5654dc58d7378d34b7c0f95" member_type: VOTER last_known_addr { host: "127.6.123.252" port: 42631 } }
00:24:21.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.951967  6862 leader_election.cc:290] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95 [CANDIDATE]: Term 1 election: Requested vote from peers 616579c298804472954dbd8b72f6ad30 (127.6.123.254:38427), ae52125d75964cee87262d03d4876796 (127.6.123.253:42437)
00:24:21.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.953052  6691 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0abb5bded5654dc58d7378d34b7c0f95" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "616579c298804472954dbd8b72f6ad30"
00:24:21.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.953053  6761 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0abb5bded5654dc58d7378d34b7c0f95" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ae52125d75964cee87262d03d4876796"
00:24:21.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.953312  6691 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 616579c298804472954dbd8b72f6ad30 [term 0 FOLLOWER]: Advancing to term 1
00:24:21.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.953301  6761 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ae52125d75964cee87262d03d4876796 [term 0 FOLLOWER]: Advancing to term 1
00:24:21.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.956957  6761 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ae52125d75964cee87262d03d4876796 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0abb5bded5654dc58d7378d34b7c0f95 in term 1.
00:24:21.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.956957  6691 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 616579c298804472954dbd8b72f6ad30 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0abb5bded5654dc58d7378d34b7c0f95 in term 1.
00:24:21.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.957777  6807 leader_election.cc:304] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95 [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: 0abb5bded5654dc58d7378d34b7c0f95, ae52125d75964cee87262d03d4876796; no voters: 
00:24:21.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.958549  6862 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95 [term 1 FOLLOWER]: Leader election won for term 1
00:24:21.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.976047  6862 raft_consensus.cc:697] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95 [term 1 LEADER]: Becoming Leader. State: Replica: 0abb5bded5654dc58d7378d34b7c0f95, State: Running, Role: LEADER
00:24:21.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.977319  6862 consensus_queue.cc:237] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95 [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: "616579c298804472954dbd8b72f6ad30" member_type: VOTER last_known_addr { host: "127.6.123.254" port: 38427 } } peers { permanent_uuid: "ae52125d75964cee87262d03d4876796" member_type: VOTER last_known_addr { host: "127.6.123.253" port: 42437 } } peers { permanent_uuid: "0abb5bded5654dc58d7378d34b7c0f95" member_type: VOTER last_known_addr { host: "127.6.123.252" port: 42631 } }
00:24:21.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.987849  6913 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0abb5bded5654dc58d7378d34b7c0f95. Latest consensus state: current_term: 1 leader_uuid: "0abb5bded5654dc58d7378d34b7c0f95" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "616579c298804472954dbd8b72f6ad30" member_type: VOTER last_known_addr { host: "127.6.123.254" port: 38427 } } peers { permanent_uuid: "ae52125d75964cee87262d03d4876796" member_type: VOTER last_known_addr { host: "127.6.123.253" port: 42437 } } peers { permanent_uuid: "0abb5bded5654dc58d7378d34b7c0f95" member_type: VOTER last_known_addr { host: "127.6.123.252" port: 42631 } } }
00:24:21.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:21.988260  6913 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95 [sys.catalog]: This master's current role is: LEADER
00:24:22.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.004467  6915 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
00:24:22.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.015187  6915 catalog_manager.cc:1519] Initializing Kudu cluster ID...
00:24:22.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.033339  6761 raft_consensus.cc:1275] T 00000000000000000000000000000000 P ae52125d75964cee87262d03d4876796 [term 1 FOLLOWER]: Refusing update from remote peer 0abb5bded5654dc58d7378d34b7c0f95: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:24:22.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.034669  6691 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 616579c298804472954dbd8b72f6ad30 [term 1 FOLLOWER]: Refusing update from remote peer 0abb5bded5654dc58d7378d34b7c0f95: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:24:22.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.036284  6913 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae52125d75964cee87262d03d4876796" member_type: VOTER last_known_addr { host: "127.6.123.253" port: 42437 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
00:24:22.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.036755  6862 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95 [LEADER]: Connected to new peer: Peer: permanent_uuid: "616579c298804472954dbd8b72f6ad30" member_type: VOTER last_known_addr { host: "127.6.123.254" port: 38427 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
00:24:22.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.059363  6897 sys_catalog.cc:455] T 00000000000000000000000000000000 P ae52125d75964cee87262d03d4876796 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0abb5bded5654dc58d7378d34b7c0f95. Latest consensus state: current_term: 1 leader_uuid: "0abb5bded5654dc58d7378d34b7c0f95" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "616579c298804472954dbd8b72f6ad30" member_type: VOTER last_known_addr { host: "127.6.123.254" port: 38427 } } peers { permanent_uuid: "ae52125d75964cee87262d03d4876796" member_type: VOTER last_known_addr { host: "127.6.123.253" port: 42437 } } peers { permanent_uuid: "0abb5bded5654dc58d7378d34b7c0f95" member_type: VOTER last_known_addr { host: "127.6.123.252" port: 42631 } } }
00:24:22.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.059664  6897 sys_catalog.cc:458] T 00000000000000000000000000000000 P ae52125d75964cee87262d03d4876796 [sys.catalog]: This master's current role is: FOLLOWER
00:24:22.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.063052  6917 mvcc.cc:204] Tried to move back new op lower bound from 7305094193269559296 to 7305094193066311680. Current Snapshot: MvccSnapshot[applied={T|T < 7305094193269559296}]
00:24:22.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.068308  6913 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "0abb5bded5654dc58d7378d34b7c0f95" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "616579c298804472954dbd8b72f6ad30" member_type: VOTER last_known_addr { host: "127.6.123.254" port: 38427 } } peers { permanent_uuid: "ae52125d75964cee87262d03d4876796" member_type: VOTER last_known_addr { host: "127.6.123.253" port: 42437 } } peers { permanent_uuid: "0abb5bded5654dc58d7378d34b7c0f95" member_type: VOTER last_known_addr { host: "127.6.123.252" port: 42631 } } }
00:24:22.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.068624  6913 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95 [sys.catalog]: This master's current role is: LEADER
00:24:22.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.069337  6918 mvcc.cc:204] Tried to move back new op lower bound from 7305094193269559296 to 7305094193066311680. Current Snapshot: MvccSnapshot[applied={T|T < 7305094193269559296}]
00:24:22.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.073895  6878 sys_catalog.cc:455] T 00000000000000000000000000000000 P 616579c298804472954dbd8b72f6ad30 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0abb5bded5654dc58d7378d34b7c0f95. Latest consensus state: current_term: 1 leader_uuid: "0abb5bded5654dc58d7378d34b7c0f95" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "616579c298804472954dbd8b72f6ad30" member_type: VOTER last_known_addr { host: "127.6.123.254" port: 38427 } } peers { permanent_uuid: "ae52125d75964cee87262d03d4876796" member_type: VOTER last_known_addr { host: "127.6.123.253" port: 42437 } } peers { permanent_uuid: "0abb5bded5654dc58d7378d34b7c0f95" member_type: VOTER last_known_addr { host: "127.6.123.252" port: 42631 } } }
00:24:22.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.074239  6878 sys_catalog.cc:458] T 00000000000000000000000000000000 P 616579c298804472954dbd8b72f6ad30 [sys.catalog]: This master's current role is: FOLLOWER
00:24:22.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.074383  6862 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "0abb5bded5654dc58d7378d34b7c0f95" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "616579c298804472954dbd8b72f6ad30" member_type: VOTER last_known_addr { host: "127.6.123.254" port: 38427 } } peers { permanent_uuid: "ae52125d75964cee87262d03d4876796" member_type: VOTER last_known_addr { host: "127.6.123.253" port: 42437 } } peers { permanent_uuid: "0abb5bded5654dc58d7378d34b7c0f95" member_type: VOTER last_known_addr { host: "127.6.123.252" port: 42631 } } }
00:24:22.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.074723  6862 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95 [sys.catalog]: This master's current role is: LEADER
00:24:22.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.077143  6915 catalog_manager.cc:1382] Generated new cluster ID: f2654dc05c93403391efbbced915f03a
00:24:22.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.077272  6915 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
00:24:22.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.078284  6919 mvcc.cc:204] Tried to move back new op lower bound from 7305094193269559296 to 7305094193066311680. Current Snapshot: MvccSnapshot[applied={T|T < 7305094193269559296}]
00:24:22.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.087014  6878 sys_catalog.cc:455] T 00000000000000000000000000000000 P 616579c298804472954dbd8b72f6ad30 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "0abb5bded5654dc58d7378d34b7c0f95" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "616579c298804472954dbd8b72f6ad30" member_type: VOTER last_known_addr { host: "127.6.123.254" port: 38427 } } peers { permanent_uuid: "ae52125d75964cee87262d03d4876796" member_type: VOTER last_known_addr { host: "127.6.123.253" port: 42437 } } peers { permanent_uuid: "0abb5bded5654dc58d7378d34b7c0f95" member_type: VOTER last_known_addr { host: "127.6.123.252" port: 42631 } } }
00:24:22.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.087332  6878 sys_catalog.cc:458] T 00000000000000000000000000000000 P 616579c298804472954dbd8b72f6ad30 [sys.catalog]: This master's current role is: FOLLOWER
00:24:22.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.092873  6897 sys_catalog.cc:455] T 00000000000000000000000000000000 P ae52125d75964cee87262d03d4876796 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "0abb5bded5654dc58d7378d34b7c0f95" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "616579c298804472954dbd8b72f6ad30" member_type: VOTER last_known_addr { host: "127.6.123.254" port: 38427 } } peers { permanent_uuid: "ae52125d75964cee87262d03d4876796" member_type: VOTER last_known_addr { host: "127.6.123.253" port: 42437 } } peers { permanent_uuid: "0abb5bded5654dc58d7378d34b7c0f95" member_type: VOTER last_known_addr { host: "127.6.123.252" port: 42631 } } }
00:24:22.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.093179  6897 sys_catalog.cc:458] T 00000000000000000000000000000000 P ae52125d75964cee87262d03d4876796 [sys.catalog]: This master's current role is: FOLLOWER
00:24:22.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.140589  6915 catalog_manager.cc:1405] Generated new certificate authority record
00:24:22.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.142544  6915 catalog_manager.cc:1539] Loading token signing keys...
00:24:22.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.185659  6915 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 0abb5bded5654dc58d7378d34b7c0f95: Generated new TSK 0
00:24:22.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.187386  6915 catalog_manager.cc:1549] Initializing in-progress tserver states...
00:24:22.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.189961  6915 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
00:24:22.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.192072  6915 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
00:24:22.230 [WARN - Metastore-Handler-Pool: Thread-137] (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.
00:24:22.244 [WARN - Metastore-Handler-Pool: Thread-137] (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.
00:24:22.244 [WARN - Metastore-Handler-Pool: Thread-137] (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.
00:24:22.381 [INFO - Metastore-Handler-Pool: Thread-137] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
00:24:22.387 [INFO - Metastore-Handler-Pool: Thread-137] (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/hive4029664035755831512/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)
00:24:22.394 [INFO - Metastore-Handler-Pool: Thread-137] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4029664035755831512/external-warehouse/legacy_table
00:24:22.599 [INFO - Metastore-Handler-Pool: Thread-137] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
00:24:22.669 [INFO - Metastore-Handler-Pool: Thread-137] (HMSHandler.java:3711) Skipping translation for processor with null
00:24:22.692 [INFO - Metastore-Handler-Pool: Thread-137] (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	
00:24:22.720 [INFO - Metastore-Handler-Pool: Thread-137] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
00:24:22.808 [INFO - Metastore-Handler-Pool: Thread-144] (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=	
00:24:22.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:22.808869  6874 client.h:373] Failed to connect to Hive Metastore (localhost:35913): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:22.810 [INFO - Metastore-Handler-Pool: Thread-137] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
00:24:22.810 [INFO - Metastore-Handler-Pool: Thread-137] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
00:24:22.853 [INFO - Metastore-Handler-Pool: Thread-145] (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=	
00:24:22.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:22.853580  6890 client.h:373] Failed to connect to Hive Metastore (localhost:35913): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:22.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.867275  6894 catalog_manager.cc:1294] Loaded cluster ID: f2654dc05c93403391efbbced915f03a
00:24:22.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.867405  6894 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 616579c298804472954dbd8b72f6ad30: loading cluster ID for follower catalog manager: success
00:24:22.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.878721  6894 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 616579c298804472954dbd8b72f6ad30: acquiring CA information for follower catalog manager: success
00:24:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.882282  6894 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 616579c298804472954dbd8b72f6ad30: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:24:22.938 [INFO - Metastore-Handler-Pool: Thread-137] (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	
00:24:22.939 [INFO - Metastore-Handler-Pool: Thread-146] (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=	
00:24:22.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:22.940155  6908 client.h:373] Failed to connect to Hive Metastore (localhost:35913): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:22.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.953567  6912 catalog_manager.cc:1294] Loaded cluster ID: f2654dc05c93403391efbbced915f03a
00:24:22.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.953709  6912 catalog_manager.cc:1587] T 00000000000000000000000000000000 P ae52125d75964cee87262d03d4876796: loading cluster ID for follower catalog manager: success
00:24:22.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.965764  6912 catalog_manager.cc:1609] T 00000000000000000000000000000000 P ae52125d75964cee87262d03d4876796: acquiring CA information for follower catalog manager: success
00:24:22.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:22.969833  6912 catalog_manager.cc:1637] T 00000000000000000000000000000000 P ae52125d75964cee87262d03d4876796: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:24:22.989 [INFO - Metastore-Handler-Pool: Thread-137] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
00:24:23.050 [INFO - Metastore-Handler-Pool: Thread-137] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
00:24:23.067 [INFO - Metastore-Handler-Pool: Thread-137] (HMSHandler.java:3711) Skipping translation for processor with null
00:24:23.069 [INFO - Metastore-Handler-Pool: Thread-137] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
00:24:23.267 [WARN - Metastore-Handler-Pool: Thread-137] (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.
00:24:23.461 [WARN - Metastore-Handler-Pool: Thread-137] (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.
00:24:23.515 [WARN - Metastore-Handler-Pool: Thread-137] (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.
00:24:23.684 [INFO - Metastore-Handler-Pool: Thread-137] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
00:24:23.685 [INFO - Metastore-Handler-Pool: Thread-137] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
00:24:23.685 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
00:24:23.686 [INFO - Metastore-Handler-Pool: Thread-137] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@240ecedb, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6e8fd6f3 will be shutdown
00:24:23.686 [INFO - Metastore-Handler-Pool: Thread-137] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
00:24:23.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:23.686548  6639 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu pid 6650
00:24:23.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:23.688596  6711 generic_service.cc:196] Checking for leaks (request via RPC)
00:24:23.811 [INFO - Metastore-Handler-Pool: Thread-147] (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=	
00:24:23.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:23.812371  6874 client.h:373] Failed to connect to Hive Metastore (localhost:35913): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:23.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:23.817656  6639 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu with pid 6650
00:24:23.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:23.841547  6639 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu pid 6717
00:24:23.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:23.842901  6781 generic_service.cc:196] Checking for leaks (request via RPC)
00:24:23.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:23.960340  6639 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu with pid 6717
00:24:23.962 [INFO - Metastore-Handler-Pool: Thread-148] (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=	
00:24:23.981 [ERROR - Metastore-Handler-Pool: Thread-148] (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
00:24:23.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:23.981691  6639 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu pid 6787
00:24:23.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:23.983028  6851 generic_service.cc:196] Checking for leaks (request via RPC)
00:24:24.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:24.095450  6639 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu with pid 6787
00:24:24.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:24:24Z chronyd exiting
.00:24:24.253 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:24:24.253 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:24:24.254 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:24:24.275 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive10008405074604865500
00:24:24.276 [INFO - Thread-106] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
00:24:24.276 [INFO - Thread-106] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
00:24:24.278 [INFO - Thread-106] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:24:24.278 [INFO - Thread-106] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:24:24.279 [INFO - Thread-106] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
00:24:24.279 [INFO - Thread-106] (HikariDataSource.java:350) objectstore - Shutdown initiated...
00:24:24.281 [INFO - Thread-106] (HikariDataSource.java:352) objectstore - Shutdown completed.
00:24:24.281 [INFO - Thread-106] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
00:24:24.281 [INFO - Thread-106] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
00:24:24.282 [INFO - Thread-106] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
00:24:24.283 [INFO - Thread-106] (HikariDataSource.java:80) objectstore - Starting...
00:24:24.362 [INFO - Thread-106] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:24:24.363 [INFO - Thread-106] (HikariDataSource.java:82) objectstore - Start completed.
00:24:24.363 [INFO - Thread-106] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
00:24:24.364 [INFO - Thread-106] (HikariDataSource.java:80) objectstore-secondary - Starting...
00:24:24.366 [INFO - Thread-106] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:24:24.367 [INFO - Thread-106] (HikariDataSource.java:82) objectstore-secondary - Start completed.
00:24:24.387 [INFO - Thread-106] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
00:24:24.387 [INFO - Thread-106] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
00:24:24.387 [INFO - Thread-106] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
00:24:24.419 [WARN - Thread-106] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:24.420 [WARN - Thread-106] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:24.421 [WARN - Thread-106] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:24.421 [WARN - Thread-106] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:24.422 [WARN - Thread-106] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:24.422 [WARN - Thread-106] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:24.660 [INFO - Thread-106] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
00:24:24.660 [INFO - Thread-106] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3f219855, with PersistenceManager: null will be shutdown
00:24:24.660 [INFO - Thread-106] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3f219855, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@74a0f42c created in the thread with id: 149
00:24:24.662 [WARN - Thread-106] (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
00:24:24.664 [INFO - Thread-106] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3f219855
00:24:24.831 [INFO - Thread-106] (HMSHandler.java:595) Started creating a default database with name: default
00:24:24.856 [INFO - Thread-106] (HMSHandler.java:605) Successfully created a default database with name: default
00:24:24.903 [INFO - Thread-106] (HMSHandler.java:668) Added admin role in metastore
00:24:24.905 [INFO - Thread-106] (HMSHandler.java:677) Added public role in metastore
00:24:24.942 [INFO - Thread-106] (HMSHandler.java:717) No user is added in admin role, since config is empty
00:24:24.942 [INFO - Thread-106] (HMSHandler.java:404) HMS server filtering is disabled by configuration
00:24:24.943 [INFO - Thread-106] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
00:24:24.943 [INFO - Thread-106] (HiveMetaStore.java:697) Direct SQL optimization = true
00:24:24.944 [WARN - Thread-106] (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)
00:24:24.944 [INFO - Thread-106] (HiveMetaStore.java:632) Started the new metaserver on port [40247]...
00:24:24.944 [INFO - Thread-106] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
00:24:24.944 [INFO - Thread-106] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
00:24:24.944 [INFO - Thread-106] (HiveMetaStore.java:635) TCP keepalive = true
00:24:24.944 [INFO - Thread-106] (HiveMetaStore.java:636) Enable SSL = false
00:24:25.278 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:24:25.279 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:24:25.280 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:24:25.282 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
00:24:25.283 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:40247]
00:24:25.283 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:40247) in binary transport mode
00:24:25.284 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:40247) current connections: 1
00:24:25.285 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskDU5UYb/test-tmp
00:24:25.286 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
00:24:25.286 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskDU5UYb/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
00:24:25.290 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:40247"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

00:24:25.701 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:24:25.702 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

00:24:25.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:25.705276  6963 mini_oidc.cc:150] Starting JWKS server
00:24:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:25.707954  6963 webserver.cc:534] Webserver started at http://127.0.0.1:45865/ using document root <none> and password file <none>
00:24:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:25.708256  6963 mini_oidc.cc:186] Starting OIDC Discovery server
00:24:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:25.708880  6963 webserver.cc:534] Webserver started at http://127.0.0.1:36335/ using document root <none> and password file <none>
00:24:25.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:24:25Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
00:24:25.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:24:25Z Disabled control of system clock
00:24:25.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:25.744891  6963 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:25.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:25.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-0/wal
00:24:25.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-0/data
00:24:25.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:24:25.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:24:25.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:24:25.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:25.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:25.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:25.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-0/logs
00:24:25.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-0/data/info.pb
00:24:25.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:25.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:24:25.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:24:25.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:24:25.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:24:25.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:25.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:25.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:25.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:24:25.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:24:25.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:25.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:25.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.204.254:42293
00:24:25.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.204.254
00:24:25.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:25.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.204.212:45495
00:24:25.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:25.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:25.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:25.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:25.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.204.254:42293,127.6.204.253:46805,127.6.204.252:43889
00:24:25.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:25.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45865/jwks.json
00:24:25.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40247 with env {}
00:24:26.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.137524  6974 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:24:26.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.137948  6974 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:24:26.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.138126  6974 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:24:26.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.147297  6974 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:24:26.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.147428  6974 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:24:26.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.147485  6974 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:24:26.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.147528  6974 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:24:26.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.147581  6974 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:24:26.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.147615  6974 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45865/jwks.json
00:24:26.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.158370  6974 master_runner.cc:387] Master server non-default flags:
00:24:26.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:26.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.204.212:45495
00:24:26.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-0/data
00:24:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-0/wal
00:24:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40247
00:24:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.204.254:42293,127.6.204.253:46805,127.6.204.252:43889
00:24:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.204.254:42293
00:24:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:24:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45865/jwks.json
00:24:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-0/data/info.pb
00:24:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.204.254
00:24:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:26.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:24:26.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:26.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:24:26.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:24:26.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:26.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-0/logs
00:24:26.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:26.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:24:26.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:24:26.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:24:26.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:24:26.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:24:26.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:24:26.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on bdcb31816ec0
00:24:26.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16842
00:24:26.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
00:24:26.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.160491  6974 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:24:26.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.162452  6974 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:24:26.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.174736  6979 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
00:24:26.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.174670  6980 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
00:24:26.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.175926  6982 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
00:24:26.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.176245  6974 server_base.cc:1061] running on GCE node
00:24:26.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.177482  6974 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:24:26.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.179425  6974 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:24:26.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.180693  6974 hybrid_clock.cc:648] HybridClock initialized: now 1783470266180617 us; error 73 us; skew 500 ppm
00:24:26.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.181131  6974 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:24:26.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.184428  6974 webserver.cc:534] Webserver started at http://127.6.204.254:43987/ using document root <none> and password file <none>
00:24:26.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.185273  6974 fs_manager.cc:362] Metadata directory not provided
00:24:26.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.185386  6974 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:24:26.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.185827  6974 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:24:26.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.188841  6974 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-0/data/instance:
00:24:26.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ebec691765a74ba693492d3066d291ed"
00:24:26.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:26 on dist-test-slave-fn7j"
00:24:26.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.189788  6974 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-0/wal/instance:
00:24:26.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ebec691765a74ba693492d3066d291ed"
00:24:26.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:26 on dist-test-slave-fn7j"
00:24:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.196545  6974 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.003s	sys 0.004s
00:24:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.201171  6988 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:24:26.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.203509  6974 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.001s	sys 0.004s
00:24:26.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.203826  6974 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-0/data,/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-0/wal
00:24:26.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ebec691765a74ba693492d3066d291ed"
00:24:26.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:26 on dist-test-slave-fn7j"
00:24:26.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.204095  6974 fs_report.cc:389] FS layout report
00:24:26.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:24:26.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-0/wal
00:24:26.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-0/wal
00:24:26.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-0/data/data
00:24:26.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:24:26.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:24:26.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:24:26.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:24:26.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:24:26.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:24:26.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:24:26.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:24:26.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:24:26.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:24:26.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:24:26.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.221138  6974 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:24:26.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.222254  6974 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:24:26.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.222568  6974 kserver.cc:163] Server-wide thread pool size limit: 3276
00:24:26.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.249743  6974 rpc_server.cc:307] RPC server started. Bound to: 127.6.204.254:42293
00:24:26.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.249780  7039 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.6.204.254:42293 every 8 connection(s)
00:24:26.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.251614  6974 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-0/data/info.pb
00:24:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.257395  7040 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:24:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.258394  6963 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu as pid 6974
00:24:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.258661  6963 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-0/wal/instance
00:24:26.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.261278  6963 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:26.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:26.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-1/wal
00:24:26.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-1/data
00:24:26.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:24:26.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:24:26.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:24:26.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:26.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:26.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:26.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-1/logs
00:24:26.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-1/data/info.pb
00:24:26.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:26.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:24:26.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:24:26.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:24:26.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:24:26.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:26.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:26.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:26.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:24:26.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:24:26.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:26.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:26.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.204.253:46805
00:24:26.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.204.253
00:24:26.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:26.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.204.212:45495
00:24:26.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:26.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:26.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:26.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:26.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.204.254:42293,127.6.204.253:46805,127.6.204.252:43889
00:24:26.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:26.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45865/jwks.json
00:24:26.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40247 with env {}
00:24:26.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.265722  7040 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.204.254" port: 42293 } has no permanent_uuid. Determining permanent_uuid...
00:24:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.294054  7040 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.204.253" port: 46805 } has no permanent_uuid. Determining permanent_uuid...
00:24:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.295715  6990 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.6.204.253:46805: connect: Connection refused (error 111)
00:24:26.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.297945  7040 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.204.253:46805: Network error: Client connection negotiation failed: client connection to 127.6.204.253:46805: connect: Connection refused (error 111)
00:24:26.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.347421  7040 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.204.253" port: 46805 } attempt: 1
00:24:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.350459  7040 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.204.253:46805: Network error: Client connection negotiation failed: client connection to 127.6.204.253:46805: connect: Connection refused (error 111)
00:24:26.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.418831  7040 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.204.253" port: 46805 } attempt: 2
00:24:26.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.422097  7040 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.204.253:46805: Network error: Client connection negotiation failed: client connection to 127.6.204.253:46805: connect: Connection refused (error 111)
00:24:26.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.513456  7040 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.204.253" port: 46805 } attempt: 3
00:24:26.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.516256  7040 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.204.253:46805: Network error: Client connection negotiation failed: client connection to 127.6.204.253:46805: connect: Connection refused (error 111)
00:24:26.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.649417  7041 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:24:26.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.649775  7041 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:24:26.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.649856  7041 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:24:26.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.658914  7041 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:24:26.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.659042  7041 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:24:26.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.659103  7041 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:24:26.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.659144  7041 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:24:26.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.659197  7041 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:24:26.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.659230  7041 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45865/jwks.json
00:24:26.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.659601  7040 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.204.253" port: 46805 } attempt: 4
00:24:26.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.662503  7040 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.204.253:46805: Network error: Client connection negotiation failed: client connection to 127.6.204.253:46805: connect: Connection refused (error 111)
00:24:26.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.671857  7041 master_runner.cc:387] Master server non-default flags:
00:24:26.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:26.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.204.212:45495
00:24:26.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:26.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:26.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-1/data
00:24:26.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-1/wal
00:24:26.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40247
00:24:26.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:26.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.204.254:42293,127.6.204.253:46805,127.6.204.252:43889
00:24:26.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:26.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:26.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:26.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.204.253:46805
00:24:26.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:26.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:24:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45865/jwks.json
00:24:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-1/data/info.pb
00:24:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.204.253
00:24:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:24:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:24:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:24:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-1/logs
00:24:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:24:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:24:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:24:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:24:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:24:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:24:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on bdcb31816ec0
00:24:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16842
00:24:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
00:24:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.673770  7041 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:24:26.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.675864  7041 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:24:26.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.687533  7050 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
00:24:26.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.687800  7052 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
00:24:26.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.687841  7049 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
00:24:26.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.688335  7041 server_base.cc:1061] running on GCE node
00:24:26.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.689405  7041 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:24:26.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.691234  7041 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:24:26.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.692597  7041 hybrid_clock.cc:648] HybridClock initialized: now 1783470266692521 us; error 66 us; skew 500 ppm
00:24:26.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.693161  7041 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:24:26.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.696070  7041 webserver.cc:534] Webserver started at http://127.6.204.253:34581/ using document root <none> and password file <none>
00:24:26.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.697402  7041 fs_manager.cc:362] Metadata directory not provided
00:24:26.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.697557  7041 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:24:26.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.698105  7041 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:24:26.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.700979  7041 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-1/data/instance:
00:24:26.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4b226d8d657c4bccb60c8df6c75df960"
00:24:26.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:26 on dist-test-slave-fn7j"
00:24:26.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.702054  7041 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-1/wal/instance:
00:24:26.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4b226d8d657c4bccb60c8df6c75df960"
00:24:26.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:26 on dist-test-slave-fn7j"
00:24:26.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.709332  7041 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.002s	sys 0.005s
00:24:26.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.713838  7058 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:24:26.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.715874  7041 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.000s
00:24:26.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.716130  7041 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-1/data,/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-1/wal
00:24:26.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4b226d8d657c4bccb60c8df6c75df960"
00:24:26.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:26 on dist-test-slave-fn7j"
00:24:26.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.716490  7041 fs_report.cc:389] FS layout report
00:24:26.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:24:26.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-1/wal
00:24:26.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-1/wal
00:24:26.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-1/data/data
00:24:26.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:24:26.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:24:26.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:24:26.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:24:26.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:24:26.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:24:26.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:24:26.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:24:26.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:24:26.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:24:26.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:24:26.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.741876  7041 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:24:26.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.742985  7041 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:24:26.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.743371  7041 kserver.cc:163] Server-wide thread pool size limit: 3276
00:24:26.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.767629  7041 rpc_server.cc:307] RPC server started. Bound to: 127.6.204.253:46805
00:24:26.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.767647  7109 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.6.204.253:46805 every 8 connection(s)
00:24:26.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.769462  7041 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-1/data/info.pb
00:24:26.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.774252  7110 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:24:26.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.775166  6963 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu as pid 7041
00:24:26.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.775360  6963 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-1/wal/instance
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.776783  6963 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-2/wal
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-2/data
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-2/logs
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-2/data/info.pb
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.204.252:43889
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.204.252
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.204.212:45495
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.204.254:42293,127.6.204.253:46805,127.6.204.252:43889
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45865/jwks.json
00:24:26.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40247 with env {}
00:24:26.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.783303  7110 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.204.254" port: 42293 } has no permanent_uuid. Determining permanent_uuid...
00:24:26.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.799105  7110 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.204.253" port: 46805 } has no permanent_uuid. Determining permanent_uuid...
00:24:26.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.809613  7110 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.204.252" port: 43889 } has no permanent_uuid. Determining permanent_uuid...
00:24:26.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.811404  7062 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.6.204.252:43889: connect: Connection refused (error 111)
00:24:26.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.813557  7110 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.204.252:43889: Network error: Client connection negotiation failed: client connection to 127.6.204.252:43889: connect: Connection refused (error 111)
00:24:26.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.862937  7110 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.204.252" port: 43889 } attempt: 1
00:24:26.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.865559  7110 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.204.252:43889: Network error: Client connection negotiation failed: client connection to 127.6.204.252:43889: connect: Connection refused (error 111)
00:24:26.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.933969  7110 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.204.252" port: 43889 } attempt: 2
00:24:26.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.936985  7110 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.204.252:43889: Network error: Client connection negotiation failed: client connection to 127.6.204.252:43889: connect: Connection refused (error 111)
00:24:26.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.961877  7040 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.204.253" port: 46805 } attempt: 5
00:24:26.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:26.971282  7040 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.204.252" port: 43889 } has no permanent_uuid. Determining permanent_uuid...
00:24:26.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:26.974282  7040 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.204.252:43889: Network error: Client connection negotiation failed: client connection to 127.6.204.252:43889: connect: Connection refused (error 111)
00:24:27.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.025635  7040 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.204.252" port: 43889 } attempt: 1
00:24:27.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.028296  7110 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.204.252" port: 43889 } attempt: 3
00:24:27.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:27.029594  7040 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.204.252:43889: Network error: Client connection negotiation failed: client connection to 127.6.204.252:43889: connect: Connection refused (error 111)
00:24:27.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:27.030874  7110 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.204.252:43889: Network error: Client connection negotiation failed: client connection to 127.6.204.252:43889: connect: Connection refused (error 111)
00:24:27.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.097932  7040 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.204.252" port: 43889 } attempt: 2
00:24:27.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:27.101225  7040 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.204.252:43889: Network error: Client connection negotiation failed: client connection to 127.6.204.252:43889: connect: Connection refused (error 111)
00:24:27.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.174211  7110 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.204.252" port: 43889 } attempt: 4
00:24:27.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:27.177599  7110 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.204.252:43889: Network error: Client connection negotiation failed: client connection to 127.6.204.252:43889: connect: Connection refused (error 111)
00:24:27.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.207633  7040 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.204.252" port: 43889 } attempt: 3
00:24:27.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:27.211581  7040 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.204.252:43889: Network error: Client connection negotiation failed: client connection to 127.6.204.252:43889: connect: Connection refused (error 111)
00:24:27.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:27.222820  7111 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:24:27.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:27.223917  7111 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:24:27.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:27.224099  7111 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:24:27.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:27.234479  7111 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:24:27.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:27.234687  7111 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:24:27.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:27.234790  7111 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:24:27.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:27.234856  7111 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:24:27.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:27.234941  7111 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:24:27.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:27.234992  7111 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45865/jwks.json
00:24:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.249388  7111 master_runner.cc:387] Master server non-default flags:
00:24:27.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:27.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.204.212:45495
00:24:27.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:27.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:27.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-2/data
00:24:27.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-2/wal
00:24:27.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40247
00:24:27.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:27.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.204.254:42293,127.6.204.253:46805,127.6.204.252:43889
00:24:27.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:27.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:27.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:27.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.204.252:43889
00:24:27.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:27.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:24:27.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:27.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45865/jwks.json
00:24:27.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:27.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:27.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-2/data/info.pb
00:24:27.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.204.252
00:24:27.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:27.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:24:27.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:27.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:24:27.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:24:27.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:27.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-2/logs
00:24:27.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:27.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:24:27.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:24:27.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:24:27.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:24:27.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:24:27.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:24:27.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on bdcb31816ec0
00:24:27.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16842
00:24:27.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
00:24:27.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.252317  7111 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:24:27.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.255963  7111 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:24:27.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:27.270947  7120 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
00:24:27.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:27.270867  7119 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
00:24:27.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:27.274397  7122 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
00:24:27.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.274384  7111 server_base.cc:1061] running on GCE node
00:24:27.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.275990  7111 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:24:27.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.278345  7111 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:24:27.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.279721  7111 hybrid_clock.cc:648] HybridClock initialized: now 1783470267279622 us; error 50 us; skew 500 ppm
00:24:27.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.280349  7111 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:24:27.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.284036  7111 webserver.cc:534] Webserver started at http://127.6.204.252:38625/ using document root <none> and password file <none>
00:24:27.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.285264  7111 fs_manager.cc:362] Metadata directory not provided
00:24:27.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.285401  7111 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:24:27.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.285972  7111 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:24:27.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.289309  7111 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-2/data/instance:
00:24:27.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "524dc049660b40d792f0786468266097"
00:24:27.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:27 on dist-test-slave-fn7j"
00:24:27.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.290334  7111 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-2/wal/instance:
00:24:27.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "524dc049660b40d792f0786468266097"
00:24:27.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:27 on dist-test-slave-fn7j"
00:24:27.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.298552  7111 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.007s	sys 0.002s
00:24:27.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.304422  7128 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:24:27.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.307037  7111 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.002s	sys 0.002s
00:24:27.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.307337  7111 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-2/data,/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-2/wal
00:24:27.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "524dc049660b40d792f0786468266097"
00:24:27.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:27 on dist-test-slave-fn7j"
00:24:27.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.307612  7111 fs_report.cc:389] FS layout report
00:24:27.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:24:27.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-2/wal
00:24:27.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-2/wal
00:24:27.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-2/data/data
00:24:27.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:24:27.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:24:27.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:24:27.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:24:27.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:24:27.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:24:27.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:24:27.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:24:27.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:24:27.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:24:27.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:24:27.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.348747  7111 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:24:27.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.350111  7111 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:24:27.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.350461  7111 kserver.cc:163] Server-wide thread pool size limit: 3276
00:24:27.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.388546  7111 rpc_server.cc:307] RPC server started. Bound to: 127.6.204.252:43889
00:24:27.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.388752  7179 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.6.204.252:43889 every 8 connection(s)
00:24:27.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.389072  7040 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.204.252" port: 43889 } attempt: 4
00:24:27.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.392829  7111 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-2/data/info.pb
00:24:27.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.396232  6963 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu as pid 7111
00:24:27.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.396548  6963 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster8512229136579739727/master-2/wal/instance
00:24:27.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.402670  7181 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:24:27.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.419538  7181 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.204.254" port: 42293 } has no permanent_uuid. Determining permanent_uuid...
00:24:27.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.427380  7040 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed: Bootstrap starting.
00:24:27.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.434440  7040 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed: Neither blocks nor log segments found. Creating new log.
00:24:27.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.437748  7040 log.cc:826] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed: Log is configured to *not* fsync() on all Append() calls
00:24:27.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.442410  7181 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.204.253" port: 46805 } has no permanent_uuid. Determining permanent_uuid...
00:24:27.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.443210  7040 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed: No bootstrap required, opened a new log
00:24:27.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.452862  7181 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.204.252" port: 43889 } has no permanent_uuid. Determining permanent_uuid...
00:24:27.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.453727  7040 raft_consensus.cc:359] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ebec691765a74ba693492d3066d291ed" member_type: VOTER last_known_addr { host: "127.6.204.254" port: 42293 } } peers { permanent_uuid: "4b226d8d657c4bccb60c8df6c75df960" member_type: VOTER last_known_addr { host: "127.6.204.253" port: 46805 } } peers { permanent_uuid: "524dc049660b40d792f0786468266097" member_type: VOTER last_known_addr { host: "127.6.204.252" port: 43889 } }
00:24:27.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.455037  7040 raft_consensus.cc:385] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:24:27.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.455271  7040 raft_consensus.cc:740] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ebec691765a74ba693492d3066d291ed, State: Initialized, Role: FOLLOWER
00:24:27.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.456645  7040 consensus_queue.cc:260] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed [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: "ebec691765a74ba693492d3066d291ed" member_type: VOTER last_known_addr { host: "127.6.204.254" port: 42293 } } peers { permanent_uuid: "4b226d8d657c4bccb60c8df6c75df960" member_type: VOTER last_known_addr { host: "127.6.204.253" port: 46805 } } peers { permanent_uuid: "524dc049660b40d792f0786468266097" member_type: VOTER last_known_addr { host: "127.6.204.252" port: 43889 } }
00:24:27.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.460045  7040 sys_catalog.cc:565] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed [sys.catalog]: configured and running, proceeding with master startup.
00:24:27.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.458880  7189 sys_catalog.cc:455] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed [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: "ebec691765a74ba693492d3066d291ed" member_type: VOTER last_known_addr { host: "127.6.204.254" port: 42293 } } peers { permanent_uuid: "4b226d8d657c4bccb60c8df6c75df960" member_type: VOTER last_known_addr { host: "127.6.204.253" port: 46805 } } peers { permanent_uuid: "524dc049660b40d792f0786468266097" member_type: VOTER last_known_addr { host: "127.6.204.252" port: 43889 } } }
00:24:27.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.461040  7189 sys_catalog.cc:458] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed [sys.catalog]: This master's current role is: FOLLOWER
00:24:27.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.463826  6963 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
00:24:27.467 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:24:27.468 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

00:24:27.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.471078  7181 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 524dc049660b40d792f0786468266097: Bootstrap starting.
00:24:27.470 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.6.204.254"
      port: 42293
    }
    bound_http_address {
      host: "127.6.204.254"
      port: 43987
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.6.204.253"
      port: 46805
    }
    bound_http_address {
      host: "127.6.204.253"
      port: 34581
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.6.204.252"
      port: 43889
    }
    bound_http_address {
      host: "127.6.204.252"
      port: 38625
    }
  }
}

00:24:27.472 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

00:24:27.472 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:24:27.476 [INFO - Metastore-Handler-Pool: Thread-170] (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=7637f0bd-1eae-4519-a61f-53e6dd254995, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.6.204.252:43889,127.6.204.253:46805,127.6.204.254:42293}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:24:27.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:27.476775  6994 tablet.cc:2406] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:24:27.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.476903  7110 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.204.252" port: 43889 } attempt: 5
00:24:27.478 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:24:27.478 [INFO - Metastore-Handler-Pool: Thread-170] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:24:27.479 [INFO - Metastore-Handler-Pool: Thread-170] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@61c35d93, with PersistenceManager: null will be shutdown
00:24:27.479 [INFO - Metastore-Handler-Pool: Thread-170] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@61c35d93, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@279ccf0 created in the thread with id: 170
00:24:27.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.480057  7181 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 524dc049660b40d792f0786468266097: Neither blocks nor log segments found. Creating new log.
00:24:27.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.482506  7181 log.cc:826] T 00000000000000000000000000000000 P 524dc049660b40d792f0786468266097: Log is configured to *not* fsync() on all Append() calls
00:24:27.490 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@61c35d93
00:24:27.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.491801  7181 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 524dc049660b40d792f0786468266097: No bootstrap required, opened a new log
00:24:27.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.495559  7110 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4b226d8d657c4bccb60c8df6c75df960: Bootstrap starting.
00:24:27.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.502775  7181 raft_consensus.cc:359] T 00000000000000000000000000000000 P 524dc049660b40d792f0786468266097 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ebec691765a74ba693492d3066d291ed" member_type: VOTER last_known_addr { host: "127.6.204.254" port: 42293 } } peers { permanent_uuid: "4b226d8d657c4bccb60c8df6c75df960" member_type: VOTER last_known_addr { host: "127.6.204.253" port: 46805 } } peers { permanent_uuid: "524dc049660b40d792f0786468266097" member_type: VOTER last_known_addr { host: "127.6.204.252" port: 43889 } }
00:24:27.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.503885  7181 raft_consensus.cc:385] T 00000000000000000000000000000000 P 524dc049660b40d792f0786468266097 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:24:27.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.504340  7181 raft_consensus.cc:740] T 00000000000000000000000000000000 P 524dc049660b40d792f0786468266097 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 524dc049660b40d792f0786468266097, State: Initialized, Role: FOLLOWER
00:24:27.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.505797  7181 consensus_queue.cc:260] T 00000000000000000000000000000000 P 524dc049660b40d792f0786468266097 [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: "ebec691765a74ba693492d3066d291ed" member_type: VOTER last_known_addr { host: "127.6.204.254" port: 42293 } } peers { permanent_uuid: "4b226d8d657c4bccb60c8df6c75df960" member_type: VOTER last_known_addr { host: "127.6.204.253" port: 46805 } } peers { permanent_uuid: "524dc049660b40d792f0786468266097" member_type: VOTER last_known_addr { host: "127.6.204.252" port: 43889 } }
00:24:27.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.507580  7205 sys_catalog.cc:455] T 00000000000000000000000000000000 P 524dc049660b40d792f0786468266097 [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: "ebec691765a74ba693492d3066d291ed" member_type: VOTER last_known_addr { host: "127.6.204.254" port: 42293 } } peers { permanent_uuid: "4b226d8d657c4bccb60c8df6c75df960" member_type: VOTER last_known_addr { host: "127.6.204.253" port: 46805 } } peers { permanent_uuid: "524dc049660b40d792f0786468266097" member_type: VOTER last_known_addr { host: "127.6.204.252" port: 43889 } } }
00:24:27.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.508569  7205 sys_catalog.cc:458] T 00000000000000000000000000000000 P 524dc049660b40d792f0786468266097 [sys.catalog]: This master's current role is: FOLLOWER
00:24:27.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.509538  7181 sys_catalog.cc:565] T 00000000000000000000000000000000 P 524dc049660b40d792f0786468266097 [sys.catalog]: configured and running, proceeding with master startup.
00:24:27.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.510058  7110 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4b226d8d657c4bccb60c8df6c75df960: Neither blocks nor log segments found. Creating new log.
00:24:27.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.512845  7110 log.cc:826] T 00000000000000000000000000000000 P 4b226d8d657c4bccb60c8df6c75df960: Log is configured to *not* fsync() on all Append() calls
00:24:27.517 [INFO - Metastore-Handler-Pool: Thread-172] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:24:27.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:27.518887  7201 client.h:373] Failed to connect to Hive Metastore (localhost:40247): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:27.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.527138  7110 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4b226d8d657c4bccb60c8df6c75df960: No bootstrap required, opened a new log
00:24:27.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.531766  6974 master_runner.cc:187] Error getting master registration for 127.6.204.253:46805: OK, instance_id { permanent_uuid: "4b226d8d657c4bccb60c8df6c75df960" instance_seqno: 1783470266761042 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:24:27.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.541512  6974 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:24:27.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:27.543895  7208 catalog_manager.cc:1593] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
00:24:27.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:27.544404  7208 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
00:24:27.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.539422  7110 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4b226d8d657c4bccb60c8df6c75df960 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ebec691765a74ba693492d3066d291ed" member_type: VOTER last_known_addr { host: "127.6.204.254" port: 42293 } } peers { permanent_uuid: "4b226d8d657c4bccb60c8df6c75df960" member_type: VOTER last_known_addr { host: "127.6.204.253" port: 46805 } } peers { permanent_uuid: "524dc049660b40d792f0786468266097" member_type: VOTER last_known_addr { host: "127.6.204.252" port: 43889 } }
00:24:27.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.545406  7110 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4b226d8d657c4bccb60c8df6c75df960 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:24:27.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.545755  7110 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4b226d8d657c4bccb60c8df6c75df960 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4b226d8d657c4bccb60c8df6c75df960, State: Initialized, Role: FOLLOWER
00:24:27.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.547214  7110 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4b226d8d657c4bccb60c8df6c75df960 [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: "ebec691765a74ba693492d3066d291ed" member_type: VOTER last_known_addr { host: "127.6.204.254" port: 42293 } } peers { permanent_uuid: "4b226d8d657c4bccb60c8df6c75df960" member_type: VOTER last_known_addr { host: "127.6.204.253" port: 46805 } } peers { permanent_uuid: "524dc049660b40d792f0786468266097" member_type: VOTER last_known_addr { host: "127.6.204.252" port: 43889 } }
00:24:27.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.552088  7214 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4b226d8d657c4bccb60c8df6c75df960 [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: "ebec691765a74ba693492d3066d291ed" member_type: VOTER last_known_addr { host: "127.6.204.254" port: 42293 } } peers { permanent_uuid: "4b226d8d657c4bccb60c8df6c75df960" member_type: VOTER last_known_addr { host: "127.6.204.253" port: 46805 } } peers { permanent_uuid: "524dc049660b40d792f0786468266097" member_type: VOTER last_known_addr { host: "127.6.204.252" port: 43889 } } }
00:24:27.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.554399  7110 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4b226d8d657c4bccb60c8df6c75df960 [sys.catalog]: configured and running, proceeding with master startup.
00:24:27.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.554689  7214 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4b226d8d657c4bccb60c8df6c75df960 [sys.catalog]: This master's current role is: FOLLOWER
00:24:27.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.596261  7189 raft_consensus.cc:493] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
00:24:27.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.596758  7189 raft_consensus.cc:515] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ebec691765a74ba693492d3066d291ed" member_type: VOTER last_known_addr { host: "127.6.204.254" port: 42293 } } peers { permanent_uuid: "4b226d8d657c4bccb60c8df6c75df960" member_type: VOTER last_known_addr { host: "127.6.204.253" port: 46805 } } peers { permanent_uuid: "524dc049660b40d792f0786468266097" member_type: VOTER last_known_addr { host: "127.6.204.252" port: 43889 } }
00:24:27.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.602207  7085 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "ebec691765a74ba693492d3066d291ed" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4b226d8d657c4bccb60c8df6c75df960" is_pre_election: true
00:24:27.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.603320  7085 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 4b226d8d657c4bccb60c8df6c75df960 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ebec691765a74ba693492d3066d291ed in term 0.
00:24:27.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:27.604173  7134 tablet.cc:2406] T 00000000000000000000000000000000 P 524dc049660b40d792f0786468266097: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:24:27.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.604475  6990 leader_election.cc:304] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed [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: 4b226d8d657c4bccb60c8df6c75df960, ebec691765a74ba693492d3066d291ed; no voters: 
00:24:27.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.603101  7155 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "ebec691765a74ba693492d3066d291ed" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "524dc049660b40d792f0786468266097" is_pre_election: true
00:24:27.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.606846  7155 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 524dc049660b40d792f0786468266097 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ebec691765a74ba693492d3066d291ed in term 0.
00:24:27.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.608870  7189 leader_election.cc:290] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4b226d8d657c4bccb60c8df6c75df960 (127.6.204.253:46805), 524dc049660b40d792f0786468266097 (127.6.204.252:43889)
00:24:27.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.609301  7189 raft_consensus.cc:2804] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed [term 0 FOLLOWER]: Leader pre-election won for term 1
00:24:27.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.610231  7189 raft_consensus.cc:493] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
00:24:27.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.610692  7189 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed [term 0 FOLLOWER]: Advancing to term 1
00:24:27.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.620222  7189 raft_consensus.cc:515] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ebec691765a74ba693492d3066d291ed" member_type: VOTER last_known_addr { host: "127.6.204.254" port: 42293 } } peers { permanent_uuid: "4b226d8d657c4bccb60c8df6c75df960" member_type: VOTER last_known_addr { host: "127.6.204.253" port: 46805 } } peers { permanent_uuid: "524dc049660b40d792f0786468266097" member_type: VOTER last_known_addr { host: "127.6.204.252" port: 43889 } }
00:24:27.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.630767  7085 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "ebec691765a74ba693492d3066d291ed" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4b226d8d657c4bccb60c8df6c75df960"
00:24:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.631618  7085 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4b226d8d657c4bccb60c8df6c75df960 [term 0 FOLLOWER]: Advancing to term 1
00:24:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.632513  7155 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "ebec691765a74ba693492d3066d291ed" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "524dc049660b40d792f0786468266097"
00:24:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.632915  7155 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 524dc049660b40d792f0786468266097 [term 0 FOLLOWER]: Advancing to term 1
00:24:27.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.636969  7085 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 4b226d8d657c4bccb60c8df6c75df960 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ebec691765a74ba693492d3066d291ed in term 1.
00:24:27.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.638092  7155 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 524dc049660b40d792f0786468266097 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ebec691765a74ba693492d3066d291ed in term 1.
00:24:27.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.638172  6990 leader_election.cc:304] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed [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: 4b226d8d657c4bccb60c8df6c75df960, ebec691765a74ba693492d3066d291ed; no voters: 
00:24:27.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.638700  7223 raft_consensus.cc:2804] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed [term 1 FOLLOWER]: Leader election won for term 1
00:24:27.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.639653  7189 leader_election.cc:290] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed [CANDIDATE]: Term 1 election: Requested vote from peers 4b226d8d657c4bccb60c8df6c75df960 (127.6.204.253:46805), 524dc049660b40d792f0786468266097 (127.6.204.252:43889)
00:24:27.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.641361  7223 raft_consensus.cc:697] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed [term 1 LEADER]: Becoming Leader. State: Replica: ebec691765a74ba693492d3066d291ed, State: Running, Role: LEADER
00:24:27.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.642234  7223 consensus_queue.cc:237] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed [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: "ebec691765a74ba693492d3066d291ed" member_type: VOTER last_known_addr { host: "127.6.204.254" port: 42293 } } peers { permanent_uuid: "4b226d8d657c4bccb60c8df6c75df960" member_type: VOTER last_known_addr { host: "127.6.204.253" port: 46805 } } peers { permanent_uuid: "524dc049660b40d792f0786468266097" member_type: VOTER last_known_addr { host: "127.6.204.252" port: 43889 } }
00:24:27.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.658440  7189 sys_catalog.cc:455] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed [sys.catalog]: SysCatalogTable state changed. Reason: New leader ebec691765a74ba693492d3066d291ed. Latest consensus state: current_term: 1 leader_uuid: "ebec691765a74ba693492d3066d291ed" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ebec691765a74ba693492d3066d291ed" member_type: VOTER last_known_addr { host: "127.6.204.254" port: 42293 } } peers { permanent_uuid: "4b226d8d657c4bccb60c8df6c75df960" member_type: VOTER last_known_addr { host: "127.6.204.253" port: 46805 } } peers { permanent_uuid: "524dc049660b40d792f0786468266097" member_type: VOTER last_known_addr { host: "127.6.204.252" port: 43889 } } }
00:24:27.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.658977  7189 sys_catalog.cc:458] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed [sys.catalog]: This master's current role is: LEADER
00:24:27.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.673960  7233 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
00:24:27.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.679255  7233 catalog_manager.cc:1519] Initializing Kudu cluster ID...
00:24:27.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.701915  7241 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
00:24:27.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.707476  7243 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
00:24:27.707 [INFO - Metastore-Handler-Pool: Thread-173] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:24:27.709 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:24:27.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:27.711117  7236 client.h:373] Failed to connect to Hive Metastore (localhost:40247): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:27.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:27.721783  7229 client.h:373] Failed to connect to Hive Metastore (localhost:40247): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:27.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.729139  7085 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 4b226d8d657c4bccb60c8df6c75df960 [term 1 FOLLOWER]: Refusing update from remote peer ebec691765a74ba693492d3066d291ed: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:24:27.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.729249  7155 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 524dc049660b40d792f0786468266097 [term 1 FOLLOWER]: Refusing update from remote peer ebec691765a74ba693492d3066d291ed: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:24:27.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.730576  7223 consensus_queue.cc:1048] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed [LEADER]: Connected to new peer: Peer: permanent_uuid: "524dc049660b40d792f0786468266097" member_type: VOTER last_known_addr { host: "127.6.204.252" port: 43889 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
00:24:27.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.731561  7223 consensus_queue.cc:1048] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed [LEADER]: Connected to new peer: Peer: permanent_uuid: "4b226d8d657c4bccb60c8df6c75df960" member_type: VOTER last_known_addr { host: "127.6.204.253" port: 46805 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
00:24:27.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:27.747094  7064 tablet.cc:2406] T 00000000000000000000000000000000 P 4b226d8d657c4bccb60c8df6c75df960: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:24:27.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.760032  7214 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4b226d8d657c4bccb60c8df6c75df960 [sys.catalog]: SysCatalogTable state changed. Reason: New leader ebec691765a74ba693492d3066d291ed. Latest consensus state: current_term: 1 leader_uuid: "ebec691765a74ba693492d3066d291ed" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ebec691765a74ba693492d3066d291ed" member_type: VOTER last_known_addr { host: "127.6.204.254" port: 42293 } } peers { permanent_uuid: "4b226d8d657c4bccb60c8df6c75df960" member_type: VOTER last_known_addr { host: "127.6.204.253" port: 46805 } } peers { permanent_uuid: "524dc049660b40d792f0786468266097" member_type: VOTER last_known_addr { host: "127.6.204.252" port: 43889 } } }
00:24:27.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.760413  7214 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4b226d8d657c4bccb60c8df6c75df960 [sys.catalog]: This master's current role is: FOLLOWER
00:24:27.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.761560  7205 sys_catalog.cc:455] T 00000000000000000000000000000000 P 524dc049660b40d792f0786468266097 [sys.catalog]: SysCatalogTable state changed. Reason: New leader ebec691765a74ba693492d3066d291ed. Latest consensus state: current_term: 1 leader_uuid: "ebec691765a74ba693492d3066d291ed" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ebec691765a74ba693492d3066d291ed" member_type: VOTER last_known_addr { host: "127.6.204.254" port: 42293 } } peers { permanent_uuid: "4b226d8d657c4bccb60c8df6c75df960" member_type: VOTER last_known_addr { host: "127.6.204.253" port: 46805 } } peers { permanent_uuid: "524dc049660b40d792f0786468266097" member_type: VOTER last_known_addr { host: "127.6.204.252" port: 43889 } } }
00:24:27.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.761911  7205 sys_catalog.cc:458] T 00000000000000000000000000000000 P 524dc049660b40d792f0786468266097 [sys.catalog]: This master's current role is: FOLLOWER
00:24:27.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.765753  7244 mvcc.cc:204] Tried to move back new op lower bound from 7305094216603815936 to 7305094216271314944. Current Snapshot: MvccSnapshot[applied={T|T < 7305094216603815936}]
00:24:27.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.772171  7246 mvcc.cc:204] Tried to move back new op lower bound from 7305094216603815936 to 7305094216271314944. Current Snapshot: MvccSnapshot[applied={T|T < 7305094216603815936}]
00:24:27.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.789486  7245 mvcc.cc:204] Tried to move back new op lower bound from 7305094216603815936 to 7305094216271314944. Current Snapshot: MvccSnapshot[applied={T|T < 7305094216603815936}]
00:24:27.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.800302  7189 sys_catalog.cc:455] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "ebec691765a74ba693492d3066d291ed" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ebec691765a74ba693492d3066d291ed" member_type: VOTER last_known_addr { host: "127.6.204.254" port: 42293 } } peers { permanent_uuid: "4b226d8d657c4bccb60c8df6c75df960" member_type: VOTER last_known_addr { host: "127.6.204.253" port: 46805 } } peers { permanent_uuid: "524dc049660b40d792f0786468266097" member_type: VOTER last_known_addr { host: "127.6.204.252" port: 43889 } } }
00:24:27.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.800688  7189 sys_catalog.cc:458] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed [sys.catalog]: This master's current role is: LEADER
00:24:27.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.802173  7189 sys_catalog.cc:455] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "ebec691765a74ba693492d3066d291ed" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ebec691765a74ba693492d3066d291ed" member_type: VOTER last_known_addr { host: "127.6.204.254" port: 42293 } } peers { permanent_uuid: "4b226d8d657c4bccb60c8df6c75df960" member_type: VOTER last_known_addr { host: "127.6.204.253" port: 46805 } } peers { permanent_uuid: "524dc049660b40d792f0786468266097" member_type: VOTER last_known_addr { host: "127.6.204.252" port: 43889 } } }
00:24:27.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.802544  7189 sys_catalog.cc:458] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed [sys.catalog]: This master's current role is: LEADER
00:24:27.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.804164  7214 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4b226d8d657c4bccb60c8df6c75df960 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "ebec691765a74ba693492d3066d291ed" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ebec691765a74ba693492d3066d291ed" member_type: VOTER last_known_addr { host: "127.6.204.254" port: 42293 } } peers { permanent_uuid: "4b226d8d657c4bccb60c8df6c75df960" member_type: VOTER last_known_addr { host: "127.6.204.253" port: 46805 } } peers { permanent_uuid: "524dc049660b40d792f0786468266097" member_type: VOTER last_known_addr { host: "127.6.204.252" port: 43889 } } }
00:24:27.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.804483  7214 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4b226d8d657c4bccb60c8df6c75df960 [sys.catalog]: This master's current role is: FOLLOWER
00:24:27.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.808164  7205 sys_catalog.cc:455] T 00000000000000000000000000000000 P 524dc049660b40d792f0786468266097 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "ebec691765a74ba693492d3066d291ed" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ebec691765a74ba693492d3066d291ed" member_type: VOTER last_known_addr { host: "127.6.204.254" port: 42293 } } peers { permanent_uuid: "4b226d8d657c4bccb60c8df6c75df960" member_type: VOTER last_known_addr { host: "127.6.204.253" port: 46805 } } peers { permanent_uuid: "524dc049660b40d792f0786468266097" member_type: VOTER last_known_addr { host: "127.6.204.252" port: 43889 } } }
00:24:27.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.808568  7205 sys_catalog.cc:458] T 00000000000000000000000000000000 P 524dc049660b40d792f0786468266097 [sys.catalog]: This master's current role is: FOLLOWER
00:24:27.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.813814  7233 catalog_manager.cc:1382] Generated new cluster ID: 6b8301e51430416aa37b3feb78bf2bf5
00:24:27.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.814008  7233 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
00:24:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.845242  7233 catalog_manager.cc:1405] Generated new certificate authority record
00:24:27.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.847467  7233 catalog_manager.cc:1539] Loading token signing keys...
00:24:27.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.882875  7233 catalog_manager.cc:6069] T 00000000000000000000000000000000 P ebec691765a74ba693492d3066d291ed: Generated new TSK 0
00:24:27.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.885342  7233 catalog_manager.cc:1549] Initializing in-progress tserver states...
00:24:27.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.887665  7233 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
00:24:27.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:27.889714  7233 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
00:24:28.046 [WARN - Metastore-Handler-Pool: Thread-170] (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.
00:24:28.055 [WARN - Metastore-Handler-Pool: Thread-170] (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.
00:24:28.056 [WARN - Metastore-Handler-Pool: Thread-170] (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.
00:24:28.139 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:24:28.145 [INFO - Metastore-Handler-Pool: Thread-170] (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/hive10008405074604865500/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=7637f0bd-1eae-4519-a61f-53e6dd254995, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.6.204.252:43889,127.6.204.253:46805,127.6.204.254:42293}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:24:28.147 [INFO - Metastore-Handler-Pool: Thread-170] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10008405074604865500/external-warehouse/table
00:24:28.302 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:24:28.361 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:3711) Skipping translation for processor with null
00:24:28.364 [INFO - Metastore-Handler-Pool: Thread-170] (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)	
00:24:28.367 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
00:24:28.370 [INFO - Metastore-Handler-Pool: Thread-170] (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/hive10008405074604865500/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)
00:24:28.372 [INFO - Metastore-Handler-Pool: Thread-170] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10008405074604865500/external-warehouse/legacy_table
00:24:28.393 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
00:24:28.404 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:3711) Skipping translation for processor with null
00:24:28.416 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:24:28.428 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:24:28.478 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:24:28.478 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:24:28.502 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:24:28.522 [INFO - Metastore-Handler-Pool: Thread-178] (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=	
00:24:28.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:28.522709  7201 client.h:373] Failed to connect to Hive Metastore (localhost:40247): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:28.524 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:24:28.537 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:24:28.537 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:24:28.547 [DEBUG - Metastore-Handler-Pool: Thread-170] (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.
00:24:28.548 [DEBUG - Metastore-Handler-Pool: Thread-170] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
00:24:28.550 [DEBUG - Metastore-Handler-Pool: Thread-170] (Connection.java:748) [peer master-127.6.204.252:43889(127.6.204.252:43889)] connecting to peer
00:24:28.551 [DEBUG - Metastore-Handler-Pool: Thread-170] (Connection.java:748) [peer master-127.6.204.253:46805(127.6.204.253:46805)] connecting to peer
00:24:28.553 [DEBUG - Metastore-Handler-Pool: Thread-170] (Connection.java:748) [peer master-127.6.204.254:42293(127.6.204.254:42293)] connecting to peer
00:24:28.555 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.6.204.253:46805(127.6.204.253:46805)] Successfully connected to peer
00:24:28.560 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.6.204.252:43889(127.6.204.252:43889)] Successfully connected to peer
00:24:28.563 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.6.204.254:42293(127.6.204.254:42293)] Successfully connected to peer
00:24:28.574 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.6.204.254
00:24:28.582 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.6.204.253
00:24:28.624 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.6.204.252
00:24:28.627 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:24:28.635 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:24:28.652 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x6e6b2acf, L:/127.0.0.1:41696 - R:/127.6.204.254:42293] using SASL/PLAIN
00:24:28.652 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x9ca71a6e, L:/127.0.0.1:35018 - R:/127.6.204.253:46805] using SASL/PLAIN
00:24:28.660 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
00:24:28.661 [ERROR - Metastore-Handler-Pool: Thread-170] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
00:24:28.662 [ERROR - Metastore-Handler-Pool: Thread-170] (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)

00:24:28.664 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:24:28.668 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:24:28.689 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:24:28.694 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x2f7580ec, L:/127.0.0.1:41950 - R:/127.6.204.252:43889] using SASL/PLAIN
00:24:28.718 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:24:28.718 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:24:28.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:28.727347  7243 catalog_manager.cc:1294] Loaded cluster ID: 6b8301e51430416aa37b3feb78bf2bf5
00:24:28.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:28.727481  7243 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 4b226d8d657c4bccb60c8df6c75df960: loading cluster ID for follower catalog manager: success
00:24:28.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:28.730319  7241 catalog_manager.cc:1294] Loaded cluster ID: 6b8301e51430416aa37b3feb78bf2bf5
00:24:28.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:28.730414  7241 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 524dc049660b40d792f0786468266097: loading cluster ID for follower catalog manager: success
00:24:28.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:28.731602  7243 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 4b226d8d657c4bccb60c8df6c75df960: acquiring CA information for follower catalog manager: success
00:24:28.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:28.734122  7241 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 524dc049660b40d792f0786468266097: acquiring CA information for follower catalog manager: success
00:24:28.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:28.735019  7243 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 4b226d8d657c4bccb60c8df6c75df960: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:24:28.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:28.736898  7241 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 524dc049660b40d792f0786468266097: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:24:28.795 [INFO - Metastore-Handler-Pool: Thread-183] (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=	
00:24:28.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:28.796195  7236 client.h:373] Failed to connect to Hive Metastore (localhost:40247): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:28.801 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:24:28.811 [INFO - Metastore-Handler-Pool: Thread-184] (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=	
00:24:28.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:28.823532  7229 client.h:373] Failed to connect to Hive Metastore (localhost:40247): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:28.845 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:24:28.890 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:24:28.890 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:24:28.928 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:24:28.944 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:24:28.964 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:24:28.964 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:24:28.991 [ERROR - Metastore-Handler-Pool: Thread-170] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
00:24:28.994 [ERROR - Metastore-Handler-Pool: Thread-170] (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)

00:24:29.000 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:24:29.024 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:24:29.059 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:24:29.059 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:24:29.064 [ERROR - Metastore-Handler-Pool: Thread-170] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
00:24:29.065 [ERROR - Metastore-Handler-Pool: Thread-170] (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)

00:24:29.080 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:24:29.102 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:24:29.138 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:24:29.138 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:24:29.157 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:24:29.205 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:24:29.279 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:24:29.280 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:24:29.334 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:24:29.357 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:24:29.392 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:24:29.392 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:24:29.399 [ERROR - Metastore-Handler-Pool: Thread-170] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
00:24:29.402 [ERROR - Metastore-Handler-Pool: Thread-170] (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)

00:24:29.418 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:24:29.443 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:24:29.462 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:24:29.462 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:24:29.491 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:24:29.529 [INFO - Metastore-Handler-Pool: Thread-185] (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=	
00:24:29.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:29.530562  7201 client.h:373] Failed to connect to Hive Metastore (localhost:40247): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:29.544 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:24:29.566 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:24:29.566 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:24:29.575 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:24:29.588 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:24:29.602 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:24:29.602 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:24:29.611 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:24:29.622 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:24:29.633 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:24:29.633 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:24:29.718 [ERROR - Metastore-Handler-Pool: Thread-170] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
00:24:29.722 [ERROR - Metastore-Handler-Pool: Thread-170] (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)

00:24:29.724 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:24:29.755 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:24:29.773 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:24:29.773 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:24:29.789 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:24:29.800 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:24:29.801 [INFO - Metastore-Handler-Pool: Thread-186] (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=	
00:24:29.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:29.801951  7236 client.h:373] Failed to connect to Hive Metastore (localhost:40247): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:29.812 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:24:29.812 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:24:29.824 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:24:29.825 [INFO - Metastore-Handler-Pool: Thread-187] (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=	
00:24:29.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:29.826378  7229 client.h:373] Failed to connect to Hive Metastore (localhost:40247): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:29.835 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:24:29.849 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:24:29.849 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:24:29.856 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:24:29.864 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:3711) Skipping translation for processor with null
00:24:29.865 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:24:29.977 [WARN - Metastore-Handler-Pool: Thread-170] (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.
00:24:30.117 [WARN - Metastore-Handler-Pool: Thread-170] (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.
00:24:30.150 [WARN - Metastore-Handler-Pool: Thread-170] (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.
00:24:30.266 [WARN - Metastore-Handler-Pool: Thread-170] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive10008405074604865500/warehouse/default/table
00:24:30.267 [INFO - Metastore-Handler-Pool: Thread-170] (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)	
00:24:30.270 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:24:30.271 [INFO - Metastore-Handler-Pool: Thread-170] (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/hive10008405074604865500/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)
00:24:30.272 [WARN - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:2452) Location: file:/tmp/hive10008405074604865500/external-warehouse/table specified for non-external table:table
00:24:30.274 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:24:30.274 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:24:30.298 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:24:30.314 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:3711) Skipping translation for processor with null
00:24:30.316 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:24:30.331 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:24:30.355 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:24:30.355 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:24:30.360 [ERROR - Metastore-Handler-Pool: Thread-170] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
00:24:30.362 [ERROR - Metastore-Handler-Pool: Thread-170] (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)

00:24:30.364 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:24:30.381 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:24:30.412 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:24:30.412 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:24:30.417 [ERROR - Metastore-Handler-Pool: Thread-170] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
00:24:30.419 [ERROR - Metastore-Handler-Pool: Thread-170] (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)

00:24:30.420 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:24:30.435 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:24:30.448 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:24:30.448 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:24:30.453 [INFO - Metastore-Handler-Pool: Thread-170] (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	
00:24:30.463 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
00:24:30.472 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
00:24:30.472 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
00:24:30.480 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:24:30.489 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:3711) Skipping translation for processor with null
00:24:30.490 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:24:30.544 [INFO - Metastore-Handler-Pool: Thread-188] (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=	
00:24:30.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:30.545425  7201 client.h:373] Failed to connect to Hive Metastore (localhost:40247): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:30.550 [INFO - Metastore-Handler-Pool: Thread-170] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
00:24:30.552 [INFO - Metastore-Handler-Pool: Thread-170] (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=7637f0bd-1eae-4519-a61f-53e6dd254995, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.6.204.252:43889,127.6.204.253:46805,127.6.204.254:42293}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:24:30.555 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:24:30.557 [INFO - Metastore-Handler-Pool: Thread-170] (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/hive10008405074604865500/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=7637f0bd-1eae-4519-a61f-53e6dd254995, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.6.204.252:43889,127.6.204.253:46805,127.6.204.254:42293}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:24:30.559 [INFO - Metastore-Handler-Pool: Thread-170] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10008405074604865500/external-warehouse/table
00:24:30.580 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:24:30.589 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:3711) Skipping translation for processor with null
00:24:30.590 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:24:30.599 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:24:30.609 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:24:30.609 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:24:30.615 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:24:30.623 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:3711) Skipping translation for processor with null
00:24:30.625 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:24:30.662 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
00:24:30.662 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
00:24:30.663 [INFO - Metastore-Handler-Pool: Thread-170] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@61c35d93, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@279ccf0 will be shutdown
00:24:30.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:30.663195  6963 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu pid 6974
00:24:30.664 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
00:24:30.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:30.666004  7035 generic_service.cc:196] Checking for leaks (request via RPC)
00:24:30.804 [INFO - Metastore-Handler-Pool: Thread-190] (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=	
00:24:30.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:30.805438  7236 client.h:373] Failed to connect to Hive Metastore (localhost:40247): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:30.829 [INFO - Metastore-Handler-Pool: Thread-191] (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=	
00:24:30.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:30.829851  7229 client.h:373] Failed to connect to Hive Metastore (localhost:40247): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:30.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:30.855314  6963 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu with pid 6974
00:24:30.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:30.878584  7129 connection.cc:573] server connection from 127.0.0.1:41916 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
00:24:30.879 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.6.204.254:42293(127.6.204.254:42293)] handling channelInactive
00:24:30.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:30.879590  6963 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu pid 7041
00:24:30.880 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.6.204.254:42293(127.6.204.254:42293)] cleaning up while in state READY due to: connection closed
00:24:30.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:30.881096  7105 generic_service.cc:196] Checking for leaks (request via RPC)
00:24:30.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:30.996233  6963 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu with pid 7041
00:24:31.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:31.021209  6963 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu pid 7111
00:24:31.022 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.6.204.253:46805(127.6.204.253:46805)] handling channelInactive
00:24:31.022 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.6.204.253:46805(127.6.204.253:46805)] cleaning up while in state READY due to: connection closed
00:24:31.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:31.022861  7175 generic_service.cc:196] Checking for leaks (request via RPC)
00:24:31.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:31.140374  6963 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu with pid 7111
00:24:31.163 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.6.204.252:43889(127.6.204.252:43889)] handling channelInactive
00:24:31.164 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.6.204.252:43889(127.6.204.252:43889)] cleaning up while in state READY due to: connection closed
00:24:31.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:24:31Z chronyd exiting
.00:24:31.307 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:24:31.307 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:24:31.307 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:24:31.330 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive8383218978010916747
00:24:31.331 [INFO - Thread-138] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
00:24:31.332 [INFO - Thread-138] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
00:24:31.334 [INFO - Thread-138] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:24:31.334 [INFO - Thread-138] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:24:31.334 [INFO - Thread-138] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
00:24:31.335 [INFO - Thread-138] (HikariDataSource.java:350) objectstore - Shutdown initiated...
00:24:31.336 [INFO - Thread-138] (HikariDataSource.java:352) objectstore - Shutdown completed.
00:24:31.336 [INFO - Thread-138] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
00:24:31.337 [INFO - Thread-138] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
00:24:31.337 [INFO - Thread-138] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
00:24:31.338 [INFO - Thread-138] (HikariDataSource.java:80) objectstore - Starting...
00:24:31.409 [INFO - Thread-138] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:24:31.409 [INFO - Thread-138] (HikariDataSource.java:82) objectstore - Start completed.
00:24:31.410 [INFO - Thread-138] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
00:24:31.411 [INFO - Thread-138] (HikariDataSource.java:80) objectstore-secondary - Starting...
00:24:31.414 [INFO - Thread-138] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:24:31.414 [INFO - Thread-138] (HikariDataSource.java:82) objectstore-secondary - Start completed.
00:24:31.430 [INFO - Thread-138] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
00:24:31.430 [INFO - Thread-138] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
00:24:31.430 [INFO - Thread-138] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
00:24:31.455 [WARN - Thread-138] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:31.456 [WARN - Thread-138] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:31.457 [WARN - Thread-138] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:31.458 [WARN - Thread-138] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:31.459 [WARN - Thread-138] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:31.459 [WARN - Thread-138] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:31.650 [INFO - Thread-138] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
00:24:31.650 [INFO - Thread-138] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35566d14, with PersistenceManager: null will be shutdown
00:24:31.651 [INFO - Thread-138] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35566d14, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@34e412ae created in the thread with id: 192
00:24:31.652 [WARN - Thread-138] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
00:24:31.654 [INFO - Thread-138] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35566d14
00:24:31.768 [INFO - Thread-138] (HMSHandler.java:595) Started creating a default database with name: default
00:24:31.791 [INFO - Thread-138] (HMSHandler.java:605) Successfully created a default database with name: default
00:24:31.823 [INFO - Thread-138] (HMSHandler.java:668) Added admin role in metastore
00:24:31.825 [INFO - Thread-138] (HMSHandler.java:677) Added public role in metastore
00:24:31.858 [INFO - Thread-138] (HMSHandler.java:717) No user is added in admin role, since config is empty
00:24:31.858 [INFO - Thread-138] (HMSHandler.java:404) HMS server filtering is disabled by configuration
00:24:31.858 [INFO - Thread-138] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
00:24:31.859 [INFO - Thread-138] (HiveMetaStore.java:697) Direct SQL optimization = true
00:24:31.859 [WARN - Thread-138] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
00:24:31.859 [INFO - Thread-138] (HiveMetaStore.java:632) Started the new metaserver on port [33807]...
00:24:31.859 [INFO - Thread-138] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
00:24:31.859 [INFO - Thread-138] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
00:24:31.859 [INFO - Thread-138] (HiveMetaStore.java:635) TCP keepalive = true
00:24:31.859 [INFO - Thread-138] (HiveMetaStore.java:636) Enable SSL = false
00:24:32.334 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:24:32.334 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:24:32.337 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:24:32.341 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
00:24:32.341 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:33807]
00:24:32.341 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:33807) in binary transport mode
00:24:32.342 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:33807) current connections: 1
00:24:32.345 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskDU5UYb/test-tmp
00:24:32.346 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
00:24:32.346 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskDU5UYb/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
00:24:32.351 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:33807"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

00:24:32.829 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:24:32.830 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

00:24:32.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:32.833395  7308 mini_oidc.cc:150] Starting JWKS server
00:24:32.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:32.836880  7308 webserver.cc:534] Webserver started at http://127.0.0.1:43719/ using document root <none> and password file <none>
00:24:32.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:32.837224  7308 mini_oidc.cc:186] Starting OIDC Discovery server
00:24:32.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:32.837915  7308 webserver.cc:534] Webserver started at http://127.0.0.1:35949/ using document root <none> and password file <none>
00:24:32.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:24:32Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
00:24:32.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:24:32Z Disabled control of system clock
00:24:32.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:32.880051  7308 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:32.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:32.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-0/wal
00:24:32.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-0/data
00:24:32.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:24:32.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:24:32.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:24:32.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:32.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:32.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:32.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-0/logs
00:24:32.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-0/data/info.pb
00:24:32.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:32.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:24:32.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:24:32.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:24:32.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:24:32.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:32.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:32.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:32.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:24:32.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:24:32.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:32.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:32.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.7.35.62:38771
00:24:32.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.7.35.62
00:24:32.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:32.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.7.35.20:34525
00:24:32.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:32.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:32.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:32.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:32.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.7.35.62:38771,127.7.35.61:35223,127.7.35.60:37925
00:24:32.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:32.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43719/jwks.json
00:24:32.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33807 with env {}
00:24:33.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:33.319010  7319 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:24:33.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:33.319494  7319 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:24:33.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:33.319636  7319 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:24:33.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:33.330410  7319 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:24:33.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:33.330580  7319 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:24:33.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:33.330667  7319 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:24:33.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:33.330730  7319 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:24:33.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:33.330808  7319 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:24:33.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:33.330879  7319 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43719/jwks.json
00:24:33.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.342712  7319 master_runner.cc:387] Master server non-default flags:
00:24:33.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:33.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.7.35.20:34525
00:24:33.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:33.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:33.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-0/data
00:24:33.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-0/wal
00:24:33.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33807
00:24:33.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:33.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.7.35.62:38771,127.7.35.61:35223,127.7.35.60:37925
00:24:33.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:33.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:33.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:33.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.7.35.62:38771
00:24:33.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:33.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:24:33.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:33.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43719/jwks.json
00:24:33.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:33.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:33.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-0/data/info.pb
00:24:33.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.7.35.62
00:24:33.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:33.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:24:33.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:33.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:24:33.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:24:33.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:33.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-0/logs
00:24:33.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:33.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:24:33.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:24:33.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:24:33.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:24:33.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:24:33.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:24:33.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on bdcb31816ec0
00:24:33.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16842
00:24:33.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
00:24:33.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.345480  7319 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:24:33.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.350449  7319 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:24:33.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:33.364286  7325 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
00:24:33.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.364286  7319 server_base.cc:1061] running on GCE node
00:24:33.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:33.364199  7324 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
00:24:33.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:33.364339  7327 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
00:24:33.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.366211  7319 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:24:33.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.368403  7319 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:24:33.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.371912  7319 hybrid_clock.cc:648] HybridClock initialized: now 1783470273371576 us; error 297 us; skew 500 ppm
00:24:33.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.372459  7319 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:24:33.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.375564  7319 webserver.cc:534] Webserver started at http://127.7.35.62:42189/ using document root <none> and password file <none>
00:24:33.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.376753  7319 fs_manager.cc:362] Metadata directory not provided
00:24:33.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.376888  7319 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:24:33.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.377242  7319 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:24:33.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.380442  7319 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-0/data/instance:
00:24:33.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3f09abab9d114d8faadcf514665e2da4"
00:24:33.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:33 on dist-test-slave-fn7j"
00:24:33.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.381557  7319 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-0/wal/instance:
00:24:33.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3f09abab9d114d8faadcf514665e2da4"
00:24:33.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:33 on dist-test-slave-fn7j"
00:24:33.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.389365  7319 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.007s	sys 0.001s
00:24:33.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.394026  7333 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:24:33.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.396512  7319 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.002s	sys 0.000s
00:24:33.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.396704  7319 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-0/data,/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-0/wal
00:24:33.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3f09abab9d114d8faadcf514665e2da4"
00:24:33.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:33 on dist-test-slave-fn7j"
00:24:33.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.396914  7319 fs_report.cc:389] FS layout report
00:24:33.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:24:33.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-0/wal
00:24:33.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-0/wal
00:24:33.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-0/data/data
00:24:33.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:24:33.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:24:33.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:24:33.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:24:33.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:24:33.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:24:33.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:24:33.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:24:33.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:24:33.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:24:33.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:24:33.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.426209  7319 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:24:33.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.427384  7319 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:24:33.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.427692  7319 kserver.cc:163] Server-wide thread pool size limit: 3276
00:24:33.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.456185  7384 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.7.35.62:38771 every 8 connection(s)
00:24:33.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.456207  7319 rpc_server.cc:307] RPC server started. Bound to: 127.7.35.62:38771
00:24:33.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.458755  7319 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-0/data/info.pb
00:24:33.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.464097  7385 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:24:33.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.469053  7308 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu as pid 7319
00:24:33.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.469452  7308 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-0/wal/instance
00:24:33.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.470849  7385 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.7.35.62" port: 38771 } has no permanent_uuid. Determining permanent_uuid...
00:24:33.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.472221  7308 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:33.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:33.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-1/wal
00:24:33.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-1/data
00:24:33.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:24:33.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:24:33.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:24:33.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:33.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:33.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:33.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-1/logs
00:24:33.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-1/data/info.pb
00:24:33.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:33.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:24:33.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:24:33.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:24:33.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:24:33.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:33.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:33.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:33.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:24:33.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:24:33.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:33.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:33.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.7.35.61:35223
00:24:33.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.7.35.61
00:24:33.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:33.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.7.35.20:34525
00:24:33.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:33.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:33.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:33.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:33.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.7.35.62:38771,127.7.35.61:35223,127.7.35.60:37925
00:24:33.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:33.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43719/jwks.json
00:24:33.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33807 with env {}
00:24:33.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.499827  7385 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.7.35.61" port: 35223 } has no permanent_uuid. Determining permanent_uuid...
00:24:33.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:33.501235  7336 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.7.35.61:35223: connect: Connection refused (error 111)
00:24:33.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:33.503305  7385 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.7.35.61:35223: Network error: Client connection negotiation failed: client connection to 127.7.35.61:35223: connect: Connection refused (error 111)
00:24:33.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.552711  7385 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.35.61" port: 35223 } attempt: 1
00:24:33.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:33.555191  7385 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.7.35.61:35223: Network error: Client connection negotiation failed: client connection to 127.7.35.61:35223: connect: Connection refused (error 111)
00:24:33.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.623507  7385 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.35.61" port: 35223 } attempt: 2
00:24:33.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:33.626292  7385 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.7.35.61:35223: Network error: Client connection negotiation failed: client connection to 127.7.35.61:35223: connect: Connection refused (error 111)
00:24:33.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.717651  7385 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.35.61" port: 35223 } attempt: 3
00:24:33.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:33.720685  7385 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.7.35.61:35223: Network error: Client connection negotiation failed: client connection to 127.7.35.61:35223: connect: Connection refused (error 111)
00:24:33.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.864131  7385 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.35.61" port: 35223 } attempt: 4
00:24:33.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:33.866343  7388 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:24:33.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:33.866873  7388 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:24:33.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:33.866998  7388 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:24:33.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:33.866997  7385 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.7.35.61:35223: Network error: Client connection negotiation failed: client connection to 127.7.35.61:35223: connect: Connection refused (error 111)
00:24:33.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:33.876415  7388 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:24:33.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:33.876569  7388 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:24:33.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:33.876654  7388 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:24:33.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:33.876713  7388 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:24:33.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:33.876788  7388 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:24:33.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:33.876840  7388 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43719/jwks.json
00:24:33.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.888178  7388 master_runner.cc:387] Master server non-default flags:
00:24:33.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:33.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.7.35.20:34525
00:24:33.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:33.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:33.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-1/data
00:24:33.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-1/wal
00:24:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33807
00:24:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.7.35.62:38771,127.7.35.61:35223,127.7.35.60:37925
00:24:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.7.35.61:35223
00:24:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:24:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43719/jwks.json
00:24:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-1/data/info.pb
00:24:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.7.35.61
00:24:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:24:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:24:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:24:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-1/logs
00:24:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:24:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:24:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:24:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:24:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:24:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:24:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on bdcb31816ec0
00:24:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16842
00:24:33.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
00:24:33.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.890479  7388 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:24:33.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.892534  7388 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:24:33.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:33.902238  7394 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
00:24:33.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:33.902199  7395 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
00:24:33.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:33.903084  7397 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
00:24:33.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.904109  7388 server_base.cc:1061] running on GCE node
00:24:33.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.904986  7388 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:24:33.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.906798  7388 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:24:33.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.908224  7388 hybrid_clock.cc:648] HybridClock initialized: now 1783470273908041 us; error 186 us; skew 500 ppm
00:24:33.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.908630  7388 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:24:33.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.911419  7388 webserver.cc:534] Webserver started at http://127.7.35.61:43915/ using document root <none> and password file <none>
00:24:33.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.912310  7388 fs_manager.cc:362] Metadata directory not provided
00:24:33.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.912428  7388 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:24:33.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.912741  7388 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:24:33.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.915273  7388 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-1/data/instance:
00:24:33.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2aa79dd8052a4114a0305549cb4b6906"
00:24:33.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:33 on dist-test-slave-fn7j"
00:24:33.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.916275  7388 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-1/wal/instance:
00:24:33.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2aa79dd8052a4114a0305549cb4b6906"
00:24:33.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:33 on dist-test-slave-fn7j"
00:24:33.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.924165  7388 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.006s	sys 0.001s
00:24:33.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.928793  7403 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:24:33.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.930855  7388 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
00:24:33.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.931062  7388 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-1/data,/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-1/wal
00:24:33.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2aa79dd8052a4114a0305549cb4b6906"
00:24:33.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:33 on dist-test-slave-fn7j"
00:24:33.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.931278  7388 fs_report.cc:389] FS layout report
00:24:33.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:24:33.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-1/wal
00:24:33.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-1/wal
00:24:33.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-1/data/data
00:24:33.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:24:33.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:24:33.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:24:33.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:24:33.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:24:33.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:24:33.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:24:33.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:24:33.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:24:33.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:24:33.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:24:33.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.960595  7388 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:24:33.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.961539  7388 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:24:33.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.961787  7388 kserver.cc:163] Server-wide thread pool size limit: 3276
00:24:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.987264  7388 rpc_server.cc:307] RPC server started. Bound to: 127.7.35.61:35223
00:24:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.987403  7454 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.7.35.61:35223 every 8 connection(s)
00:24:33.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.989167  7388 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-1/data/info.pb
00:24:33.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.994303  7455 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:24:33.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.997892  7308 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu as pid 7388
00:24:33.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.998193  7308 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-1/wal/instance
00:24:33.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:33.999519  7308 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:33.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:33.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-2/wal
00:24:33.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-2/data
00:24:33.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:24:33.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:24:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:24:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-2/logs
00:24:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-2/data/info.pb
00:24:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:24:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:24:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:24:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:24:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:24:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:24:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.7.35.60:37925
00:24:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.7.35.60
00:24:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.7.35.20:34525
00:24:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:34.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.7.35.62:38771,127.7.35.61:35223,127.7.35.60:37925
00:24:34.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:34.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43719/jwks.json
00:24:34.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33807 with env {}
00:24:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.001827  7455 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.7.35.62" port: 38771 } has no permanent_uuid. Determining permanent_uuid...
00:24:34.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.019532  7455 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.7.35.61" port: 35223 } has no permanent_uuid. Determining permanent_uuid...
00:24:34.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.031721  7455 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.7.35.60" port: 37925 } has no permanent_uuid. Determining permanent_uuid...
00:24:34.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:34.033476  7407 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.7.35.60:37925: connect: Connection refused (error 111)
00:24:34.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:34.035600  7455 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.7.35.60:37925: Network error: Client connection negotiation failed: client connection to 127.7.35.60:37925: connect: Connection refused (error 111)
00:24:34.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.084995  7455 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.35.60" port: 37925 } attempt: 1
00:24:34.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:34.088091  7455 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.7.35.60:37925: Network error: Client connection negotiation failed: client connection to 127.7.35.60:37925: connect: Connection refused (error 111)
00:24:34.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.156394  7455 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.35.60" port: 37925 } attempt: 2
00:24:34.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:34.158844  7455 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.7.35.60:37925: Network error: Client connection negotiation failed: client connection to 127.7.35.60:37925: connect: Connection refused (error 111)
00:24:34.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.166333  7385 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.35.61" port: 35223 } attempt: 5
00:24:34.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.174346  7385 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.7.35.60" port: 37925 } has no permanent_uuid. Determining permanent_uuid...
00:24:34.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:34.176756  7385 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.7.35.60:37925: Network error: Client connection negotiation failed: client connection to 127.7.35.60:37925: connect: Connection refused (error 111)
00:24:34.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.228047  7385 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.35.60" port: 37925 } attempt: 1
00:24:34.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:34.230293  7385 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.7.35.60:37925: Network error: Client connection negotiation failed: client connection to 127.7.35.60:37925: connect: Connection refused (error 111)
00:24:34.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.250145  7455 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.35.60" port: 37925 } attempt: 3
00:24:34.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:34.252586  7455 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.7.35.60:37925: Network error: Client connection negotiation failed: client connection to 127.7.35.60:37925: connect: Connection refused (error 111)
00:24:34.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.298571  7385 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.35.60" port: 37925 } attempt: 2
00:24:34.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:34.301476  7385 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.7.35.60:37925: Network error: Client connection negotiation failed: client connection to 127.7.35.60:37925: connect: Connection refused (error 111)
00:24:34.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:34.395177  7456 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:24:34.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:34.395545  7456 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:24:34.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:34.395637  7456 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:24:34.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.395915  7455 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.35.60" port: 37925 } attempt: 4
00:24:34.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:34.398766  7455 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.7.35.60:37925: Network error: Client connection negotiation failed: client connection to 127.7.35.60:37925: connect: Connection refused (error 111)
00:24:34.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:34.405859  7456 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:24:34.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:34.406031  7456 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:24:34.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:34.406097  7456 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:24:34.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:34.406138  7456 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:24:34.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:34.406193  7456 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:24:34.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:34.406227  7456 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43719/jwks.json
00:24:34.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.407794  7385 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.35.60" port: 37925 } attempt: 3
00:24:34.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:34.410240  7385 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.7.35.60:37925: Network error: Client connection negotiation failed: client connection to 127.7.35.60:37925: connect: Connection refused (error 111)
00:24:34.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.418370  7456 master_runner.cc:387] Master server non-default flags:
00:24:34.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:34.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.7.35.20:34525
00:24:34.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:34.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:34.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-2/data
00:24:34.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-2/wal
00:24:34.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33807
00:24:34.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:34.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.7.35.62:38771,127.7.35.61:35223,127.7.35.60:37925
00:24:34.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:34.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:34.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:34.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.7.35.60:37925
00:24:34.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:34.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:24:34.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:34.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43719/jwks.json
00:24:34.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:34.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:34.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-2/data/info.pb
00:24:34.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.7.35.60
00:24:34.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:34.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:24:34.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:34.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:24:34.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:24:34.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:34.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-2/logs
00:24:34.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:34.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:24:34.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:24:34.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:24:34.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:24:34.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:24:34.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:24:34.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on bdcb31816ec0
00:24:34.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16842
00:24:34.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
00:24:34.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.420357  7456 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:24:34.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.423225  7456 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:24:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:34.435514  7465 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
00:24:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:34.435881  7466 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
00:24:34.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:34.437126  7468 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
00:24:34.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.438596  7456 server_base.cc:1061] running on GCE node
00:24:34.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.439765  7456 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:24:34.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.441787  7456 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:24:34.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.443120  7456 hybrid_clock.cc:648] HybridClock initialized: now 1783470274443054 us; error 52 us; skew 500 ppm
00:24:34.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.443827  7456 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:24:34.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.446956  7456 webserver.cc:534] Webserver started at http://127.7.35.60:40037/ using document root <none> and password file <none>
00:24:34.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.447934  7456 fs_manager.cc:362] Metadata directory not provided
00:24:34.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.448094  7456 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:24:34.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.448531  7456 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:24:34.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.451393  7456 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-2/data/instance:
00:24:34.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "69ca11b15ec3497db9b7c9765f1d5502"
00:24:34.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:34 on dist-test-slave-fn7j"
00:24:34.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.452503  7456 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-2/wal/instance:
00:24:34.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "69ca11b15ec3497db9b7c9765f1d5502"
00:24:34.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:34 on dist-test-slave-fn7j"
00:24:34.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.460424  7456 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.001s
00:24:34.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.465596  7474 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:24:34.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.467381  7456 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
00:24:34.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.467635  7456 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-2/data,/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-2/wal
00:24:34.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "69ca11b15ec3497db9b7c9765f1d5502"
00:24:34.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:34 on dist-test-slave-fn7j"
00:24:34.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.467988  7456 fs_report.cc:389] FS layout report
00:24:34.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:24:34.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-2/wal
00:24:34.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-2/wal
00:24:34.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-2/data/data
00:24:34.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:24:34.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:24:34.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:24:34.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:24:34.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:24:34.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:24:34.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:24:34.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:24:34.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:24:34.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:24:34.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:24:34.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.491559  7456 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:24:34.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.492693  7456 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:24:34.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.493140  7456 kserver.cc:163] Server-wide thread pool size limit: 3276
00:24:34.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.520366  7456 rpc_server.cc:307] RPC server started. Bound to: 127.7.35.60:37925
00:24:34.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.520431  7525 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.7.35.60:37925 every 8 connection(s)
00:24:34.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.522450  7456 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-2/data/info.pb
00:24:34.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.522773  7308 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu as pid 7456
00:24:34.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.522987  7308 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster2986576721156784378/master-2/wal/instance
00:24:34.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.529028  7526 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:24:34.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.539453  7526 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.7.35.62" port: 38771 } has no permanent_uuid. Determining permanent_uuid...
00:24:34.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.566869  7526 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.7.35.61" port: 35223 } has no permanent_uuid. Determining permanent_uuid...
00:24:34.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.574710  7526 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.7.35.60" port: 37925 } has no permanent_uuid. Determining permanent_uuid...
00:24:34.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.587080  7308 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
00:24:34.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.587584  7385 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.35.60" port: 37925 } attempt: 4
00:24:34.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.589314  7526 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 69ca11b15ec3497db9b7c9765f1d5502: Bootstrap starting.
00:24:34.590 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:24:34.590 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

00:24:34.591 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.7.35.62"
      port: 38771
    }
    bound_http_address {
      host: "127.7.35.62"
      port: 42189
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.7.35.61"
      port: 35223
    }
    bound_http_address {
      host: "127.7.35.61"
      port: 43915
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.7.35.60"
      port: 37925
    }
    bound_http_address {
      host: "127.7.35.60"
      port: 40037
    }
  }
}

00:24:34.592 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

00:24:34.594 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:24:34.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.594244  7526 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 69ca11b15ec3497db9b7c9765f1d5502: Neither blocks nor log segments found. Creating new log.
00:24:34.595 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
00:24:34.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.595980  7308 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu pid 7319
00:24:34.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.596042  7526 log.cc:826] T 00000000000000000000000000000000 P 69ca11b15ec3497db9b7c9765f1d5502: Log is configured to *not* fsync() on all Append() calls
00:24:34.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.598073  7380 generic_service.cc:196] Checking for leaks (request via RPC)
00:24:34.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.603951  7526 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 69ca11b15ec3497db9b7c9765f1d5502: No bootstrap required, opened a new log
00:24:34.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.612188  7526 raft_consensus.cc:359] T 00000000000000000000000000000000 P 69ca11b15ec3497db9b7c9765f1d5502 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3f09abab9d114d8faadcf514665e2da4" member_type: VOTER last_known_addr { host: "127.7.35.62" port: 38771 } } peers { permanent_uuid: "2aa79dd8052a4114a0305549cb4b6906" member_type: VOTER last_known_addr { host: "127.7.35.61" port: 35223 } } peers { permanent_uuid: "69ca11b15ec3497db9b7c9765f1d5502" member_type: VOTER last_known_addr { host: "127.7.35.60" port: 37925 } }
00:24:34.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.612697  7526 raft_consensus.cc:385] T 00000000000000000000000000000000 P 69ca11b15ec3497db9b7c9765f1d5502 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:24:34.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.612825  7526 raft_consensus.cc:740] T 00000000000000000000000000000000 P 69ca11b15ec3497db9b7c9765f1d5502 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 69ca11b15ec3497db9b7c9765f1d5502, State: Initialized, Role: FOLLOWER
00:24:34.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.613776  7526 consensus_queue.cc:260] T 00000000000000000000000000000000 P 69ca11b15ec3497db9b7c9765f1d5502 [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: "3f09abab9d114d8faadcf514665e2da4" member_type: VOTER last_known_addr { host: "127.7.35.62" port: 38771 } } peers { permanent_uuid: "2aa79dd8052a4114a0305549cb4b6906" member_type: VOTER last_known_addr { host: "127.7.35.61" port: 35223 } } peers { permanent_uuid: "69ca11b15ec3497db9b7c9765f1d5502" member_type: VOTER last_known_addr { host: "127.7.35.60" port: 37925 } }
00:24:34.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.615056  7534 sys_catalog.cc:455] T 00000000000000000000000000000000 P 69ca11b15ec3497db9b7c9765f1d5502 [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: "3f09abab9d114d8faadcf514665e2da4" member_type: VOTER last_known_addr { host: "127.7.35.62" port: 38771 } } peers { permanent_uuid: "2aa79dd8052a4114a0305549cb4b6906" member_type: VOTER last_known_addr { host: "127.7.35.61" port: 35223 } } peers { permanent_uuid: "69ca11b15ec3497db9b7c9765f1d5502" member_type: VOTER last_known_addr { host: "127.7.35.60" port: 37925 } } }
00:24:34.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.615612  7534 sys_catalog.cc:458] T 00000000000000000000000000000000 P 69ca11b15ec3497db9b7c9765f1d5502 [sys.catalog]: This master's current role is: FOLLOWER
00:24:34.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.616735  7526 sys_catalog.cc:565] T 00000000000000000000000000000000 P 69ca11b15ec3497db9b7c9765f1d5502 [sys.catalog]: configured and running, proceeding with master startup.
00:24:34.627 [INFO - Metastore-Handler-Pool: Thread-215] (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=	
00:24:34.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:34.629293  7545 client.h:373] Failed to connect to Hive Metastore (localhost:33807): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:24:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:34.638039  7549 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 69ca11b15ec3497db9b7c9765f1d5502: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
00:24:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:34.638718  7549 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
00:24:34.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.698067  7455 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.35.60" port: 37925 } attempt: 5
00:24:34.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.714802  7455 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2aa79dd8052a4114a0305549cb4b6906: Bootstrap starting.
00:24:34.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.718851  7308 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu with pid 7319
00:24:34.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.715874  7456 master_runner.cc:187] Error getting master registration for 127.7.35.62:38771: OK, instance_id { permanent_uuid: "3f09abab9d114d8faadcf514665e2da4" instance_seqno: 1783470273448848 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:24:34.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.723893  7456 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:24:34.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.735877  7455 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2aa79dd8052a4114a0305549cb4b6906: Neither blocks nor log segments found. Creating new log.
00:24:34.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.737996  7455 log.cc:826] T 00000000000000000000000000000000 P 2aa79dd8052a4114a0305549cb4b6906: Log is configured to *not* fsync() on all Append() calls
00:24:34.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:34.746726  7480 tablet.cc:2406] T 00000000000000000000000000000000 P 69ca11b15ec3497db9b7c9765f1d5502: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:24:34.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.749497  7308 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu pid 7388
00:24:34.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.750819  7450 generic_service.cc:196] Checking for leaks (request via RPC)
00:24:34.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.752688  7455 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2aa79dd8052a4114a0305549cb4b6906: No bootstrap required, opened a new log
00:24:34.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.759538  7534 raft_consensus.cc:493] T 00000000000000000000000000000000 P 69ca11b15ec3497db9b7c9765f1d5502 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
00:24:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.759935  7534 raft_consensus.cc:515] T 00000000000000000000000000000000 P 69ca11b15ec3497db9b7c9765f1d5502 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3f09abab9d114d8faadcf514665e2da4" member_type: VOTER last_known_addr { host: "127.7.35.62" port: 38771 } } peers { permanent_uuid: "2aa79dd8052a4114a0305549cb4b6906" member_type: VOTER last_known_addr { host: "127.7.35.61" port: 35223 } } peers { permanent_uuid: "69ca11b15ec3497db9b7c9765f1d5502" member_type: VOTER last_known_addr { host: "127.7.35.60" port: 37925 } }
00:24:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.762183  7534 leader_election.cc:290] T 00000000000000000000000000000000 P 69ca11b15ec3497db9b7c9765f1d5502 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3f09abab9d114d8faadcf514665e2da4 (127.7.35.62:38771), 2aa79dd8052a4114a0305549cb4b6906 (127.7.35.61:35223)
00:24:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:34.764384  7478 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.7.35.62:38771: connect: Connection refused (error 111)
00:24:34.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:34.784464  7478 leader_election.cc:336] T 00000000000000000000000000000000 P 69ca11b15ec3497db9b7c9765f1d5502 [CANDIDATE]: Term 1 pre-election: RPC error from VoteRequest() call to peer 3f09abab9d114d8faadcf514665e2da4 (127.7.35.62:38771): Network error: Client connection negotiation failed: client connection to 127.7.35.62:38771: connect: Connection refused (error 111)
00:24:34.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.844947  7308 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu with pid 7388
00:24:34.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:34.858831  7477 connection.cc:573] client connection to 127.7.35.61:35223 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
00:24:34.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.859172  7308 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu pid 7456
00:24:34.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.860697  7521 generic_service.cc:196] Checking for leaks (request via RPC)
00:24:34.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:34.861467  7477 leader_election.cc:336] T 00000000000000000000000000000000 P 69ca11b15ec3497db9b7c9765f1d5502 [CANDIDATE]: Term 1 pre-election: RPC error from VoteRequest() call to peer 2aa79dd8052a4114a0305549cb4b6906 (127.7.35.61:35223): Network error: Client connection negotiation failed: client connection to 127.7.35.61:35223: connect: Connection refused (error 111)
00:24:34.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.987373  7477 leader_election.cc:304] T 00000000000000000000000000000000 P 69ca11b15ec3497db9b7c9765f1d5502 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 69ca11b15ec3497db9b7c9765f1d5502; no voters: 2aa79dd8052a4114a0305549cb4b6906, 3f09abab9d114d8faadcf514665e2da4
00:24:34.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.988822  7534 raft_consensus.cc:2749] T 00000000000000000000000000000000 P 69ca11b15ec3497db9b7c9765f1d5502 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
00:24:34.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:34.989135  7477 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.7.35.61:35223, user_credentials={real_user=slave}} blocked reactor thread for 127692us
00:24:34.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:34.989818  7308 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu with pid 7456
00:24:35.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:24:35Z chronyd exiting
.00:24:35.150 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:24:35.150 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:24:35.150 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:24:35.171 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive15366395981442647806
00:24:35.172 [INFO - Thread-155] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
00:24:35.173 [INFO - Thread-155] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
00:24:35.175 [INFO - Thread-155] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:24:35.175 [INFO - Thread-155] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:24:35.175 [INFO - Thread-155] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
00:24:35.176 [INFO - Thread-155] (HikariDataSource.java:350) objectstore - Shutdown initiated...
00:24:35.177 [INFO - Thread-155] (HikariDataSource.java:352) objectstore - Shutdown completed.
00:24:35.178 [INFO - Thread-155] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
00:24:35.179 [INFO - Thread-155] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
00:24:35.179 [INFO - Thread-155] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
00:24:35.181 [INFO - Thread-155] (HikariDataSource.java:80) objectstore - Starting...
00:24:35.250 [INFO - Thread-155] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:24:35.250 [INFO - Thread-155] (HikariDataSource.java:82) objectstore - Start completed.
00:24:35.250 [INFO - Thread-155] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
00:24:35.252 [INFO - Thread-155] (HikariDataSource.java:80) objectstore-secondary - Starting...
00:24:35.254 [INFO - Thread-155] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:24:35.255 [INFO - Thread-155] (HikariDataSource.java:82) objectstore-secondary - Start completed.
00:24:35.267 [INFO - Thread-155] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
00:24:35.268 [INFO - Thread-155] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
00:24:35.268 [INFO - Thread-155] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
00:24:35.290 [WARN - Thread-155] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:35.290 [WARN - Thread-155] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:35.291 [WARN - Thread-155] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:35.291 [WARN - Thread-155] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:35.291 [WARN - Thread-155] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:35.292 [WARN - Thread-155] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:24:35.530 [INFO - Thread-155] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
00:24:35.530 [INFO - Thread-155] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@620f1b74, with PersistenceManager: null will be shutdown
00:24:35.531 [INFO - Thread-155] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@620f1b74, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@e740dcc created in the thread with id: 216
00:24:35.532 [WARN - Thread-155] (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
00:24:35.533 [INFO - Thread-155] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@620f1b74
00:24:35.627 [INFO - Thread-155] (HMSHandler.java:595) Started creating a default database with name: default
00:24:35.642 [INFO - Thread-155] (HMSHandler.java:605) Successfully created a default database with name: default
00:24:35.668 [INFO - Thread-155] (HMSHandler.java:668) Added admin role in metastore
00:24:35.670 [INFO - Thread-155] (HMSHandler.java:677) Added public role in metastore
00:24:35.696 [INFO - Thread-155] (HMSHandler.java:717) No user is added in admin role, since config is empty
00:24:35.697 [INFO - Thread-155] (HMSHandler.java:404) HMS server filtering is disabled by configuration
00:24:35.697 [INFO - Thread-155] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
00:24:35.697 [INFO - Thread-155] (HiveMetaStore.java:697) Direct SQL optimization = true
00:24:35.698 [WARN - Thread-155] (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)
00:24:35.698 [INFO - Thread-155] (HiveMetaStore.java:632) Started the new metaserver on port [40113]...
00:24:35.698 [INFO - Thread-155] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
00:24:35.698 [INFO - Thread-155] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
00:24:35.698 [INFO - Thread-155] (HiveMetaStore.java:635) TCP keepalive = true
00:24:35.698 [INFO - Thread-155] (HiveMetaStore.java:636) Enable SSL = false
00:24:36.174 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:24:36.174 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:24:36.174 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:24:36.176 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
00:24:36.177 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:40113]
00:24:36.177 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:40113) in binary transport mode
00:24:36.177 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:40113) current connections: 1
00:24:36.179 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskDU5UYb/test-tmp
00:24:36.180 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
00:24:36.180 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskDU5UYb/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
00:24:36.184 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

00:24:36.577 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:24:36.577 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

00:24:36.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:36.579948  7579 mini_oidc.cc:150] Starting JWKS server
00:24:36.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:36.582489  7579 webserver.cc:534] Webserver started at http://127.0.0.1:43461/ using document root <none> and password file <none>
00:24:36.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:36.582826  7579 mini_oidc.cc:186] Starting OIDC Discovery server
00:24:36.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:36.583488  7579 webserver.cc:534] Webserver started at http://127.0.0.1:41057/ using document root <none> and password file <none>
00:24:36.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:24:36Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
00:24:36.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:24:36Z Disabled control of system clock
00:24:36.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:36.617221  7579 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:36.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:36.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-0/wal
00:24:36.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-0/data
00:24:36.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:24:36.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:24:36.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:24:36.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:36.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:36.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:36.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-0/logs
00:24:36.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-0/data/info.pb
00:24:36.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:36.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:24:36.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:24:36.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:24:36.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:24:36.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:36.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:36.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:36.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:24:36.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:24:36.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:36.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:36.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.7.102.254:40565
00:24:36.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.7.102.254
00:24:36.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:36.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.7.102.212:45883
00:24:36.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:36.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:36.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:36.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:36.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.7.102.254:40565,127.7.102.253:42567,127.7.102.252:32931
00:24:36.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:36.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43461/jwks.json with env {}
00:24:36.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:36.998291  7590 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:24:36.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:36.998715  7590 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:24:36.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:36.998816  7590 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:24:37.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.008769  7590 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:24:37.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.008916  7590 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:24:37.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.008976  7590 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:24:37.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.009030  7590 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:24:37.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.009090  7590 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:24:37.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.009125  7590 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43461/jwks.json
00:24:37.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.020933  7590 master_runner.cc:387] Master server non-default flags:
00:24:37.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:37.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.7.102.212:45883
00:24:37.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:37.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:37.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-0/data
00:24:37.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-0/wal
00:24:37.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:37.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.7.102.254:40565,127.7.102.253:42567,127.7.102.252:32931
00:24:37.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:37.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:37.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:37.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.7.102.254:40565
00:24:37.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:37.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:24:37.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:37.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43461/jwks.json
00:24:37.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:37.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:37.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-0/data/info.pb
00:24:37.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.7.102.254
00:24:37.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:37.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:24:37.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:37.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:24:37.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:24:37.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:37.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-0/logs
00:24:37.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:37.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:24:37.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:24:37.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:24:37.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:24:37.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:24:37.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:24:37.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on bdcb31816ec0
00:24:37.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16842
00:24:37.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
00:24:37.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.022985  7590 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:24:37.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.025435  7590 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:24:37.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.037223  7596 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
00:24:37.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.037254  7595 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
00:24:37.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.039407  7598 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
00:24:37.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.040213  7590 server_base.cc:1061] running on GCE node
00:24:37.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.041105  7590 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:24:37.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.042788  7590 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:24:37.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.044266  7590 hybrid_clock.cc:648] HybridClock initialized: now 1783470277044200 us; error 62 us; skew 500 ppm
00:24:37.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.044669  7590 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:24:37.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.047410  7590 webserver.cc:534] Webserver started at http://127.7.102.254:42127/ using document root <none> and password file <none>
00:24:37.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.048298  7590 fs_manager.cc:362] Metadata directory not provided
00:24:37.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.048406  7590 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:24:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.048728  7590 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:24:37.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.051406  7590 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-0/data/instance:
00:24:37.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3fa4752760244ab6a70607653748d7e4"
00:24:37.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:37 on dist-test-slave-fn7j"
00:24:37.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.052321  7590 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-0/wal/instance:
00:24:37.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3fa4752760244ab6a70607653748d7e4"
00:24:37.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:37 on dist-test-slave-fn7j"
00:24:37.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.059348  7590 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.000s
00:24:37.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.064446  7604 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:24:37.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.066676  7590 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.004s	sys 0.000s
00:24:37.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.066949  7590 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-0/data,/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-0/wal
00:24:37.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3fa4752760244ab6a70607653748d7e4"
00:24:37.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:37 on dist-test-slave-fn7j"
00:24:37.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.067296  7590 fs_report.cc:389] FS layout report
00:24:37.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:24:37.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-0/wal
00:24:37.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-0/wal
00:24:37.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-0/data/data
00:24:37.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:24:37.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:24:37.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:24:37.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:24:37.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:24:37.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:24:37.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:24:37.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:24:37.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:24:37.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:24:37.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:24:37.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.089563  7590 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:24:37.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.090610  7590 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:24:37.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.090893  7590 kserver.cc:163] Server-wide thread pool size limit: 3276
00:24:37.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.117800  7590 rpc_server.cc:307] RPC server started. Bound to: 127.7.102.254:40565
00:24:37.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.117831  7655 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.7.102.254:40565 every 8 connection(s)
00:24:37.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.119470  7590 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-0/data/info.pb
00:24:37.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.125319  7656 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:24:37.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.129949  7579 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu as pid 7590
00:24:37.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.130607  7579 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-0/wal/instance
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.133955  7579 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-1/wal
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-1/data
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-1/logs
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-1/data/info.pb
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.7.102.253:42567
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.7.102.253
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.7.102.212:45883
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.7.102.254:40565,127.7.102.253:42567,127.7.102.252:32931
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:37.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43461/jwks.json with env {}
00:24:37.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.134120  7656 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.7.102.254" port: 40565 } has no permanent_uuid. Determining permanent_uuid...
00:24:37.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.155260  7656 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.7.102.253" port: 42567 } has no permanent_uuid. Determining permanent_uuid...
00:24:37.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.156878  7606 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.7.102.253:42567: connect: Connection refused (error 111)
00:24:37.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.159027  7656 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.7.102.253:42567: Network error: Client connection negotiation failed: client connection to 127.7.102.253:42567: connect: Connection refused (error 111)
00:24:37.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.208444  7656 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.102.253" port: 42567 } attempt: 1
00:24:37.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.210825  7656 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.7.102.253:42567: Network error: Client connection negotiation failed: client connection to 127.7.102.253:42567: connect: Connection refused (error 111)
00:24:37.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.279525  7656 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.102.253" port: 42567 } attempt: 2
00:24:37.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.282651  7656 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.7.102.253:42567: Network error: Client connection negotiation failed: client connection to 127.7.102.253:42567: connect: Connection refused (error 111)
00:24:37.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.374008  7656 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.102.253" port: 42567 } attempt: 3
00:24:37.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.376889  7656 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.7.102.253:42567: Network error: Client connection negotiation failed: client connection to 127.7.102.253:42567: connect: Connection refused (error 111)
00:24:37.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.520220  7656 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.102.253" port: 42567 } attempt: 4
00:24:37.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.522966  7656 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.7.102.253:42567: Network error: Client connection negotiation failed: client connection to 127.7.102.253:42567: connect: Connection refused (error 111)
00:24:37.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.530714  7658 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:24:37.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.531076  7658 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:24:37.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.531168  7658 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:24:37.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.540314  7658 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:24:37.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.540428  7658 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:24:37.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.540491  7658 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:24:37.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.540532  7658 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:24:37.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.540587  7658 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:24:37.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.540621  7658 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43461/jwks.json
00:24:37.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.551134  7658 master_runner.cc:387] Master server non-default flags:
00:24:37.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:37.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.7.102.212:45883
00:24:37.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:37.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:37.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-1/data
00:24:37.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-1/wal
00:24:37.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.7.102.254:40565,127.7.102.253:42567,127.7.102.252:32931
00:24:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.7.102.253:42567
00:24:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:24:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43461/jwks.json
00:24:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-1/data/info.pb
00:24:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.7.102.253
00:24:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:24:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:24:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:24:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-1/logs
00:24:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:24:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:24:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:24:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:24:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:24:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:24:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on bdcb31816ec0
00:24:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16842
00:24:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
00:24:37.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.553110  7658 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:24:37.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.555058  7658 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:24:37.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.565856  7667 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
00:24:37.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.565874  7666 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
00:24:37.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.566237  7669 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
00:24:37.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.567201  7658 server_base.cc:1061] running on GCE node
00:24:37.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.568302  7658 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:24:37.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.570310  7658 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:24:37.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.571623  7658 hybrid_clock.cc:648] HybridClock initialized: now 1783470277571552 us; error 76 us; skew 500 ppm
00:24:37.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.572088  7658 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:24:37.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.575264  7658 webserver.cc:534] Webserver started at http://127.7.102.253:42267/ using document root <none> and password file <none>
00:24:37.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.576252  7658 fs_manager.cc:362] Metadata directory not provided
00:24:37.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.576371  7658 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:24:37.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.576705  7658 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:24:37.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.579392  7658 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-1/data/instance:
00:24:37.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a77a24b7142c49eeb619ce2039174f76"
00:24:37.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:37 on dist-test-slave-fn7j"
00:24:37.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.580303  7658 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-1/wal/instance:
00:24:37.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a77a24b7142c49eeb619ce2039174f76"
00:24:37.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:37 on dist-test-slave-fn7j"
00:24:37.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.586707  7658 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.000s
00:24:37.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.590875  7675 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:24:37.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.592798  7658 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
00:24:37.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.593019  7658 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-1/data,/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-1/wal
00:24:37.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a77a24b7142c49eeb619ce2039174f76"
00:24:37.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:37 on dist-test-slave-fn7j"
00:24:37.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.593264  7658 fs_report.cc:389] FS layout report
00:24:37.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:24:37.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-1/wal
00:24:37.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-1/wal
00:24:37.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-1/data/data
00:24:37.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:24:37.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:24:37.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:24:37.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:24:37.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:24:37.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:24:37.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:24:37.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:24:37.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:24:37.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:24:37.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:24:37.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.611501  7658 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:24:37.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.612610  7658 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:24:37.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.612895  7658 kserver.cc:163] Server-wide thread pool size limit: 3276
00:24:37.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.638248  7658 rpc_server.cc:307] RPC server started. Bound to: 127.7.102.253:42567
00:24:37.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.638284  7726 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.7.102.253:42567 every 8 connection(s)
00:24:37.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.640406  7658 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-1/data/info.pb
00:24:37.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.646302  7727 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:24:37.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.648226  7579 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu as pid 7658
00:24:37.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.648373  7579 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-1/wal/instance
00:24:37.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.649384  7579 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:37.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu
00:24:37.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-2/wal
00:24:37.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-2/data
00:24:37.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:24:37.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:24:37.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:24:37.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:37.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:37.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:37.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-2/logs
00:24:37.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-2/data/info.pb
00:24:37.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:37.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:24:37.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:24:37.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:24:37.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:24:37.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:37.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:37.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:37.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:24:37.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:24:37.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:37.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:37.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.7.102.252:32931
00:24:37.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.7.102.252
00:24:37.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:37.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.7.102.212:45883
00:24:37.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:37.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:37.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:37.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:37.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.7.102.254:40565,127.7.102.253:42567,127.7.102.252:32931
00:24:37.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:37.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43461/jwks.json with env {}
00:24:37.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.654347  7727 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.7.102.254" port: 40565 } has no permanent_uuid. Determining permanent_uuid...
00:24:37.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.670555  7727 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.7.102.253" port: 42567 } has no permanent_uuid. Determining permanent_uuid...
00:24:37.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.683048  7727 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.7.102.252" port: 32931 } has no permanent_uuid. Determining permanent_uuid...
00:24:37.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.684772  7678 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.7.102.252:32931: connect: Connection refused (error 111)
00:24:37.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.687099  7727 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.7.102.252:32931: Network error: Client connection negotiation failed: client connection to 127.7.102.252:32931: connect: Connection refused (error 111)
00:24:37.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.736424  7727 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.102.252" port: 32931 } attempt: 1
00:24:37.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.738862  7727 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.7.102.252:32931: Network error: Client connection negotiation failed: client connection to 127.7.102.252:32931: connect: Connection refused (error 111)
00:24:37.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.807196  7727 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.102.252" port: 32931 } attempt: 2
00:24:37.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.809597  7727 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.7.102.252:32931: Network error: Client connection negotiation failed: client connection to 127.7.102.252:32931: connect: Connection refused (error 111)
00:24:37.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.822274  7656 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.102.253" port: 42567 } attempt: 5
00:24:37.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.830731  7656 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.7.102.252" port: 32931 } has no permanent_uuid. Determining permanent_uuid...
00:24:37.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.833361  7656 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.7.102.252:32931: Network error: Client connection negotiation failed: client connection to 127.7.102.252:32931: connect: Connection refused (error 111)
00:24:37.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.884677  7656 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.102.252" port: 32931 } attempt: 1
00:24:37.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.887602  7656 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.7.102.252:32931: Network error: Client connection negotiation failed: client connection to 127.7.102.252:32931: connect: Connection refused (error 111)
00:24:37.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.900921  7727 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.102.252" port: 32931 } attempt: 3
00:24:37.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.904099  7727 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.7.102.252:32931: Network error: Client connection negotiation failed: client connection to 127.7.102.252:32931: connect: Connection refused (error 111)
00:24:37.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:37.956028  7656 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.102.252" port: 32931 } attempt: 2
00:24:37.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:37.958611  7656 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.7.102.252:32931: Network error: Client connection negotiation failed: client connection to 127.7.102.252:32931: connect: Connection refused (error 111)
00:24:38.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:38.032380  7729 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:24:38.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:38.032778  7729 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:24:38.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:38.032886  7729 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:24:38.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:38.042919  7729 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:24:38.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:38.043108  7729 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:24:38.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:38.043177  7729 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:24:38.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:38.043224  7729 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:24:38.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:38.043285  7729 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:24:38.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:38.043324  7729 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43461/jwks.json
00:24:38.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.047413  7727 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.102.252" port: 32931 } attempt: 4
00:24:38.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:38.050586  7727 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.7.102.252:32931: Network error: Client connection negotiation failed: client connection to 127.7.102.252:32931: connect: Connection refused (error 111)
00:24:38.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.056290  7729 master_runner.cc:387] Master server non-default flags:
00:24:38.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:24:38.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.7.102.212:45883
00:24:38.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:24:38.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:24:38.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-2/data
00:24:38.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-2/wal
00:24:38.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:24:38.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.7.102.254:40565,127.7.102.253:42567,127.7.102.252:32931
00:24:38.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:24:38.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:24:38.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:24:38.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.7.102.252:32931
00:24:38.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:24:38.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:24:38.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:24:38.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43461/jwks.json
00:24:38.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:24:38.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:24:38.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-2/data/info.pb
00:24:38.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.7.102.252
00:24:38.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:24:38.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:24:38.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:24:38.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:24:38.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:24:38.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:24:38.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-2/logs
00:24:38.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:24:38.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:24:38.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:24:38.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:24:38.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:24:38.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:24:38.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:24:38.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on bdcb31816ec0
00:24:38.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16842
00:24:38.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
00:24:38.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.058086  7729 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:24:38.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.060348  7729 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:24:38.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.064853  7656 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.102.252" port: 32931 } attempt: 3
00:24:38.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:38.067214  7656 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.7.102.252:32931: Network error: Client connection negotiation failed: client connection to 127.7.102.252:32931: connect: Connection refused (error 111)
00:24:38.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:38.074761  7738 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
00:24:38.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:38.074761  7739 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
00:24:38.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.075323  7729 server_base.cc:1061] running on GCE node
00:24:38.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:38.075040  7741 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
00:24:38.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.076611  7729 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:24:38.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.078737  7729 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:24:38.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.082427  7729 hybrid_clock.cc:648] HybridClock initialized: now 1783470278082300 us; error 63 us; skew 500 ppm
00:24:38.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.083184  7729 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:24:38.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.086347  7729 webserver.cc:534] Webserver started at http://127.7.102.252:33467/ using document root <none> and password file <none>
00:24:38.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.087309  7729 fs_manager.cc:362] Metadata directory not provided
00:24:38.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.087474  7729 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:24:38.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.088017  7729 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:24:38.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.090955  7729 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-2/data/instance:
00:24:38.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1eaffda9d85e4452983e5be33c627e4b"
00:24:38.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:38 on dist-test-slave-fn7j"
00:24:38.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.092051  7729 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-2/wal/instance:
00:24:38.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1eaffda9d85e4452983e5be33c627e4b"
00:24:38.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:38 on dist-test-slave-fn7j"
00:24:38.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.099261  7729 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.000s
00:24:38.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.103793  7747 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:24:38.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.105808  7729 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
00:24:38.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.106112  7729 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-2/data,/tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-2/wal
00:24:38.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1eaffda9d85e4452983e5be33c627e4b"
00:24:38.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:24:38 on dist-test-slave-fn7j"
00:24:38.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.106431  7729 fs_report.cc:389] FS layout report
00:24:38.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:24:38.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-2/wal
00:24:38.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-2/wal
00:24:38.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-2/data/data
00:24:38.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:24:38.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:24:38.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:24:38.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:24:38.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:24:38.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:24:38.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:24:38.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:24:38.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:24:38.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:24:38.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:24:38.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.129439  7729 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:24:38.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.130677  7729 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:24:38.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.131076  7729 kserver.cc:163] Server-wide thread pool size limit: 3276
00:24:38.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.157356  7729 rpc_server.cc:307] RPC server started. Bound to: 127.7.102.252:32931
00:24:38.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.157377  7798 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.7.102.252:32931 every 8 connection(s)
00:24:38.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.159368  7729 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-2/data/info.pb
00:24:38.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.162593  7579 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu as pid 7729
00:24:38.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.162838  7579 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskDU5UYb/test-tmp/mini-kudu-cluster6838889710260873658/master-2/wal/instance
00:24:38.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.164553  7799 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:24:38.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.173694  7799 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.7.102.254" port: 40565 } has no permanent_uuid. Determining permanent_uuid...
00:24:38.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.188027  7799 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.7.102.253" port: 42567 } has no permanent_uuid. Determining permanent_uuid...
00:24:38.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.197072  7799 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.7.102.252" port: 32931 } has no permanent_uuid. Determining permanent_uuid...
00:24:38.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.212922  7799 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1eaffda9d85e4452983e5be33c627e4b: Bootstrap starting.
00:24:38.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.215574  7579 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
00:24:38.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.217622  7799 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1eaffda9d85e4452983e5be33c627e4b: Neither blocks nor log segments found. Creating new log.
00:24:38.218 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:24:38.219 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

00:24:38.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.219452  7799 log.cc:826] T 00000000000000000000000000000000 P 1eaffda9d85e4452983e5be33c627e4b: Log is configured to *not* fsync() on all Append() calls
00:24:38.220 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.7.102.254"
      port: 40565
    }
    bound_http_address {
      host: "127.7.102.254"
      port: 42127
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.7.102.253"
      port: 42567
    }
    bound_http_address {
      host: "127.7.102.253"
      port: 42267
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.7.102.252"
      port: 32931
    }
    bound_http_address {
      host: "127.7.102.252"
      port: 33467
    }
  }
}

00:24:38.224 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

00:24:38.225 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:24:38.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.226634  7799 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1eaffda9d85e4452983e5be33c627e4b: No bootstrap required, opened a new log
00:24:38.227 [INFO - Metastore-Handler-Pool: Thread-237] (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=d092fd6d-4ea0-4cb7-94ed-39f6a7c50a4c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.7.102.252:32931,127.7.102.253:42567,127.7.102.254:40565}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:24:38.228 [INFO - Metastore-Handler-Pool: Thread-237] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:24:38.229 [INFO - Metastore-Handler-Pool: Thread-237] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:24:38.229 [INFO - Metastore-Handler-Pool: Thread-237] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3c259579, with PersistenceManager: null will be shutdown
00:24:38.229 [INFO - Metastore-Handler-Pool: Thread-237] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3c259579, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@34080093 created in the thread with id: 237
00:24:38.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.233841  7799 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1eaffda9d85e4452983e5be33c627e4b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3fa4752760244ab6a70607653748d7e4" member_type: VOTER last_known_addr { host: "127.7.102.254" port: 40565 } } peers { permanent_uuid: "a77a24b7142c49eeb619ce2039174f76" member_type: VOTER last_known_addr { host: "127.7.102.253" port: 42567 } } peers { permanent_uuid: "1eaffda9d85e4452983e5be33c627e4b" member_type: VOTER last_known_addr { host: "127.7.102.252" port: 32931 } }
00:24:38.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.234279  7799 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1eaffda9d85e4452983e5be33c627e4b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:24:38.234 [INFO - Metastore-Handler-Pool: Thread-237] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3c259579
00:24:38.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.234453  7799 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1eaffda9d85e4452983e5be33c627e4b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1eaffda9d85e4452983e5be33c627e4b, State: Initialized, Role: FOLLOWER
00:24:38.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.235345  7799 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1eaffda9d85e4452983e5be33c627e4b [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: "3fa4752760244ab6a70607653748d7e4" member_type: VOTER last_known_addr { host: "127.7.102.254" port: 40565 } } peers { permanent_uuid: "a77a24b7142c49eeb619ce2039174f76" member_type: VOTER last_known_addr { host: "127.7.102.253" port: 42567 } } peers { permanent_uuid: "1eaffda9d85e4452983e5be33c627e4b" member_type: VOTER last_known_addr { host: "127.7.102.252" port: 32931 } }
00:24:38.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.237388  7806 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1eaffda9d85e4452983e5be33c627e4b [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: "3fa4752760244ab6a70607653748d7e4" member_type: VOTER last_known_addr { host: "127.7.102.254" port: 40565 } } peers { permanent_uuid: "a77a24b7142c49eeb619ce2039174f76" member_type: VOTER last_known_addr { host: "127.7.102.253" port: 42567 } } peers { permanent_uuid: "1eaffda9d85e4452983e5be33c627e4b" member_type: VOTER last_known_addr { host: "127.7.102.252" port: 32931 } } }
00:24:38.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.238088  7806 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1eaffda9d85e4452983e5be33c627e4b [sys.catalog]: This master's current role is: FOLLOWER
00:24:38.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.238757  7799 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1eaffda9d85e4452983e5be33c627e4b [sys.catalog]: configured and running, proceeding with master startup.
00:24:38.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.244484  7656 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.102.252" port: 32931 } attempt: 4
00:24:38.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.255295  7729 master_runner.cc:187] Error getting master registration for 127.7.102.254:40565: OK, instance_id { permanent_uuid: "3fa4752760244ab6a70607653748d7e4" instance_seqno: 1783470277110519 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:24:38.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.263554  7729 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:24:38.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.266199  7656 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4: Bootstrap starting.
00:24:38.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.273579  7656 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4: Neither blocks nor log segments found. Creating new log.
00:24:38.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.275630  7656 log.cc:826] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4: Log is configured to *not* fsync() on all Append() calls
00:24:38.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:38.280287  7817 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 1eaffda9d85e4452983e5be33c627e4b: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
00:24:38.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:38.280452  7817 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
00:24:38.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.295660  7656 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4: No bootstrap required, opened a new log
00:24:38.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.305670  7656 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3fa4752760244ab6a70607653748d7e4" member_type: VOTER last_known_addr { host: "127.7.102.254" port: 40565 } } peers { permanent_uuid: "a77a24b7142c49eeb619ce2039174f76" member_type: VOTER last_known_addr { host: "127.7.102.253" port: 42567 } } peers { permanent_uuid: "1eaffda9d85e4452983e5be33c627e4b" member_type: VOTER last_known_addr { host: "127.7.102.252" port: 32931 } }
00:24:38.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.306447  7656 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:24:38.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.306767  7656 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3fa4752760244ab6a70607653748d7e4, State: Initialized, Role: FOLLOWER
00:24:38.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.308251  7656 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4 [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: "3fa4752760244ab6a70607653748d7e4" member_type: VOTER last_known_addr { host: "127.7.102.254" port: 40565 } } peers { permanent_uuid: "a77a24b7142c49eeb619ce2039174f76" member_type: VOTER last_known_addr { host: "127.7.102.253" port: 42567 } } peers { permanent_uuid: "1eaffda9d85e4452983e5be33c627e4b" member_type: VOTER last_known_addr { host: "127.7.102.252" port: 32931 } }
00:24:38.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.320523  7820 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4 [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: "3fa4752760244ab6a70607653748d7e4" member_type: VOTER last_known_addr { host: "127.7.102.254" port: 40565 } } peers { permanent_uuid: "a77a24b7142c49eeb619ce2039174f76" member_type: VOTER last_known_addr { host: "127.7.102.253" port: 42567 } } peers { permanent_uuid: "1eaffda9d85e4452983e5be33c627e4b" member_type: VOTER last_known_addr { host: "127.7.102.252" port: 32931 } } }
00:24:38.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.321269  7820 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4 [sys.catalog]: This master's current role is: FOLLOWER
00:24:38.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.322201  7656 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4 [sys.catalog]: configured and running, proceeding with master startup.
00:24:38.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:38.344619  7610 tablet.cc:2406] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:24:38.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.349856  7727 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.102.252" port: 32931 } attempt: 5
00:24:38.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.360615  7820 raft_consensus.cc:493] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
00:24:38.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.361022  7820 raft_consensus.cc:515] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3fa4752760244ab6a70607653748d7e4" member_type: VOTER last_known_addr { host: "127.7.102.254" port: 40565 } } peers { permanent_uuid: "a77a24b7142c49eeb619ce2039174f76" member_type: VOTER last_known_addr { host: "127.7.102.253" port: 42567 } } peers { permanent_uuid: "1eaffda9d85e4452983e5be33c627e4b" member_type: VOTER last_known_addr { host: "127.7.102.252" port: 32931 } }
00:24:38.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.363134  7820 leader_election.cc:290] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a77a24b7142c49eeb619ce2039174f76 (127.7.102.253:42567), 1eaffda9d85e4452983e5be33c627e4b (127.7.102.252:32931)
00:24:38.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.365204  7774 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "3fa4752760244ab6a70607653748d7e4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1eaffda9d85e4452983e5be33c627e4b" is_pre_election: true
00:24:38.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.365881  7774 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1eaffda9d85e4452983e5be33c627e4b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3fa4752760244ab6a70607653748d7e4 in term 0.
00:24:38.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.370566  7607 leader_election.cc:304] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4 [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: 1eaffda9d85e4452983e5be33c627e4b, 3fa4752760244ab6a70607653748d7e4; no voters: 
00:24:38.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.371260  7820 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4 [term 0 FOLLOWER]: Leader pre-election won for term 1
00:24:38.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.371474  7820 raft_consensus.cc:493] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
00:24:38.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.371599  7820 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4 [term 0 FOLLOWER]: Advancing to term 1
00:24:38.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.375108  7820 raft_consensus.cc:515] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3fa4752760244ab6a70607653748d7e4" member_type: VOTER last_known_addr { host: "127.7.102.254" port: 40565 } } peers { permanent_uuid: "a77a24b7142c49eeb619ce2039174f76" member_type: VOTER last_known_addr { host: "127.7.102.253" port: 42567 } } peers { permanent_uuid: "1eaffda9d85e4452983e5be33c627e4b" member_type: VOTER last_known_addr { host: "127.7.102.252" port: 32931 } }
00:24:38.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.379832  7727 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a77a24b7142c49eeb619ce2039174f76: Bootstrap starting.
00:24:38.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.383198  7774 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "3fa4752760244ab6a70607653748d7e4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1eaffda9d85e4452983e5be33c627e4b"
00:24:38.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.383517  7774 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1eaffda9d85e4452983e5be33c627e4b [term 0 FOLLOWER]: Advancing to term 1
00:24:38.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:38.384038  7753 tablet.cc:2406] T 00000000000000000000000000000000 P 1eaffda9d85e4452983e5be33c627e4b: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:24:38.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.391986  7820 leader_election.cc:290] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4 [CANDIDATE]: Term 1 election: Requested vote from peers a77a24b7142c49eeb619ce2039174f76 (127.7.102.253:42567), 1eaffda9d85e4452983e5be33c627e4b (127.7.102.252:32931)
00:24:38.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.396047  7774 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1eaffda9d85e4452983e5be33c627e4b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3fa4752760244ab6a70607653748d7e4 in term 1.
00:24:38.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.398053  7607 leader_election.cc:304] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4 [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: 1eaffda9d85e4452983e5be33c627e4b, 3fa4752760244ab6a70607653748d7e4; no voters: 
00:24:38.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.399017  7820 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4 [term 1 FOLLOWER]: Leader election won for term 1
00:24:38.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.405839  7820 raft_consensus.cc:697] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4 [term 1 LEADER]: Becoming Leader. State: Replica: 3fa4752760244ab6a70607653748d7e4, State: Running, Role: LEADER
00:24:38.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.407660  7820 consensus_queue.cc:237] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4 [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: "3fa4752760244ab6a70607653748d7e4" member_type: VOTER last_known_addr { host: "127.7.102.254" port: 40565 } } peers { permanent_uuid: "a77a24b7142c49eeb619ce2039174f76" member_type: VOTER last_known_addr { host: "127.7.102.253" port: 42567 } } peers { permanent_uuid: "1eaffda9d85e4452983e5be33c627e4b" member_type: VOTER last_known_addr { host: "127.7.102.252" port: 32931 } }
00:24:38.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.414418  7727 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a77a24b7142c49eeb619ce2039174f76: Neither blocks nor log segments found. Creating new log.
00:24:38.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.420034  7727 log.cc:826] T 00000000000000000000000000000000 P a77a24b7142c49eeb619ce2039174f76: Log is configured to *not* fsync() on all Append() calls
00:24:38.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.422915  7830 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3fa4752760244ab6a70607653748d7e4. Latest consensus state: current_term: 1 leader_uuid: "3fa4752760244ab6a70607653748d7e4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3fa4752760244ab6a70607653748d7e4" member_type: VOTER last_known_addr { host: "127.7.102.254" port: 40565 } } peers { permanent_uuid: "a77a24b7142c49eeb619ce2039174f76" member_type: VOTER last_known_addr { host: "127.7.102.253" port: 42567 } } peers { permanent_uuid: "1eaffda9d85e4452983e5be33c627e4b" member_type: VOTER last_known_addr { host: "127.7.102.252" port: 32931 } } }
00:24:38.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.423338  7830 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4 [sys.catalog]: This master's current role is: LEADER
00:24:38.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.426685  7727 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a77a24b7142c49eeb619ce2039174f76: No bootstrap required, opened a new log
00:24:38.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.432834  7834 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
00:24:38.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.445313  7590 master_runner.cc:187] Error getting master registration for 127.7.102.253:42567: OK, instance_id { permanent_uuid: "a77a24b7142c49eeb619ce2039174f76" instance_seqno: 1783470277631966 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:24:38.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.454715  7590 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:24:38.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.472239  7727 raft_consensus.cc:359] T 00000000000000000000000000000000 P a77a24b7142c49eeb619ce2039174f76 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3fa4752760244ab6a70607653748d7e4" member_type: VOTER last_known_addr { host: "127.7.102.254" port: 40565 } } peers { permanent_uuid: "a77a24b7142c49eeb619ce2039174f76" member_type: VOTER last_known_addr { host: "127.7.102.253" port: 42567 } } peers { permanent_uuid: "1eaffda9d85e4452983e5be33c627e4b" member_type: VOTER last_known_addr { host: "127.7.102.252" port: 32931 } }
00:24:38.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.480803  7727 raft_consensus.cc:385] T 00000000000000000000000000000000 P a77a24b7142c49eeb619ce2039174f76 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:24:38.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.483490  7727 raft_consensus.cc:740] T 00000000000000000000000000000000 P a77a24b7142c49eeb619ce2039174f76 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a77a24b7142c49eeb619ce2039174f76, State: Initialized, Role: FOLLOWER
00:24:38.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.489964  7727 consensus_queue.cc:260] T 00000000000000000000000000000000 P a77a24b7142c49eeb619ce2039174f76 [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: "3fa4752760244ab6a70607653748d7e4" member_type: VOTER last_known_addr { host: "127.7.102.254" port: 40565 } } peers { permanent_uuid: "a77a24b7142c49eeb619ce2039174f76" member_type: VOTER last_known_addr { host: "127.7.102.253" port: 42567 } } peers { permanent_uuid: "1eaffda9d85e4452983e5be33c627e4b" member_type: VOTER last_known_addr { host: "127.7.102.252" port: 32931 } }
00:24:38.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.494634  7834 catalog_manager.cc:1519] Initializing Kudu cluster ID...
00:24:38.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.512719  7702 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "3fa4752760244ab6a70607653748d7e4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a77a24b7142c49eeb619ce2039174f76" is_pre_election: true
00:24:38.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.513489  7702 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a77a24b7142c49eeb619ce2039174f76 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3fa4752760244ab6a70607653748d7e4 in term 0.
00:24:38.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.515316  7727 sys_catalog.cc:565] T 00000000000000000000000000000000 P a77a24b7142c49eeb619ce2039174f76 [sys.catalog]: configured and running, proceeding with master startup.
00:24:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.512734  7701 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "3fa4752760244ab6a70607653748d7e4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a77a24b7142c49eeb619ce2039174f76"
00:24:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.515985  7701 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a77a24b7142c49eeb619ce2039174f76 [term 0 FOLLOWER]: Advancing to term 1
00:24:38.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.520562  7701 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a77a24b7142c49eeb619ce2039174f76 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3fa4752760244ab6a70607653748d7e4 in term 1.
00:24:38.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.526326  7837 sys_catalog.cc:455] T 00000000000000000000000000000000 P a77a24b7142c49eeb619ce2039174f76 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3fa4752760244ab6a70607653748d7e4" member_type: VOTER last_known_addr { host: "127.7.102.254" port: 40565 } } peers { permanent_uuid: "a77a24b7142c49eeb619ce2039174f76" member_type: VOTER last_known_addr { host: "127.7.102.253" port: 42567 } } peers { permanent_uuid: "1eaffda9d85e4452983e5be33c627e4b" member_type: VOTER last_known_addr { host: "127.7.102.252" port: 32931 } } }
00:24:38.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.528188  7837 sys_catalog.cc:458] T 00000000000000000000000000000000 P a77a24b7142c49eeb619ce2039174f76 [sys.catalog]: This master's current role is: FOLLOWER
00:24:38.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.558652  7701 raft_consensus.cc:1275] T 00000000000000000000000000000000 P a77a24b7142c49eeb619ce2039174f76 [term 1 FOLLOWER]: Refusing update from remote peer 3fa4752760244ab6a70607653748d7e4: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:24:38.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.558739  7774 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 1eaffda9d85e4452983e5be33c627e4b [term 1 FOLLOWER]: Refusing update from remote peer 3fa4752760244ab6a70607653748d7e4: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:24:38.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.560019  7830 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a77a24b7142c49eeb619ce2039174f76" member_type: VOTER last_known_addr { host: "127.7.102.253" port: 42567 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
00:24:38.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.560899  7830 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1eaffda9d85e4452983e5be33c627e4b" member_type: VOTER last_known_addr { host: "127.7.102.252" port: 32931 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
00:24:38.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.597879  7806 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1eaffda9d85e4452983e5be33c627e4b [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3fa4752760244ab6a70607653748d7e4. Latest consensus state: current_term: 1 leader_uuid: "3fa4752760244ab6a70607653748d7e4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3fa4752760244ab6a70607653748d7e4" member_type: VOTER last_known_addr { host: "127.7.102.254" port: 40565 } } peers { permanent_uuid: "a77a24b7142c49eeb619ce2039174f76" member_type: VOTER last_known_addr { host: "127.7.102.253" port: 42567 } } peers { permanent_uuid: "1eaffda9d85e4452983e5be33c627e4b" member_type: VOTER last_known_addr { host: "127.7.102.252" port: 32931 } } }
00:24:38.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.598215  7806 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1eaffda9d85e4452983e5be33c627e4b [sys.catalog]: This master's current role is: FOLLOWER
00:24:38.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.602226  7839 mvcc.cc:204] Tried to move back new op lower bound from 7305094260959535104 to 7305094260374487040. Current Snapshot: MvccSnapshot[applied={T|T < 7305094260959535104}]
00:24:38.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.604684  7845 mvcc.cc:204] Tried to move back new op lower bound from 7305094260959535104 to 7305094260374487040. Current Snapshot: MvccSnapshot[applied={T|T < 7305094260959535104}]
00:24:38.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.608269  7837 sys_catalog.cc:455] T 00000000000000000000000000000000 P a77a24b7142c49eeb619ce2039174f76 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3fa4752760244ab6a70607653748d7e4. Latest consensus state: current_term: 1 leader_uuid: "3fa4752760244ab6a70607653748d7e4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3fa4752760244ab6a70607653748d7e4" member_type: VOTER last_known_addr { host: "127.7.102.254" port: 40565 } } peers { permanent_uuid: "a77a24b7142c49eeb619ce2039174f76" member_type: VOTER last_known_addr { host: "127.7.102.253" port: 42567 } } peers { permanent_uuid: "1eaffda9d85e4452983e5be33c627e4b" member_type: VOTER last_known_addr { host: "127.7.102.252" port: 32931 } } }
00:24:38.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.608606  7837 sys_catalog.cc:458] T 00000000000000000000000000000000 P a77a24b7142c49eeb619ce2039174f76 [sys.catalog]: This master's current role is: FOLLOWER
00:24:38.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:38.615993  7681 tablet.cc:2406] T 00000000000000000000000000000000 P a77a24b7142c49eeb619ce2039174f76: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:24:38.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.616833  7806 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1eaffda9d85e4452983e5be33c627e4b [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "3fa4752760244ab6a70607653748d7e4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3fa4752760244ab6a70607653748d7e4" member_type: VOTER last_known_addr { host: "127.7.102.254" port: 40565 } } peers { permanent_uuid: "a77a24b7142c49eeb619ce2039174f76" member_type: VOTER last_known_addr { host: "127.7.102.253" port: 42567 } } peers { permanent_uuid: "1eaffda9d85e4452983e5be33c627e4b" member_type: VOTER last_known_addr { host: "127.7.102.252" port: 32931 } } }
00:24:38.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.617137  7806 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1eaffda9d85e4452983e5be33c627e4b [sys.catalog]: This master's current role is: FOLLOWER
00:24:38.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.616869  7844 mvcc.cc:204] Tried to move back new op lower bound from 7305094260959535104 to 7305094260374487040. Current Snapshot: MvccSnapshot[applied={T|T < 7305094260959535104}]
00:24:38.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.621455  7834 catalog_manager.cc:1382] Generated new cluster ID: 7a20c851475b47e5a82cf1bd504c1f66
00:24:38.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.621603  7834 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
00:24:38.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.621873  7830 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "3fa4752760244ab6a70607653748d7e4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3fa4752760244ab6a70607653748d7e4" member_type: VOTER last_known_addr { host: "127.7.102.254" port: 40565 } } peers { permanent_uuid: "a77a24b7142c49eeb619ce2039174f76" member_type: VOTER last_known_addr { host: "127.7.102.253" port: 42567 } } peers { permanent_uuid: "1eaffda9d85e4452983e5be33c627e4b" member_type: VOTER last_known_addr { host: "127.7.102.252" port: 32931 } } }
00:24:38.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.622085  7830 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4 [sys.catalog]: This master's current role is: LEADER
00:24:38.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.622462  7830 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "3fa4752760244ab6a70607653748d7e4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3fa4752760244ab6a70607653748d7e4" member_type: VOTER last_known_addr { host: "127.7.102.254" port: 40565 } } peers { permanent_uuid: "a77a24b7142c49eeb619ce2039174f76" member_type: VOTER last_known_addr { host: "127.7.102.253" port: 42567 } } peers { permanent_uuid: "1eaffda9d85e4452983e5be33c627e4b" member_type: VOTER last_known_addr { host: "127.7.102.252" port: 32931 } } }
00:24:38.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.622659  7830 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4 [sys.catalog]: This master's current role is: LEADER
00:24:38.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.629304  7837 sys_catalog.cc:455] T 00000000000000000000000000000000 P a77a24b7142c49eeb619ce2039174f76 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "3fa4752760244ab6a70607653748d7e4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3fa4752760244ab6a70607653748d7e4" member_type: VOTER last_known_addr { host: "127.7.102.254" port: 40565 } } peers { permanent_uuid: "a77a24b7142c49eeb619ce2039174f76" member_type: VOTER last_known_addr { host: "127.7.102.253" port: 42567 } } peers { permanent_uuid: "1eaffda9d85e4452983e5be33c627e4b" member_type: VOTER last_known_addr { host: "127.7.102.252" port: 32931 } } }
00:24:38.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.629593  7837 sys_catalog.cc:458] T 00000000000000000000000000000000 P a77a24b7142c49eeb619ce2039174f76 [sys.catalog]: This master's current role is: FOLLOWER
00:24:38.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.649750  7834 catalog_manager.cc:1405] Generated new certificate authority record
00:24:38.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.652053  7834 catalog_manager.cc:1539] Loading token signing keys...
00:24:38.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.659935  7856 catalog_manager.cc:1294] Loaded cluster ID: 7a20c851475b47e5a82cf1bd504c1f66
00:24:38.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.660094  7856 catalog_manager.cc:1587] T 00000000000000000000000000000000 P a77a24b7142c49eeb619ce2039174f76: loading cluster ID for follower catalog manager: success
00:24:38.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.672972  7856 catalog_manager.cc:1609] T 00000000000000000000000000000000 P a77a24b7142c49eeb619ce2039174f76: acquiring CA information for follower catalog manager: success
00:24:38.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:24:38.674860  7856 catalog_manager.cc:883] Not found: no TSK found in the system table: failed to prepare follower catalog manager, will retry
00:24:38.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.715756  7834 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 3fa4752760244ab6a70607653748d7e4: Generated new TSK 0
00:24:38.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:38.717541  7834 catalog_manager.cc:1549] Initializing in-progress tserver states...
00:24:38.731 [WARN - Metastore-Handler-Pool: Thread-237] (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.
00:24:38.749 [WARN - Metastore-Handler-Pool: Thread-237] (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.
00:24:38.749 [WARN - Metastore-Handler-Pool: Thread-237] (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.
00:24:38.979 [INFO - Metastore-Handler-Pool: Thread-237] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:24:38.995 [INFO - Metastore-Handler-Pool: Thread-237] (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/hive15366395981442647806/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=d092fd6d-4ea0-4cb7-94ed-39f6a7c50a4c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.7.102.252:32931,127.7.102.253:42567,127.7.102.254:40565}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:24:38.997 [INFO - Metastore-Handler-Pool: Thread-237] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15366395981442647806/external-warehouse/table
00:24:39.127 [DEBUG - Metastore-Handler-Pool: Thread-237] (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.
00:24:39.129 [DEBUG - Metastore-Handler-Pool: Thread-237] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
00:24:39.140 [DEBUG - Metastore-Handler-Pool: Thread-237] (Connection.java:748) [peer master-127.7.102.252:32931(127.7.102.252:32931)] connecting to peer
00:24:39.146 [DEBUG - Metastore-Handler-Pool: Thread-237] (Connection.java:748) [peer master-127.7.102.253:42567(127.7.102.253:42567)] connecting to peer
00:24:39.156 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.7.102.252:32931(127.7.102.252:32931)] Successfully connected to peer
00:24:39.164 [DEBUG - Metastore-Handler-Pool: Thread-237] (Connection.java:748) [peer master-127.7.102.254:40565(127.7.102.254:40565)] connecting to peer
00:24:39.166 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.7.102.253:42567(127.7.102.253:42567)] Successfully connected to peer
00:24:39.173 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.7.102.252
00:24:39.181 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.7.102.253
00:24:39.195 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.7.102.254:40565(127.7.102.254:40565)] Successfully connected to peer
00:24:39.202 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:24:39.226 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.7.102.254
00:24:39.230 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:24:39.224 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xb41b3300, L:/127.0.0.1:35962 - R:/127.7.102.252:32931] using SASL/PLAIN
00:24:39.246 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xb6e5d7bd, L:/127.0.0.1:58384 - R:/127.7.102.253:42567] using SASL/PLAIN
00:24:39.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:39.282858  7817 catalog_manager.cc:1294] Loaded cluster ID: 7a20c851475b47e5a82cf1bd504c1f66
00:24:39.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:39.282984  7817 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 1eaffda9d85e4452983e5be33c627e4b: loading cluster ID for follower catalog manager: success
00:24:39.284 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:24:39.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:39.289089  7817 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 1eaffda9d85e4452983e5be33c627e4b: acquiring CA information for follower catalog manager: success
00:24:39.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:39.292193  7817 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 1eaffda9d85e4452983e5be33c627e4b: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:24:39.313 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x4c62661d, L:/127.0.0.1:37274 - R:/127.7.102.254:40565] using SASL/PLAIN
00:24:39.319 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
00:24:39.460 [INFO - Metastore-Handler-Pool: Thread-237] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:24:39.578 [INFO - Metastore-Handler-Pool: Thread-237] (HMSHandler.java:3711) Skipping translation for processor with null
00:24:39.597 [INFO - Metastore-Handler-Pool: Thread-237] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:24:39.620 [INFO - Metastore-Handler-Pool: Thread-237] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:24:39.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:39.687649  7856 catalog_manager.cc:1637] T 00000000000000000000000000000000 P a77a24b7142c49eeb619ce2039174f76: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:24:39.737 [INFO - Metastore-Handler-Pool: Thread-237] (MetaStoreServerUtils.java:473) Updating table stats for table
00:24:39.737 [INFO - Metastore-Handler-Pool: Thread-237] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:24:39.820 [INFO - Metastore-Handler-Pool: Thread-237] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:24:39.844 [INFO - Metastore-Handler-Pool: Thread-237] (HMSHandler.java:3711) Skipping translation for processor with null
00:24:39.845 [INFO - Metastore-Handler-Pool: Thread-237] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:24:39.974 [WARN - Metastore-Handler-Pool: Thread-237] (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.
00:24:40.110 [WARN - Metastore-Handler-Pool: Thread-237] (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.
00:24:40.146 [WARN - Metastore-Handler-Pool: Thread-237] (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.
00:24:40.297 [INFO - Metastore-Handler-Pool: Thread-237] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
00:24:40.298 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
00:24:40.298 [INFO - Metastore-Handler-Pool: Thread-237] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
00:24:40.299 [INFO - Metastore-Handler-Pool: Thread-237] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3c259579, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@34080093 will be shutdown
00:24:40.299 [INFO - Metastore-Handler-Pool: Thread-237] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
00:24:40.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:40.299309  7579 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu pid 7590
00:24:40.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:40.301029  7651 generic_service.cc:196] Checking for leaks (request via RPC)
00:24:40.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:40.460563  7579 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu with pid 7590
00:24:40.488 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.7.102.254:40565(127.7.102.254:40565)] handling channelInactive
00:24:40.488 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.7.102.254:40565(127.7.102.254:40565)] cleaning up while in state READY due to: connection closed
00:24:40.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:40.489553  7579 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu pid 7658
00:24:40.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:40.491137  7722 generic_service.cc:196] Checking for leaks (request via RPC)
00:24:40.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:40.606523  7579 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu with pid 7658
00:24:40.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:40.634443  7579 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu pid 7729
00:24:40.635 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.7.102.253:42567(127.7.102.253:42567)] handling channelInactive
00:24:40.635 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.7.102.253:42567(127.7.102.253:42567)] cleaning up while in state READY due to: connection closed
00:24:40.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:40.635754  7794 generic_service.cc:196] Checking for leaks (request via RPC)
00:24:40.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:24:40.759819  7579 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskDU5UYb/build/asan/bin/kudu with pid 7729
00:24:40.781 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.7.102.252:32931(127.7.102.252:32931)] handling channelInactive
00:24:40.781 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.7.102.252:32931(127.7.102.252:32931)] cleaning up while in state READY due to: connection closed
00:24:40.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:24:40Z chronyd exiting

Time: 43.842

OK (6 tests)

